aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/af_afir: add support for double sample formatPaul B Mahol2022-05-154-415/+607
* avfilter/af_acrossover: add precision optionPaul B Mahol2022-05-141-1/+43
* avfilter/af_asubboost: add channels optionPaul B Mahol2022-05-131-0/+23
* avfilter/vf_zscale: active region use doubles so use that type here tooPaul B Mahol2022-05-131-6/+6
* avfilter/af_asubboost: add boost optionPaul B Mahol2022-05-131-6/+14
* avfilter/af_crossfeed: always return same number of samples with block proces...Paul B Mahol2022-05-131-7/+59
* avfilter/vf_zscale: improve slice processingPaul B Mahol2022-05-131-5/+36
* avfilter/af_biquads: always return same number of samples with block processingPaul B Mahol2022-05-121-12/+56
* avfilter/af_ladspa: remove not wanted linePaul B Mahol2022-05-121-1/+0
* avfilter/af_alimiter: add latency compensation optionWang Cao2022-05-121-0/+89
* avfilter/af_biquads: add zdf transform typePaul B Mahol2022-05-111-11/+239
* avfilter/avfilter: Fix compilation with TRACE definedAndreas Rheinhardt2022-05-101-0/+1
* avfilter/af_biquads: use correct variables when reversing samplesPaul B Mahol2022-05-101-2/+5
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-103-23/+45
* avfilter/af_crossfeed: add option for linear phase filteringPaul B Mahol2022-05-091-14/+160
* avfilter/af_biquads: add option for block based linear phase processingPaul B Mahol2022-05-091-4/+130
* avfilter/af_afftdn: request new frames only when neededPaul B Mahol2022-05-091-0/+5
* avfilter/avf_ahistogram: request new frames only when neededPaul B Mahol2022-05-091-0/+5
* avfilter/af_biquads: add tdi transform typePaul B Mahol2022-05-081-0/+83
* avfilter/geq: unbreak alpha processingGyan Doshi2022-05-081-1/+1
* avfilter/vf_fftdnoiz: add window type supportPaul B Mahol2022-05-071-45/+57
* avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dblMichael Niedermayer2022-05-061-1/+1
* avfilter/vf_fftdnoiz: Remove redundant ';'Andreas Rheinhardt2022-05-061-2/+2
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-063-66/+92
* avfilter/vf_nlmeans: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-063-108/+140
* avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt2022-05-063-88/+111