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-03avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer
2020-07-02avcodec/hevc_mp4toannexb_bsf: Check NAL size against available inputAndreas Rheinhardt
2020-07-02avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt
2020-07-02avcodec/jpeg2000dwt: Fix undefined shifts of negative numbersAndreas Rheinhardt
2020-07-02avcodec/ituh263dec: Fix undefined left shift of negative numberAndreas Rheinhardt
2020-07-02avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-02avcodec/exr: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-02avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt
2020-07-02avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt
2020-07-02avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt
2020-07-02avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt
2020-07-02avcodec/cinepakenc: Fix invalid shiftsAndreas Rheinhardt
2020-07-02avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt
2020-07-02h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt
2020-07-02avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-02avcodec/ra144enc: Fix invalid left shift of negative numberAndreas Rheinhardt
2020-07-02avcodec/adxenc: Avoid undefined left shift of negative numbersAndreas Rheinhardt
2020-07-02avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-02avcodec/proresenc_anatoliy: Fix invalid left shift of negative numberAndreas Rheinhardt
2020-07-01avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt
2020-07-01avcodec/pngdec: Check for fctl after idatMichael Niedermayer
2020-07-01avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer
2020-07-01avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer
2020-07-01avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer
2020-07-01avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_...Michael Niedermayer
2020-07-01avcodec/sonic: Fix several integer overflowsMichael Niedermayer
2020-07-01avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer
2020-07-01avcodec/pixlet: Fix log(0) checkMichael Niedermayer
2020-07-01avcodec/iff: Fix off by x errorMichael Niedermayer
2020-07-01avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer
2020-07-01avcodec/loco: Fix signed integer overflow in loco_get_rice()Michael Niedermayer
2020-07-01avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer
2020-07-01avcodec/snowdec: Avoid integer overflow with huge qlogMichael Niedermayer
2020-07-01avcodec/mpeg12dec: Fix got_outputMichael Niedermayer
2020-07-01avcodec/lzf: Consider the needed size in reallocationMichael Niedermayer
2020-07-01avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer
2020-07-01avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer
2020-07-01avcodec/hq_hqa: Check info sizeMichael Niedermayer
2020-07-01avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer
2020-07-01avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()Michael Niedermayer
2020-07-01avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer
2020-07-01avcodec/pnmdec: Use unsigned for maxval rescalingMichael Niedermayer
2020-07-01avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer
2020-07-01avcodec/dsddec: Check channelsMichael Niedermayer
2020-07-01avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer
2020-07-01avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer
2020-07-01avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictlyMichael Niedermayer
2020-07-01mpeg4videoenc: Don't crash with -fsanitize=boundsVitaly Buka
2020-07-01avcodec/binkaudio: Fix 2Ghz sample_rateMichael Niedermayer
2020-07-01avcodec/adpcm: Fix integer overflow in ADPCM THPMichael Niedermayer