aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-1/+1
|\
| * lavc: fix type for thread_type optionAnton Khirnov2011-09-041-1/+1
* | Check extradata size on resolution change.Reimar Döffinger2011-09-041-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-043-2/+15
|\|
| * 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
* | mpeg4: adjust dummy frame threashold for packed divx.Michael Niedermayer2011-09-021-1/+1
* | dvdec: Fix dvsd profile[1] detection.Michael Niedermayer2011-09-023-2/+14
* | Revert "mjpeg: treat external huffman table setup failure as codec init failu...Michael Niedermayer2011-09-021-2/+2
* | jpegdec: better rst skipingMichael Niedermayer2011-09-021-4/+8
* | MJPEG: emulate EOI also on two consecutive SOI.Reimar Döffinger2011-09-011-0/+4
* | Reset cur_scan at more appropriate places.Reimar Döffinger2011-09-011-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-012-2/+2
|\|
| * libmp3lame: fix typoAnton Khirnov2011-09-011-1/+1
| * libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-011-1/+1
* | resample: fix typo (ouput → output).Clément Bœsch2011-09-011-1/+1
* | resample: fix set but unused variable (lfe) warning.Clément Bœsch2011-09-011-2/+2
* | imgconvert: avoid mixed declarations and code.Clément Bœsch2011-09-011-5/+7
* | jpegdec: set color_rangeGavin Kinsey2011-09-011-1/+6
* | vc1: loose one line difference to qatar.Michael Niedermayer2011-09-011-1/+1
* | mpeg4: fix typo in mpeg4_encode_gop_header()Michael Niedermayer2011-09-011-2/+2
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-013-16/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-0115-178/+443
|\|
| * 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