21632 Commits (de0cb7f070dc941ea2d3f8a99dad497c852b4e35)

Author SHA1 Message Date
  Vitaliy E Sugrobov de0cb7f070 Additional checks to prevent overread. 13 years ago
  Vitaliy E Sugrobov 91499f4ee8 Prepare gif decoder for use in conjunction with gif demuxer. 13 years ago
  Vitaliy E Sugrobov c5fe41c768 Add meaningful error codes and constants. 13 years ago
  Paul B Mahol d4c59f77b6 adpcm/thp: cosmetics: reindent 13 years ago
  Michael Niedermayer d9bec3b6a2 lavc: fix duplicate stats_out line. 13 years ago
  Michael Niedermayer bc16031a41 mjpegdec: print error message when quant_index is invalid 13 years ago
  Michael Niedermayer a2f680c7bc mjpegdec: check h/v_count, fix context becoming inconsistent and causing out of array accesses. 13 years ago
  Stefano Sabatini 08d0969c14 lavu/opt: change the way default pixel and sample format value is set 13 years ago
  Michael Niedermayer 0b28abf903 vble: check packet size. 13 years ago
  Piotr Bandurski 0b14c197f1 iff: mention all decoders 13 years ago
  Diego Biurrun 9d46eaec7a build: The FLAC encoder also depends on the flacdsp code 13 years ago
  Michael Niedermayer 6abb9a901f huffyuvdec: check width more completely, avoid out of array accesses 13 years ago
  Michael Niedermayer 27eada287a tiffdec: better checks for bitstream offsets, fixes out of array reads 13 years ago
  Michael Niedermayer 3ae6104511 roqvideodec: check dimensions validity 13 years ago
  Janne Grunau c1fcf563b1 h264: check context state before decoding slice data partitions 13 years ago
  Janne Grunau 3ae69b9166 flashsv: make sure data for zlib priming is available 13 years ago
  Paul B Mahol 6549a9b753 pgssubdec: remove unused variable 13 years ago
  Paul B Mahol 01eed8c607 iff demuxer: 16SV support 13 years ago
  Reimar Döffinger 16af29a7a6 vc1dec: add hacks to ensure static tables are initialized in open(). 13 years ago
  Reimar Döffinger 92947c6d72 Use err_out label for error-case cleanup. 13 years ago
  Reimar Döffinger 8aa29f063c atrac3: do not use init_static_data to init VLC data. 13 years ago
  Diego Biurrun 9b15c0a9b3 x86: dsputilenc: port to cpuflags 13 years ago
  Diego Biurrun 89145fbbfe x86: h264dsp: Fix linking with yasm and optimizations disabled 13 years ago
  Michael Niedermayer 2c923983b6 qpeg: reset palette on seeks 13 years ago
  Diego Biurrun 2e89aeed65 x86: h264_idct: port to cpuflags 13 years ago
  Piotr Bandurski f5fa03660d vble: Do not abort decoding when version is not 1 13 years ago
  Diego Biurrun 28e1cf19aa x86: h264_weight: port to cpuflags 13 years ago
  Michael Niedermayer 2cfa6fd025 mjpegdec: dont set got_picture to 0 per frame. 13 years ago
  Michael Niedermayer 541efe4120 mjpegdec: reset got_picture on errors, successful return, init and flush. 13 years ago
  Michael Niedermayer 1c16483cc0 mjpegdec: replace returns by goto fail in frame decode. 13 years ago
  Michael Niedermayer de9fc0e9d6 mjpegdec: make sure ret is set before its used. 13 years ago
  Michael Niedermayer 93b89868e1 h264: support invalid annex B in mp4 13 years ago
  Janne Grunau d5e83122bd h264: set Picture.owner2 to the current thread 13 years ago
  Janne Grunau 6e5cdf2628 h264: check ref_count validity for num_ref_idx_active_override_flag 13 years ago
  Janne Grunau 150b2361ca h264: add missing new line to log message 13 years ago
  Paul B Mahol 51d6879939 AFC demuxer 13 years ago
  Michael Niedermayer 5d47850bbd dcadec: skip QMF on unused channels 13 years ago
  Michael Niedermayer 109268c826 get_dc: fix rounding 13 years ago
  Michael Niedermayer 89d5262289 mpeg4videodec: use ROUNDED_DIV for pts calculation 13 years ago
  Paul B Mahol 67be7fb432 adpcm: thp, afc: support multichannel decoding 13 years ago
  Sergio Garcia Murillo ec51b3308e h264: Fix minor bug in h264.c error trace 13 years ago
  Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 13 years ago
  Michael Niedermayer 1e27655388 aacenc: use the correct output buffer 13 years ago
  Mans Rullgard edd80ec7e3 aacdec: fix signed overflows in lcg_random() 13 years ago
  Michael Niedermayer 86270236d5 dsputil_mmx: ff_put_dirac_pixels depend now on yasm. 13 years ago
  Peter Ross f737e76026 iff decoder: reindent 13 years ago
  Peter Ross 929a24efff iff decoder: merge iff ilbm and byterun1 decoders 13 years ago
  Peter Ross f2dc82b90f dpx: perform width/height upgrade and av_image_check_size earlier to prevent segfault on malformed input 13 years ago
  Paul B Mahol 5a3370816f av_get_audio_frame_duration: add ADPCM_AFC 13 years ago
  Janne Grunau 5ae72f5453 flashsv: check for keyframe before using differential coding 13 years ago