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-07-12avfilter/vf_xfade: fix zx and zy comparison for slide*George Floarea
2022-07-10avfilter/vf_zscale: enable AVX512 zimg functionsMarton Balint
2022-07-10avfilter/vf_zscale: simplify and fix slice_params calculationsMarton Balint
2022-07-10avfilter/vf_zscale: remove some unneeded initializationsMarton Balint
2022-07-10avfilter: add chromakey_cuda filterMohamed Khaled Mohamed
2022-07-09avfilter/vf_xfade: add two more transitionsPaul B Mahol
2022-07-07avfilter: add remap opencl filterPaul B Mahol
2022-07-04avfilter/xstack: Add support for fixed size gridVignesh Venkatasubramanian
2022-07-03avfilter/vf_atadenoise: Remove unused-but-set variablesAndreas Rheinhardt
2022-06-25avfilter/Makefile: always make colorspace.oGyan Doshi
2022-06-23avfilter/vf_gblur: properly round outputPaul B Mahol
2022-06-22avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functionsAndreas Rheinhardt
2022-06-22avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-06-22avfilter/x86/vf_yadif: Remove obsolete MMXEXT functionsAndreas Rheinhardt
2022-06-22avfilter/x86/vf_eq_init: Remove obsolete MMXEXT functionAndreas Rheinhardt
2022-06-22avfilter/x86/vf_noise: Remove obsolete MMX functionAndreas Rheinhardt
2022-06-21avfilter/vf_estdif: tweak ecost optionPaul B Mahol
2022-06-21libavfilter/vf_frei0r.c: Use UTF-8 version of getenv()Nil Admirari
2022-06-20lavfi/drawutils: improve colorspace supportrcombs
2022-06-20lavfi/colorspace: add ff_matrix_mul_3x3_vecrcombs
2022-06-16avfilter/vf_zscale: dissallow too small slicesPaul B Mahol
2022-06-16avfilter: add virtualbass filterPaul B Mahol
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-06-12avfilter/showinfo: refactor to use avutil/uuidPierre-Anthony Lemieux
2022-06-06lavfi/blockdetect: Reindent after last commitThilo Borgmann
2022-06-06lavfi/blockdetect: Fix possible div by 0Thilo Borgmann
2022-06-02lavfi/vf_tonemap_opencl: fix buildrcombs
2022-06-02lavfi/vf_scale_vulkan: fix buildrcombs
2022-06-01lavfi/blockdetect: Remove nop init() functionThilo Borgmann
2022-06-01avutil/csp: create public API for colorspace structsLeo Izen
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