27287 Commits (481a46a462ca762600ee4ad4c3b1e93d21b1fa35)

Author SHA1 Message Date
Michael Niedermayer 83b67ca056 avcodec/x86/lossless_videodsp: Port lorens add_hfyu_left_prediction_ssse3/sse4 to 16bit 11 years ago
Michael Niedermayer 63d2be7533 avcodec/x86/lossless_videodsp: use SPLATW in add_int16 11 years ago
Michael Niedermayer dd2d0039b6 vc1: Always reset numref when parsing a new frame header. 11 years ago
Michael Niedermayer d9779d648e Move sub_hfyu_median_prediction_int16() to losslessviddsp 11 years ago
Michael Niedermayer 13c33c8e1f Move add_hfyu_median_prediction_int16() to losslessviddsp 11 years ago
Michael Niedermayer 883570e6b7 Move add_hfyu_left_prediction_int16 to losslessviddsp 11 years ago
Michael Niedermayer f9c7b14c04 avcdoec/huffyuvenc: optimize sub_left_prediction() 11 years ago
Michael Niedermayer f70d7eb20c Move add/diff_int16 to lossless_videodsp 11 years ago
Michael Niedermayer 8001e9f7d1 avcodec/jpeg2000dec: fix error detection in pix_fmt_match() 11 years ago
Michael Niedermayer 723e7b86ea avcodec/jpeg2000dec: calculate planar and pixelsize from pixel format descriptor 11 years ago
Michael Niedermayer 6ba02602aa avcodec/vmnc: Check that rectangles are within the picture 11 years ago
Michael Niedermayer 7c6cf689d8 avcodec/diracdec: allocate edges internally instead of depending on CODEC_FLAG_EMU_EDGE being not set 11 years ago
Michael Niedermayer d08dd32863 avcodec/mpegvideo_enc: disable direct mode in load_input_picture() for dimensions%16 != 0 11 years ago
Anton Khirnov 93c553c71e lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). 11 years ago
Anton Khirnov 024db24912 mpegvideo: allocate edges when encoding. 11 years ago
Anton Khirnov f7e85ee996 lavc: allow the caller to override dimensions in ff_get_buffer() 11 years ago
Carl Eugen Hoyos c892621577 Fix compilation with --disable-hwaccel=mpeg1_xvmc,mpeg2_xvmc 11 years ago
Michael Niedermayer a493f8541d avcodec/x86/dsp: add_int16_mmx / add_int16_sse2 11 years ago
Michael Niedermayer da0684820a avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil 11 years ago
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