| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'ade75fb811500f3e3f284737f123938d83be728f' | Michael Niedermayer | 2014-01-19 | 2 | -4/+4 |
|\ |
|
| * | (e)ac3: clip surround mix level indexes. | Tim Walker | 2014-01-19 | 2 | -4/+4 |
* | | Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f' | Michael Niedermayer | 2014-01-19 | 4 | -9/+30 |
|\| |
|
| * | (e)ac3: parse and store the Lt/Rt and LFE mix levels. | Tim Walker | 2014-01-19 | 4 | -9/+30 |
* | | Merge commit '1f604f96ea70503caa642f68a85be6074a5b3f46' | Michael Niedermayer | 2014-01-19 | 2 | -9/+2 |
|\| |
|
| * | ac3: set default matrix encoding modes in parse_frame_header. | Tim Walker | 2014-01-19 | 2 | -9/+2 |
* | | avcodec/mjpegdec: Dont skip picture allocation if theres no picture allocated | Michael Niedermayer | 2014-01-19 | 1 | -1/+1 |
* | | avcodec/aacdec: Dont fail if channels arent known yet | Michael Niedermayer | 2014-01-19 | 1 | -0/+3 |
* | | avcodec/mjpegdec: Dont treat the lack of a startcode differently from end of ... | Michael Niedermayer | 2014-01-19 | 1 | -1/+1 |
* | | avcodec/mjpegdec: only run EOI emulation code when there was a scan | Michael Niedermayer | 2014-01-19 | 1 | -1/+1 |
* | | avcodec/mjpegdec: update cur_scan also for non-LS jpeg | Michael Niedermayer | 2014-01-19 | 1 | -2/+1 |
* | | avcodec/dnxhdenc: return meaningful return codes | Timothy Gu | 2014-01-19 | 1 | -19/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-18 | 1 | -0/+6 |
|\| |
|
| * | h264: check that an IDR NAL only contains I slices | Anton Khirnov | 2014-01-18 | 1 | -0/+6 |
* | | Merge commit '9ecabd7892ff073ae60ded3fc0a1290f5914ed5c' | Michael Niedermayer | 2014-01-18 | 1 | -1/+3 |
|\| |
|
| * | h264: reset num_reorder_frames if it is invalid | Anton Khirnov | 2014-01-18 | 1 | -1/+3 |
* | | Merge commit '0652e024c680420d298cdf3719d0a0c030173fe3' | Michael Niedermayer | 2014-01-18 | 1 | -2/+3 |
|\| |
|
| * | h264: reset ref count if decoding the slice header fails | Anton Khirnov | 2014-01-18 | 1 | -2/+3 |
* | | Merge commit '98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791' | Michael Niedermayer | 2014-01-18 | 1 | -3/+4 |
|\| |
|
| * | h264: prevent two matching fields from being both a short/long ref combination | Anton Khirnov | 2014-01-18 | 1 | -0/+2 |
* | | Merge commit '00dbff4c3e048b4abd01bf805725aabff0fa5ee1' | Michael Niedermayer | 2014-01-18 | 1 | -1/+1 |
|\| |
|
| * | h264: do not call field_end if we do not have a current picture | Anton Khirnov | 2014-01-18 | 1 | -1/+1 |
* | | Merge commit '7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f' | Michael Niedermayer | 2014-01-18 | 1 | -1/+1 |
|\| |
|
| * | h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 | Anton Khirnov | 2014-01-18 | 1 | -3/+3 |
* | | Merge commit 'd1b3fabe6945e511bb20fc9ca52b47eb952526ee' | Michael Niedermayer | 2014-01-18 | 1 | -1/+4 |
|\| |
|
| * | h264: reset first_field if frame_start() fails for missing refs | Anton Khirnov | 2014-01-18 | 1 | -1/+4 |
* | | vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext | James Almer | 2014-01-18 | 2 | -5/+8 |
* | | avcodec/mpegvideo_enc: fix custom matrixes with jpeg | Michael Niedermayer | 2014-01-18 | 1 | -3/+11 |
* | | avcodec/dnxhdenc: check that qmax is within the supported range | Michael Niedermayer | 2014-01-17 | 1 | -0/+5 |
* | | dnxhdenc: fix mb_rc size | Michael Niedermayer | 2014-01-17 | 1 | -1/+1 |
* | | Fix libxvid crash on failing initialisation. | Carl Eugen Hoyos | 2014-01-17 | 1 | -0/+1 |
* | | vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). | James Almer | 2014-01-17 | 2 | -10/+23 |
* | | avcodec: make "bitrate tolerance too small for bitrate" error more verbose | Michael Niedermayer | 2014-01-17 | 1 | -1/+1 |
* | | avcodec/kgv1dec: fix memleak, reintroduce lost decode_flush() call | Michael Niedermayer | 2014-01-17 | 1 | -0/+7 |
* | | avcodec/huffyuv: fix median prediction for >8bps | Michael Niedermayer | 2014-01-16 | 2 | -3/+56 |
* | | avcodec/huffyuv: add YUVA{420,422,444}P{9,10} support | Michael Niedermayer | 2014-01-16 | 2 | -0/+24 |
* | | avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} support | Michael Niedermayer | 2014-01-16 | 2 | -1/+47 |
* | | libavcodec/huffyuv: >8 bit support | Michael Niedermayer | 2014-01-16 | 4 | -57/+205 |
* | | avcodec/huffyuvenc: init bps from pixel descriptor | Michael Niedermayer | 2014-01-16 | 1 | -1/+1 |
* | | avcodec/huffyuv: add a field that represents the number of symbols | Michael Niedermayer | 2014-01-16 | 3 | -0/+4 |
* | | vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx). | Ronald S. Bultje | 2014-01-16 | 2 | -13/+293 |
* | | vp9/x86: simplify a few mc inits. | Clément Bœsch | 2014-01-16 | 1 | -10/+6 |
* | | avcodec/pgssubdec: Use av_fast_padded_malloc() for rle buffer | Michael Niedermayer | 2014-01-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-15 | 1 | -5/+7 |
|\| |
|
| * | x86: dsputil: Simplify xvmc deprecation conditional | Diego Biurrun | 2014-01-15 | 1 | -8/+8 |
* | | Merge commit 'dc4d726bab59f349d366916ba01df16289e5c81f' | Michael Niedermayer | 2014-01-15 | 1 | -3/+3 |
|\| |
|
| * | build: Add separate hidden config option for the intrax8 code | Diego Biurrun | 2014-01-15 | 1 | -4/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-15 | 2 | -0/+80 |
|\| |
|
| * | aarch64: port neon clobber test from arm | Janne Grunau | 2014-01-15 | 2 | -0/+80 |
* | | Merge commit 'f896bca03fc63b93851c1c14c9321c20b3cd44a6' | Michael Niedermayer | 2014-01-15 | 2 | -0/+264 |
|\| |
|