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-11-06checkasm: float_dsp: Scale FLT/DBL_EPSILON sufficiently when comparingrelease/4.1Martin Storsjö
2022-11-04swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö
2022-10-10Changelog: updaten4.1.10Michael Niedermayer
2022-10-09avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer
2022-10-09avformat/spdifdec: Use 64bit to compute bit rateMichael Niedermayer
2022-10-09avformat/xwma: Use av_rescale() for duration computationMichael Niedermayer
2022-10-09avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration ...Michael Niedermayer
2022-10-09avformat/rmdec: check tag_sizeMichael Niedermayer
2022-10-09avformat/nutdec: Check fieldsMichael Niedermayer
2022-10-09avformat/dxa: avoid bpc overflowsMichael Niedermayer
2022-10-09avformat/cafdec: Check that nb_frasmes fits within 64bitMichael Niedermayer
2022-10-09avformat/asfdec_o: Limit packet offsetMichael Niedermayer
2022-10-09avformat/ape: Check frames sizeMichael Niedermayer
2022-10-09avformat/icodec: Check nb_palMichael Niedermayer
2022-10-09avformat/aiffdec: Use 64bit for block_duration useMichael Niedermayer
2022-10-09avformat/aiffdec: Check block_durationMichael Niedermayer
2022-10-09avformat/mxfdec: only probe max run inMichael Niedermayer
2022-10-09avformat/mxfdec: Check run_in is within 65536Michael 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-09libavformat/hls: Free keysMichael 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-09avformat/asfdec_o: limit recursion depth in asf_read_unknown()Michael Niedermayer
2022-10-09doc/git-howto.texi: Document commit signingMichael Niedermayer
2022-10-09libavcodec/8bps: Check that line lengths fit within the bufferMichael Niedermayer
2022-10-09libavformat/iff: Check for overflow in body_end calculationMichael Niedermayer
2022-10-09avformat/avidec: Prevent entity expansion attacksMichael 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-09MAINTAINERS: Add ED25519 key for signing my commits in the futureMichael Niedermayer
2022-10-09avcodec/hevc_filter: copy_CTB() only within width&heightMichael Niedermayer
2022-10-09avformat/flvdec: Check for EOF in index readingMichael Niedermayer
2022-10-09avformat/nutdec: Check get_packetheader() in mainheaderMichael Niedermayer
2022-10-09avformat/asfdec_f: Use 64bit for packet start timeMichael 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-09avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer
2022-10-09avformat/rtsp: break on unknown protocolsMichael 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-09avformat/iff: simplify duration calculationMichael Niedermayer
2022-10-09avcodec/wnv1: Check for width =1Michael Niedermayer
2022-10-09avformat/sctp: close socket on errorsMichael 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