| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. | Laurent Aimar | 2011-09-10 | 1 | -2/+3 |
* | cljr: init_get_bits size in bits instead of bytes | Alex Converse | 2011-09-09 | 1 | -1/+1 |
* | indeo2: fail if input buffer too small | Alex Converse | 2011-09-09 | 1 | -1/+7 |
* | indeo2: init_get_bits size in bits instead of bytes | Alex Converse | 2011-09-09 | 1 | -1/+1 |
* | ffv1: Fixed size given to init_get_bits() in decoder. | Laurent Aimar | 2011-09-09 | 1 | -2/+2 |
* | wavpack: Check error codes rather than working around error conditions. | Alex Converse | 2011-09-08 | 1 | -3/+10 |
* | Fixed invalid access in wavpack decoder on corrupted bitstream. | Laurent Aimar | 2011-09-08 | 1 | -14/+35 |
* | Fixed invalid writes in wavpack decoder on corrupted bitstreams. | Laurent Aimar | 2011-09-08 | 1 | -3/+3 |
* | Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks. | Laurent Aimar | 2011-09-08 | 1 | -1/+1 |
* | Add LATM muxer | Kieran Kunhya | 2011-09-07 | 1 | -0/+1 |
* | v210enc: clip values according to specifications | Baptiste Coudurier | 2011-09-07 | 1 | -6/+8 |
* | v210enc: switch to PIX_FMT_422P10 | Baptiste Coudurier | 2011-09-07 | 1 | -11/+9 |
* | v210dec: switch to PIX_FMT_422P10 | Baptiste Coudurier | 2011-09-07 | 1 | -10/+10 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 1 | -8/+1 |
* | libx264: fix setting some more parameters | Anton Khirnov | 2011-09-07 | 1 | -27/+36 |
* | libx264: fix setting the H.264 level | Andrej Peterka | 2011-09-07 | 1 | -3/+3 |
* | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 3 | -5/+13 |
* | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 3 | -17/+19 |
* | libx264: add 'cplxblur' private option | Anton Khirnov | 2011-09-06 | 3 | -5/+9 |
* | libx264: add 'deblock' private option | Anton Khirnov | 2011-09-06 | 3 | -8/+20 |
* | libx264: add 'b-bias' private option | Anton Khirnov | 2011-09-06 | 3 | -2/+11 |
* | libx264: fix setting some options. | Anton Khirnov | 2011-09-06 | 2 | -17/+32 |
* | libx264: remove useless assignment | Anton Khirnov | 2011-09-06 | 1 | -1/+0 |
* | ac3dec: avoid pointless alloc and indirection for input_buffer | Reimar Döffinger | 2011-09-06 | 2 | -11/+4 |
* | mpeg12: cosmetics: reformat as K&R | Diego Biurrun | 2011-09-06 | 1 | -768/+751 |
* | 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 |