15148 Commits (c3bf08d04cdec3d4fd5c4ea70e14b5edca2c45a7)

Author SHA1 Message Date
  Ronald S. Bultje 12247a13e0 Don't use ff_cropTbl[] for IDCT. 14 years ago
  Ronald S. Bultje 9def2f200e error_resilience: initialize s->block_index[]. 14 years ago
  Ronald S. Bultje 7b676935ee svq3: protect against negative quantizers. 14 years ago
  Justin Ruggles 4a15240a27 mov: set channel layout for AC-3 streams based on the 'dac3' atom info 14 years ago
  Janne Grunau a47b96bdd3 rv34: handle size changes during frame multithreading 14 years ago
  Alex Converse 48ac765efe rv10/20: Fix slice overflow with checked bitstream reader. 14 years ago
  Michael Niedermayer 522645e38f h263dec: Disallow width/height changing with frame threads. 14 years ago
  Alex Converse e891ee4bf6 adpcm: Clip step_index values read from the bitstream at the beginning of each frame. 14 years ago
  Alex Converse ef673211e7 tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned. 14 years ago
  Alex Converse eaeaeb265f dpcm: ignore extra unpaired bytes in stereo streams. 14 years ago
  Alex Converse db315c796d svq3: Prevent illegal reads while parsing extradata. 14 years ago
  Michael Niedermayer e3743869e9 ac3dec: Move center and surround mix level tables to the parser. 14 years ago
  Mans Rullgard 627f4621f5 ac3: Do not read past the end of ff_ac3_band_start_tab. 14 years ago
  Dale Curtis feed0c6b6a mpegaudiodec: Prevent premature clipping of mp3 input buffer. 14 years ago
  Alex Converse d0e53ecff7 mp3dec: Fix a heap-buffer-overflow 14 years ago
  Alex Converse 1ca84aa162 mpeg12: Pad framerate tab to 16 entries. 14 years ago
  Michael Niedermayer d5f2382d03 kgv1dec: Increase offsets array size so it is large enough. 14 years ago
  Alex Converse 416849f2e0 kmvc: Check palsize. 14 years ago
  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