Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-10avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context()Michael Niedermayer
2021-09-10avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()Michael Niedermayer
2021-09-10avcodec/sonic: Use unsigned temporary in predictor_calc_error()Michael Niedermayer
2021-09-10avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer
2021-09-10avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer
2021-09-10avcodec/mpeg4videoenc: Check extradata malloc()Michael Niedermayer
2021-09-10avcodec/speedhq: Width < 8 is not supportedMichael Niedermayer
2021-09-10avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer
2021-09-10avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular()Michael Niedermayer
2021-09-10avcodec/flacdec: Avoid undefined shift in error caseMichael Niedermayer
2021-09-10avcodec/ffv1dec: Check if trailer is availableMichael Niedermayer
2021-09-10avcodec/4xm: Check pre_gb in decode_i_block()Michael Niedermayer
2021-09-10avcodec/dcadsp: Fix integer overflow in dmix_add_c()Michael Niedermayer
2021-09-10avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld()Michael Niedermayer
2021-09-10avcodec/exr: skip bottom clearing loop when its outside the imageMichael Niedermayer
2021-09-10avcodec/alsdec: Check bitstream input in read_block()Michael Niedermayer
2021-09-10avcodec/hapdec: Change compressed_offset to unsigned 32bitMichael Niedermayer
2021-09-10avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()Michael Niedermayer
2021-09-10avcodec/fits: Check gcount and pcount being non negativeMichael Niedermayer
2021-09-10avcodec/pnm_parser: Check av_image_get_buffer_size() for failureMichael Niedermayer
2021-09-10avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream()Michael Niedermayer
2021-09-10avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular()Michael Niedermayer
2021-09-10avcodec/hevc_sei: Check payload size in decode_nal_sei_message()Michael Niedermayer
2021-09-10avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapperMichael Niedermayer
2021-09-10avcodec/mxpegdec: fix SOF countingMichael Niedermayer
2021-09-10avcodec/rscc: Check inflated_buf size whan it is usedMichael Niedermayer
2021-09-10avcodec/simple_idct: Fix undefined integer overflow in idct4row()Michael Niedermayer
2021-09-10avcodec/cscd: Check output len in zlib as in lzoMichael Niedermayer
2021-09-10avcodec/vp3: Check input amount in theora_decode_header()Michael Niedermayer
2021-09-10avcodec/cfhd: check peak.offsetMichael Niedermayer
2021-09-10avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer
2021-09-10avcodec/wmaprodec: Check packet sizeMichael Niedermayer
2021-09-10avcodec/rasc: Check frame before clearingMichael Niedermayer
2021-09-10avcodec/alsdec: Fix integer overflow with quant_cofMichael Niedermayer
2021-09-10avcodec/ffv1dec: Fix off by 1 error with quant tablesMichael Niedermayer
2021-09-10avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer
2021-09-10avcodec/hevc_ps: check scaling_list_dc_coefMichael Niedermayer
2021-09-10avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequa...Michael Niedermayer
2021-09-10avcodec/hevc_cabac: Limit value in coeff_abs_level_remaining_decode() tighterMichael Niedermayer
2021-09-10avcodec/exr: Check ymin vs. hMichael Niedermayer
2021-09-10avcodec/vp3dsp: Use unsigned constant to avoid undefined integer overflow in ...Michael Niedermayer
2021-09-10avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer
2021-09-10avcodec/dirac_parser: do not offset AV_NOPTS_OFFSETMichael Niedermayer
2021-09-10avcodec/vp9dsp_template: Fix some overflows in iadst8_1d()Michael Niedermayer
2021-09-10avcodec/fits: Check bscaleMichael Niedermayer
2021-09-10avcodec/magicyuv: Check slice size before reading flags and predMichael Niedermayer
2021-09-10avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN()Michael Niedermayer
2021-09-10avcodec/exr: Check limits to avoid overflow in delta computationMichael Niedermayer
2021-09-10avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequa...Michael Niedermayer
2021-09-10avcodec/aacdec_fixed: Limit index in vector_pow43()Michael Niedermayer