summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_eq: add support for alpha channelthe.real.laplace@gmail.com2021-10-211-7/+8
* avfilter/vf_showinfo: small adjustments for the HDR10+ dumpLimin Wang2021-10-201-14/+14
* avfilter/af_replaygain: use fabsf() instead of fabs()Limin Wang2021-10-201-2/+2
* avfilter/vf_v360: make reset_rot option not lose its valuePaul B Mahol2021-10-201-2/+3
* avfilter: add varblur video filterPaul B Mahol2021-10-194-1/+404
* avfilter/af_alimiter: add timeline and commands supportPaul B Mahol2021-10-181-10/+11
* avfilter/vf_fftdnoiz: fix missing funcionalityPaul B Mahol2021-10-181-0/+3
* avfilter/vf_fftdnoiz: add command options supportPaul B Mahol2021-10-181-3/+5
* avfilter/vf_fftdnoiz: add slice threading supportPaul B Mahol2021-10-181-82/+154
* avfilter/vf_w3fdif: do not output extra frame at start with deint=interlacedPaul B Mahol2021-10-181-3/+3
* avfilter/opencl: Fix program_opencl for source code larger than 64kBTsutomu Seki2021-10-161-1/+1
* avfilter/vf_v360: add reset_rot optionPaul B Mahol2021-10-162-2/+13
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-159-182/+35
* x86/vf_lut3d: use three operand form for some instructionsJames Almer2021-10-141-4/+4
* avfilter/vf_fftfilt: export FFT arrays sizePaul B Mahol2021-10-141-2/+4
* avfilter/vf_overlay: unbreak alpha composition with negative y and threads > 1Paul B Mahol2021-10-141-7/+8
* avfilter/vf_fftfilt: Use av_clip_uint8Martin Storsjö2021-10-141-1/+1
* avfilter/vf_histogram: add colors_mode optionPaul B Mahol2021-10-141-14/+98
* avfilter/vf_fftfilt: add gray formats >8 depth supportPaul B Mahol2021-10-141-0/+2
* avfilter/vf_fftfilt: add slice threading supportPaul B Mahol2021-10-141-102/+229
* avfilter/vf_fftfilt: simplify bits/len calculationPaul B Mahol2021-10-141-7/+5
* avfilter: add xcorrelate video filterPaul B Mahol2021-10-134-45/+329
* avfilter: add limitdiff video filterPaul B Mahol2021-10-134-1/+373
* avfilter/vf_palettegen: cosmetic changesSoft Works2021-10-131-2/+2
* avfilter/vf_palette(gen|use): support palettes with alphaSoft Works2021-10-132-138/+223
* avfilter/vf_lut3d: fix building with --disable-optimizationsMark Reid2021-10-131-0/+4
* Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted"Andreas Rheinhardt2021-10-111-4/+3
* avfilter/vsrc_testsrc: add planar formats for haldclutsrcPaul B Mahol2021-10-111-20/+40
* avfilter/vf_lut3d: add x86-optimized tetrahedral interpolationMark Reid2021-10-105-56/+840
* avfilter/asrc_flite: Remove double ';'Andreas Rheinhardt2021-10-101-1/+1
* avfilter/asrc_flite: Fix races upon (un)registering voicesAndreas Rheinhardt2021-10-101-8/+21
* avfilter/asrc_flite: Fix use-after-freesAndreas Rheinhardt2021-10-101-3/+3
* avfilter/asrc_flite: Don't segfault when using list_voices optionAndreas Rheinhardt2021-10-101-4/+6
* avfilter/tests/filtfmts: Check for existence of formats/channel layoutsAndreas Rheinhardt2021-10-101-3/+3
* avfilter/vf_scale: ReindentationAndreas Rheinhardt2021-10-101-22/+23
* avfilter/vf_scale: Remove always-true checksAndreas Rheinhardt2021-10-101-5/+2
* avfilter/vf_transpose: Don't call av_pix_fmt_desc_get() twiceAndreas Rheinhardt2021-10-101-2/+2
* avfilter/tests/filtfmts: Replace macro by ordinary functionAndreas Rheinhardt2021-10-101-35/+42
* avfilter/vf_v360: fix scaling to give proper resultsPaul B Mahol2021-10-091-3/+3
* avfilter/vf_v360: do not round second arg for rescale()Paul B Mahol2021-10-091-1/+1
* avfilter: add audio signal to distortion ratio filterPaul B Mahol2021-10-094-1/+175
* avfilter/af_axcorrelate: add DBLP sample format supportPaul B Mahol2021-10-091-116/+150
* avfilter/af_atilt: Constify filterAndreas Rheinhardt2021-10-091-1/+1
* avfilter/af_axcorrelate: fix integer overflow for huge segmentsPaul B Mahol2021-10-091-2/+2
* avfilter/af_axcorrelate: always process all input samplesPaul B Mahol2021-10-091-22/+31
* avfilter/avfiltergraph: Fix use-after-free when inserting auto-converterAndreas Rheinhardt2021-10-081-6/+5
* avfilter/vf_avgblur_vulkan: fix incorrect conditional judgementWu Jianhua2021-10-081-1/+1
* avfilter/vf_showinfo: minor adjustment for the dump format of ROILimin Wang2021-10-081-2/+2
* avfilter/sharpen_npp: use FILTER_SINGLE_PIXFMTTimo Rothenpieler2021-10-071-10/+1
* avfilter/af_axcorrelate: fix typoPaul B Mahol2021-10-071-1/+1