| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg4enc: add 'data_partitioning' private option. | Anton Khirnov | 2011-08-31 | 4 | -1/+27 |
* | snow: add 'memc_only' private option. | Anton Khirnov | 2011-08-31 | 3 | -2/+25 |
* | libx264: add 'mbtree' private option. | Anton Khirnov | 2011-08-31 | 3 | -2/+8 |
* | libx264: add 'psy' private option. | Anton Khirnov | 2011-08-31 | 3 | -4/+7 |
* | libmp3lame: add 'reservoir' private option. | Anton Khirnov | 2011-08-31 | 4 | -1/+29 |
* | mpeg2enc: add 'non_linear_quant' private option | Anton Khirnov | 2011-08-31 | 4 | -5/+18 |
* | mpeg12enc: add drop_frame_timecode private option. | Anton Khirnov | 2011-08-31 | 4 | -3/+14 |
* | mpeg12enc: add intra_vlc private option. | Anton Khirnov | 2011-08-31 | 7 | -6/+38 |
* | VC1: Support dynamic dimension changes | Alberto Delmás | 2011-08-31 | 2 | -101/+118 |
* | mjpeg: treat external huffman table setup failure as codec init failure if ex... | Dustin Brody | 2011-08-31 | 2 | -5/+3 |
* | lavc: deprecate CODEC_FLAG2_BRDO | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'aud' private option. | Anton Khirnov | 2011-08-31 | 3 | -4/+7 |
* | libx264: add 'fast-pskip' private option. | Anton Khirnov | 2011-08-31 | 3 | -3/+7 |
* | libx264: add '8x8dct' private option. | Anton Khirnov | 2011-08-31 | 3 | -3/+7 |
* | libx264: add 'mixed-refs' private option. | Anton Khirnov | 2011-08-31 | 3 | -4/+7 |
* | libx264: add 'weightb' private option. | Anton Khirnov | 2011-08-31 | 3 | -4/+7 |
* | libx264: add 'b-pyramid' private option. | Anton Khirnov | 2011-08-31 | 3 | -2/+12 |
* | libx264: add 'intra-refresh' private option. | Anton Khirnov | 2011-08-31 | 3 | -4/+6 |
* | libx264: add 'ssim' private option. | Anton Khirnov | 2011-08-31 | 3 | -2/+8 |
* | libx264: make options compatible with x264 | Anton Khirnov | 2011-08-31 | 1 | -12/+10 |
* | avcodec: remove misleading comment | Luca Barbato | 2011-08-31 | 1 | -2/+1 |
* | RV40: reuse some H.264 motion compensation functions in RV40. | Kostya Shishkov | 2011-08-30 | 1 | -16/+8 |
* | Revert "h264: Properly set coded_{width, height} when parsing H.264." | Luca Barbato | 2011-08-29 | 1 | -3/+0 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 10 | -28/+28 |
* | doxygen: drop pointless star from pointer variable names | Diego Biurrun | 2011-08-26 | 1 | -4/+4 |
* | vp6: partially propagate huffman tree building errors during coeff model pars... | Dustin Brody | 2011-08-25 | 1 | -5/+5 |
* | mpeg12: propagate chunk decode errors and fix conditional indentation | Dustin Brody | 2011-08-25 | 1 | -4/+24 |
* | vc1: fix VC-1 Pulldown handling. | John Stebbins | 2011-08-25 | 3 | -2/+36 |
* | VC1: Fix first/last row checks with slices | Alberto Delmás | 2011-08-25 | 1 | -7/+7 |
* | vc1: properly zero coded_block[] edges on new slice entry. | Ronald S. Bultje | 2011-08-24 | 1 | -1/+1 |
* | libx264: add 'crf_max' private option. | Anton Khirnov | 2011-08-24 | 3 | -2/+9 |
* | libx264: add 'weightp' private option. | Anton Khirnov | 2011-08-24 | 3 | -4/+15 |
* | libx264: add 'rc_lookahead' private option. | Anton Khirnov | 2011-08-24 | 3 | -5/+9 |
* | libx264: add 'psy_trellis' private option. | Anton Khirnov | 2011-08-24 | 3 | -6/+9 |
* | libx264: add 'psy_rd' private option. | Anton Khirnov | 2011-08-24 | 3 | -4/+12 |
* | libx264: add 'aq_strength' private option. | Anton Khirnov | 2011-08-24 | 3 | -5/+9 |
* | libx264: add 'aq_mode' private option. | Anton Khirnov | 2011-08-24 | 3 | -3/+20 |
* | libx264: add 'cqp' private option. | Anton Khirnov | 2011-08-24 | 3 | -6/+13 |
* | libx264: add 'crf' private option. | Anton Khirnov | 2011-08-24 | 4 | -2/+21 |
* | lavc: remove vbv_delay option | Anton Khirnov | 2011-08-24 | 1 | -1/+0 |
* | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 10 | -83/+425 |
* | ac3enc: remove outdated TODO comment for apply_channel_coupling() | Justin Ruggles | 2011-08-22 | 1 | -5/+0 |
* | libx264: only use ABR mode when the user explicitly set bitrate. | Anton Khirnov | 2011-08-22 | 1 | -6/+11 |
* | libx264: use medium preset by default. | Anton Khirnov | 2011-08-22 | 1 | -1/+1 |
* | mp2 encoder: make 128k the default bitrate. | Anton Khirnov | 2011-08-22 | 1 | -0/+7 |
* | lavc: add A|E|D flags to "ac" and "ar" options | Stefano Sabatini | 2011-08-21 | 1 | -2/+2 |
* | WavPack decoder: implement flush function | Kostya Shishkov | 2011-08-21 | 1 | -0/+10 |
* | h264: fix PCM intra-coded blocks in monochrome case | Jeff Downs | 2011-08-19 | 1 | -12/+34 |
* | h264: correct implicit weight table computation for long ref pics | Jeff Downs | 2011-08-19 | 1 | -9/+11 |
* | h264: correct the check for invalid long term frame index in MMCO decode | Jeff Downs | 2011-08-19 | 1 | -1/+1 |