25570 Commits (0362cf1a1928b5236e079b8b2aac1c776f91145e)

Author SHA1 Message Date
Michael Niedermayer dcc7686ae7 avcodec/mpegvideo: drop emu edge check from chroma_4mv_motion_lowres() 11 years ago
Anton Khirnov cab8c5f8e1 h264: do not reinitialize the global cabac tables at each slice header 11 years ago
Anton Khirnov e880418660 cabac: remove write-only h264_mps_state[] 11 years ago
Kieran Kunhya 58894ab3f9 lavc: add support for interleaved chroma formats to libx264. 11 years ago
Rainer Hochecker 71cabb521a h264: do not discard NAL_SEI when skipping frames 11 years ago
Michael Niedermayer 84df6d6a85 h264_sei: check SEI size 11 years ago
Vittorio Giovara edaba18021 h264: log extradata skip only for non-ignored NALs 11 years ago
Vittorio Giovara 26179964ff h264_sei: log unknown sei messages 11 years ago
Martin Storsjö 5f24fe82e5 mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 11 years ago
Michael Niedermayer 15d4965239 avcodec/mjpegenc: dont store DQT for LJPEG 11 years ago
Martin Storsjö 8812a8057f h263dec: Remove a hack that can cause infinite loops 11 years ago
Ronald S. Bultje 34b429d5ba vp8: fix PPC assembly and bilinear C code to work if src_stride != dst_stride. 11 years ago
Michael Niedermayer 356031348c avcodec/vc1dec: fix propagating error codes from various functions 11 years ago
Michael Niedermayer a51f3b53fe avcodec/vc1dec: Fix return code on malloc() failure from ff_vc1_decode_init_alloc_tables() 11 years ago
Michael Bradshaw 3cfd4df8e7 libopenjpeg: init and close properly; don't config during encode 11 years ago
Paul B Mahol e494f44c05 avcodec/escape124: fix infinite loop 11 years ago
Michael Niedermayer b5b762b714 avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause ABI issues) 11 years ago
Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 11 years ago
Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 11 years ago
Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 11 years ago
Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 11 years ago
Kieran Kunhya 283fb76d3d lavc: Add support for interleaved chroma formats to libx264. Interleaved chroma is x264's native format 11 years ago
Paul B Mahol b00fb157ba avcodec/sgirledec: fix infinite loop in decode_sgirle8() 11 years ago
Reimar Döffinger 547c2f002a Make decoding alpha optional for some codecs. 11 years ago
Reimar Döffinger 2aa8e33d7d Fix nonsense MPEG-4 hwaccel code. 11 years ago
Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 11 years ago
Martin Storsjö 91be1103fd wnv1: Make sure the input packet is large enough 11 years ago
Michael Niedermayer e07ac727c1 avcodec/g2meet: Fix framebuf size 11 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 11 years ago
Hendrik Leppkes 1c4fa2aaf2 avcodec/fraps: use BT.709 colorspace for YUV Fraps versions 11 years ago
Carl Eugen Hoyos 79209f5d6c Allow encoding YUVJ422P and YUVJ444P with libx264. 11 years ago
Reimar Döffinger f76b633a94 mpeg4dec: Ensure data is not clobbered too early. 11 years ago
Reimar Döffinger 29f244e08e dvbsubdec: Check for invalid clut selector. 11 years ago
JULIAN GARDNER 97ff584af4 Apply clut changes only to one table. 11 years ago
Vittorio Giovara 1cad7171dd h264: remove an unused static constant 11 years ago
Martin Storsjö a9d50bb578 dcadec: Validate the lfe parameter 11 years ago
Michael Niedermayer 13b353a7cb avcodec/asvdec: dont fail without extradata 11 years ago
Michael Niedermayer 9c8aeacf82 avutil: add av_get_colorspace_name() 11 years ago
Martin Storsjö 3185a80259 fraps: Make the input buffer size checks more strict 11 years ago
Martin Storsjö 601c2015bc svq3: Avoid a division by zero 11 years ago
Martin Storsjö 7a5a557227 qpeg: Add checks for running out of rows in qpeg_decode_inter 11 years ago
Martin Storsjö e9d61de96c mpegaudiodec: Validate that the number of channels fits at the given offset 11 years ago
Martin Storsjö f50803354c asvdec: Verify the amount of extradata 11 years ago
Martin Storsjö fdbd924b84 rv34: Fix a memory leak on errors 11 years ago
Martin Storsjö 5372cda671 rv10: Validate the dimensions set from the container 11 years ago
Alex Converse 1914e6f010 aacdec: Add support for LD (Low Delay) AAC 11 years ago
Alex Converse 5cdefc0207 aacdec: Add support for Error Resilience syntax. 11 years ago
Justin Ruggles c4bfa09807 Add a WebP decoder 11 years ago
Justin Ruggles 9ae53c5860 lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t 11 years ago
Michael Niedermayer 2dd38a1d48 avcodec/jpeg2000dec: move "missing SIZ" check up 11 years ago