27441 Commits (469de4f58317e121644c4cf9a2824ccbbf7763ca)

Author SHA1 Message Date
Janne Grunau ea49f60523 h264: skip chroma edges at the picture boundary while deblocking 4:4:4 11 years ago
Reimar Döffinger 76421982d0 lossless_videodsp.asm: fix compilation. 11 years ago
Anton Khirnov e0ab5078a7 lavc: do not force the emu edge flag 11 years ago
Kostya Shishkov 025fd76e1a dxtory: change error code for unexpected slice configuration 11 years ago
Kostya Shishkov e91a3f1bdb dxtory: correctly handle YUV slices with average odd height 11 years ago
Diego Biurrun ade4ecb42d dxva2: Use correct printf format strings 11 years ago
Diego Biurrun 766df7ca89 dxva2: Add missing #includes 11 years ago
Sam Lantinga 9d80b1ae95 dxva2: Log errors verbosely 11 years ago
Sam Lantinga 5b2b23f2d6 dxva2: Retry IDirectXVideoDecoder_BeginFrame() 11 years ago
Luca Barbato e22ebd04bc hevc: Bound check cu_qp_delta 11 years ago
Luca Barbato 0d999333f9 hevc: Bound check slice_qp 11 years ago
Luca Barbato 838740e642 hevc: Prevent some integer overflows 11 years ago
Guillaume Martres faf03ecba0 hevc: Remove useless clip 11 years ago
Guillaume Martres a246d06fe0 hevc: clip pixels when transquant bypass is used 11 years ago
Luca Barbato b37e796082 hevc: Use uint64 to check for tile dimensions 11 years ago
Michael Niedermayer d5c15ebeaf hevc: Fix modulo operations 11 years ago
Michael Niedermayer a7a07cc98a hevc: check that VPS referenced from SPS exists 11 years ago
Michael Niedermayer 3715f9e2c6 avcodec/lossless_videodsp: fix diff_int16_c on MIPS 11 years ago
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