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-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-05-10avformat/dhav: Don't truncate return value of avio_skip()Andreas Rheinhardt
2022-05-09avformat/mov: fix timecode with rounded down tmcd nb_framesMarton Balint
2022-05-09avfilter/af_crossfeed: add option for linear phase filteringPaul B Mahol
2022-05-09avfilter/af_biquads: add option for block based linear phase processingPaul B Mahol
2022-05-09avfilter/af_afftdn: request new frames only when neededPaul B Mahol
2022-05-09avfilter/avf_ahistogram: request new frames only when neededPaul B Mahol
2022-05-09avcodec/libsvtav1: signal CPB properties through side dataJan Ekström
2022-05-09avcodec/libsvtav1: update avctx bit rate according to RC modeJan Ekström
2022-05-09tests/fate-run: Make AVCONV-tests honour -thread_typeAndreas Rheinhardt
2022-05-09fate/filter-video: Remove unnecessary dependency from filter-pp[1-6]Andreas Rheinhardt
2022-05-08libavformat/asfdec: remove unused parameterssoftworkz
2022-05-08avfilter/af_biquads: add tdi transform typePaul B Mahol
2022-05-08avformat/mov: fix use invalid box size/type due to eofZhao Zhili
2022-05-08avformat/mov: reindent after previous commitZhao Zhili
2022-05-08avformat/mov: remove an always true conditionZhao Zhili
2022-05-08avfilter/geq: unbreak alpha processingGyan Doshi
2022-05-08lavf/cavsvideodec: Add GuangDian profile supportJun Zhao
2022-05-08lavc/cavsdec: Add profile checkJun Zhao
2022-05-08lavc/libuavs3d: fix incorrect commentsJun Zhao
2022-05-07avformat/hlsenc: remove unnecessary http/https shutdown status operateSteven Liu
2022-05-07avfilter/vf_fftdnoiz: add window type supportPaul B Mahol
2022-05-06avcodec/libxavs2: Improve r redundancy in occuredMichael Niedermayer
2022-05-06avformat/libzmq: Improve r redundancy in occuredMichael Niedermayer
2022-05-06avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dblMichael Niedermayer
2022-05-06avformat/jvdec: Remove redundant ;Michael Niedermayer
2022-05-06avfilter/vf_fftdnoiz: Remove redundant ';'Andreas Rheinhardt
2022-05-06tests/fate-run: Remove temporary files from pixfmt conversionsAndreas Rheinhardt
2022-05-06tests/fate-run: Remove temporary fate-lavf files if possibleAndreas Rheinhardt
2022-05-06tests/Makefile: Redo how to keep intermediate FATE-filesAndreas Rheinhardt
2022-05-06fate/filter-video: Remove intermediate file of meta-4560-rotate0 testAndreas Rheinhardt
2022-05-06tests/fate-run: Allow to set dec opts for generated file in transcodeAndreas Rheinhardt
2022-05-06tests/fate-run: Don't create unnecessary CRC-files, forward errorsAndreas Rheinhardt
2022-05-06fate/lavf-audio: Disable CRC for lavf-peak_only.wav testAndreas Rheinhardt
2022-05-06avcodec/v210enc: Move ff_v210enc_init into a headerAndreas Rheinhardt
2022-05-06avcodec/v210_dec: Move ff_v210dec_init into a headerAndreas Rheinhardt
2022-05-06avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt
2022-05-06avfilter/vf_nlmeans: Move ff_nlmeans_init into a headerAndreas Rheinhardt
2022-05-06avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt
2022-05-06avfilter/vf_gblur: Move ff_gblur_init into a headerAndreas Rheinhardt
2022-05-06avfilter/vf_eq: Move ff_nlmeans_init into a headerAndreas Rheinhardt
2022-05-06avfilter/vf_blend: Move ff_blend_init into a headerAndreas Rheinhardt
2022-05-06avfilter/af_afir: Move ff_afir_init() to headerAndreas Rheinhardt
2022-05-06avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt
2022-05-05avfilter: add multiply video filterPaul B Mahol
2022-05-05avfilter/vf_fftdnoiz: refactor code and improve 3d filteringPaul B Mahol
2022-05-05avfilter/vf_fftdnoiz: add alternative denoising methodPaul B Mahol
2022-05-04avfilter/vf_maskfun: properly handle read-only framesPaul B Mahol
2022-05-04avfilter/vf_maskfun: rename too generic variablesPaul B Mahol
2022-05-03avformat/mov: skip call ff_codec_get_id if possibleZhao Zhili