aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-101-2/+3
* cljr: init_get_bits size in bits instead of bytesAlex Converse2011-09-091-1/+1
* indeo2: fail if input buffer too smallAlex Converse2011-09-091-1/+7
* indeo2: init_get_bits size in bits instead of bytesAlex Converse2011-09-091-1/+1
* ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-091-2/+2
* wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-081-3/+10
* Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-081-14/+35
* Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-081-3/+3
* Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-081-1/+1
* Add LATM muxerKieran Kunhya2011-09-071-0/+1
* v210enc: clip values according to specificationsBaptiste Coudurier2011-09-071-6/+8
* v210enc: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-071-11/+9
* v210dec: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-071-10/+10
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-8/+1
* libx264: fix setting some more parametersAnton Khirnov2011-09-071-27/+36
* libx264: fix setting the H.264 levelAndrej Peterka2011-09-071-3/+3
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-073-5/+13
* libx264: add 'partitions' private optionAnton Khirnov2011-09-073-17/+19
* libx264: add 'cplxblur' private optionAnton Khirnov2011-09-063-5/+9
* libx264: add 'deblock' private optionAnton Khirnov2011-09-063-8/+20
* libx264: add 'b-bias' private optionAnton Khirnov2011-09-063-2/+11
* libx264: fix setting some options.Anton Khirnov2011-09-062-17/+32
* libx264: remove useless assignmentAnton Khirnov2011-09-061-1/+0
* ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-062-11/+4
* mpeg12: cosmetics: reformat as K&RDiego Biurrun2011-09-061-768/+751
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-056-21/+46
* ac3enc: scale floating-point coupling channel coefficients inJustin Ruggles2011-09-052-7/+4
* ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.Justin Ruggles2011-09-051-5/+5
* wavpack: fix wrong return value in wavpack_decode_block()Kostya Shishkov2011-09-051-1/+1
* mpeg12: propagate more real return values through chunk decode error return a...Dustin Brody2011-09-051-21/+19
* wavpack: use context reset in appropriate placesKostya Shishkov2011-09-051-3/+4
* lavc: fix type for thread_type optionAnton Khirnov2011-09-041-1/+1
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-033-1/+14
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-031-1/+1
* libmp3lame: fix typoAnton Khirnov2011-09-011-1/+1
* libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-011-1/+1
* libx264: set default thread count to 0 (auto)Anton Khirnov2011-08-311-0/+1
* lavc: cosmetics, group deprecated codec flagsAnton Khirnov2011-08-311-39/+29
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-314-2/+10
* h263/p encoder: add 'structured_slices' private option.Anton Khirnov2011-08-313-2/+7
* h263/p encoder: add 'obmc' private option.Anton Khirnov2011-08-313-8/+24
* h263p encoder: add 'aiv' private option.Anton Khirnov2011-08-313-1/+7
* h263p encoder: add 'umv' private option.Anton Khirnov2011-08-313-1/+23
* mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-315-1/+7
* mjpegdec: add 'extern_huff' private option.Anton Khirnov2011-08-315-0/+32
* mpeg4enc: add 'data_partitioning' private option.Anton Khirnov2011-08-314-1/+27
* snow: add 'memc_only' private option.Anton Khirnov2011-08-313-2/+25
* libx264: add 'mbtree' private option.Anton Khirnov2011-08-313-2/+8
* libx264: add 'psy' private option.Anton Khirnov2011-08-313-4/+7
* libmp3lame: add 'reservoir' private option.Anton Khirnov2011-08-314-1/+29