Paul B Mahol
44cf3a2b16
avfilter/x86/vf_gblur: add postscale SIMD
5 years ago
Paul B Mahol
058db59e16
avfilter/vf_gblur: factor out postscale function
5 years ago
James Almer
04dfdde09b
avfilter/buffersrc: simplify av_buffersrc_add_frame_flags()
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago
Ashish Singh
38aea9b041
avfilter: add vif filter
This is Visual Information Fidelity (VIF) filter and one of the component
filters of VMAF. It outputs the average VIF score over all frames.
Signed-off-by: Ashish Singh <ashk43712@gmail.com>
8 years ago
Carl Eugen Hoyos
3490108f95
lavfi/vflip: Support Bayer vertical flip.
Fixes ticket #8819 .
5 years ago
Paul B Mahol
c6ce18be08
avfilter/vf_convolution: add 16-column operation for filter_column()
Based on patch by Xu Jun <xujunzz@sjtu.edu.cn>
6 years ago
Paul B Mahol
bbf6183e11
avfilter/vf_datascope: pixscope: add commands support
5 years ago
Paul B Mahol
6c52c27d3d
avfilter/vf_psnr: remove precision limits for metadata values
5 years ago
Paul B Mahol
3300d718f7
avfilter/vf_ssim: remove precision limits for metadata values
5 years ago
Paul B Mahol
95b854dd06
avfilter/af_amix: rename sum option to normalize
It makes more sense to still use provided weights.
5 years ago
Paul B Mahol
05a6d82d5c
avfilter/vf_ssim: add timeline support
5 years ago
Paul B Mahol
735ec7666b
avfilter/vf_psnr: add timeline support
5 years ago
Paul B Mahol
34922dffca
avfilter/vf_gblur: add float format support
5 years ago
Paul B Mahol
edc45d1bd5
avfilter: add monochrome video filter
5 years ago
Jan Ekström
58e59396f5
avfilter/vf_zscale: add support for setting scaling filter parameters
param_a/b are utilized for this.
5 years ago
Paul B Mahol
44facfb845
avfilter/vf_pseudocolor: do not leave alpha uninitialized
5 years ago
Paul B Mahol
0ef53cc72f
avfilter/vf_pseudocolor: add two more presets
5 years ago
Paul B Mahol
2859c30cd9
avfilter/vf_pseudocolor: add opacity option
5 years ago
Paul B Mahol
ba2cebb49c
avfilter/af_adeclick: add more descriptive options names
5 years ago
Paul B Mahol
16c09b4659
avfilter/vf_lagfun: use macro
5 years ago
Paul B Mahol
05b394d537
avfilter/vf_lagfun: add timeline support
5 years ago
Paul B Mahol
27b5d0e1e4
avfilter/vf_lagfun: increase filter precision
5 years ago
Paul B Mahol
4390573c44
avfilter: add exposure video filter
5 years ago
Paul B Mahol
579e4e57a2
avfilter: add aexciter audio filter
5 years ago
Paul B Mahol
129978af6b
avfilter/af_arnndn: skip array extra entries by looking for new line
5 years ago
Paul B Mahol
aa8adc9206
avfilter/vf_datascope: add commands support
5 years ago
Paul B Mahol
199301a03a
avfilter/af_arnndn: make model opening errors more verbose
Also return proper error code.
5 years ago
Paul B Mahol
d7cb8c51f0
avfilter/vf_curves: add commands support
5 years ago
Paul B Mahol
cfcc36240f
avfilter/vf_framepack: add >8 format support
5 years ago
Paul B Mahol
73ff84c3d4
avfilter/vf_swaprect: add support for commands
5 years ago
Paul B Mahol
ca042675ee
avfilter/vf_maskfun: add support for commands
5 years ago
Paul B Mahol
8e027ca817
avfilter/vf_zscale: switch verbose log to trace
Not needed in verbose mode.
5 years ago
Paul B Mahol
a00ff56321
avfilter/vf_lut: add support for commands
While here remove excessive log and uninit() call in negate_init().
5 years ago
Paul B Mahol
dd01165f19
avfilter/vf_deband: add support for commands
5 years ago
Paul B Mahol
178a0d6f7d
avfilter/vf_deband: avoid doubles
5 years ago
Paul B Mahol
a773455c4f
avfilter/vf_thumbnail: add support for rest of packed rgb formats
5 years ago
Paul B Mahol
3b65c848a6
avfilter/vf_thumbnail: add support for YUV and GBRP formats
5 years ago
Anton Khirnov
cc4feff861
vf_pp: remove unnecessary free
ff_qp_table_extract() frees the table on failure.
Found-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
5 years ago
Paul B Mahol
89f78dd0fe
avfilter/vf_lut3d: lut3d, haldclut: add support for commands
5 years ago
Paul B Mahol
5f592136eb
avfilter/vf_lut2: add support for commands
5 years ago
Paul B Mahol
629dd8efb5
avfilter/vf_extractplanes: add float formats support
5 years ago
Paul B Mahol
bd5226704a
avfilter: add colorize filter
5 years ago
Paul B Mahol
4b2968d305
avfilter/vf_deblock: add support for commands
5 years ago
Paul B Mahol
d8181cbbc4
avfilter/vf_lut3d: lut1d: add support for commands
5 years ago
Paul B Mahol
feea20e994
avfilter/vf_tile: remove extra whitespace in option description
5 years ago
Paul B Mahol
6317d40d08
avfilter/avfilter: move enable_str expression parsing into avfilter_init_dict()
This ensures that needed arrays are always allocated and properly initialized.
Previously if code would use only avfilter_init_dict() to set options for filters
it would not allocate arrays for timeline processing thus it would crash if
user supplied enable option for filter(s).
5 years ago
Paul B Mahol
d0a24bfad1
avfilter/vf_mix: add support for commands
5 years ago
Paul B Mahol
3583d2a837
avfilter/vf_mix: add timeline support
5 years ago
Paul B Mahol
d16293e76c
avfilter/vf_lensfun: display list of possible values if user supplied none
5 years ago
Paul B Mahol
8b78eb312d
avfilter/vf_lensfun: replace deprecated calls
5 years ago