15130 Commits (ca7e97bdcf0d19c69293de08f5956d1431ee461f)

Author SHA1 Message Date
  Martin Storsjö ca7e97bdcf g722: Fix the QMF scaling 14 years ago
  Justin Ruggles 4ae138cb12 ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() 14 years ago
  Fabian Greffrath 003f7e3dd0 Fix format string vulnerability detected by -Wformat-security. 14 years ago
  Ronald S. Bultje 85eb76a23f h264: fix mmxext chroma deblock to use correct TC values. 14 years ago
  Ronald S. Bultje 5186984ee9 h264: change underread for 10bit QPEL to overread. 14 years ago
  Ronald S. Bultje b5331b979b cscd: use negative error values to indicate decode_init() failures. 14 years ago
  Vitor Sessak 11f3173e1b amrnbdec: check frame size before decoding. 14 years ago
  Ronald S. Bultje cd17195d1c h264: prevent overreads in intra PCM decoding. 14 years ago
  Justin Ruggles 1128b10247 wmaenc: fix m/s stereo encoding for the first frame 14 years ago
  Justin Ruggles 6a073aa7a7 wmaenc: limit allowed sample rate to 48kHz 14 years ago
  Justin Ruggles 073891e875 wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE 14 years ago
  Justin Ruggles 2e341bc99a wmaenc: require a large enough output buffer to prevent overwrites 14 years ago
  Ronald S. Bultje 78d4f8cc56 amrwb: remove duplicate arguments from extrapolate_isf(). 14 years ago
  Ronald S. Bultje de2656ec25 amrwb: error out early if mode is invalid. 14 years ago
  Ronald S. Bultje b863979c0f wma: fix invalid buffer size assumptions causing random overreads. 14 years ago
  Alex Converse fecd7468fc wmadec: Verify bitstream size makes sense before calling init_get_bits. 14 years ago
  Alex Converse 19da1a39e8 rv10/20: Fix a buffer overread caused by losing track of the remaining buffer size. 14 years ago
  Ronald S. Bultje 7e88df99e1 lcl: return negative error codes on decode_init() errors. 14 years ago
  Ronald S. Bultje 750f5baf30 h264: error out on invalid bitdepth. 14 years ago
  Ronald S. Bultje a63f3f714c huffyuv: do not abort on unknown pix_fmt; instead, return an error. 14 years ago
  Ronald S. Bultje 1dd1ee00d5 vmnc: return error on decode_init() failure. 14 years ago
  Ronald S. Bultje 4493af756b rpza: error out on buffer overreads. 14 years ago
  Ronald S. Bultje e904e9b720 qtrle: return error on decode_init() failure. 14 years ago
  Ronald S. Bultje b2dcac7141 vp56: error out on invalid stream dimensions. 14 years ago
  Alex Converse 083a8a0037 mjpegbdec: Fix overflow in SOS. 14 years ago
  Ronald S. Bultje 9dbd437da2 Indeo3: fix crashes on corrupt bitstreams. 14 years ago
  Ronald S. Bultje 2510e1476e vorbis: fix overflows in floor1[] vector and inverse db table index. 14 years ago
  Reinhard Tartler 0f839cff6b Fix parser not to clobber has_b_frames when extradata is set. 14 years ago
  Ronald S. Bultje 0d30e2c6f2 fraps: release reference buffer on pix_fmt change. 14 years ago
  Ronald S. Bultje a0473085f3 kgv1: release reference picture on size change. 14 years ago
  Ronald S. Bultje e537dc230b kgv1: use avctx->get/release_buffer(). 14 years ago
  Ronald S. Bultje 19f4943d12 lcl: error out if uncompressed input buffer is smaller than framesize. 14 years ago
  Ronald S. Bultje bf6d1a1ca7 mjpeg: abort decoding if packet is too large. 14 years ago
  Alex Converse 424b6edd19 tiff: Prevent overreads in the type_sizes array. 14 years ago
  Ronald S. Bultje 8e3dc37bc0 truemotion2: error out if the huffman tree has no nodes. 14 years ago
  Ronald S. Bultje 8011a29fa8 vc1parse: call vc1_init_common(). 14 years ago
  Ronald S. Bultje fe710f2074 wma: don't return 0 on invalid packets. 14 years ago
  Ronald S. Bultje bba43a1ea0 mjpegb: don't return 0 at the end of frame decoding. 14 years ago
  Ronald S. Bultje 95a9d44dc3 mp3on4: require a minimum framesize. 14 years ago
  Ronald S. Bultje 27558bd87e huffyuv: error out on bit overrun. 14 years ago
  Ronald S. Bultje 5ab9294a8d als: prevent infinite loop in zero_remaining(). 14 years ago
  Ronald S. Bultje cfd7d166e2 cook: prevent div-by-zero if channels is zero. 14 years ago
  Ronald S. Bultje 5bcd47cf63 vc1: prevent using last_frame as a reference for I/P first frame. 14 years ago
  Ronald S. Bultje 7046ae5593 tta: error out if samplerate is zero. 14 years ago
  Janne Grunau d19e3e19d6 vc1: prevent null pointer dereference on broken files 14 years ago
  Alex Converse 04597e2595 smacker: Sanity check huffman tables found in the headers. 14 years ago
  Alex Converse 683213230e aac: fix infinite loop on end-of-frame with sequence of 1-bits. 14 years ago
  Alex Converse ad0ee682b3 wma: Clip WMA1 and WMA2 frame length to 11 bits. 14 years ago
  Janne Grunau ba418ad400 rv20: prevent calling ff_h263_decode_mba() with unset height/width 14 years ago
  Ronald S. Bultje 6dcbbdc011 flac: fix infinite loops on all-zero input or end-of-stream. 14 years ago