27287 Commits (481a46a462ca762600ee4ad4c3b1e93d21b1fa35)

Author SHA1 Message Date
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
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