25493 Commits (0ebc3728561cc7a875c33bf1a5590d31eb53d9ac)

Author SHA1 Message Date
Martin Storsjö 5f24fe82e5 mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 12 years ago
Michael Niedermayer 15d4965239 avcodec/mjpegenc: dont store DQT for LJPEG 12 years ago
Martin Storsjö 8812a8057f h263dec: Remove a hack that can cause infinite loops 12 years ago
Ronald S. Bultje 34b429d5ba vp8: fix PPC assembly and bilinear C code to work if src_stride != dst_stride. 12 years ago
Michael Niedermayer 356031348c avcodec/vc1dec: fix propagating error codes from various functions 12 years ago
Michael Niedermayer a51f3b53fe avcodec/vc1dec: Fix return code on malloc() failure from ff_vc1_decode_init_alloc_tables() 12 years ago
Michael Bradshaw 3cfd4df8e7 libopenjpeg: init and close properly; don't config during encode 12 years ago
Paul B Mahol e494f44c05 avcodec/escape124: fix infinite loop 12 years ago
Michael Niedermayer b5b762b714 avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause ABI issues) 12 years ago
Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 12 years ago
Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 12 years ago
Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 12 years ago
Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 12 years ago
Kieran Kunhya 283fb76d3d lavc: Add support for interleaved chroma formats to libx264. Interleaved chroma is x264's native format 12 years ago
Paul B Mahol b00fb157ba avcodec/sgirledec: fix infinite loop in decode_sgirle8() 12 years ago
Reimar Döffinger 547c2f002a Make decoding alpha optional for some codecs. 12 years ago
Reimar Döffinger 2aa8e33d7d Fix nonsense MPEG-4 hwaccel code. 12 years ago
Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 12 years ago
Martin Storsjö 91be1103fd wnv1: Make sure the input packet is large enough 12 years ago
Michael Niedermayer e07ac727c1 avcodec/g2meet: Fix framebuf size 12 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 12 years ago
Hendrik Leppkes 1c4fa2aaf2 avcodec/fraps: use BT.709 colorspace for YUV Fraps versions 12 years ago
Carl Eugen Hoyos 79209f5d6c Allow encoding YUVJ422P and YUVJ444P with libx264. 12 years ago
Reimar Döffinger f76b633a94 mpeg4dec: Ensure data is not clobbered too early. 12 years ago
Reimar Döffinger 29f244e08e dvbsubdec: Check for invalid clut selector. 12 years ago
JULIAN GARDNER 97ff584af4 Apply clut changes only to one table. 12 years ago
Vittorio Giovara 1cad7171dd h264: remove an unused static constant 12 years ago
Martin Storsjö a9d50bb578 dcadec: Validate the lfe parameter 12 years ago
Michael Niedermayer 13b353a7cb avcodec/asvdec: dont fail without extradata 12 years ago
Michael Niedermayer 9c8aeacf82 avutil: add av_get_colorspace_name() 12 years ago
Martin Storsjö 3185a80259 fraps: Make the input buffer size checks more strict 12 years ago
Martin Storsjö 601c2015bc svq3: Avoid a division by zero 12 years ago
Martin Storsjö 7a5a557227 qpeg: Add checks for running out of rows in qpeg_decode_inter 12 years ago
Martin Storsjö e9d61de96c mpegaudiodec: Validate that the number of channels fits at the given offset 12 years ago
Martin Storsjö f50803354c asvdec: Verify the amount of extradata 12 years ago
Martin Storsjö fdbd924b84 rv34: Fix a memory leak on errors 12 years ago
Martin Storsjö 5372cda671 rv10: Validate the dimensions set from the container 12 years ago
Alex Converse 1914e6f010 aacdec: Add support for LD (Low Delay) AAC 12 years ago
Alex Converse 5cdefc0207 aacdec: Add support for Error Resilience syntax. 12 years ago
Justin Ruggles c4bfa09807 Add a WebP decoder 12 years ago
Justin Ruggles 9ae53c5860 lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t 12 years ago
Michael Niedermayer 2dd38a1d48 avcodec/jpeg2000dec: move "missing SIZ" check up 12 years ago
Martin Storsjö c77d409bf9 twinvqdec: Check the ibps parameter separately 12 years ago
John Stebbins 8411baf6f0 dca_parser: Handle changes in DCA frame size 12 years ago
Derek Buitenhuis fcb069af8f lavc: Don't export ff_vdpau_vc1_decode_picture 12 years ago
Martin Storsjö 18a245a2ae jpeg2000dec: Add more checks when parsing headers 12 years ago
Martin Storsjö ede42109e7 x86: Add an xmm clobbering wrapper for avcodec_encode_video2 12 years ago
Martin Storsjö b1db33159f ffv1: Make sure at least one slice context is initialized 12 years ago
Martin Storsjö ea78a348d8 eacmv: Make sure a reference frame exists before referencing it 12 years ago
Martin Storsjö c39f7eba01 truemotion2: Use av_freep properly in an error path 12 years ago