13742 Commits (bb7fd94eebbc6470588cc88ca6713e5ac5e419d3)

Author SHA1 Message Date
  Ronald S. Bultje bb7fd94eeb mpegvideo: fix position of bottom edge. 14 years ago
  Chris Rankin ea311af23d qcelpdec: fix the return value of qcelp_decode_frame(). 14 years ago
  Justin Ruggles 4562f95ba8 sipr: fix the output data size check and only calculate it once. 14 years ago
  Justin Ruggles fc0e151cdc mpc8: check output buffer size before decoding 14 years ago
  Justin Ruggles 56fe62ec94 mpc7: return error if packet is too small. 14 years ago
  Justin Ruggles ce3e0d48f8 mpc7: check output buffer size before decoding 14 years ago
  Justin Ruggles d46efbebe7 nellymoser: check output buffer size before decoding 14 years ago
  Justin Ruggles 7fc9aa6d35 flacdec: fix buffer size checking in get_metadata_size() 14 years ago
  Peter Ross 8475df8158 permit decoding of multichannel ADPCM_EA_XAS 15 years ago
  Reimar Döffinger 282a1a960a Fix input buffer size check in adpcm_ea decoder. 14 years ago
  Sean McGovern 2ba86066be fft: avoid a signed overflow 14 years ago
  Laurent Aimar 000bd5209f rv34: Check for invalid slices offsets 14 years ago
  Ronald S. Bultje 047c6ad752 h264: disallow constrained intra prediction modes for luma. 14 years ago
  Mans Rullgard 6362264e2d h264: fix HRD parameters parsing 14 years ago
  Mans Rullgard ccb3b71b42 h264: fix invalid shifts in init_cavlc_level_tab() 14 years ago
  Mans Rullgard 4ed486dc3a h264: fix detection of optional trailing PPS elements 14 years ago
  Laurent Aimar ba31a01681 h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering() 14 years ago
  Mans Rullgard 1e809ab887 h264pred: use unsigned types for pixel values, fix signed overflows 14 years ago
  Michael Niedermayer c6bb93dcd9 H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock 14 years ago
  Ronald S. Bultje 485f85aa90 h264: correct implicit_weight for field-interlaced pictures. 14 years ago
  Laurent Aimar ec2a1d91e2 h264: check for out of bounds reads in ff_h264_decode_extradata(). 14 years ago
  Chris Evans b0283ccb9e vorbis: An additional defense in the Vorbis codec. 14 years ago
  Reinhard Tartler 97f23c72a3 vorbisdec: Fix decoding bug with channel handling 14 years ago
  Chris Evans 4a94678f1b vorbis: Avoid some out-of-bounds reads 14 years ago
  Ronald S. Bultje c624935554 vp3: fix oob read for negative tokens and memleaks on error. 14 years ago
  Janne Grunau 82a11fcff2 vp3: fix streams with non-zero last coefficient 14 years ago
  Shitiz Garg d912a30c7d 4xm: Add a check in decode_i_frame to prevent buffer overreads 14 years ago
  Justin Ruggles 8dba5608dc wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits. 14 years ago
  Reinhard Tartler bba709214a vp3dec: Check coefficient index in vp3_dequant() 14 years ago
  Michael Niedermayer 0eca0da06e svq1dec: call avcodec_set_dimensions() after dimensions changed. 14 years ago
  Thierry Foucu ba4b08b789 vp6: Fix illegal read. 14 years ago
  Alex Converse 67a7ed623b vp6: Fix illegal read. 14 years ago
  Laurent Aimar c76505e0de vp6: Reset the internal state when aborting key frames header parsing 14 years ago
  Laurent Aimar 30c08e2261 vp6: Check for huffman tree build errors 14 years ago
  Dustin Brody 7367cbec1b vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling 14 years ago
  Justin Ruggles 7347205351 qdm2: check output buffer size before decoding 14 years ago
  Laurent Aimar 0d93d5c461 Fix out of bound reads in the QDM2 decoder. 14 years ago
  Laurent Aimar a31ccacb1a Check for out of bound writes in the QDM2 decoder. 14 years ago
  Laurent Aimar 494cfacdb9 vmd: fix segfaults on corruped streams 14 years ago
  Anton Khirnov 07624cfeaa Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info. 14 years ago
  Baptiste Coudurier 23f0d0f16b lavc: fix parentheses placement in avcodec_open2(). 14 years ago
  Anton Khirnov 47953c33ea lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
  Mans Rullgard ecda54a640 ppc: fix 32-bit PIC build 14 years ago
  Laurent Aimar 2bbb142a14 rv34: Check for invalid slice offsets 14 years ago
  Laurent Aimar b4a1bf0bbf rv34: Fix potential overreads 14 years ago
  Laurent Aimar f0bcba238a rv34: Avoid NULL dereference on corrupted bitstream 14 years ago
  Laurent Aimar 28d948ac44 rv10: Reject slices that does not have the same type as the first one 14 years ago
  Laurent Aimar 54a178f28f Fixed size given to init_get_bits(). 14 years ago
  Michael Niedermayer 78cd2e18a4 smacker: fix a few off by 1 errors 14 years ago
  Laurent Aimar 0d93b03e68 Check for invalid VLC value in smacker decoder. 14 years ago