summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_showinfo: remove backspacesMichael Niedermayer2022-09-241-4/+7
* avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer2022-09-061-10/+10
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer2022-07-121-2/+2
* avfilter/vf_xfade: fix zx and zy comparison for slide*George Floarea2022-07-121-4/+4
* avfilter/vf_zscale: enable AVX512 zimg functionsMarton Balint2022-07-101-2/+2
* avfilter/vf_zscale: simplify and fix slice_params calculationsMarton Balint2022-07-101-14/+4
* avfilter/vf_zscale: remove some unneeded initializationsMarton Balint2022-07-101-6/+0
* avfilter: add chromakey_cuda filterMohamed Khaled Mohamed2022-07-105-1/+676
* avfilter/vf_xfade: add two more transitionsPaul B Mahol2022-07-091-0/+70
* avfilter: add remap opencl filterPaul B Mahol2022-07-076-1/+432
* avfilter/xstack: Add support for fixed size gridVignesh Venkatasubramanian2022-07-041-13/+67
* avfilter/vf_atadenoise: Remove unused-but-set variablesAndreas Rheinhardt2022-07-031-6/+0
* avfilter/Makefile: always make colorspace.oGyan Doshi2022-06-251-5/+6
* avfilter/vf_gblur: properly round outputPaul B Mahol2022-06-231-6/+4
* avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-222-20/+0
* avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-222-73/+1
* avfilter/x86/vf_yadif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-224-37/+0
* avfilter/x86/vf_eq_init: Remove obsolete MMXEXT functionAndreas Rheinhardt2022-06-222-30/+2
* avfilter/x86/vf_noise: Remove obsolete MMX functionAndreas Rheinhardt2022-06-221-29/+0
* avfilter/vf_estdif: tweak ecost optionPaul B Mahol2022-06-211-1/+1
* libavfilter/vf_frei0r.c: Use UTF-8 version of getenv()Nil Admirari2022-06-211-4/+10
* lavfi/drawutils: improve colorspace supportrcombs2022-06-192-36/+74
* lavfi/colorspace: add ff_matrix_mul_3x3_vecrcombs2022-06-192-0/+12
* avfilter/vf_zscale: dissallow too small slicesPaul B Mahol2022-06-161-2/+3
* avfilter: add virtualbass filterPaul B Mahol2022-06-164-1/+186
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-1537-86/+122
* avfilter/showinfo: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-121-13/+5
* lavfi/blockdetect: Reindent after last commitThilo Borgmann2022-06-061-4/+4
* lavfi/blockdetect: Fix possible div by 0Thilo Borgmann2022-06-061-0/+4
* lavfi/vf_tonemap_opencl: fix buildrcombs2022-06-011-20/+19
* lavfi/vf_scale_vulkan: fix buildrcombs2022-06-011-2/+2
* lavfi/blockdetect: Remove nop init() functionThilo Borgmann2022-06-011-6/+0
* avutil/csp: create public API for colorspace structsLeo Izen2022-06-017-190/+80
* avfilter/af_biquads: refactor some optionsPaul B Mahol2022-05-291-286/+96
* avfilter: add tiltshelf audio filterPaul B Mahol2022-05-293-7/+35
* avfilter/af_biquads: fix low/highshelf 'k' calculationPaul B Mahol2022-05-271-2/+2
* avfilter/vf_vpp_qsv: set outlink to EOF correctlyFei Wang2022-05-261-12/+23
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-252-88/+68
* lavfi/vf_v360: implement output mask for barrelsplitAnton Khirnov2022-05-241-1/+5
* lavfi/vf_v360: fix barrelsplit transform with paddingAnton Khirnov2022-05-241-28/+23
* lavfi/vf_v360: factorize vector computation for barrelsplitAnton Khirnov2022-05-241-16/+4
* lavfi/vf_v360: drop nonsense inline specifierAnton Khirnov2022-05-241-1/+1
* avfilter: Add blockdetect filterThilo Borgmann2022-05-244-1/+297
* avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-248-9/+9
* avfilter/af_afftfilt: add threads supportPaul B Mahol2022-05-241-47/+92
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-239-10/+10
* libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö2022-05-232-0/+2
* avfilter/avf_showfreqs: fix memleak in plot_freqsSteven Liu2022-05-231-1/+3
* avfilter/formats: Constify channel_layout in ff_add_channel_layout()Andreas Rheinhardt2022-05-192-2/+4