aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-22vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje
2013-01-22vp3dsp: don't do aligned reads on input.Ronald S. Bultje
2013-01-22mlp_parser: cosmetics: re-indent.Tim Walker
2013-01-22mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker
2013-01-22mlp_parser: account for AVCodecContext.request_channels when setting the chan...Tim Walker
2013-01-22mlpdec: set the channel layout.Tim Walker
2013-01-22mlpdec: TrueHD: use Libav channel order.Tim Walker
2013-01-22mlp: store the channel layout for each substream.Tim Walker
2013-01-22arm: Add some missing header #includesDiego Biurrun
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22proresdec: support mixed interlaced/non-interlaced contentMichael Smith
2013-01-21vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje
2013-01-21x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun
2013-01-22rtpenc: Start the sequence numbers from a random offsetMartin Storsjö
2013-01-21Revert "fate: Use wmv2 IDCT for wmv2 tests"Luca Barbato
2013-01-21get_bits/put_bits: K&R formatting cosmeticsDiego Biurrun
2013-01-21avidec: use sensible error codes instead of -1Jindrich Makovicka
2013-01-21dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang
2013-01-21libgsm: detect libgsm header pathBrad Smith
2013-01-21fate: Use wmv2 IDCT for wmv2 testsRonald S. Bultje
2013-01-20vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje
2013-01-20lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2013-01-20wmv2: move IDCT to its own DSP context.Ronald S. Bultje
2013-01-20dsputil: remove butterflies_float_interleave.Ronald S. Bultje
2013-01-21srtp: Move a variable to a local scopeMartin Storsjö
2013-01-21srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö
2013-01-21srtp: cosmetics: Use fewer lines for the test vectorsMartin Storsjö
2013-01-21srtp: Don't require more input data than what actually is neededMartin Storsjö
2013-01-21srtp: Improve the minimum encryption buffer size checkMartin Storsjö
2013-01-21srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö
2013-01-21rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö
2013-01-21rtpdec: Check the return value from av_new_packetMartin Storsjö
2013-01-20ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen
2013-01-20ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun
2013-01-20avconv: Increase the SDP buffer size to fit xiph SDPsMartin Storsjö
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö
2013-01-20rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö
2013-01-20rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö
2013-01-20rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö
2013-01-20mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö
2013-01-20rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö
2013-01-20ppc: Include string.h for memsetMartin Storsjö
2013-01-20videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNALJanne Grunau
2013-01-20dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard
2013-01-20get_bits: change the failure condition in init_get_bitsLuca Barbato
2013-01-19Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje
2013-01-19Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje