| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. | Justin Ruggles | 2011-09-05 | 6 | -21/+46 |
* | ac3enc: scale floating-point coupling channel coefficients in | Justin Ruggles | 2011-09-05 | 2 | -7/+4 |
* | ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. | Justin Ruggles | 2011-09-05 | 1 | -5/+5 |
* | wavpack: fix wrong return value in wavpack_decode_block() | Kostya Shishkov | 2011-09-05 | 1 | -1/+1 |
* | mpeg12: propagate more real return values through chunk decode error return a... | Dustin Brody | 2011-09-05 | 1 | -21/+19 |
* | wavpack: use context reset in appropriate places | Kostya Shishkov | 2011-09-05 | 1 | -3/+4 |
* | lavc: fix type for thread_type option | Anton Khirnov | 2011-09-04 | 1 | -1/+1 |
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 3 | -1/+14 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | libmp3lame: fix typo | Anton Khirnov | 2011-09-01 | 1 | -1/+1 |
* | libx264: use X264_THREADS_AUTO constant instead of 0. | Anton Khirnov | 2011-09-01 | 1 | -1/+1 |
* | libx264: set default thread count to 0 (auto) | Anton Khirnov | 2011-08-31 | 1 | -0/+1 |
* | lavc: cosmetics, group deprecated codec flags | Anton Khirnov | 2011-08-31 | 1 | -39/+29 |
* | mpeg12: add 'scan_offset' private option. | Anton Khirnov | 2011-08-31 | 4 | -2/+10 |
* | h263/p encoder: add 'structured_slices' private option. | Anton Khirnov | 2011-08-31 | 3 | -2/+7 |
* | h263/p encoder: add 'obmc' private option. | Anton Khirnov | 2011-08-31 | 3 | -8/+24 |
* | h263p encoder: add 'aiv' private option. | Anton Khirnov | 2011-08-31 | 3 | -1/+7 |
* | h263p encoder: add 'umv' private option. | Anton Khirnov | 2011-08-31 | 3 | -1/+23 |
* | mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. | Anton Khirnov | 2011-08-31 | 5 | -1/+7 |
* | mjpegdec: add 'extern_huff' private option. | Anton Khirnov | 2011-08-31 | 5 | -0/+32 |
* | 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 |