18218 Commits (4c1da0d11e03ba0612a596cc62566321ad088319)

Author SHA1 Message Date
Michael Niedermayer 33a183df46 indeo3: Fix overreading requant_tab. 13 years ago
Michael Niedermayer 56ffa3fefb indeo3: Check motion vectors. 13 years ago
Anton Khirnov 44fe77b350 lavc: make codec_is_decoder/encoder() public. 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Michael Niedermayer d8d1fbbd7f dsicinav: fix 10l bug introduced in 999d38f3a9 13 years ago
Michael Niedermayer 52807022ab pcm-mpeg: fix 10l condition flip 13 years ago
Michael Niedermayer 37fca5daa0 mmvideo: fix overreads of the input buffer. 13 years ago
Ronald S. Bultje 999d38f3a9 dsicinvideo: validate buffer offset before copying pixels. 13 years ago
Kostya Shishkov 4db4b53dc8 proresenc: give user a possibility to alter some encoding parameters 13 years ago
Justin Ruggles 1ba08c94f5 vorbisenc: add output buffer overwrite protection 13 years ago
Justin Ruggles fe78470a8b libopencore-amrnbenc: fix end-of-stream handling 13 years ago
Justin Ruggles b0350c1c30 ra144enc: fix end-of-stream handling 13 years ago
Justin Ruggles 29e2c85310 nellymoserenc: zero any leftover packet bytes 13 years ago
Justin Ruggles 6c7a01621c nellymoserenc: use proper MDCT overlap delay 13 years ago
Michael Niedermayer 2b693546ad truemotion2: check motion vectors for validity 13 years ago
Michael Niedermayer 39a3a53b66 pngdec: validate length. 13 years ago
Aneesh Dogra 3e9cd8b4b0 qpeg: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Ronald S. Bultje b4188f0d46 vp8: convert simple loopfilter x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 8476ca3b4e vp8: convert idct x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 21ffc78fd7 vp8: convert mc x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 28170f1a39 vp8: convert loopfilter x86 assembly to use cpuflags(). 13 years ago
Ronald S. Bultje e25be47154 vp8: convert idct/mc x86 assembly to use cpuflags(). 13 years ago
Justin Ruggles 51ddf35c90 wmaenc: fix m/s stereo encoding for the first frame 13 years ago
Justin Ruggles 8ed7488ea3 wmaenc: return s->block_align instead of recalculating it 13 years ago
Justin Ruggles 5d652e063b wmaenc: check final frame size against output packet size 13 years ago
Justin Ruggles dfc4fdedf8 wmaenc: require a large enough output buffer to prevent overwrites 13 years ago
Justin Ruggles 1ec075cfec wmaenc: limit allowed sample rate to 48kHz 13 years ago
Justin Ruggles c2b8dea182 wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE 13 years ago
Michael Niedermayer 8f1bb3d598 wc4: fix out of chroma LUT reads 13 years ago
Michael Niedermayer cd0cfdc0a7 pcm-mpeg: Check for valid bps. 13 years ago
Justin Ruggles 0b8b7db01b mpegaudio_parser: do not ignore information from the first parsed frame 13 years ago
Michael Niedermayer 6776a8f189 mpegaudio_parser: be less picky about the start position 13 years ago
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 13 years ago
Justin Ruggles 737ca4482b vorbisdec: read the previous window flag for long windows 13 years ago
Michael Niedermayer d629f3edaa cook: check that category is smaller than 8 13 years ago
Nicolas George b2792a436b lavc: unify similar code merged from both branches. 13 years ago
Anton Khirnov 7fb6c9225c lavc: free the output packet when encoding failed or produced no output. 13 years ago
Anton Khirnov e42e9b0e4d lavc: preserve avpkt->destruct in ff_alloc_packet(). 13 years ago
Anton Khirnov c179c9e19d lavc: clarify the meaning of AVCodecContext.frame_number. 13 years ago
Michael Niedermayer c266eb1928 arm: Fix 10l typo 13 years ago
Michael Niedermayer 70b5583baa kvmc: Fix out of reference frame reads. 13 years ago
Michael Niedermayer 81d4b3af81 qpeg: fix overreads. 13 years ago
Michael Niedermayer 4299dfa5de qpeg: Fix out of array writes. 13 years ago
Fabian Greffrath aaa1173de7 srtdec: fix a format string vulnerability. 13 years ago
Michael Niedermayer 689f65126b simple_idct: idct_4col_put: Fix out of array reads. 13 years ago
Michael Niedermayer 422e3a74b9 rawdec: fix input overread. 13 years ago
Ronald S. Bultje 9d87374ec0 amrwb: remove duplicate arguments from extrapolate_isf(). 13 years ago
Michael Niedermayer e7b43e8e84 truemotion1: Check input buffer size against header size. 13 years ago
Michael Niedermayer a3f5ee297a mjpeg: Check for interlaced progressive frames 13 years ago
Michael Niedermayer 0af48e29f5 snow: check reference frame indices. 13 years ago