30700 Commits (649c158e8c94ac0cff7f03e97d6ea8bbf71b7f02)

Author SHA1 Message Date
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Ronald S. Bultje bdc1e3e3b2 vp9/x86: intra prediction sse2/32bit support. 10 years ago
Ronald S. Bultje b6e1711223 vp9/x86: invert hu_ipred left array ordering. 10 years ago
Michael Niedermayer cee4490b52 on2avc: check number of channels 10 years ago
Michael Niedermayer d423dd72be smc: fix the bounds check 10 years ago
Michael Niedermayer 0b39ac6f54 gifdec: refactor interleave end handling 10 years ago
Anton Khirnov 17ba719d9b mmvideo: check frame dimensions 10 years ago
Anton Khirnov 88626e5af8 jvdec: check frame dimensions 10 years ago
Anton Khirnov 809c3023b6 mjpegdec: check for pixel format changes 10 years ago
Reimar Döffinger 70d80ed40f qdm2: Allow hard-coding VLC tables. 10 years ago
Reimar Döffinger de6d44829c aacps.c: Move large arrays to context to reduce stack usage. 10 years ago
Vittorio Giovara 210461c0a8 imgconvert: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 596b5c488f wma: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 5ac06633cb takdec: check av_samples_get_buffer_size() return value 10 years ago
Vittorio Giovara 16c7a8a142 aacps: invert the order of parameters of ipdopd_reset() 10 years ago
Vittorio Giovara 9745f19ffc assdec: check the right variable 10 years ago
Vittorio Giovara 971099ff5a aacenc: correctly check returned value 10 years ago
Vittorio Giovara ac467d94fa lcl: return an appropriate error code 10 years ago
Vittorio Giovara c63dd3f0a4 a64multi: check elbg return values 10 years ago
Vittorio Giovara 3beb9cbad3 roqvideo: check memory allocations and propagate errors 10 years ago
Vittorio Giovara ae2d41ec87 elbg: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 67fc8a15e4 theora: support different visible and coded frame size 10 years ago
Paul B Mahol 87bd298abe DPX parser 10 years ago
Carl Eugen Hoyos 3a3790b8f8 tiff: support encoding and decoding 64bit images 10 years ago
Michael Niedermayer 3bb465245f h261dec: Fix context initialization sequence 10 years ago
Michael Niedermayer 368642361f avcodec/indeo3: ensure offsets are non negative 10 years ago
Michael Niedermayer e59c28b166 avcodec/adpcm: Check idelta 10 years ago
Martin Storsjö 91bfac759d h261enc: Disallow sliced encoding 10 years ago
Michael Niedermayer 61296d41e2 avcodec/h264: Check *log2_weight_denom 10 years ago
Michael Niedermayer 3281fa8925 avcodec/hevc_ps: Check diff_cu_qp_delta_depth 10 years ago
Michael Niedermayer 99f8c9e4d1 avcodec/hevc: move qp_block_mask to where its used 10 years ago
Michael Niedermayer e8714f6f93 avcodec/h264: Clear delayed_pic on deallocation 10 years ago
Michael Niedermayer 8aa8d12554 avcodec/hevc: clear filter_slice_edges() on allocation 10 years ago
Michael Niedermayer 7d593495e4 avcodec/dcadec: Check that the added xch channel isnt already there 10 years ago
Michael Niedermayer 3ba1050292 avcodec/imc: dont read bits beyond the end 10 years ago
Michael Niedermayer ddd7dac7ae avcodec/utils: check the private context class 10 years ago
Michael Niedermayer 3305acdc92 avcodec/indeo3: use signed variables to avoid underflow 10 years ago
Reimar Döffinger 254da44bf9 flacenc: calculate lower sum levels in-place. 10 years ago
Michael Niedermayer f3b5b139ad avcodec/h264: make the first field of H264Context an AVClass 10 years ago
Michael Niedermayer 3881606240 avcodec/utvideodec: Fix handling of slice_height=0 10 years ago
Michael Niedermayer 211200e0c0 avcodec/xface: Add asserts to limit nb_words from becoming too large 10 years ago
Michael Niedermayer 93a5a16f13 avcodec/xface: correct the XFACE_MAX_* values 10 years ago
Michael Niedermayer 3030fb7e0d avcodec/vmdvideo: Check len before using it in method 3 10 years ago
Derek Buitenhuis 402a61c919 snow_dwt: Don't try and free members of non-existent arrays 10 years ago
Ronald S. Bultje 0a7964dca5 vp9/x86: save one register on 32bit idct32x32. 10 years ago
Michael Niedermayer 4f1923a91b avcodec/tiffenc: Consistently use ADD_ENTRY1() 10 years ago
Michael Niedermayer b799ec7e0b avcodec/hevc: Print an error if luma_log2_weight_denom is out of range 10 years ago
Michael Niedermayer 1307c11ce6 avcodec/avdct: support >8bit per sample dcts 10 years ago
Vittorio Giovara 10d4c5e55e tiff: set the correct return value when check_size() fails 10 years ago
Luca Barbato 3c27275c13 tiff: Check the check_size() return value and forward it 10 years ago