summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aacps: Add missing newline in error message.Alex Converse2012-01-091-1/+1
* fate: Add tests for vc1/wmapro in ism.Alex Converse2012-01-093-0/+128
* aacdec: Add a fate test for 5.1 channel SBR.Alex Converse2012-01-091-0/+4
* aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse2012-01-092-2/+20
* cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun2012-01-091-73/+0
* swscale: RGB4444 and BGR444 inputPaul B Mahol2012-01-087-4/+40
* FATE: add test for xWMA demuxer.Mike Melanson2012-01-082-0/+4
* FATE: add test for SMJPEG demuxer and associated IMA ADPCM audio decoder.Mike Melanson2012-01-082-0/+426
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-085-1/+805
* mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak2012-01-082-13/+22
* mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-084-178/+226
* mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak2012-01-081-25/+25
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-084-164/+327
* FATE: test to exercise WTV demuxer.Mike Melanson2012-01-082-0/+142
* mjpegdec: K&R formatting cosmeticsDaniel Huang2012-01-081-683/+726
* swscale: K&R formatting cosmetics for code examplesDiego Biurrun2012-01-082-129/+136
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-084-144/+157
* FATE test: cvid-grayscale; ensures that the grayscale Cinepak variant is exer...Mike Melanson2012-01-082-0/+155
* bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-081-12/+14
* dpcm: Fix invalid writesLaurentiu Ion2012-01-081-1/+1
* utvideo: frame multithreading.Aneesh Dogra2012-01-081-4/+7
* vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-081-10/+27
* vorbisdec: Fix decoding bug with channel handlingReinhard Tartler2012-01-071-1/+7
* cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-072-25/+25
* vp56: Drop unnecessary cabac.h #include.Diego Biurrun2012-01-071-1/+0
* h264-test: Initialize AVCodecContext.av_class.Diego Biurrun2012-01-071-1/+1
* build: Skip compiling network.h and rtsp.h if networking is not enabled.Diego Biurrun2012-01-071-0/+2
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-0722-49/+48
* Disable annoying warning without changing behaviorAndrey Utkin2012-01-071-0/+1
* faq: Solutions for common problems with sample paths when running FATE.Diego Biurrun2012-01-071-0/+12
* avcodec: attempt to clarify the CODEC_CAP_DELAY documentationJustin Ruggles2012-01-071-3/+15
* avcodec: fix avcodec_encode_audio() documentation.Justin Ruggles2012-01-071-5/+8
* FATE: xmv-demux test; exercise the XMV demuxer without decoding the perceptua...Mike Melanson2012-01-072-0/+184
* vqf: recognize more metadata chunksPaul B Mahol2012-01-071-35/+45
* FATE test: BMV demuxer and associated video and audio decoders.Mike Melanson2012-01-072-0/+45
* FATE: indeo4 video decoder test.Mike Melanson2012-01-072-0/+103
* FATE: update xxan-wc4 test to a sample with more code coverage.Mike Melanson2012-01-072-11/+22
* Change the recent h264_mp4toannexb bitstream filter test to output to an elem...Mike Melanson2012-01-072-2/+2
* g722enc: validate AVCodecContext.trellisJustin Ruggles2012-01-071-0/+16
* g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles2012-01-072-6/+40
* g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles2012-01-071-20/+33
* mpegaudiodec: Use clearer pointer mathVitor Sessak2012-01-071-1/+1
* tta: Fix returned error code at EOFMichael Niedermayer2012-01-071-1/+1
* tta: fix off be 1 error in the end detection.Michael Niedermayer2012-01-071-1/+1
* tta: fix 24-bit decoding.Justin Ruggles2012-01-071-1/+1
* ipmovie: Add param change side data if the video dimensions have changedPaul B Mahol2012-01-071-2/+16
* interplayvideo: Handle changed video dimensions on the flyPaul B Mahol2012-01-071-4/+4
* libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö2012-01-071-0/+2
* libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö2012-01-071-41/+41
* indeo3: check motion vectors for validityJanne Grunau2012-01-071-4/+18
OpenPOWER on IntegriCloud