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
2020-07-01avcodec/ralf: Check num_blocks before useMichael Niedermayer
2020-07-01avcodec/iff: Test video_size being non zeroMichael Niedermayer
2020-07-01avcodec/utvideodec: Fix integer overflow in decode_plane()Michael Niedermayer
2020-07-01avcodec/ttadsp: Fix several integer overflows in tta_filter_process_c()Michael Niedermayer
2020-07-01avcodec/ralf: Fix integer overflow in decode_block()Michael Niedermayer
2020-07-01avcodec/nuv: widen buf_size typeMichael Niedermayer
2020-07-01avcodec/iff: Fix several integer overflowsMichael Niedermayer
2020-07-01avcodec/g729postfilter: Clip gain before scaling with AGC_FAC1Michael Niedermayer
2020-07-01avcodec/alac: Fix integer overflow with 24/20bps samplesMichael Niedermayer
2020-07-01avcodec/dstdec: Check sample rateMichael Niedermayer
2020-07-01avcodec/pngdec: Check length in fdATMichael Niedermayer
2020-07-01avcodec/g2meet: Check tile_width in epic_jb_decode_tile()Michael Niedermayer
2020-07-01avcodec/hapdec: Check tex_size more strictly and before using itMichael Niedermayer
2020-07-01avcodec/vp9dsp_template: Fix integer overflows in idct32_1d()Michael Niedermayer
2020-07-01avcodec/alacdsp: Fix invalid shift in append_extra_bits()Michael Niedermayer
2020-07-01libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming nega...Michael Niedermayer
2020-07-01avcodec/dstdec: Fix integer overflow in read_table()Michael Niedermayer
2020-07-01avcodec/txd: Check for input size against the header size.Michael Niedermayer
2020-07-01avcodec/svq1dec: Check that there is data left after the headerMichael Niedermayer
2020-07-01avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter...Michael Niedermayer
2020-07-01avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture()Michael Niedermayer
2020-07-01avcodec/hevc_mp4toannexb_bsf: Check nalu_sizeMichael Niedermayer
2020-07-01avcodec/iff: Check length before memcpy() in decode_deep_rle32()Michael Niedermayer
2020-07-01avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()Michael Niedermayer
2020-07-01avcodec/pngdec: Pass ret from decode_iccp_chunk()Michael Niedermayer
2020-07-01avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*()Michael Niedermayer
2020-07-01avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs()Michael Niedermayer
2020-07-01avcodec/flac_parser: Do not lose header count in find_headers_search()Michael Niedermayer
2020-07-01avcodec/audiodsp: Fix integer overflow in scalarproduct_int16_c()Michael Niedermayer
2020-07-01avcodec/dpcm: clip exponent into supported range in XAN DPCMMichael Niedermayer
2020-07-01avcodec/flacdsp_template: Fix invalid shifts in decorrelateMichael Niedermayer
2020-07-01avcodec/xvididct: Fix integer overflow in MULT()Michael Niedermayer
2020-07-01avcodec/ffwavesynth: Correct undefined overflow of PINK_UNITMichael Niedermayer
2020-07-01avcodec/cbs_h264_syntax_template: fix off by 1 error with slice_group_change_...Michael Niedermayer
2020-07-01avcodec/ffwavesynth: Fix integer overflow in computation of ddphiMichael Niedermayer
2020-07-01avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer
2020-07-01avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()Michael Niedermayer
2020-07-01avcodec/cbs_h2645: Treat slices without data as invalidAndreas Rheinhardt
2020-07-01avcodec/cbs_h2645: Remove dead code to delete trailing zeroesAndreas Rheinhardt
2020-07-01avcodec/mpegaudioenc_template: fix invalid shift of sampleMichael Niedermayer
2020-07-01avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search()Michael Niedermayer
2020-07-01avcodec/magicyuv: Check that there are enough lines for interlacing to be pos...Michael Niedermayer
2020-07-01avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXFMichael Niedermayer
2020-07-01avcodec/qdm2: Check fft_coefs_indexMichael Niedermayer
2020-07-01avcodec/apedec: Fix invalid shift with 24 bpsMichael Niedermayer
2020-07-01avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCMMichael Niedermayer
2020-07-01avcodec/wmalosslessdec: Fix integer overflow with sliding in padding bitsMichael Niedermayer
2020-07-01avcodec/wmalosslessdec: Fix loop in revert_acfilter()Michael Niedermayer
2020-07-01avcodec/lagarith: Sanity check scaleMichael Niedermayer
2020-07-01avcodec/apedec: Fix integer overflows in predictor_decode_mono_3950()Michael Niedermayer