summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-2218-108/+131
* proresdec: support mixed interlaced/non-interlaced contentMichael Smith2013-01-221-0/+2
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-217-11/+39
* x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun2013-01-211-1/+1
* rtpenc: Start the sequence numbers from a random offsetMartin Storsjö2013-01-223-3/+11
* Revert "fate: Use wmv2 IDCT for wmv2 tests"Luca Barbato2013-01-213-9/+3
* get_bits/put_bits: K&R formatting cosmeticsDiego Biurrun2013-01-212-177/+192
* avidec: use sensible error codes instead of -1Jindrich Makovicka2013-01-211-19/+22
* dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang2013-01-212-181/+172
* libgsm: detect libgsm header pathBrad Smith2013-01-212-1/+9
* fate: Use wmv2 IDCT for wmv2 testsRonald S. Bultje2013-01-213-3/+9
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-206-7/+13
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-207-14/+14
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-2011-120/+223
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-204-81/+0
* srtp: Move a variable to a local scopeMartin Storsjö2013-01-211-2/+2
* srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö2013-01-212-0/+36
* srtp: cosmetics: Use fewer lines for the test vectorsMartin Storsjö2013-01-211-22/+8
* srtp: Don't require more input data than what actually is neededMartin Storsjö2013-01-211-2/+6
* srtp: Improve the minimum encryption buffer size checkMartin Storsjö2013-01-211-6/+10
* srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö2013-01-213-13/+23
* rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö2013-01-212-4/+21
* rtpdec: Check the return value from av_new_packetMartin Storsjö2013-01-211-1/+2
* ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen2013-01-202-14/+15
* ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun2013-01-201-2/+0
* avconv: Increase the SDP buffer size to fit xiph SDPsMartin Storsjö2013-01-201-1/+1
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-207-12/+58
* rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-204-37/+70
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-206-55/+131
* rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö2013-01-201-18/+15
* mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö2013-01-201-6/+7
* rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö2013-01-201-12/+31
* ppc: Include string.h for memsetMartin Storsjö2013-01-201-0/+2
* videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNALJanne Grunau2013-01-201-2/+0
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-206-144/+3
* get_bits: change the failure condition in init_get_bitsLuca Barbato2013-01-201-1/+1
* Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-195-11/+6
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-1917-167/+358
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-197-20/+45
* mpegvideo: fix loop condition in draw_line()Xi Wang2013-01-191-1/+1
* dvdsubdec: parse the size from the extradataClément Bœsch2013-01-191-0/+6
* x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-181-4/+0
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-184-0/+58
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-182-14/+29
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-183-10/+10
* configure: Run SHFLAGS through ldflags_filter()Sean McGovern2013-01-181-1/+1
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-182-3/+2
* lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles2013-01-171-3/+4
* lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles2013-01-171-5/+1
* fate: update ref after rv30_loop_filter fixLuca Barbato2013-01-172-164/+164
OpenPOWER on IntegriCloud