aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular()Michael Niedermayer2021-09-091-1/+1
* avcodec/hevc_sei: Check payload size in decode_nal_sei_message()Michael Niedermayer2021-09-091-0/+2
* avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapperMichael Niedermayer2021-09-091-2/+2
* avcodec/mxpegdec: fix SOF countingMichael Niedermayer2021-09-091-1/+2
* avcodec/rscc: Check inflated_buf size whan it is usedMichael Niedermayer2021-09-091-0/+4
* avcodec/simple_idct: Fix undefined integer overflow in idct4row()Michael Niedermayer2021-09-091-1/+2
* avcodec/cscd: Check output len in zlib as in lzoMichael Niedermayer2021-09-091-1/+1
* avcodec/vp3: Check input amount in theora_decode_header()Michael Niedermayer2021-09-091-0/+3
* avcodec/cfhd: check peak.offsetMichael Niedermayer2021-09-091-0/+6
* avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer2021-09-091-1/+4
* avcodec/wmaprodec: Check packet sizeMichael Niedermayer2021-09-091-0/+6
* avcodec/rasc: Check frame before clearingMichael Niedermayer2021-09-091-0/+3
* avcodec/alsdec: Fix integer overflow with quant_cofMichael Niedermayer2021-09-091-1/+1
* avcodec/ffv1dec: Fix off by 1 error with quant tablesMichael Niedermayer2021-09-091-1/+1
* avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer2021-09-091-1/+8
* avcodec/hevc_ps: check scaling_list_dc_coefMichael Niedermayer2021-09-091-1/+5
* avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequa...Michael Niedermayer2021-09-091-2/+2
* avcodec/hevc_cabac: Limit value in coeff_abs_level_remaining_decode() tighterMichael Niedermayer2021-09-091-1/+1
* avcodec/exr: Check ymin vs. hMichael Niedermayer2021-09-091-1/+1
* avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer2021-09-091-1/+4
* avcodec/dirac_parser: do not offset AV_NOPTS_OFFSETMichael Niedermayer2021-09-091-1/+1
* avcodec/vp9dsp_template: Fix some overflows in iadst8_1d()Michael Niedermayer2021-09-091-4/+4
* avcodec/fits: Check bscaleMichael Niedermayer2021-09-091-0/+2
* avcodec/magicyuv: Check slice size before reading flags and predMichael Niedermayer2021-09-091-0/+3
* avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN()Michael Niedermayer2021-09-091-1/+2
* avcodec/exr: Check limits to avoid overflow in delta computationMichael Niedermayer2021-09-091-4/+16
* avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequa...Michael Niedermayer2021-09-091-1/+1
* avcodec/aacdec_fixed: Limit index in vector_pow43()Michael Niedermayer2021-09-091-2/+2
* avcodec/smacker: Check remaining bits in SMK_BLK_FULLMichael Niedermayer2021-09-091-0/+2
* avcodec/cook: Check subpacket index against maxMichael Niedermayer2021-09-091-4/+4
* avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration()Michael Niedermayer2021-09-091-1/+4
* avcodec/hevcpred_template: Fix diagonal chroma availability in 4:2:2 edge cas...Michael Niedermayer2021-09-091-2/+3
* avcodec/exr: Fix overflow with many blocksMichael Niedermayer2021-09-091-1/+1
* avcodec/vp9dsp_template: Fix integer overflows in idct16_1d()Michael Niedermayer2021-09-091-26/+26
* avcodec/ansi: Check initial dimensionsMichael Niedermayer2021-09-091-0/+6
* avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offsetMichael Niedermayer2021-09-091-0/+5
* avcodec/sonic: Check for overreadMichael Niedermayer2021-09-091-0/+3
* avcodec/exr: Check line size for overflowMichael Niedermayer2021-09-091-0/+6
* avcodec/exr: Check xdelta, ydeltaMichael Niedermayer2021-09-091-1/+3
* avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter()Michael Niedermayer2021-09-091-3/+3
* avcodec/takdsp: Fix negative shift in decorrelate_sf()Michael Niedermayer2021-09-091-1/+1
* avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420()Michael Niedermayer2021-09-091-1/+1
* avcodec/vc1_block: Fix integer overflow in ac valueMichael Niedermayer2021-09-091-2/+2
* avcodec/dxtory: Fix negative shift in dx2_decode_slice_410()Michael Niedermayer2021-09-091-1/+1
* avcodec/sonic: Check channels before deallocatingMichael Niedermayer2021-09-091-3/+1
* avcodec/ansi: Check nb_args for overflowMichael Niedermayer2021-09-091-1/+2
* avcodec/diracdsp: Fix integer anomaly in dequant_subband_*Michael Niedermayer2021-09-091-3/+3
* avcodec/wmalosslessdec: Check remaining space before padding and channel residueMichael Niedermayer2021-09-091-0/+2
* avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth()Michael Niedermayer2021-09-091-4/+4
* avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINEMichael Niedermayer2021-09-091-1/+1