aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov2011-08-314-5/+18
* mpeg12enc: add drop_frame_timecode private option.Anton Khirnov2011-08-314-3/+14
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-317-6/+38
* VC1: Support dynamic dimension changesAlberto Delmás2011-08-312-101/+118
* mjpeg: treat external huffman table setup failure as codec init failure if ex...Dustin Brody2011-08-312-5/+3
* lavc: deprecate CODEC_FLAG2_BRDOAnton Khirnov2011-08-311-1/+1
* libx264: add 'aud' private option.Anton Khirnov2011-08-313-4/+7
* libx264: add 'fast-pskip' private option.Anton Khirnov2011-08-313-3/+7
* libx264: add '8x8dct' private option.Anton Khirnov2011-08-313-3/+7
* libx264: add 'mixed-refs' private option.Anton Khirnov2011-08-313-4/+7
* libx264: add 'weightb' private option.Anton Khirnov2011-08-313-4/+7
* libx264: add 'b-pyramid' private option.Anton Khirnov2011-08-313-2/+12
* libx264: add 'intra-refresh' private option.Anton Khirnov2011-08-313-4/+6
* libx264: add 'ssim' private option.Anton Khirnov2011-08-313-2/+8
* libx264: make options compatible with x264Anton Khirnov2011-08-311-12/+10
* avcodec: remove misleading commentLuca Barbato2011-08-311-2/+1
* RV40: reuse some H.264 motion compensation functions in RV40.Kostya Shishkov2011-08-301-16/+8
* Revert "h264: Properly set coded_{width, height} when parsing H.264."Luca Barbato2011-08-291-3/+0
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-2610-28/+28
* doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-261-4/+4
* vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody2011-08-251-5/+5
* mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody2011-08-251-4/+24
* vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-253-2/+36
* VC1: Fix first/last row checks with slicesAlberto Delmás2011-08-251-7/+7
* vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-08-241-1/+1