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-29avfilter/af_biquads: refactor some optionsPaul B Mahol
2022-05-29avfilter: add tiltshelf audio filterPaul B Mahol
2022-05-27avfilter/af_biquads: fix low/highshelf 'k' calculationPaul B Mahol
2022-05-26avfilter/vf_vpp_qsv: set outlink to EOF correctlyFei Wang
2022-05-25qsv: add requirement for the mininal version of libmfxHaihao Xiang
2022-05-24lavfi/vf_v360: implement output mask for barrelsplitAnton Khirnov
2022-05-24lavfi/vf_v360: fix barrelsplit transform with paddingAnton Khirnov
2022-05-24lavfi/vf_v360: factorize vector computation for barrelsplitAnton Khirnov
2022-05-24lavfi/vf_v360: drop nonsense inline specifierAnton Khirnov
2022-05-24avfilter: Add blockdetect filterThilo Borgmann
2022-05-24avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz
2022-05-24avfilter/af_afftfilt: add threads supportPaul B Mahol
2022-05-23Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö
2022-05-23libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö
2022-05-23avfilter/avf_showfreqs: fix memleak in plot_freqsSteven Liu
2022-05-19avfilter/formats: Constify channel_layout in ff_add_channel_layout()Andreas Rheinhardt
2022-05-15avfilter/af_afir: add support for double sample formatPaul B Mahol
2022-05-14avfilter/af_acrossover: add precision optionPaul B Mahol
2022-05-13avfilter/af_asubboost: add channels optionPaul B Mahol
2022-05-13avfilter/vf_zscale: active region use doubles so use that type here tooPaul B Mahol
2022-05-13avfilter/af_asubboost: add boost optionPaul B Mahol
2022-05-13avfilter/af_crossfeed: always return same number of samples with block proces...Paul B Mahol
2022-05-13avfilter/vf_zscale: improve slice processingPaul B Mahol
2022-05-12avfilter/af_biquads: always return same number of samples with block processingPaul B Mahol
2022-05-12avfilter/af_ladspa: remove not wanted linePaul B Mahol
2022-05-12avfilter/af_alimiter: add latency compensation optionWang Cao
2022-05-11avfilter/af_biquads: add zdf transform typePaul B Mahol
2022-05-10avfilter/avfilter: Fix compilation with TRACE definedAndreas Rheinhardt
2022-05-10avfilter/af_biquads: use correct variables when reversing samplesPaul B Mahol
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