FFmpeg/libavcodec
Michael Niedermayer c441a8bad5 avcodec/cavsdec: Fix runtime error: signed integer overflow: 59 + 2147483600 cannot be represented in type 'int'
Fixes: 1903/clusterfuzz-testcase-minimized-5359318167715840

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 58f8cd4ac5)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-08-23 13:15:17 +02:00
..
aarch64 lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. 2015-02-13 20:48:08 +01:00
alpha Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' 2014-08-15 20:11:56 +02:00
arm avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a" 2015-02-13 20:48:09 +01:00
avr32
bfin
mips mips/acelp_filters: fix incorrect register constraint 2015-03-29 03:34:22 +02:00
neon Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' 2014-08-15 20:11:56 +02:00
ppc Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
sh4
sparc
x86 videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations. 2017-08-23 13:15:16 +02:00
4xm.c
8bps.c avcodec/8bps: Check side data size before use 2017-08-23 13:15:16 +02:00
8svx.c Merge commit '74512f7e369da40e1148c92b58cd8e59f7737b8f' 2014-09-02 21:45:58 +02:00
012v.c avcodec/012v: redesign main loop 2015-03-29 03:34:22 +02:00
a64colors.h
a64multienc.c avcodec/a64multienc: Assert that the Packet size does not grow 2015-03-29 03:34:21 +02:00
a64tables.h
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c Merge commit '63f800ca5f4f6b38f3789a7edb03bfabe8bacdd2' 2014-09-01 20:51:44 +02:00
aac_parser.c aac_parser: add required padding for GetBitContext buffer 2015-07-08 23:37:51 +02:00
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
aac.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c aaccoder: prevent crash of anmr coder 2015-12-20 16:13:09 +01:00
aacdec.c avcodec/aacdec: Fix runtime error: signed integer overflow: 2147483520 + 255 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
aacdectab.h
aacenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
aacenc.h
aacps_tablegen.c aacps_tablegen: replace TABLE_CONST by const. 2014-08-31 18:33:27 +02:00
aacps_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
aacps.c avcodec/aacps: Fix undefined behavior 2017-08-23 13:15:17 +02:00
aacps.h
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c Merge commit '7b66cf5ce7fdb8b3fa13459aab3f4d6ab559f1ea' into release/2.4 2015-05-06 03:20:49 +02:00
aacsbr_tablegen.c aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aacsbr_tablegen.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aacsbr.c avcodec/aacsbr_template: Do not change bs_num_env before its checked 2017-08-23 13:15:17 +02:00
aacsbr.h
aacsbrdata.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c aasc: return correct buffer size from aasc_decode_frame 2015-05-05 21:41:26 +02:00
ac3_parser.c ac3_parser: add required padding for GetBitContext buffer 2015-07-08 23:37:51 +02:00
ac3_parser.h
ac3.c ac3: validate end in ff_ac3_bit_alloc_calc_mask 2015-04-25 15:06:54 +02:00
ac3.h Improved AC3 decoder level support (heavy drc, dialnorm) 2014-08-27 14:31:39 +02:00
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-29 03:34:22 +02:00
ac3dec_float.c ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-29 03:34:22 +02:00
ac3dec.c avcodec/ac3dec: Fix: runtime error: index -1 out of bounds for type 'INTFLOAT [2]' 2017-08-23 13:15:17 +02:00
ac3dec.h avcodec/ac3dec: Keep track of band structure 2017-08-23 13:15:17 +02:00
ac3dsp.c
ac3dsp.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c
ac3enc_template.c avcodec/ac3enc_template: fix out of array read 2014-10-04 23:52:28 +02:00
ac3enc.c avcodec/ac3en: use FF_ALLOC(Z)_ARRAY() 2014-09-13 13:28:38 +02:00
ac3enc.h
ac3tab.c
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c avcodec/acelp_pitch_delay: Fix runtime error: value 4.83233e+39 is outside the range of representable values of type 'float' 2017-08-23 13:15:17 +02:00
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm_data.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcm_data.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcm.c avcodec/adpcm: Check for overreads 2015-08-20 14:29:11 +02:00
adpcm.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
adpcmenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
adx_parser.c
adx.c Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' 2014-08-10 02:09:13 +02:00
adx.h Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' 2014-08-10 02:09:13 +02:00
adxdec.c avcodec/adxdec: Fix runtime error: left shift of negative value -1 2017-08-23 13:15:16 +02:00
adxenc.c
aic.c Merge commit 'f3dafb63d05896aacf84caf0e4c81c216476d60e' into release/2.4 2015-03-09 00:31:23 +01:00
alac_data.c
alac_data.h
alac.c avcodec/alac: Clear pointers in allocate_buffers() 2015-08-20 14:38:27 +02:00
alacenc.c alacenc: fix extra bits extraction 2014-08-18 02:51:34 +02:00
aliaspixdec.c
aliaspixenc.c
allcodecs.c lavc: Move the libtwolame encoder registration to the list for external libraries 2015-01-13 00:16:41 +01:00
alsdec.c avcodec/alsdec: Check for overread 2015-08-20 14:29:11 +02:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c avcodec/amrwbdec: Fix runtime error: left shift of negative value -1 2017-08-23 13:15:17 +02:00
anm.c
ansi.c avcodec/ansi: Fix frame memleak 2017-08-23 13:15:17 +02:00
apedec.c avcodec/apedec: fix decoding of stereo files with one channel full of silence 2017-08-23 13:15:16 +02:00
ass_split.c avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get() 2016-02-01 02:12:21 +01:00
ass_split.h
ass.c
ass.h
assdec.c
assenc.c
asv.c Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' 2014-09-02 21:57:46 +02:00
asv.h Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' 2014-09-02 21:57:46 +02:00
asvdec.c Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' 2014-09-02 21:57:46 +02:00
asvenc.c avcodec/asvenc: fix AAN scaling 2014-10-04 23:52:28 +02:00
atrac1.c
atrac1data.h
atrac3.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
atrac3data.h
atrac3plus_data.h
atrac3plus.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
atrac3plus.h
atrac3plusdec.c avcodec/atrac3plusdec: consume only as many bytes as available 2015-08-20 14:29:11 +02:00
atrac3plusdsp.c avcodec/atrac3plusdsp: fix on stack alignment 2015-04-25 15:06:54 +02:00
atrac.c
atrac.h
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
audiodsp.c
audiodsp.h
aura.c
avcodec.h avcodec/avcodec: Limit the number of side data elements per packet 2017-08-23 13:15:17 +02:00
avcodecres.rc
avdct.c avcodec/avdct: add "xvid" alias AVOption and use FF_IDCT_XVID 2014-08-09 12:42:07 +02:00
avdct.h avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
avfft.c
avfft.h
avpacket.c avcodec/avcodec: Limit the number of side data elements per packet 2017-08-23 13:15:17 +02:00
avpicture.c
avrndec.c
avs.c Merge commit '9e0a38d32b36fac7fd73bdb93e820ae0b9e03616' into release/2.4 2015-01-18 02:59:01 +01:00
avuidec.c
avuienc.c avcodec/avuienc: move pointer declaration to where its used 2014-08-02 20:13:08 +02:00
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c
binkaudio.c Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitstream_filter.c
bitstream.c avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits() 2015-06-01 23:25:19 +02:00
blockdsp.c
blockdsp.h
bmp_parser.c avcodec/bmp_parser: Check fsize 2017-08-23 13:15:16 +02:00
bmp.c
bmp.h
bmpenc.c
bmvaudio.c
bmvvideo.c avcodec/bmvvideo: Fix runtime error: left shift of 137 by 24 places cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
brenderpix.c Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' 2014-08-04 21:48:00 +02:00
bswapdsp.c
bswapdsp.h
bytestream.h bytestream2: set the reader to the end when reading more than available 2015-08-20 14:38:27 +02:00
c93.c
cabac_functions.h avcodec/cabac: Check initial cabac decoder state 2015-12-06 12:40:50 +01:00
cabac_tablegen.c cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac_tablegen.h cabac: Allow hardcoding CABAC table. 2014-09-06 20:59:20 +02:00
cabac.c avcodec/cabac: Check initial cabac decoder state 2015-12-06 12:40:50 +01:00
cabac.h avcodec/cabac: Check initial cabac decoder state 2015-12-06 12:40:50 +01:00
cavs_parser.c
cavs.c avcodec/cavs: Check updated MV 2017-08-23 13:15:17 +02:00
cavs.h
cavsdata.c
cavsdec.c avcodec/cavsdec: Fix runtime error: signed integer overflow: 59 + 2147483600 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
cavsdsp.c avcodec/cavsdsp: use av_clip_uint8() for idct 2017-08-23 13:15:16 +02:00
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
cdgraphics.c Merge commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36' 2014-08-07 01:56:50 +02:00
cdxl.c avcodec/cdxl: Check format for BGR24 2017-08-23 13:15:17 +02:00
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c avcodec/cinepak: Check side data size before use 2017-08-23 13:15:16 +02:00
cinepakenc.c
cljrdec.c
cljrenc.c
cllc.c avcodec/cllc: Check prefix 2017-08-23 13:15:17 +02:00
cngdec.c
cngenc.c
codec_desc.c
cook_parser.c
cook.c Merge commit '484e015dc8b9983297e9269b406c65084daf4528' into release/2.4 2015-01-18 02:02:00 +01:00
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c
crystalhd.c
cscd.c
cyuv.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dca_parser.c avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() 2014-08-06 22:28:35 +02:00
dca.c dca: fix misaligned access in avpriv_dca_convert_bitstream 2016-01-28 02:15:49 +01:00
dca.h avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() 2014-08-06 22:28:35 +02:00
dcadata.h
dcadec.c avcodec/dcadec: Check active_bands 2015-06-01 23:25:21 +02:00
dcadsp.c
dcadsp.h
dcaenc.c avcodec/dcaenc: clear bitstream end 2015-08-20 14:38:28 +02:00
dcaenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dct32.h
dct-test.c Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d' 2014-09-08 00:54:55 +02:00
dct.c
dct.h Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b' 2014-09-03 03:19:40 +02:00
dctref.c
dctref.h
dfa.c avcodec/dfa: Fix: runtime error: signed integer overflow: -14202 * 196877 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
dirac_arith.c
dirac_arith.h avcodec/dirac_arith: fix integer overflow 2014-11-01 13:28:14 +01:00
dirac_dwt.c
dirac_dwt.h
dirac_parser.c avcodec/dirac_parser: Check that there is a previous PU before accessing it 2015-12-06 12:40:51 +01:00
dirac.c Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06' 2014-09-09 12:12:29 +02:00
dirac.h
diracdec.c avcodec/diracdec: Fix Assertion frame->buf[0] failed at libavcodec/decode.c:610 2017-08-23 13:15:17 +02:00
diracdsp.c
diracdsp.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h lavc/dnxhd: ff_dnxhd_cid_table is not exported 2014-08-13 13:12:52 +02:00
dnxhddec.c avcodec/dnxhddec: Check that the frame is interlaced before using cur_field 2015-03-29 03:34:23 +02:00
dnxhdenc.c Merge commit '61fdbf7ff64c0ae1bdd6a8d573092dc6924c1dba' into release/2.4 2015-01-18 02:34:25 +01:00
dnxhdenc.h
dpcm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
dpx_parser.c
dpx.c avcodec/dpx: Move need_align to act per line 2015-12-06 12:40:49 +01:00
dpxenc.c avcodec/dpxenc: implement write16/32 as functions 2015-08-20 14:38:25 +02:00
dsd_tablegen.c
dsd_tablegen.h
dsddec.c
dsicinaudio.c
dsicinvideo.c
dsputil_compat.c
dsputil.h
dump_extradata_bsf.c
dv_profile_internal.h
dv_profile.c Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dv_profile.h Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dv_tablegen.c
dv_tablegen.h Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dv.c Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dv.h Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dvbsub_parser.c
dvbsub.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
dvbsubdec.c avcodec/dvbsubdec: Check entry_id 2017-08-23 13:15:17 +02:00
dvd_nav_parser.c
dvdata.c Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dvdata.h
dvdec.c avcodec/dvdec: Fix "left shift of negative value -254" 2016-01-31 00:25:20 +01:00
dvdsub_parser.c avcodec/dvdsub_parser: print message if packet is smaller than the packet size field 2014-08-02 01:17:24 +02:00
dvdsubdec.c avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
dvdsubenc.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
dvenc.c Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 2014-09-09 19:30:55 +02:00
dxa.c avcodec/dxa: check dimensions 2014-11-01 13:28:14 +01:00
dxtory.c avcodec/dxtory: Fix input size check in dxtory_decode_v1_410() 2015-12-06 12:40:49 +01:00
dxva2_h264.c Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098' 2014-09-01 20:31:13 +02:00
dxva2_internal.h dxva2: Clean up definition of _WIN32_WINNT 2014-09-01 12:23:59 +02:00
dxva2_mpeg2.c Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098' 2014-09-01 20:31:13 +02:00
dxva2_vc1.c Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098' 2014-09-01 20:31:13 +02:00
dxva2.c
dxva2.h Merge commit 'b8962d64cc71af241601bcab5c3fcdc5735ef4ae' 2014-09-01 20:45:50 +02:00
eac3_data.c
eac3_data.h
eac3dec.c avcodec/eac3dec: Fix runtime error: left shift of negative value -3 2017-08-23 13:15:16 +02:00
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c avcodec/eamad: Fix runtime error: signed integer overflow: 49674 * 49858 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
eatgq.c
eatgv.c
eatqi.c avcodec/eatqi: Fix runtime error: signed integer overflow: 4466147 * 1075 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
elbg.c
elbg.h
error_resilience.c avcodec/error_resilience: avoid accessing previous or next frames tables beyond height 2015-12-06 12:40:49 +01:00
error_resilience.h
escape124.c
escape130.c
evrcdata.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
evrcdec.c
exif.c
exif.h
exr.c libavcodec/exr : fix float to uint16 conversion for negative float value 2017-08-23 13:15:17 +02:00
faandct.c Replace av_unused attributes by block structures 2014-09-05 13:55:04 +02:00
faandct.h
faanidct.c Merge commit '213e606752d16f51337e94431962fb5d7749c07e' 2014-09-05 19:24:49 +02:00
faanidct.h
faxcompr.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
faxcompr.h
fdctdsp.c Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d' 2014-09-08 00:54:55 +02:00
fdctdsp.h
fft_fixed_32.c
fft_fixed.c
fft_float.c
fft_init_table.c fft: add ff_ prefix to some global arrays. 2014-08-31 10:25:36 +02:00
fft_table.h fft: add ff_ prefix to some global arrays. 2014-08-31 10:25:36 +02:00
fft_template.c fft_template: Move variables to where they are used. 2014-08-31 10:25:36 +02:00
fft-fixed32-test.c
fft-fixed-test.c
fft-internal.h
fft-test.c
fft.h
ffv1.c avcodec/ffv1: Initialize vlc_state on allocation 2015-12-06 12:40:49 +01:00
ffv1.h avcodec/ffv1: seperate slice_count from max_slice_count 2015-10-09 22:07:46 +02:00
ffv1dec.c avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 1550964438 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
ffv1enc.c avcodec/ffv1enc: Fix size of first slice 2017-08-23 13:15:16 +02:00
ffwavesynth.c
fic.c avcodec/fic: Fix multiple runtime error: signed integer overflow: 5793 * 419752 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
file_open.c
flac_parser.c avcodec/flac_parser: Update nb_headers_buffered 2017-08-23 13:15:16 +02:00
flac.c Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' 2014-08-10 02:09:13 +02:00
flac.h Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' 2014-08-10 02:09:13 +02:00
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: Return error code instead of 0 for failures 2017-08-23 13:15:17 +02:00
flacdsp_lpc_template.c cvcodec/flacdsp_lpc_template: osmetic fix 2014-08-13 05:01:35 +02:00
flacdsp_template.c avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_c 2017-08-23 13:15:16 +02:00
flacdsp.c
flacdsp.h lavc/flacdsp: change lpc_encoder function pointer prototype 2014-08-14 20:11:35 +02:00
flacenc.c avcodec/flacenc: fix calculation of bits required in case of custom sample rate 2016-02-01 02:12:22 +01:00
flashsv2enc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
flashsv.c avcodec/flashsv: Check size before updating it 2015-12-06 12:40:49 +01:00
flashsvenc.c avcodec/flashsvenc: Correct max dimension in error message 2015-08-20 14:38:28 +02:00
flicvideo.c avcodec/flicvideo: Check frame_size before decrementing 2017-08-23 13:15:17 +02:00
flv.h Merge commit 'ff4d1aa8bc3f4fe9d1f684f760b29c51adb569ef' 2014-09-02 22:07:06 +02:00
flvdec.c Merge commit 'ff4d1aa8bc3f4fe9d1f684f760b29c51adb569ef' 2014-09-02 22:07:06 +02:00
flvenc.c Merge commit 'ff4d1aa8bc3f4fe9d1f684f760b29c51adb569ef' 2014-09-02 22:07:06 +02:00
fmtconvert.c
fmtconvert.h
frame_thread_encoder.c huffyuvenc: add a non-deterministic option 2014-08-19 13:47:18 +02:00
frame_thread_encoder.h
fraps.c
frwu.c
g2meet.c avcodec/g2meet: Also clear tile dimensions on header_fail 2015-12-06 12:40:48 +01:00
g722.c
g722.h
g722dec.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
g722enc.c
g723_1_data.h
g723_1.c
g726.c avcodec/g726: Fix runtime error: left shift of negative value -2 2017-08-23 13:15:17 +02:00
g729.h
g729data.h
g729dec.c
g729postfilter.c
g729postfilter.h
get_bits.h avcodec/get_bits: Fix get_sbits_long(0) 2017-08-23 13:15:16 +02:00
gif.c avcodec/gif: Fix lzw buffer size 2016-01-31 00:25:21 +01:00
gif.h
gifdec.c Merge commit 'eac49477aa95cf727d87d2741ee8e60be59d394b' into release/2.4 2014-12-20 12:15:25 +01:00
golomb-test.c
golomb.c
golomb.h avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values 2015-06-01 23:25:21 +02:00
gsm_parser.c
gsm.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c
h261_parser.c
h261.c
h261.h
h261data.c
h261dec.c h261dec: Fix context initialization sequence 2015-01-12 23:14:26 +01:00
h261enc.c Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' 2014-08-15 20:11:56 +02:00
h263_parser.c
h263_parser.h
h263.c
h263.h
h263data.h
h263dec.c avcodec/h263dec: Fix decoding messenger.h263 2014-10-04 23:52:29 +02:00
h263dsp.c
h263dsp.h
h264_cabac.c avcodec/h264_cabac: runtime error: signed integer overflow: 2147483647 + 14 cannot be represented in type 'int' 2017-08-23 13:15:16 +02:00
h264_cavlc.c
h264_direct.c avcodec/h264_direct: Fix runtime error: left shift of negative value -14 2017-08-23 13:15:16 +02:00
h264_loopfilter.c Merge commit '213e606752d16f51337e94431962fb5d7749c07e' 2014-09-05 19:24:49 +02:00
h264_mb_template.c
h264_mb.c avcodec/h264_mb: fix grayscale only decoding with weighted prediction 2014-08-17 15:00:16 +02:00
h264_mc_template.c
h264_mp4toannexb_bsf.c avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check 2015-08-21 03:40:15 +02:00
h264_mvpred.h avcodec/h264_mvpred: Fix multiple runtime error: left shift of negative value 2017-08-23 13:15:16 +02:00
h264_parser.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-25 15:06:54 +02:00
h264_picture.c
h264_ps.c avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-25 15:06:54 +02:00
h264_refs.c avcodec/h264_refs: Fix long_idx check 2016-01-31 00:25:19 +01:00
h264_sei.c avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes 2014-11-05 10:13:26 +01:00
h264_slice.c avcodec/h264_slice: Fix integer overflow in implicit weight computation 2016-01-31 00:25:20 +01:00
h264.c avcodec/h264: Fix for H.264 configuration parsing 2017-08-23 13:15:16 +02:00
h264.h avcodec/h264: Do not fail with randomly truncated VUIs 2015-04-25 15:06:54 +02:00
h264addpx_template.c
h264chroma_template.c
h264chroma.c
h264chroma.h
h264data.h
h264dsp_template.c
h264dsp.c Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' 2014-08-05 12:46:10 +02:00
h264dsp.h Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' 2014-08-05 12:46:10 +02:00
h264idct_template.c
h264idct.c
h264idct.h
h264pred_template.c
h264pred.c
h264pred.h
h264qpel_template.c Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' 2014-09-05 20:21:47 +02:00
h264qpel.c
h264qpel.h
hevc_cabac.c avcodec/hevc_cabac: Fix multiple integer overflows 2015-12-06 12:40:50 +01:00
hevc_filter.c Merge commit '7acdd3a1275bcd9cad48f9632169f6bbaeb39d84' 2014-08-09 21:49:55 +02:00
hevc_mvs.c Merge commit '0b41eeac45fb7f7ad6d3f4fc846b00d108824b0b' into release/2.4 2014-11-01 13:06:25 +01:00
hevc_parser.c
hevc_ps.c avcodec/hevc_ps: Only discard overread VPS if a previous is available 2015-06-19 11:25:23 +02:00
hevc_refs.c hevc: properly handle no_rasl_output_flag when removing pictures from the DPB 2015-10-09 22:09:54 +02:00
hevc_sei.c avcodec/hevc_sei: Check num_sps_ids_minus1 value 2015-06-01 23:25:20 +02:00
hevc.c avcodec/hevc: Check max ctb addresses for WPP 2015-12-06 12:40:51 +01:00
hevc.h avcodec/hevc: Fix integer overflow of entry_point_offset 2015-12-06 12:40:51 +01:00
hevcdsp_template.c hevcdsp: remove more instances of compile-time-fixed parameters 2014-08-22 15:22:42 +02:00
hevcdsp.c
hevcdsp.h hevcdsp: remove more instances of compile-time-fixed parameters 2014-08-22 15:22:42 +02:00
hevcpred_template.c
hevcpred.c
hevcpred.h
hnm4video.c Merge commit 'e7ee74485b436c34591177c18c8643764a55d516' into release/2.4 2015-01-18 01:59:36 +01:00
hpel_template.c
hpeldsp.c
hpeldsp.h
huffman.c
huffman.h
huffyuv.c
huffyuv.h huffyuvenc: add a non-deterministic option 2014-08-19 13:47:18 +02:00
huffyuvdec.c huffyuvdec: validate image size 2015-11-26 01:38:17 +01:00
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c huffyuvenc: write last odd sample 2014-08-25 23:12:30 +02:00
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c avcodec/idcinvideo: Check side data size before use 2017-08-23 13:15:16 +02:00
idctdsp.c Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d' 2014-09-08 00:54:55 +02:00
idctdsp.h Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b' 2014-09-03 03:19:40 +02:00
iff.c avcodec/iff: check pixfmt for rgb8 / rgbn 2014-08-10 22:05:55 +02:00
iirfilter.c
iirfilter.h
imc.c imc: use correct position for flcoeffs2 calculation 2015-11-26 01:38:17 +01:00
imcdata.h
imgconvert.c avcodec/imgconvert: Support non-planar colorspaces while padding 2017-08-23 13:15:16 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c avcodec/indeo2: Check remaining bits in ir2_decode_plane() 2017-08-23 13:15:17 +02:00
indeo2data.h indeo2: Fix banding artefacts 2017-08-23 13:15:16 +02:00
indeo3.c indeo3: check ff_set_dimensions return value 2015-01-13 00:16:41 +01:00
indeo3data.h
indeo4.c
indeo4data.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
indeo5.c
indeo5data.h
intelh263dec.c
internal.h Merge commit '61fdbf7ff64c0ae1bdd6a8d573092dc6924c1dba' into release/2.4 2015-01-18 02:34:25 +01:00
interplayvideo.c avcodec/interplayvideo: Move parameter change check up 2017-08-23 13:15:16 +02:00
intrax8.c Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' 2014-08-15 20:11:56 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c avcodec/ituh263dec: Fix runtime error: left shift of negative value -22 2017-08-23 13:15:16 +02:00
ituh263enc.c avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
ivi_common.c avcodec/ivi: Check image dimensions 2015-12-06 12:40:49 +01:00
ivi_common.h
ivi_dsp.c avcodec/ivi_dsp: Fix runtime error: left shift of negative value -2 2017-08-23 13:15:17 +02:00
ivi_dsp.h
j2kenc.c avcodec/j2kenc: Add attribution to OpenJPEG project: 2017-08-23 13:15:16 +02:00
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpeg2000.c avcodec/jpeg2000: Check comp coords to be within the supported size 2015-12-06 12:40:50 +01:00
jpeg2000.h avcodec/jpeg2000: Fix runtime error: signed integer overflow: 4185 + 2147483394 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
jpeg2000dec.c avcodec/jpeg2000dec: Use ff_set_dimensions() 2017-08-23 13:15:17 +02:00
jpeg2000dwt.c avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*() 2015-12-06 12:40:50 +01:00
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c avcodec/jpeglsdec: Check get_bits_left() before decoding a picture 2017-08-23 13:15:17 +02:00
jpeglsdec.h
jpeglsenc.c
jrevdct.c Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b' 2014-09-03 03:19:40 +02:00
jvdec.c jvdec: check frame dimensions 2014-12-20 10:51:40 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c avcodec/kmvc: Check side data size before use 2017-08-23 13:15:16 +02:00
lagarith.c avcodec/lagarith: Check scale_factor 2017-08-23 13:15:17 +02:00
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c avcodec/lcldec: fix decoding of YUV444 sample 2014-08-17 18:53:06 +02:00
lclenc.c
libaacplus.c
libavcodec.v lavc: stop exporting internal functions and tables 2014-08-11 13:23:48 +02:00
libcelt_dec.c
libfaac.c
libfdk-aacdec.c avcodec/libfdk-aacdec: Correct buffer_size parameter 2017-08-23 13:15:17 +02:00
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c avcodec/libilbc: support for latest git of libilbc 2014-09-21 17:04:04 +02:00
libmp3lame.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
libopencore-amr.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
libopenjpegdec.c libopenjpegdec: check existence of image component data 2015-08-20 14:29:12 +02:00
libopenjpegenc.c libopenjpegenc: add NULL check for img before accessing it 2015-06-03 03:22:17 +02:00
libopus.c
libopus.h
libopusdec.c
libopusenc.c avcodec/libopusenc: Fix infinite loop on flushing after 0 input 2015-12-06 12:40:48 +01:00
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libshine.c
libspeexdec.c
libspeexenc.c
libstagefright.cpp Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
libtheoraenc.c avcodec/libtheoraenc: Check for av_malloc failure 2015-06-01 23:25:21 +02:00
libtwolame.c libavcodec/libtwolame: fix null pointer dereference 2015-01-18 02:24:53 +01:00
libutvideo.h
libutvideodec.cpp avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set 2017-08-23 13:15:16 +02:00
libutvideoenc.cpp Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
libvo-aacenc.c
libvo-amrwbenc.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
libvorbisdec.c
libvorbisenc.c
libvpx.c
libvpx.h
libvpxdec.c
libvpxenc.c Merge commit '7244cefd6e6ba7258cb022dfd7a284099d88a3e8' into release/2.4 2015-05-19 20:15:15 +02:00
libwavpackenc.c
libwebpenc.c lavc/libwebpenc: use WebPMemoryWriterClear() 2014-08-27 15:42:13 -03:00
libx264.c libx264: Increase x264 opts character limit to 4096 2017-08-23 13:15:16 +02:00
libx265.c Merge commit '4912b634b517c8acfc476c5d47f10be83fe7e18b' 2014-09-03 12:10:09 +02:00
libxavs.c
libxvid_rc.c Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464' 2014-08-26 21:45:39 +02:00
libxvid.c Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464' 2014-08-26 21:45:39 +02:00
libxvid.h Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464' 2014-08-26 21:45:39 +02:00
libzvbi-teletextdec.c
ljpegenc.c
loco.c
log2_tab.c
lossless_audiodsp.c
lossless_audiodsp.h
lossless_videodsp.c
lossless_videodsp.h
lpc.c drop LLS1, rename LLS2 to LLS 2014-08-09 23:20:31 +02:00
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext 2015-03-29 03:34:22 +02:00
mathops.h Fix compile error on bfin. 2014-08-05 01:54:47 +02:00
mathtables.c
mdct_fixed_32.c
mdct_fixed.c
mdct_float.c
mdct_template.c
mdec.c avcodec/mdec: Fix signed integer overflow: 28835400 * 83 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
me_cmp.c
me_cmp.h
metasound_data.c
metasound_data.h
metasound.c
microdvddec.c avcodec/microdvddec: Check for string end in 'P' case 2015-12-06 12:40:49 +01:00
mimic.c avcodec/mimic: Use ff_set_dimensions() to set the dimensions 2017-08-23 13:15:17 +02:00
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: Fix runtime error: signed integer overflow: -32767 * 130560 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
mjpegdec.h
mjpegenc_common.c avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored 2017-08-23 13:15:16 +02:00
mjpegenc_common.h
mjpegenc.c avcodec/mjpegenc: the AMV encoder doesnt support yuv422 2014-09-14 17:46:33 +02:00
mjpegenc.h
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c avcodec/mlpdec: Do not leave invalid values in matrix_out_ch[] on error 2017-08-23 13:15:17 +02:00
mlpdsp.c avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
mlpdsp.h
mmvideo.c mmvideo: check frame dimensions 2014-12-20 10:51:41 +01:00
motion_est_template.c
motion_est.c avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
motion-test.c
motionpixels_tablegen.c
motionpixels_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
motionpixels.c
movsub_bsf.c
movtextdec.c
movtextenc.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
mp3_header_decompress_bsf.c
mpc7.c
mpc7data.h
mpc8.c avcodec/mpc8: Correct end truncation 2017-08-23 13:15:16 +02:00
mpc8data.h
mpc8huff.h
mpc.c
mpc.h
mpcdata.h
mpeg4audio.c Merge commit 'bfe18be88a66da25b60a091de6011197dcb231fd' into release/2.4 2015-01-17 23:00:30 +01:00
mpeg4audio.h avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE 2015-06-01 23:25:20 +02:00
mpeg4data.h
mpeg4video_parser.c avcodec/mpeg4video_parser: fix spurious extradata parse warnings 2014-11-30 21:40:36 +01:00
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h avcodec/mpeg4video: Check time_incr 2016-01-31 00:25:20 +01:00
mpeg4videodec.c avcodec/mpeg4videodec: Clear sprite wraping on unsupported cases in VOP decode 2017-08-23 13:15:17 +02:00
mpeg4videoenc.c avcodec/mpeg4video: Check time_incr 2016-01-31 00:25:20 +01:00
mpeg12.c rl.h: Use on-stack temporary VLC tables instead of having them static. 2014-09-02 19:20:28 +02:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2 2017-08-23 13:15:16 +02:00
mpeg12enc.c avcodec/mpeg12enc: Move high resolution thread check to before initializing threads 2016-02-01 02:12:21 +01:00
mpeg_er.c
mpeg_er.h
mpegaudio_parser.c avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation 2014-11-06 01:02:53 +01:00
mpegaudio_tablegen.c
mpegaudio_tablegen.h Add av_cold to table generation functions. 2014-08-31 10:33:02 +02:00
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c
mpegaudiodec_template.c avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0 2017-08-23 13:15:17 +02:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c
mpegaudiotab.h
mpegutils.c
mpegutils.h
mpegvideo_enc.c avcodec/mpeg4video: Check time_incr 2016-01-31 00:25:20 +01:00
mpegvideo_motion.c avcodec/mpeg4video: Fix runtime error: left shift of negative value 2017-08-23 13:15:16 +02:00
mpegvideo_parser.c avcodec/mpegvideo_parser: consider vbv_delay in bitrate heuristic also for mpeg2 2014-08-25 14:15:43 +02:00
mpegvideo_xvmc.c Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' 2014-08-15 20:11:56 +02:00
mpegvideo.c avcodec/mpegvideo: Do not clear the parse context during init 2017-08-23 13:15:16 +02:00
mpegvideo.h avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c avcodec/msmpeg4dec: Check for cbpy VLC errors 2017-08-23 13:15:17 +02:00
msmpeg4enc.c
msrle.c avcodec/msrle: Check side data size before use 2017-08-23 13:15:16 +02:00
msrledec.c msrle: Use FFABS to determine the frame size in msrle_decode_pal4 2015-05-30 16:30:22 +02:00
msrledec.h
mss1.c
mss2.c avcodec/mss2: Check for repeat overflow 2016-01-31 00:25:20 +01:00
mss2dsp.c
mss2dsp.h
mss3.c avcodec/mss3: Change types in rac_get_model_sym() to match the types they are initialized from 2017-08-23 13:15:17 +02:00
mss4.c
mss12.c
mss12.h
mss34dsp.c avcodec/mss34dsp: Fix multiple signed integer overflow 2017-08-23 13:15:17 +02:00
mss34dsp.h
msvideo1.c avcodec/msvideo1: Check buffer size before re-getting the frame 2017-08-23 13:15:17 +02:00
msvideo1enc.c Replace incorrect use of "multiply" with "multiple" 2014-08-27 16:00:17 -08:00
mvcdec.c
mxpegdec.c
nellymoser.c avcodec/nellymoser: Fix multiple left shift of negative value -8591 2017-08-23 13:15:17 +02:00
nellymoser.h
nellymoserdec.c
nellymoserenc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
noise_bsf.c
nuv.c
old_codec_ids.h
on2avc.c on2avc: limit number of bits to 30 in get_egolomb 2015-12-20 16:13:27 +01:00
on2avcdata.c
on2avcdata.h
options_table.h avcodec/options_table: remove extradata_size from the AVOptions table 2015-03-29 03:34:22 +02:00
options.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
opus_celt.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
opus_imdct.c
opus_imdct.h
opus_parser.c
opus_silk.c avcodec/opus_silk: Fix integer overflow and out of array read 2017-08-23 13:15:17 +02:00
opus.c
opus.h Merge commit 'c49b88b93bca53c04f18d78c27dbf1dc6daea909' into release/2.4 2015-08-20 14:20:26 +02:00
opusdec.c opusdec: Don't run vector_fmul_scalar on zero length arrays 2015-11-26 01:38:17 +01:00
paf.h
pafaudio.c avcodec/pafaudio: use paf.h instead 2014-08-19 13:35:44 +00:00
pafvideo.c avcodec/pafvideo: remove unused header 2014-08-19 13:35:02 +00:00
pamenc.c
parser.c Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-bluray.c
pcm-dvd.c
pcm.c pcm: Drop av_unused attribute from variable that is always used 2014-08-19 06:22:08 -07:00
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c pgssubdec: fix subpicture output colorspace and range 2017-08-23 13:15:16 +02:00
pictordec.c avcodec/pictordec: Check plane value before doing value/mask computations 2017-08-23 13:15:16 +02:00
pixblockdsp_template.c avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pixblockdsp.c
pixblockdsp.h avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pixels.h
png_parser.c png_parser: fix size of chunk_lenght 2015-01-13 00:06:40 +01:00
png.c
png.h
pngdec.c avcodec/pngdec: Fix off by 1 size in decode_zbuf() 2017-08-23 13:15:16 +02:00
pngdsp.c
pngdsp.h
pngenc.c Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f' 2014-08-01 16:24:23 +02:00
pnm_parser.c
pnm.c avcodec/pnm: check buf[0] before using buf[1] 2014-08-03 14:01:03 +02:00
pnm.h
pnmdec.c
pnmenc.c Revert "pnmenc: use bits_per_raw_sample" 2014-08-25 02:59:17 +02:00
proresdata.c
proresdata.h
proresdec2.c avcodec/proresdec2: Reset slice_count on deallocation 2015-06-01 23:25:21 +02:00
proresdec_lgpl.c Merge commit 'cf3523c6e7dde33a513e003639d5a8c0b7f3a49d' into release/2.4 2015-03-09 00:10:43 +01:00
proresdec.h
proresdsp.c
proresdsp.h
proresenc_anatoliy.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
proresenc_kostya.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
psymodel.c
psymodel.h
pthread_frame.c avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case 2015-08-20 14:38:27 +02:00
pthread_internal.h
pthread_slice.c avcodec/mpeg12enc: Move high resolution thread check to before initializing threads 2016-02-01 02:12:21 +01:00
pthread.c
ptx.c
put_bits.h avcodec/put_bits: Assert buf_ptr in flush_put_bits() 2016-01-31 00:25:20 +01:00
qcelpdata.h
qcelpdec.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c qdm2: avoid integer overflow 2015-01-13 00:16:40 +01:00
qdm2data.h
qdrw.c
qpeg.c avcodec/qpeg: Check side data size before use 2017-08-23 13:15:16 +02:00
qpel_template.c
qpeldsp.c
qpeldsp.h
qtrle.c avcodec/qtrle: Check side data size before use 2017-08-23 13:15:16 +02:00
qtrleenc.c
r210dec.c
r210enc.c
ra144.c avcodec/ra144: Fix runtime error: signed integer overflow: -2449 * 1398101 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
ra144.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ra144dec.c avcodec/ra144dec: Fix runtime error: left shift of negative value -17 2017-08-23 13:15:17 +02:00
ra144enc.c
ra288.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ra288.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ralf.c
ralfdata.h
rangecoder.c rangecoder-test: Allow running with small stack size. 2014-09-02 19:20:28 +02:00
rangecoder.h Merge commit '213e606752d16f51337e94431962fb5d7749c07e' 2014-09-05 19:24:49 +02:00
ratecontrol.c avcodec/ratecontrol: remove unneeded statement 2014-07-31 20:35:54 +02:00
ratecontrol.h
raw.c avcodec/raw: Fix decoding of ilacetest.mov 2017-08-23 13:15:16 +02:00
raw.h lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft 2014-08-11 13:46:23 +02:00
rawdec.c avcodec/rawdec: Check side data size before use 2017-08-23 13:15:16 +02:00
rawenc.c avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2() 2015-08-20 14:38:26 +02:00
rdft.c Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8' 2014-09-05 19:16:15 +02:00
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c
resample2.c
resample.c avcodec/resample: Remove disabled and faulty code 2017-08-23 13:15:16 +02:00
rl2.c
rl.h rl.h: Use on-stack temporary VLC tables instead of having them static. 2014-09-02 19:20:28 +02:00
rle.c
rle.h
rnd_avg.h
roqaudioenc.c Merge commit '12e1a7013a53ad957c4ff11a3aebc0763024d24b' into release/2.4 2015-01-18 02:00:21 +01:00
roqvideo.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00
roqvideo.h
roqvideodec.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
roqvideoenc.c roqvideoenc: set enc->avctx in roq_encode_init 2015-05-19 12:03:48 +01:00
rpza.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
rtjpeg.c
rtjpeg.h
rv10.c avcodec/mpegvideo: Factor ff_mpv_decode_init() out 2014-09-05 20:48:06 +02:00
rv10enc.c Merge commit '8aee35acb1b40e51a4fc8d7f7c561088e25d6d2e' into release/2.4 2015-03-09 01:23:24 +01:00
rv20enc.c Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' 2014-08-15 20:11:56 +02:00
rv30.c
rv30data.h
rv30dsp.c Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' 2014-09-05 20:21:47 +02:00
rv34_parser.c
rv34.c avcodec/rv34: Fix runtime error: signed integer overflow: 36880 * 66288 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
rv34.h
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c avcodec/rv40: Fix runtime error: left shift of negative value 2017-08-23 13:15:16 +02:00
rv40data.h
rv40dsp.c avcodec/rv40: Fix runtime error: left shift of negative value 2017-08-23 13:15:16 +02:00
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c avcodec/s302m: Fix left shift of 8 by 28 places cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
s302menc.c Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-29 03:34:22 +02:00
samidec.c avcodec/samidec: make sure to properly restore parsing context after a tag 2016-01-28 02:09:46 +01:00
sanm.c avcodec/sanm: Fix uninitialized reference frames 2017-08-23 13:15:17 +02:00
sbr.h avcodec/aacsbr: check that the element type matches before applying SBR 2015-08-20 14:38:26 +02:00
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c avcodec/sgidec: fix count check 2014-11-01 13:28:14 +01:00
sgienc.c
sgirledec.c
shorten.c avcodec/shorten: Check k in get_uint() 2017-08-23 13:15:17 +02:00
simple_idct_template.c
simple_idct.c
simple_idct.h
sinewin_tablegen.c
sinewin_tablegen.h
sinewin.c
sinewin.h
sipr16k.c sipr16kdata.h: add forgotten const. 2014-08-31 10:25:36 +02:00
sipr16kdata.h sipr16kdata.h: add forgotten const. 2014-08-31 10:25:36 +02:00
sipr.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
sipr.h
siprdata.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
smacker.c avcodec/smacker: Check that the data size is a multiple of a sample vector 2015-12-06 12:40:50 +01:00
smc.c avcodec/smc: Check remaining input 2017-08-23 13:15:17 +02:00
smvjpegdec.c avcodec/smvjpegdec: check avcodec_decode_video2() return code 2015-06-01 23:25:21 +02:00
snow_dwt.c
snow_dwt.h
snow.c avcodec/snow: fix null pointer dereference in cleanup after allocation failure 2014-08-11 15:37:15 +02:00
snow.h avcodec/snow: Fix runtime error: signed integer overflow: 1086573993 + 1086573994 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
snowdata.h
snowdec.c avcodec/snowdec: Check width 2017-08-23 13:15:17 +02:00
snowenc.c avcodec/motion_est: Fix mv_penalty table size 2016-01-31 00:25:20 +01:00
sonic.c sonic: make sure num_taps * channels is not larger than frame_size 2015-12-20 16:13:23 +01:00
sp5x.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
sp5xdec.c
srtdec.c
srtenc.c
startcode.c Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' 2014-08-05 12:46:10 +02:00
startcode.h Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' 2014-08-05 12:46:10 +02:00
subviewerdec.c
sunrast.c avcodec/sunrast: Fix input buffer pointer check 2017-08-23 13:15:16 +02:00
sunrast.h
sunrastenc.c
svq1_cb.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1_vlc.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
svq1dec.c avcodec/svq1dec: Check init_get_bits8() for failure 2015-12-06 12:40:48 +01:00
svq1enc_cb.h
svq1enc.c avcodec/svq1enc: Check dimensions 2015-08-20 14:38:28 +02:00
svq1enc.h
svq3.c avcodec/svq3: Fix runtime error: left shift of negative value -6 2017-08-23 13:15:17 +02:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint.h aacsbr: support hardcoding tables. 2014-09-06 20:59:20 +02:00
tak_parser.c
tak.c
tak.h
takdec.c avcodec/takdec: Fix runtime error: signed integer overflow: 8192 * 524308 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
targa_y216dec.c avcodec/targa_y216dec: Fix width type 2017-08-23 13:15:17 +02:00
targa.c
targa.h
targaenc.c
textdec.c
thread.h
tiertexseqv.c avcodec/tiertexseqv: set the fixed dimenasions, do not depend on the demuxer doing so 2017-08-23 13:15:17 +02:00
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiff.c avcodec/tiff: reset sampling[] if its invalid 2017-08-23 13:15:17 +02:00
tiff.h Merge commit '12640e4cbb142be0cd025bcf37f1ea437bdfecd0' 2014-08-18 19:52:22 +02:00
tiffenc.c Merge commit 'b82170336f90d06c645d8252ddeccfc92c2f9ccb' into release/2.4 2015-01-18 02:00:54 +01:00
tmv.c
tpeldsp.c
tpeldsp.h
truemotion1.c avcodec/truemotion1: Fix multiple runtime error: signed integer overflow: 1246906962 * 2 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
truemotion1data.h
truemotion2.c avcodec/truemotion2: Fix passing null pointer to memset() 2017-08-23 13:15:17 +02:00
truespeech_data.h
truespeech.c
tscc2.c
tscc2data.h
tscc.c avcodec/tscc: Check side data size before use 2017-08-23 13:15:16 +02:00
tta.c avcodec/tta: Check init_get_bits8() for failure 2015-12-06 12:40:48 +01:00
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c avcodec/ttaenc: Reallocate packet if its too small 2017-08-23 13:15:16 +02:00
twinvq_data.h
twinvq.c avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() 2014-09-10 20:44:19 +02:00
twinvq.h
twinvqdec.c
txd.c
ulti_cb.h
ulti.c
unary.h
utils.c avcodec/utils: correct align value for interplay 2017-08-23 13:15:16 +02:00
utvideo.c
utvideo.h
utvideodec.c utvideodec: Handle slice_height being zero 2015-03-09 00:51:48 +01:00
utvideoenc.c utvideoenc: properly set slice height/last line 2014-11-01 13:28:13 +01:00
v210dec.c
v210dec.h
v210enc.c
v210x.c
v308dec.c
v308enc.c
v408dec.c
v408enc.c
v410dec.c
v410enc.c
vaapi_h264.c vaapi: set the scaling list correctly. 2014-08-14 05:50:08 +00:00
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi.c Merge commit '20f9cf744a9a82ac4b269cb4317a5d59a8553baf' into release/2.4 2015-01-17 23:58:28 +01:00
vaapi.h
vb.c
vble.c
vc1_common.h Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2' 2014-09-04 20:09:01 +02:00
vc1_parser.c Merge commit 'ff771f79b55a346b4163d814b58ee4c98114745e' 2014-08-27 20:44:40 +02:00
vc1.c vc-1: Add platform-specific start code search routine to VC1DSPContext. 2014-08-04 22:22:54 +02:00
vc1.h Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2' 2014-09-04 20:09:01 +02:00
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c vc1dec: use get_bits_long and limit the read bits to 32 2015-11-26 01:38:17 +01:00
vc1dsp.c Merge commit 'adf8227cf4e7b4fccb2ad88e1e09b6dc00dd00ed' 2014-08-05 13:00:41 +02:00
vc1dsp.h Merge commit 'adf8227cf4e7b4fccb2ad88e1e09b6dc00dd00ed' 2014-08-05 13:00:41 +02:00
vcr1.c
vda_h264_dec.c
vda_h264.c
vda_internal.h
vda.c
vda.h
vdpau_h264.c
vdpau_internal.h
vdpau_mpeg4.c
vdpau_mpeg12.c
vdpau_vc1.c
vdpau.c
vdpau.h
version.h Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5' 2014-08-28 22:23:01 +02:00
videodsp_template.c
videodsp.c
videodsp.h
vima.c
vmdaudio.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
vmdvideo.c avcodec/vmdvideo: Check len before using it in method 3 2014-12-16 19:38:08 +01:00
vmnc.c avcodec/vmnc: Check location before use 2017-08-23 13:15:17 +02:00
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
vorbis.c
vorbis.h
vorbisdec.c vorbisdec: reject rangebits 0 with non-0 partitions 2016-01-28 02:15:49 +01:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c vorbisenc: avoid large stack allocation. 2014-09-03 21:22:59 +02:00
vp3_parser.c
vp3.c avcodec/vp3: Check remaining bits in unpack_dct_coeffs() 2017-08-23 13:15:17 +02:00
vp3data.h avcodec/vp3data: use more compact data types 2014-08-30 13:45:15 +02:00
vp3dsp.c avcodec/vp3dsp: Fix multiple signed integer overflow: 46341 * 47523 cannot be represented in type 'int' 2017-08-23 13:15:16 +02:00
vp3dsp.h
vp5.c avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() 2017-08-23 13:15:16 +02:00
vp5data.h
vp6.c avcodec/vp6: clear dimensions on failed resolution change in vp6_parse_header() 2017-08-23 13:15:16 +02:00
vp6data.h
vp6dsp.c
vp8_parser.c
vp8.c avcodec/webp: Always set pix_fmt 2017-08-23 13:15:17 +02:00
vp8.h avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter() 2017-08-23 13:15:16 +02:00
vp8data.h
vp8dsp.c avcodec/vp8dsp: vp7_luma_dc_wht_c: Fix multiple runtime error: signed integer overflow: -1366381240 + -1262413604 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
vp8dsp.h
vp9_mc_template.c vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp9_parser.c vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp9.c avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() 2017-08-23 13:15:16 +02:00
vp9.h
vp9data.h
vp9dsp.c vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp9dsp.h vp9: add support for resolution changes in inter frames. 2015-11-26 01:38:16 +01:00
vp56.c avcodec/vp56: Check avctx->error_concealment before enabling EC 2017-08-23 13:15:17 +02:00
vp56.h avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() 2017-08-23 13:15:16 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() 2017-08-23 13:15:16 +02:00
vqavideo.c avcodec/vqavideo: Check chunk size 2015-06-01 23:25:20 +02:00
wavpack.c avcodec/wavpack: Check float_shift 2017-08-23 13:15:17 +02:00
wavpack.h avcodec/wavpack: increase WV_MAX_SAMPLES 2014-08-29 10:37:49 +00:00
wavpackenc.c avcodec/wavpackenc: print channel count in av_log call 2016-01-31 00:25:20 +01:00
wavpackenc.h Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
webp.c avcodec/webp: Fixes null pointer dereference 2017-08-23 13:15:17 +02:00
webvttdec.c
webvttenc.c
wma_common.c Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b' 2014-09-03 22:10:21 +02:00
wma_common.h
wma_freqs.c Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wma_freqs.h Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wma.c Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wma.h Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wmadata.h Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' 2014-09-04 19:46:06 +02:00
wmadec.c Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b' 2014-09-03 22:10:21 +02:00
wmaenc.c avcodec/wmaenc: Check ff_wma_init() for failure 2016-02-01 02:12:21 +01:00
wmalosslessdec.c libavcodec/wmalosslessdec: Check the remaining bits 2017-08-23 13:15:16 +02:00
wmaprodata.h
wmaprodec.c avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows 2015-12-06 12:40:51 +01:00
wmavoice_data.h
wmavoice.c wmavoice: limit wmavoice_decode_packet return value to packet size 2015-08-20 14:38:26 +02:00
wmv2.c Merge commit 'eda7571ea1a41c835e3a02fa9517e5bc67d7adce' 2014-09-03 04:13:37 +02:00
wmv2.h Merge commit 'eda7571ea1a41c835e3a02fa9517e5bc67d7adce' 2014-09-03 04:13:37 +02:00
wmv2dec.c Merge commit 'eda7571ea1a41c835e3a02fa9517e5bc67d7adce' 2014-09-03 04:13:37 +02:00
wmv2dsp.c avcodec/wmv2dsp: Fix runtime error: signed integer overflow: 181 * -17047030 cannot be represented in type 'int' 2017-08-23 13:15:17 +02:00
wmv2dsp.h
wmv2enc.c Merge commit 'eda7571ea1a41c835e3a02fa9517e5bc67d7adce' 2014-09-03 04:13:37 +02:00
wnv1.c avcodec/wnv1: More strict buffer size check 2017-08-23 13:15:17 +02:00
ws-snd1.c
xan.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
xbmdec.c
xbmenc.c
xface.c
xface.h
xfacedec.c
xfaceenc.c
xiph.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
xiph.h Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
xl.c
xsubdec.c Merge commit '3d0752d82f8eaa326cff306ae50b0186a5b4d304' into release/2.4 2015-01-17 23:01:33 +01:00
xsubenc.c
xvididct.c Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453' 2014-09-03 04:09:38 +02:00
xvididct.h Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453' 2014-09-03 04:09:38 +02:00
xvmc_internal.h
xvmc.h
xwd.h
xwddec.c avcodec/xwddec: Check bpp more completely 2017-08-23 13:15:17 +02:00
xwdenc.c
xxan.c
y41pdec.c
y41penc.c
yop.c
yuv4dec.c
yuv4enc.c
zerocodec.c
zmbv.c avcodec/zmbv: Check len before reading in decode_frame() 2015-03-29 03:34:22 +02:00
zmbvenc.c Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 2014-08-15 21:00:50 +02:00