15251 Commits (3efe6becc79b8087ea517b12380f34b702db1cc5)

Author SHA1 Message Date
  Janne Grunau 3efe6becc7 indeo5: prevent null pointer dereference on broken files 14 years ago
  Michael Niedermayer dc8371b2b1 indeo5dec: Make sure we have had a valid gop header. 14 years ago
  Anton Khirnov 0815d9174c indeo4/5: check empty tile size in decode_mb_info(). 13 years ago
  Anton Khirnov 332555f660 ivi_common: make ff_ivi_process_empty_tile() static. 13 years ago
  Kostya Shishkov c5ec190859 indeo: check for invalid motion vectors 14 years ago
  Kostya Shishkov b561618014 indeo: clear allocated band buffers 14 years ago
  Kostya Shishkov e0daa15a96 indeo: track tile macroblock size 14 years ago
  Kostya Shishkov 911c250aef factor out common decoding code for Indeo 4 and Indeo 5 14 years ago
  Kostya Shishkov 965302c9f3 indeo: check custom Huffman tables for errors 14 years ago
  Anton Khirnov 0c19855539 dfa: improve boundary checks in decode_dds1() 13 years ago
  Kostya Shishkov d0267ecf76 dfa: use more meaningful return codes 14 years ago
  Kostya Shishkov 2281ac9ffd dfa: add some checks to ensure that decoder won't write past frame end 14 years ago
  Paul B Mahol 12941dbe2c dfa: convert to bytestream2 API 14 years ago
  Anton Khirnov 9e575e54a0 dfa: check that the caller set width/height properly. 13 years ago
  Michael Niedermayer 9a76b7375e avsdec: Set dimensions instead of relying on the demuxer. 14 years ago
  Justin Ruggles d7de11260b ac3dec: ensure get_buffer() gets a buffer for the correct number of channels 13 years ago
  Martin Storsjö 31bc3fb563 snow: Check mallocs at init 13 years ago
  Alex Converse 9aaaeba45c vorbis: Validate that the floor 1 X values contain no duplicates. 13 years ago
  Justin Ruggles e46cf805b1 vorbisenc: check all allocations for failure 14 years ago
  Kostya Shishkov d4f3abca6a indeo3: validate new frame size before resetting decoder 14 years ago
  Janne Grunau b1ad5a21da rv34: error out on size changes with frame threading 14 years ago
  Janne Grunau 90575bd7dd rv34: Handle only complete frames in frame-mt. 13 years ago
  Janne Grunau f695bd6016 rv34: use AVERROR return values in ff_rv34_decode_frame() 14 years ago
  Martin Storsjö 8c0bbe5156 vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
  Martin Storsjö 6d1b91324c h263: Add ff_ prefix to nonstatic symbols 14 years ago
  Michael Niedermayer a1b127515b alsdec: check opt_order. 14 years ago
  Justin Ruggles d9ffa2aca1 golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 13 years ago
  Michael Niedermayer da0c457663 mpegvideo: Don't use ff_mspel_motion() for vc1 14 years ago
  Janne Grunau 7a7229b52d imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt 13 years ago
  Janne Grunau 6704522ca9 nuv: check RTjpeg header for validity 13 years ago
  Janne Grunau fdb7080781 Revert "nuv: check per-frame header for validity." 13 years ago
  Anton Khirnov bed5847563 bmpdec: only initialize palette for pal8. 13 years ago
  Reimar Döffinger e9ac06160f sipr: fall back to setting mode based on bit_rate. 14 years ago
  Kostya Shishkov 02b7239462 vc1dec: add flush function for WMV9 and VC-1 decoders 13 years ago
  Mans Rullgard e1608014c5 h264: allow cropping to AVCodecContext.width/height 13 years ago
  Ronald S. Bultje d34e9e61dd png: check bit depth for PAL8/Y400A pixel formats. 14 years ago
  Ronald S. Bultje c38d3e1a39 qdm2: clip array indices returned by qdm2_get_vlc(). 14 years ago
  Michael Niedermayer 5872580e65 tqi: Pass errors from the MB decoder 14 years ago
  Alexander Strange 4713234518 h264: Add check for invalid chroma_format_idc 14 years ago
  Michael Niedermayer 5836110018 h263dec: Disallow width/height changing with frame threads. 14 years ago
  Mans Rullgard d5207e2af8 vqavideo: return error if image size is not a multiple of block size 14 years ago
  Alex Converse 9ea94c44b1 celp filters: Do not read earlier than the start of the 'out' vector. 14 years ago
  Alex Converse aaa6a66677 motionpixels: Clip YUV values after applying a gradient. 14 years ago
  Ronald S. Bultje 7240cc3f8b jpeg: handle progressive in second field of interlaced. 14 years ago
  Ronald S. Bultje 7fe4c8cb76 h263: more strictly forbid frame size changes with frame-mt. 14 years ago
  Ronald S. Bultje 746f1594d7 h264: additional protection against unsupported size/bitdepth changes. 14 years ago
  Ronald S. Bultje 0e4bb0530f tta: prevents overflows for 32bit integers in header. 14 years ago
  Paul B Mahol 994c0efcc7 ttadec: CRC checking 14 years ago
  Paul B Mahol cf5e119d4a tta: use skip_bits_long() 14 years ago
  Michael Niedermayer e8050f313e apedec: check bits <= 32. 14 years ago