11650 Commits (5933af562ea78b4be5d0cb0b7b7dcedd5aba6d7e)

Author SHA1 Message Date
  Michael Niedermayer 1156f07c6a kgv1dec: Increase offsets array size so it is large enough. 14 years ago
  Alex Converse 6ca010f209 mjpegbdec: Fix overflow in SOS. 14 years ago
  Michael Niedermayer 224025d852 atrac3: Fix crash in tonal component decoding. 14 years ago
  Chris Evans a5e0afe3c9 vorbis: An additional defense in the Vorbis codec. 14 years ago
  Reinhard Tartler 42f0a66968 vorbisdec: Fix decoding bug with channel handling 14 years ago
  Chris Evans 6d6254ba9f vorbis: Avoid some out-of-bounds reads 14 years ago
  Janne Grunau ae24b5ce3a vp3: fix streams with non-zero last coefficient 14 years ago
  Ronald S. Bultje c9c7db0af2 vp3: fix oob read for negative tokens and memleaks on error. 14 years ago
  Justin Ruggles cfb9b47a1e qdm2: check output buffer size before decoding 14 years ago
  Baptiste Coudurier b26c1a8b7e Fix qdm2 decoder packet handling to match the api 15 years ago
  Shitiz Garg ccd2ca0246 4xm: Add a check in decode_i_frame to prevent buffer overreads 14 years ago
  Justin Ruggles 92b964969b wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits. 14 years ago
  Reinhard Tartler bd071de29a vp3dec: Check coefficient index in vp3_dequant() 14 years ago
  Michael Niedermayer 8ddc0b491d svq1dec: call avcodec_set_dimensions() after dimensions changed. 14 years ago
  Thierry Foucu 94aacaf508 vp6: Fix illegal read. 14 years ago
  Alex Converse 8d68083298 vp6: Fix illegal read. 14 years ago
  Laurent Aimar e28bb18fdc vp6: Reset the internal state when aborting key frames header parsing 14 years ago
  Laurent Aimar a62779d986 vp6: Check for huffman tree build errors 14 years ago
  Dustin Brody 201fcfb894 vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling 14 years ago
  Laurent Aimar 8856c4c5c9 Fix out of bound reads in the QDM2 decoder. 14 years ago
  Laurent Aimar 0f7bf1786e Check for out of bound writes in the QDM2 decoder. 14 years ago
  Laurent Aimar b99366faef vmd: fix segfaults on corruped streams 14 years ago
  Laurent Aimar da0900e8bb rv34: Check for invalid slice offsets 14 years ago
  Laurent Aimar d5551d7884 rv34: Fix potential overreads 14 years ago
  Laurent Aimar 35f1888585 rv34: Avoid NULL dereference on corrupted bitstream 14 years ago
  Laurent Aimar 7cd7461ec8 rv10: Reject slices that does not have the same type as the first one 14 years ago
  Michael Niedermayer 19a99b6e6b smacker: fix a few off by 1 errors 14 years ago
  Laurent Aimar 117e04cdfa Check for invalid VLC value in smacker decoder. 14 years ago
  Laurent Aimar 5d6fe49ac9 Check and propagate errors when VLC trees cannot be built in smacker decoder. 14 years ago
  Laurent Aimar a97e82c487 Fixed size given to init_get_bits() in xan decoder. 14 years ago
  Laurent Aimar 5394cdf775 Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. 14 years ago
  Alex Converse 7f163e5a87 indeo2: fail if input buffer too small 14 years ago
  Alex Converse 23999c45bc indeo2: init_get_bits size in bits instead of bytes 14 years ago
  Alex Converse 14fae6eab0 wavpack: Check error codes rather than working around error conditions. 14 years ago
  Laurent Aimar f5a8c4242e Fixed invalid writes in wavpack decoder on corrupted bitstreams. 14 years ago
  Laurent Aimar 1edc513bcf Fixed invalid access in wavpack decoder on corrupted bitstream. 14 years ago
  Laurent Aimar 9864518544 Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks. 14 years ago
  Sean McGovern 4ccb8f5b7b cpu detection: avoid a signed overflow 14 years ago
  Jeff Downs 01b9a6e447 h264: correct implicit weight table computation for long ref pics 14 years ago
  Jeff Downs 34d2fe6860 h264: correct the check for invalid long term frame index in MMCO decode 14 years ago
  Kostya Shishkov e7746f834a rv10/20: tell decoder to use edge emulation 14 years ago
  Reimar Döffinger f4a5a730d8 VC-1: fix reading of custom PAR. 14 years ago
  Dustin Brody 36c196bca4 h264: notice memory allocation failure 14 years ago
  Baptiste Coudurier 7b733e4b7f libx264: do not set pic quality if no frame is output 15 years ago
  Diego Biurrun d2411412f1 rv30: return AVERROR(EINVAL) instead of EINVAL 14 years ago
  Rafaël Carré 0facc63ff6 Do not decode RV30 files if the extradata is too small 14 years ago
  Mans Rullgard 5ed9457260 aacps: skip some memcpy() if src and dst would be equal 14 years ago
  John Stebbins 84fce203bd dca: set AVCodecContext frame_size for DTS audio 14 years ago
  Jason Garrett-Glaser 572e94bc51 H.264: fix overreads of qscale_table 14 years ago
  Michael Niedermayer feca20021c jpegdec: actually search for and parse RSTn 14 years ago