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-04swscale: aarch64: Fix yuv2rgb with negative stridesrelease/5.1Martin Storsjö
2022-11-04avcodec/atrac3plus: reorder channels to match the output layoutJames Almer
2022-11-04avcodec/aacdec: fix parsing streams with channel configuration 11James Almer
2022-10-14libswscale: force a minimum size of the slide for bayer sourcesChema Gonzalez
2022-10-14lavf/async: Fix ring_write return valueGuangyu Sun
2022-10-05avcodec/audiotoolboxenc: return AVERROR_EXTERNAL immediately when encode errorSteven Liu
2022-09-25avcodec/libjxlenc: avoid hard failure with unspecified primariesLeo Izen
2022-09-24Update for 5.1.2n5.1.2Michael Niedermayer
2022-09-24avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer
2022-09-24avformat/spdifdec: Use 64bit to compute bit rateMichael Niedermayer
2022-09-24avformat/rpl: Use 64bit for duration computationMichael Niedermayer
2022-09-24avformat/xwma: Use av_rescale() for duration computationMichael Niedermayer
2022-09-24avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration ...Michael Niedermayer
2022-09-24avformat/sbgdec: Check ts_int in genrate_intervalsMichael Niedermayer
2022-09-24avformat/sbgdec: clamp end_tsMichael Niedermayer
2022-09-24avformat/rmdec: check tag_sizeMichael Niedermayer
2022-09-24avformat/nutdec: Check fieldsMichael Niedermayer
2022-09-24avformat/flvdec: Use 64bit for sum_flv_tag_sizeMichael Niedermayer
2022-09-24avformat/jacosubdec: Fix overflow in get_shift()Michael Niedermayer
2022-09-24avformat/genh: Check nb_channels for IMA ADPCMMichael Niedermayer
2022-09-24avformat/dxa: avoid bpc overflowsMichael Niedermayer
2022-09-24avformat/dhav: Use 64bit seek_backMichael Niedermayer
2022-09-24avformat/cafdec: Check that nb_frasmes fits within 64bitMichael Niedermayer
2022-09-24avformat/asfdec_o: Limit packet offsetMichael Niedermayer
2022-09-24avformat/apm: Use 64bit for bit_rate computationMichael Niedermayer
2022-09-24avformat/ape: Check frames sizeMichael Niedermayer
2022-09-24avformat/icodec: Check nb_palMichael Niedermayer
2022-09-24avformat/aiffdec: Use 64bit for block_duration useMichael Niedermayer
2022-09-24avformat/aiffdec: Check block_durationMichael Niedermayer
2022-09-24avformat/mxfdec: only probe max run inMichael Niedermayer
2022-09-24avformat/mxfdec: Check run_in is within 65536Michael Niedermayer
2022-09-24avcodec/mjpegdec: Check for unsupported bayer caseMichael Niedermayer
2022-09-24avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer
2022-09-24avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer
2022-09-24avcodec/mobiclip: Check quantizer for overflowMichael Niedermayer
2022-09-24avcodec/exr: Check preview psizeMichael Niedermayer
2022-09-24avcodec/tiff: Fix loop detectionMichael Niedermayer
2022-09-24libavformat/hls: Free keysMichael Niedermayer
2022-09-24avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer
2022-09-24avfilter/vf_showinfo: remove backspacesMichael Niedermayer
2022-09-24avcodec/speedhq: Check widthMichael Niedermayer
2022-09-24avcodec/bink: disallow odd positioned scaled blocksMichael Niedermayer
2022-09-24avformat/cafenc: derive Opus frame size from the relevant stream parametersJames Almer
2022-09-23avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leakAndreas Rheinhardt
2022-09-23lavc/videotoolbox: do not pass AVCodecContext to decoder output callbackAnton Khirnov
2022-09-23lavc/pthread_frame: always transfer stashed hwaccel stateAnton Khirnov
2022-09-20avcodec/arm/sbcenc: avoid callee preserved vfp registersJames Cowgill
2022-09-11avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layoutJames Almer
2022-09-06avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer
2022-09-06lavc/pthread_frame: avoid leaving stale hwaccel state in worker threadsAnton Khirnov