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
2022-10-09avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer
2022-10-09avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer
2022-10-09avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer
2022-10-09avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer
2022-10-09avcodec/speedhq: Check widthMichael Niedermayer
2022-10-09avcodec/bink: disallow odd positioned scaled blocksMichael Niedermayer
2022-10-09libavcodec/8bps: Check that line lengths fit within the bufferMichael Niedermayer
2022-10-09avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer
2022-10-09avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer
2022-10-09avcodec/hevc_filter: copy_CTB() only within width&heightMichael Niedermayer
2022-10-09avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer
2022-10-09avcodec/h264dec: Skip late SEIMichael Niedermayer
2022-10-09avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()Michael Niedermayer
2022-10-09avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer
2022-10-09avcodec/qpeldsp: copy less for the mc0x casesMichael Niedermayer
2022-10-09avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer
2022-10-09avcodec/wnv1: Check for width =1Michael Niedermayer
2022-10-09avcodec/aasc: Fix indentionMichael Niedermayer
2022-10-09avcodec/qdrw: adjust max colors to array sizeMichael Niedermayer
2022-10-09avcodec/alacdsp: Make intermediates unsignedMichael Niedermayer
2022-10-09avcodec/jpeglsdec: fix end check for xfrmMichael Niedermayer
2022-10-09avcodec/cdgraphics: limit scrolling to the lineMichael Niedermayer
2022-10-09avcodec/texturedspenc: Fix indexing in color distribution determinationMichael Niedermayer
2022-05-04avcodec/ac3enc: Fix memleakAndreas Rheinhardt
2022-04-09avcodec/diracdec: avoid signed integer overflow in global mvMichael Niedermayer
2022-04-09avcodec/takdsp: Fix integer overflow in decorrelate_sf()Michael Niedermayer
2022-04-09avcodec/apedec: fix a integer overflow in long_filter_high_3800()Michael Niedermayer
2022-04-09avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()Michael Niedermayer
2022-04-09avcodec/sonic: Use unsigned for predictor_k to avoid undefined behaviorMichael Niedermayer
2022-04-09avcodec/jpeglsdec: Fix if( code styleMichael Niedermayer
2022-04-09avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for errorMichael Niedermayer
2022-04-09avcodec/motion_est: fix indention of ff_get_best_fcode()Michael Niedermayer
2022-04-09avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()Michael Niedermayer
2022-04-09avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns...Michael Niedermayer
2022-04-09avcodec/apedec: Fix integer overflows in predictor_update_3930()Michael Niedermayer
2022-04-09avcodec/apedec: fix integer overflow in 8bit samplesMichael Niedermayer
2022-04-09avcodec/vqavideo: reset accounting on errorMichael Niedermayer
2022-04-09avcodec/alacdsp: fix integer overflow in decorrelate_stereo()Michael Niedermayer
2022-04-09avcodec/apedec: Change avg to uint32_tMichael Niedermayer
2022-04-09avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weig...Michael Niedermayer
2022-04-09avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer
2022-04-09avcodec/ttadsp: Fix integer overflows in tta_filter_process_c()Michael Niedermayer
2021-10-16avcodec/apedec: Use 64bit to avoid overflowMichael Niedermayer
2021-10-16avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()Michael Niedermayer
2021-10-06avcodec/mxpegdec: Check for AVDISCARD_ALLMichael Niedermayer
2021-10-06avcodec/flicvideo: Check remaining bytes in FLI*COPYMichael Niedermayer
2021-10-06avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer
2021-10-06avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer
2021-10-06avcodec/mpegvideo_enc: Limit bitrate tolerance to the representableMichael Niedermayer
2021-10-06avcodec/apedec: Fix integer overflow in intermediateMichael Niedermayer