27199 Commits (5846d8a91ebd953ad7cdad6a27267509e87e0821)

Author SHA1 Message Date
Michael Niedermayer bb7a711156 avcodec/huffyuvenc: frame multi-threading support 11 years ago
James Almer 644c32ea4b x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_sse2() 11 years ago
Clément Bœsch 222c46c531 x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. 11 years ago
Michael Niedermayer 2a9c50798b avcodec/huffyuv: dont depend on bitstream_bpp having a specific value for version>2 11 years ago
Michael Niedermayer 673ce8e46a avcodec/libfdk-aacenc: change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7POINT1_WIDE_BACK 11 years ago
Michael Niedermayer a38842120a avcodec/libfdk-aacenc: change MODE_7_1_REAR_SURROUND to map to AV_CH_LAYOUT_7POINT1 11 years ago
Clément Bœsch 822385d775 x86/vp9lpf: add a preload system in FILTER_UPDATE. 11 years ago
Clément Bœsch 315b4775ad x86/vp9lpf: refactor v/h using common macros for P7 to Q7. 11 years ago
Clément Bœsch 5d144086cc x86/vp9lpf: faster P7..Q7 accesses. 11 years ago
Carl Eugen Hoyos 05e5bb6107 Fix decoding of some 8 < bpc < 16 signed j2k samples with libopenjpeg. 11 years ago
Rainer Hochecker bceeccc648 dxva2: bump maximum number of slieces for mpeg2 11 years ago
Michael Niedermayer 6369766f01 avcodec/huffyuv: support gbrp9/10/12/14 11 years ago
Michael Niedermayer 7cf8918b0d avcodec/huffyuv: update years in copyright 11 years ago
Ronald S. Bultje c2871568cf vp9: fix invalid ref frame w/h on size change. 11 years ago
Ronald S. Bultje d9343c3484 vp9: disable use_last_frame_mvs on resolution change (scalable). 11 years ago
Michael Niedermayer e6c0da70fc avcodec/huffyuvdec: optimize >8bps VLC reading 11 years ago
Michael Niedermayer 599e629f88 avcodec/huffyuvenc: fix end pointer for stats_out 11 years ago
Michael Niedermayer a301bb63f0 avcodec/huffyuvenc: fail if stats_out is too small instead of silently truncating 11 years ago
Jean First 91489d28ba avcodec/libfdk_aacenc: enable 7.1 channel encoding 11 years ago
Michael Niedermayer 7667afffb8 avcodec/mpeg12dec: Revert Change to mpeg2_fast_decode_block_non_intra 11 years ago
Michael Niedermayer 6a92598e14 avcodec/mpeg12dec: Redesign index checks for mpeg2_fast_decode_block_intra 11 years ago
Michael Niedermayer 53167ecfdb avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16 11 years ago
Janne Grunau 6d93307f8d mpeg12: check scantable indices in all decode_block functions 11 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Michael Niedermayer 018e2b57ca avcodec/libx264: also consider ticks per frame for fps/timebase setup 11 years ago
Clément Bœsch 5f4d04d084 x86/lossless_videodsp: silly one-line cosmetic. 11 years ago
Clément Bœsch 5267e85056 x86/lossless_videodsp: use common macro for add and diff int16 loop. 11 years ago
Clément Bœsch cddbfd2a95 x86/lossless_videodsp: simplify and explicit aligned/unaligned flags 11 years ago
Ronald S. Bultje 4147b337c1 vp9: fix memory corruption if header decoding fails after size change. 11 years ago
Ronald S. Bultje c9e6325ed9 vp9/x86: use explicit register for relative stack references. 11 years ago
Ronald S. Bultje 97474d527f vp9/x86: iwht4x4 (lossless) mmx. 11 years ago
Ronald S. Bultje d43efa68bd vp9/x86: 4x4 iadst SIMD (ssse3) variants. 11 years ago
Ronald S. Bultje baf47020cd vp9/x86: 8x8 iadst SIMD (ssse3/avx) variants. 11 years ago
Michael Niedermayer cf812d8129 avcodec/dvbsubdec: Remove unused display_list_size 11 years ago
Wim Vander Schelden af09be4f4b Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without freeing the associated rects. 11 years ago
Kostya Shishkov 28e1eed3c2 dxtory: compressed RGB555/RGB565 decoding support 11 years ago
Kostya Shishkov 0e1ad2f591 dxtory: add more compressed and uncompressed modes 11 years ago
Michael Niedermayer 934bb11ad7 avcodec/mpeg12dec: fix mis-indented line 11 years ago
Michael Niedermayer 5f54756f7e avcodec/mpeg12dec: Disable the checked bitstream reader 11 years ago
Michael Niedermayer 76b5e99ce9 avcodec/mpeg12dec: Check for overread in mpeg_decode_slice() 11 years ago
Michael Niedermayer d82eccea2b avcodec/mpeg12dec: check block index in mpeg2_fast_decode_block_non_intra() 11 years ago
Michael Niedermayer 0c8e5fb211 avcodec/mpeg12dec: Optimize mpeg1_decode_block_intra() 11 years ago
Michael Niedermayer 0a59055167 avcodec/mpeg12dec: check for overread in mpeg1_fast_decode_block_inter() 11 years ago
Michael Niedermayer 746350ea0f avcodec/mpeg12dec: Make mpeg2_fast_decode_block_intra() more robust by breaking out on invalid vlcs 11 years ago
Guillaume Martres 50866c8d95 vp9: fix bugs in updating coef probabilities with parallelmode=1 11 years ago
Ronald S. Bultje bd01412313 vp9: fix mvref finding to adhere to bug in libvpx. 11 years ago
Michael Niedermayer 40c218c60d avcodec/vc1: fix type of tmp 11 years ago
Michael Niedermayer 9b68538fdd avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_frame_clone() 11 years ago
Michael Niedermayer a26e9c1040 avcodec/mjpegenc: Use av_frame_clone() instead of av_frame_ref() 11 years ago
Michael Niedermayer 52d2bcc786 avcodec/libopenjpegenc: Check the return code of av_frame_ref() 11 years ago