27266 Commits (91d85bb167a9baedff3bda3617cc36f70c37a3e6)

Author SHA1 Message Date
Michael Niedermayer 7853024071 avcodec/h264_cabac: Fix use with the checked bitstream-reader 11 years ago
addr-see-the-website@aetey.se bf23642dcc Cinepak encoder: adding option handling for flexibility 11 years ago
Michael Niedermayer e6d1c66d74 avcodec/x86/lossless_videodsp: disable median optimizations for 16bps 11 years ago
Michael Niedermayer eaacfc7dd1 avcodec/lossless_videodsp: Pass AVCodecContext to init 11 years ago
Michael Niedermayer 622d463000 avcodec/bitstream: assert that no integer overflow happened when writing codes in build_table() 11 years ago
Michael Niedermayer ef00ef7553 avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasm 11 years ago
Michael Niedermayer fad49aae28 avcodec/x86/lossless_videodsp: Port sub_hfyu_median_prediction_mmxext to int16 11 years ago
Michael Niedermayer fee97f25fa avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bit 11 years ago
Michael Niedermayer 631939bde6 avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2 11 years ago
Martin Storsjö cff480e49d mpegvideo_enc: Don't call ff_h263dsp_init unconditionally 11 years ago
addr-see-the-website@aetey.se 762c4dc082 avcodec/cinepakenc: fixes and improvements 11 years ago
Tomas Härdin 59dbc36f49 Adding Cinepak encoder 11 years ago
Diego Biurrun 19987fa18c bfin: vp3: Mark all binary object sections appropriately 11 years ago
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