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-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-08avfilter/af_biquads: add tdi transform typePaul B Mahol
2022-05-08avfilter/geq: unbreak alpha processingGyan Doshi
2022-05-07avfilter/vf_fftdnoiz: add window type supportPaul B Mahol
2022-05-06avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dblMichael Niedermayer
2022-05-06avfilter/vf_fftdnoiz: Remove redundant ';'Andreas 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-03avfilter/vf_guided: fix reallocation of memory per every frame's plane proces...Paul B Mahol
2022-05-03avfilter/vf_guided: make use of link variablesPaul B Mahol
2022-05-03avfilter/vf_guided: remove excessive parenthesesPaul B Mahol
2022-05-03avfilter/vf_guided: fix timeline supportPaul B Mahol
2022-05-03avfilter/vf_guided: clean up commands supportPaul B Mahol
2022-05-01avfilter/vf_overlay: improve premultiplied alpha overlay for YUVPaul B Mahol
2022-04-30avfilter/avf_showvolume: request new frames only when neededPaul B Mahol
2022-04-30avfilter/avf_avectorscope: request new frames only when neededPaul B Mahol
2022-04-30avfilter/af_aspectralstats: request new frames only when neededPaul B Mahol
2022-04-30avfilter/af_surround: request new frames only when neededPaul B Mahol
2022-04-30avfilter/avf_showfreqs: add rate optionPaul B Mahol
2022-04-30avfilter/vf_estdif: set frame_rate only when neededPaul B Mahol
2022-04-30avfilter/vf_w3fdif: set frame_rate only when neededPaul B Mahol
2022-04-30avfilter/vf_nnedi: set frame_rate only when neededPaul B Mahol
2022-04-29avfilter/vf_mix: output same number of frames from input for tmixPaul B Mahol
2022-04-29avfilter/vf_xmedian: fix multiple threads usagePaul B Mahol
2022-04-29avfilter/vf_mix: fix multiple threads usagePaul B Mahol
2022-04-29avfilter/vf_fftdnoiz: small improvementsPaul B Mahol
2022-04-29avfilter/af_adynamicequalizer: remove unused headerPaul B Mahol
2022-04-29avfilter/vf_colormap: Avoid allocation of small arrayAndreas Rheinhardt
2022-04-29avfilter/vf_colormap: Remove unnecessary headersAndreas Rheinhardt
2022-04-29avfilter/vf_colormap: Fix declaration-after-statementAndreas Rheinhardt
2022-04-29avfilter/vf_colormap: Properly uninit FFFrameSync, fix leakAndreas Rheinhardt
2022-04-29avfilter/Makefile: Add fflcms2.h to SKIPHEADERS- if necessaryAndreas Rheinhardt
2022-04-28avfilter/af_adynamicequalizer: set target filter typePaul B Mahol
2022-04-28avfilter/af_adynamicequalizer: improve threshold usagePaul B Mahol
2022-04-27avfilter/af_anlms: add timeline supportPaul B Mahol