summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol2021-11-11
* avfilter/vf_estdif: allow to change two more optionsPaul B Mahol2021-11-11
* avfilter/af_atilt: use ff_filter_execute()Limin Wang2021-11-11
* avfilter/vf_estdif: do some clip calculations only once in loopPaul B Mahol2021-11-09
* avfilter/vf_estdif: export distance cost as filter optionPaul B Mahol2021-11-09
* avfilter/f_reverse: readjust frame timestamps for areversePaul B Mahol2021-11-07
* avfilter/af_adelay: use outlink where applicablePaul B Mahol2021-11-07
* avfilter/scale_npp: add scale2ref_npp filterRoman Arzumanyan2021-11-03
* avfilter/vf_chromanr: improve filtering resultsPaul B Mahol2021-11-03
* avfilter: add huesaturation filterPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: split wa structPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: refactor line processing in preparation for x86 SIMD ass...Paul B Mahol2021-10-29
* avfilter/vf_nlmeans: avoid if () to help paralellizationPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: no need to print filter options at info levelPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: make access to pointer to lut fasterPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: reduce scope of some variablesPaul B Mahol2021-10-29
* avfilter/vf_zscale: fix mapping of zimg_chroma_location_e to AVChromaLocationJan Ekström2021-10-28
* avfilter/vf_zscale: deduplicate output color information settingJan Ekström2021-10-28
* avfilter/vf_psnr/ssim: fix typosPaul B Mahol2021-10-28
* avfilter/vf_histogram: add more color modesPaul B Mahol2021-10-27
* avfilter: split negate filter from lut filterPaul B Mahol2021-10-27
* avfilter/vf_owdenoise: relicense my codeMichael Niedermayer2021-10-24
* avfilter/vf_v360: do not reset yaw/pitch/roll with reset_rot truePaul B Mahol2021-10-24
* avfilter/vf_v360: replace deprecated FF_CEIL_RSHIFT()Paul B Mahol2021-10-24
* avfilter/vf_dblur: add clippingPaul B Mahol2021-10-23
* avfilter/vf_dblur: use lrintf()Paul B Mahol2021-10-23
* avfilter/vf_dblur: fix artifactsPaul B Mahol2021-10-23
* avfilter/vf_convolution: improve runtime support for convolution filterPaul B Mahol2021-10-23
* avfilter/vf_convolution: unbreak runtime planes option functionalityPaul B Mahol2021-10-23
* avfilter/vf_selectivecolor: no need to use doublesPaul B Mahol2021-10-22
* avfilter/vf_bilateral: add slice threading supportPaul B Mahol2021-10-22
* avfilter/vf_bilateral: add direct aka writable frame supportPaul B Mahol2021-10-22
* avfilter/vf_bilateral: properly round float resultPaul B Mahol2021-10-21
* avfilter/vf_bilateral: remove unused argumentsPaul B Mahol2021-10-21
* avfilter/vf_bilateral: remove unneeded multiplicationsPaul B Mahol2021-10-21
* avfilter/vf_eq: add support for alpha channelthe.real.laplace@gmail.com2021-10-21
* avfilter/vf_showinfo: small adjustments for the HDR10+ dumpLimin Wang2021-10-20
* avfilter/af_replaygain: use fabsf() instead of fabs()Limin Wang2021-10-20
* avfilter/vf_v360: make reset_rot option not lose its valuePaul B Mahol2021-10-20
* avfilter: add varblur video filterPaul B Mahol2021-10-19
* avfilter/af_alimiter: add timeline and commands supportPaul B Mahol2021-10-18
* avfilter/vf_fftdnoiz: fix missing funcionalityPaul B Mahol2021-10-18
* avfilter/vf_fftdnoiz: add command options supportPaul B Mahol2021-10-18
* avfilter/vf_fftdnoiz: add slice threading supportPaul B Mahol2021-10-18
* avfilter/vf_w3fdif: do not output extra frame at start with deint=interlacedPaul B Mahol2021-10-18
* avfilter/opencl: Fix program_opencl for source code larger than 64kBTsutomu Seki2021-10-16
* avfilter/vf_v360: add reset_rot optionPaul B Mahol2021-10-16
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-15
* x86/vf_lut3d: use three operand form for some instructionsJames Almer2021-10-14
* avfilter/vf_fftfilt: export FFT arrays sizePaul B Mahol2021-10-14