21635 Commits (50cbe09d8ced75422571d29bbec1f35a33a0d3ed)

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