27199 Commits (5846d8a91ebd953ad7cdad6a27267509e87e0821)

Author SHA1 Message Date
Peter Ross f29cdbe1b5 vp8: remove redundant "equals 1" test 11 years ago
Tim Walker 0d43b114cc eac3: cosmetics, re-indent. 11 years ago
Tim Walker ade75fb811 (e)ac3: clip surround mix level indexes. 11 years ago
Tim Walker c229f571fd (e)ac3: parse and store the Lt/Rt and LFE mix levels. 11 years ago
Tim Walker 1f604f96ea ac3: set default matrix encoding modes in parse_frame_header. 11 years ago
Michael Niedermayer ad8d063f23 avcodec/mjpegdec: Dont skip picture allocation if theres no picture allocated 11 years ago
Michael Niedermayer 676a395ab9 avcodec/aacdec: Dont fail if channels arent known yet 11 years ago
Michael Niedermayer 31e703e899 avcodec/mjpegdec: Dont treat the lack of a startcode differently from end of the bitstream 11 years ago
Michael Niedermayer 361e27a3d8 avcodec/mjpegdec: only run EOI emulation code when there was a scan 11 years ago
Michael Niedermayer 8893f31e20 avcodec/mjpegdec: update cur_scan also for non-LS jpeg 11 years ago
Timothy Gu b9bedb0b28 avcodec/dnxhdenc: return meaningful return codes 11 years ago
Anton Khirnov 8b2e5e42bb h264: check that an IDR NAL only contains I slices 11 years ago
Anton Khirnov 9ecabd7892 h264: reset num_reorder_frames if it is invalid 11 years ago
Anton Khirnov 0652e024c6 h264: reset ref count if decoding the slice header fails 11 years ago
Anton Khirnov 98cc9efc5f h264: prevent two matching fields from being both a short/long ref combination 11 years ago
Anton Khirnov 00dbff4c3e h264: do not call field_end if we do not have a current picture 11 years ago
Anton Khirnov 7f0e81db3c h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 11 years ago
Anton Khirnov d1b3fabe69 h264: reset first_field if frame_start() fails for missing refs 11 years ago
James Almer 26800e3864 vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext 11 years ago
Michael Niedermayer 0117ba5594 avcodec/mpegvideo_enc: fix custom matrixes with jpeg 11 years ago
Michael Niedermayer 19df5dcb47 avcodec/dnxhdenc: check that qmax is within the supported range 11 years ago
Michael Niedermayer f1caaa1c61 dnxhdenc: fix mb_rc size 11 years ago
Carl Eugen Hoyos ee3fc8aa86 Fix libxvid crash on failing initialisation. 11 years ago
James Almer d2a7314f1e vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). 11 years ago
Michael Niedermayer 3ca7085ae2 avcodec: make "bitrate tolerance too small for bitrate" error more verbose 11 years ago
Michael Niedermayer d0004a1959 avcodec/kgv1dec: fix memleak, reintroduce lost decode_flush() call 11 years ago
Michael Niedermayer 2fd39642c9 avcodec/huffyuv: fix median prediction for >8bps 11 years ago
Michael Niedermayer 3d87927959 avcodec/huffyuv: add YUVA{420,422,444}P{9,10} support 11 years ago
Michael Niedermayer ef0282125c avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} support 11 years ago
Michael Niedermayer b53aab1a58 libavcodec/huffyuv: >8 bit support 11 years ago
Michael Niedermayer 6c004e8aad avcodec/huffyuvenc: init bps from pixel descriptor 11 years ago
Michael Niedermayer 534a89478d avcodec/huffyuv: add a field that represents the number of symbols 11 years ago
Ronald S. Bultje 8173d1ffc0 vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx). 11 years ago
Clément Bœsch 9cc8fa63dd vp9/x86: simplify a few mc inits. 11 years ago
Michael Niedermayer 1a01dc8343 avcodec/pgssubdec: Use av_fast_padded_malloc() for rle buffer 11 years ago
Diego Biurrun aab40bbfd5 x86: dsputil: Simplify xvmc deprecation conditional 11 years ago
Diego Biurrun dc4d726bab build: Add separate hidden config option for the intrax8 code 11 years ago
Clément Bœsch 8b4190da93 vp9/x86: add AVX for itxfm and lpf. 11 years ago
Janne Grunau fe96769bed aarch64: port neon clobber test from arm 11 years ago
Janne Grunau f896bca03f aarch64: h264 (bi)weight NEON optimizations 11 years ago
Janne Grunau 36e3b1f2fd aarch64: h264 loop filter NEON optimizations 11 years ago
Janne Grunau c65d67ef50 aarch64: hpeldsp NEON optimizations 11 years ago
Janne Grunau d5dd8c7bf0 aarch64: h264 qpel NEON optimizations 11 years ago
Janne Grunau 8438b3f09f aarch64: h264 idct NEON assembler optimizations 11 years ago
Janne Grunau 71617884a2 aarch64: h264 chroma motion compensation NEON optimizations 11 years ago
Janne Grunau 1e9265cd8f dct-test: test ff_simple_idct_neon only on ARM for now 11 years ago
Michael Niedermayer ab296c7a9f avcodec/hevc_ps: Override max_dec_pic_buffering when its inconsistent with num_reorder_pics 11 years ago
James Almer 8bfa5f7fab webp: fix capitalization of the word Exif 11 years ago
Michael Niedermayer 785dc14654 avcodec/adpcm: fix sample count for stereo SBPRO3 11 years ago
Janne Grunau 8b4119187b cabac: remove leftovers from the cabac encoder 11 years ago