27287 Commits (481a46a462ca762600ee4ad4c3b1e93d21b1fa35)

Author SHA1 Message Date
Michael Niedermayer 85d51d8e32 avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictures are not supported 11 years ago
Michael Niedermayer 19b41f8645 avcodec/mjpegdec: use the correct linesize in the flipping code 11 years ago
Michael Niedermayer f58eab1512 avcodec/takdec: always check bits_per_raw_sample 11 years ago
Michael Niedermayer 0de9d72b7c mxpeg_decode_end: zero bitmask size 11 years ago
Michael Niedermayer 2884688bd5 avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask size 11 years ago
Janne Grunau 7716dd9fbb xvid: switch to xvid mmx idct as soon as possible 11 years ago
Jan Ekström 5312818524 atrac3plus: Make initialization dependant on channel count rather than channel map 11 years ago
Clément Bœsch c5dd73b890 x86/vp9lpf: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). 11 years ago
Ronald S. Bultje 9ee9c679a7 x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'. 11 years ago
Ronald S. Bultje 51daafb02e x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such. 11 years ago
Carl Eugen Hoyos e1cb6dc59e Warn the user if mjpeg cbr encoding with frame threading was requested. 11 years ago
Michael Niedermayer b80073c05f avcodec/mjpegdec: use av_freep() instead of av_free() 11 years ago
Michael Niedermayer ed56c021e7 avcodec/mjpegdec Fix potential memleak of stereo3D at the end in case of decoding failure 11 years ago
Carl Eugen Hoyos cfc36666f6 Force automatic thread_count to 1 for cbr mjpeg frame threading. 11 years ago
Kirill Gavrilov e9e7e68516 mjpegdec: parse JPS extension and save relevant stereo3d information 11 years ago
John Stebbins 23d461fe87 ac3dec: Allow asymmetric application of DRC when drc_scale > 1 11 years ago
Diego Biurrun 54b2ce7418 mpeg: Drop unused parameters from ff_draw_horiz_band() 11 years ago
Carl Eugen Hoyos 4151b9953e Add elbg Makefile dependency to the cinepak encoder. 11 years ago
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
Xidorn Quan 31a0ca9e75 vda: fix crash when a frame is dropped. 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