9064 Commits (n0.5.6)

Author SHA1 Message Date
  Michael Niedermayer cc2580e6e9 svq1dec: call avcodec_set_dimensions() after dimensions changed. 14 years ago
  Michael Niedermayer 4b0f8aed13 qdm2dec: fix buffer overflow. 14 years ago
  Michael Niedermayer 2c8ac66456 qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones() 14 years ago
  Michael Niedermayer 4f209fe960 cinepak: check strip_size 14 years ago
  Michael Niedermayer 037b1142cd wma: Check channel number before init. 14 years ago
  Alex Converse 37cc48861d vp5: Fix illegal read. 14 years ago
  Thierry Foucu 0cd61bfa6d vp6: Fix illegal read. 14 years ago
  Michael Niedermayer 8bd374858f resample: Fix array size 14 years ago
  Michael Niedermayer d39cc3c092 resample2: fix potential overflow 14 years ago
  Michael Niedermayer e124c3c298 resample: Fix overflow 14 years ago
  Laurent Aimar c603cf5170 qtrle: check for out of bound writes. 14 years ago
  Laurent Aimar e1a46eff7a qtrle: check for invalid line offset 14 years ago
  Justin Ruggles 58087a4e64 mpc7: return error if packet is too small. 14 years ago
  Justin Ruggles 8d1fa1c97e mpc7: check output buffer size before decoding 14 years ago
  Laurent Aimar 2eb5f77bc8 h264: do not let invalid values in h->ref_count after a decoder reset. 14 years ago
  Laurent Aimar ddbbe500b0 h264: fix the check for invalid SPS:num_ref_frames. 14 years ago
  Laurent Aimar d1a5b53ede h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_list_reordering() errors. 14 years ago
  Laurent Aimar 8e6173c76a Check for out of bound accesses in the 4xm decoder. 14 years ago
  Laurent Aimar 1a6f024520 Prevent block size from inreasing in the shorten decoder. 14 years ago
  Laurent Aimar 3699a46ed7 Check for out of bound writes in the QDM2 decoder. 14 years ago
  Laurent Aimar 635256a324 Fix out of bound writes in fix_bitshift() of the shorten decoder. 14 years ago
  Laurent Aimar 240546a185 Check for out of bounds writes in the Delphine Software International CIN decoder. 14 years ago
  Laurent Aimar 07df40db6e Check for invalid update parameters in vmd video decoder. 14 years ago
  Laurent Aimar b24c2e59fe Release old pictures after a resolution change in vp5/6 decoder 14 years ago
  Laurent Aimar 25bc1108c2 Check output buffer size in nellymoser decoder. 14 years ago
  Michael Niedermayer 8ef917c033 check all svq3_get_ue_golomb() returns. 14 years ago
  Michael Niedermayer 1883249be3 rv34: check for size mismatch 14 years ago
  Alex Converse 9463a28792 Fix ff_imdct_calc_sse() on gcc-4.6 15 years ago
  Michael Niedermayer 38423fe0b7 smacker: add forgotten * 14 years ago
  Kostya Shishkov d8439f0452 rv34: check that subsequent slices have the same type as first one. 14 years ago
  Laurent Aimar eb6b0ed8be Fixed invalid read access on extra data in cinepak decoder. 14 years ago
  Laurent Aimar b261ebfd22 Fixed segfaults on corruped smacker streams in the decoder. 14 years ago
  Laurent Aimar 03db051b43 Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. 14 years ago
  Laurent Aimar cc885682e3 Fixed deference of NULL pointer in motionpixels decoder. 14 years ago
  Chris Rankin 1415ebf031 qcelpdec: fix the return value of qcelp_decode_frame(). 14 years ago
  Reimar Döffinger 4e0315b30e Check extradata size on resolution change. 14 years ago
  Laurent Aimar a9ded3d272 rv34: Check for invalid slice offsets 14 years ago
  Laurent Aimar ef93642aac rv34: Avoid NULL dereference on corrupted bitstream 14 years ago
  Laurent Aimar 9cda3d7915 rv10: Reject slices that does not have the same type as the first one 14 years ago
  Laurent Aimar f936799f0b Check for invalid VLC value in smacker decoder. 14 years ago
  Laurent Aimar f6d3dfe78b Check and propagate errors when VLC trees cannot be built in smacker decoder. 14 years ago
  Alex Converse 7cb35d4954 cljr: init_get_bits size in bits instead of bytes 14 years ago
  Alex Converse 457f869b73 indeo2: fail if input buffer too small 14 years ago
  Alex Converse 70f01f1262 indeo2: init_get_bits size in bits instead of bytes 14 years ago
  Michael Niedermayer 80fb9f2c57 cavsdec: avoid possible crash with crafted input 14 years ago
  Carl Eugen Hoyos 46f9a6203a Fix possible double free when encoding using xvid. 14 years ago
  Mans Rullgard 04888edef3 cavs: fix some crashes with invalid bitstreams 14 years ago
  Michael Niedermayer 8210ee22e2 AMV: Fix possibly exploitable crash. 15 years ago
  Michael Niedermayer eed5697f99 mjpeg: Detect overreads in mjpeg_decode_scan() and error out. 15 years ago
  Kostya Shishkov 808f9ce727 Call avcodec_set_dimensions() instead of simply setting avctx->width/height 16 years ago