13865 Commits (75d8cccf0efb95c8a43b2a84f18013600eed877f)

Author SHA1 Message Date
  Alex Converse 75d8cccf0e kmvc: Check palsize. 14 years ago
  Alex Converse d87997b56f aacsbr: prevent out of bounds memcpy(). 14 years ago
  Alex Converse 654b24f68a dpcm: ignore extra unpaired bytes in stereo streams. 14 years ago
  Michael Niedermayer 2f2fd8c6d1 tqi: Pass errors from the MB decoder 14 years ago
  Alexander Strange c5f7c755cf h264: Add check for invalid chroma_format_idc 14 years ago
  Janne Grunau b581580bd1 adpcm: ADPCM Electronic Arts has always two channels 14 years ago
  Michael Niedermayer 3313f31f01 h263dec: Disallow width/height changing with frame threads. 14 years ago
  Mans Rullgard c71c77e56f vqavideo: return error if image size is not a multiple of block size 14 years ago
  Alex Converse 08c81f7365 celp filters: Do not read earlier than the start of the 'out' vector. 13 years ago
  Alex Converse 50073e2395 motionpixels: Clip YUV values after applying a gradient. 13 years ago
  Ronald S. Bultje 3fc967f6c7 h263: more strictly forbid frame size changes with frame-mt. 14 years ago
  Ronald S. Bultje 26ac878cc2 h264: additional protection against unsupported size/bitdepth changes. 14 years ago
  Reinhard Tartler fd53da21a1 lcl: use AVERROR_INVALIDDATA instead of AVERROR_UNKNOWN 14 years ago
  Michael Niedermayer a0b65938b7 kgv1dec: Increase offsets array size so it is large enough. 14 years ago
  Ronald S. Bultje cb8a17ddac kgv1: use avctx->get/release_buffer(). 14 years ago
  Gaurav Narula 24eabc53ba kvmc: fix invalid reads 14 years ago
  Alex Converse 6ae95a0b93 mjpegbdec: Fix overflow in SOS. 14 years ago
  Michael Niedermayer 96ed18cab1 shorten: Use separate pointers for the allocated memory for decoded samples. 14 years ago
  Justin Ruggles a207a2fecc shorten: check for realloc failure (cherry picked from commit 9e5e2c2d01) 14 years ago
  Michael Niedermayer f728ad26f0 atrac3: Fix crash in tonal component decoding. 14 years ago
  Michael Niedermayer e676bbb8cf ws_snd1: Fix wrong samples count and crash. 14 years ago
  Justin Ruggles 847c7cd0c8 ws_snd: add some checks to prevent buffer overread or overwrite. (cherry picked from commit 417364ce1f) 14 years ago
  Justin Ruggles 137007b5bf ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. 14 years ago
  Kostya Shishkov 90db3c435e dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 14 years ago
  Ronald S. Bultje 8b819fd9d3 h264: stricter reference limit enforcement. 14 years ago
  Paul B Mahol 81c5b4ddcb jvdec: unbreak video decoding 14 years ago
  Ronald S. Bultje 5ae49ddaa4 xxan: don't read before start of buffer in av_memcpy_backptr(). 14 years ago
  Ronald S. Bultje 311361348d dsicinvideo: validate buffer offset before copying pixels. 14 years ago
  Ronald S. Bultje 99536be9d4 huffyuv: add padding to classic (v1) huffman tables. 14 years ago
  Alex Converse bbe316dfb4 tiffdec: Prevent illegal memory access caused by recycled pointers. 14 years ago
  Ronald S. Bultje b4a223fd19 wma: fix off-by-one in array bounds check. 14 years ago
  Ronald S. Bultje 4924520513 raw: move buffer size check up. 14 years ago
  Ronald S. Bultje 6dfe865aed svq3: protect against negative quantizers. 14 years ago
  Michael Niedermayer 4be63587e1 h263dec: Disallow width/height changing with frame threads. 14 years ago
  Alex Converse a642953b0f tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned. 14 years ago
  Alex Converse f5ce67d837 svq3: Prevent illegal reads while parsing extradata. 14 years ago
  Mans Rullgard 2c199cb253 ac3: Do not read past the end of ff_ac3_band_start_tab. 14 years ago
  Fabian Greffrath f375e19f37 Fix format string vulnerability detected by -Wformat-security. 14 years ago
  Ronald S. Bultje 54e947273c h264: fix mmxext chroma deblock to use correct TC values. (cherry picked from commit b0c4f04338) 14 years ago
  Ronald S. Bultje e3e05963c1 cscd: use negative error values to indicate decode_init() failures. 14 years ago
  Ronald S. Bultje bd37b95383 h264: prevent overreads in intra PCM decoding. 14 years ago
  Justin Ruggles 58133bb010 wmaenc: fix m/s stereo encoding for the first frame 14 years ago
  Justin Ruggles 43e3e7764c wmaenc: limit allowed sample rate to 48kHz 14 years ago
  Justin Ruggles 74bd46e82a wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE 14 years ago
  Justin Ruggles c932844882 wmaenc: require a large enough output buffer to prevent overwrites 14 years ago
  Alex Converse 88b47010c4 wmadec: Verify bitstream size makes sense before calling init_get_bits. 14 years ago
  Alex Converse b56b7b9081 rv10/20: Fix a buffer overread caused by losing track of the remaining buffer size. 14 years ago
  Ronald S. Bultje bd0d32d131 lcl: return negative error codes on decode_init() errors. 14 years ago
  Ronald S. Bultje d680295d0c huffyuv: do not abort on unknown pix_fmt; instead, return an error. 14 years ago
  Ronald S. Bultje ced190c96c vmnc: return error on decode_init() failure. 14 years ago