Wang Cao
d82481ef41
avfilter/af_alimiter: add latency compensation option
...
Signed-off-by: Wang Cao <wangcao@google.com>
3 years ago
Paul B Mahol
cbc1b8adad
avfilter/af_biquads: add zdf transform type
3 years ago
Paul B Mahol
5ccd8f492b
avfilter/af_crossfeed: add option for linear phase filtering
...
But at expense of additional delay.
3 years ago
Paul B Mahol
1309867022
avfilter/af_biquads: add option for block based linear phase processing
3 years ago
Paul B Mahol
d166317cdd
avfilter/af_biquads: add tdi transform type
3 years ago
Paul B Mahol
767f66ea5d
avfilter: add multiply video filter
3 years ago
Paul B Mahol
003f9a9b41
avfilter/vf_fftdnoiz: add alternative denoising method
3 years ago
Paul B Mahol
d8e8aa944a
avfilter/avf_showfreqs: add rate option
...
Fix possible buffer overflow.
3 years ago
Paul B Mahol
126d5d3b5f
avfilter/vf_fftdnoiz: small improvements
...
Stop using log() for block size.
Fix possible buffer overflow in export path.
3 years ago
Paul B Mahol
c27123606a
avfilter/af_adynamicequalizer: set target filter type
3 years ago
Paul B Mahol
452d611fc7
avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut
3 years ago
Paul B Mahol
494139bcc7
doc/filters: add colorchart to section
3 years ago
Paul B Mahol
f908f365f9
avfilter/vf_colormap: change default nb_patches
3 years ago
Thilo Borgmann
b23208826b
lavfi: Add blurdetect filter
3 years ago
Paul B Mahol
fe85afbf8c
avfilter/af_afftdn: use better approach for gain smoothing
3 years ago
Niklas Haas
2cb0cebd11
lavfi: add vf_iccdetect for parsing ICC profiles
...
This filter is designed to parse embedded ICC profiles and attempt
extracting colorspace tags from them, updating the AVFrame metadata
accordingly.
This is intentionally made a separate filter, rather than being part of
libavcodec itself, so that it's an opt-in behavior for the time being.
This also gives the user more flexibility to e.g. first attach an ICC
profile and then also set the colorspace tags from it.
This makes #9673 possible, though not automatic.
Signed-off-by: Niklas Haas <git@haasn.dev>
3 years ago
Niklas Haas
5cfeaeef0c
lavfi: add vf_iccgen for generating ICC profiles
...
This filter is designed to specifically cover the task of generating ICC
profiles (and attaching them to output frames) on demand. Other tasks,
such as ICC profile loading/stripping, or ICC profile application, are
better left to separate filters (or included into e.g. vf_setparams).
Signed-off-by: Niklas Haas <git@haasn.dev>
3 years ago
Paul B Mahol
a64e250680
avfilter/af_afftdn: add gain_smooth option
3 years ago
Paul B Mahol
16463520d9
avfilter: add colorchart video filter
3 years ago
Paul B Mahol
43ea19fef4
avfilter: add colormap video filter
3 years ago
Paul B Mahol
0b6e801d4a
avfilter/avf_showfreqs: add option to draw subset of channels
3 years ago
Paul B Mahol
b9e75c1862
avfilter/vf_ciescope: add option to disable CIE tongue filling
3 years ago
Paul B Mahol
391ce570c8
avfilter: add pixelize video filter
3 years ago
Paul B Mahol
7e81295488
avfilter: add feedback video filter
3 years ago
Paul B Mahol
1764a6887b
avfilter/avf_showspectrum: add alpha pixel format support
3 years ago
Gyan Doshi
1405b65d22
avfilter/lensfun: add option db_path
...
The lensfun filter, at present, loads its database from a path hardcoded
at build time. This may not be known or available to end users.
Added option db_path allows custom path.
3 years ago
Paul B Mahol
1047fedd0f
avfilter: add Audio Video Sync Test filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
3 years ago
Gyan Doshi
d6d46a2c50
doc/filters: guide to list lensfun db emtries
3 years ago
Gyan Doshi
607ecc27ed
doc/filters: add range/defaults for tile filter options
3 years ago
Paul B Mahol
21ca221068
avfilter/vsrc_gradients: add spiral type
3 years ago
Paul B Mahol
8e1cedbb61
avfilter/vsrc_gradients: add circular type
3 years ago
Paul B Mahol
385bc756bf
avfilter/vf_mergeplanes: add alternative for less user friendly option
3 years ago
Boris Baracaldo
80831e742b
lavfilter: Add SITI filter
...
Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, as defined
in ITU-T P.910: Subjective video quality assessment methods for multimedia
applications.
3 years ago
Niklas Haas
234c824820
doc/filters: document vf_libplacebo
...
Signed-off-by: Niklas Haas <git@haasn.dev>
3 years ago
Paul B Mahol
96ebf7dceb
avfilter/f_realtime: add support for commands
3 years ago
Paul B Mahol
242c07982a
doc/filters: add some afftdn examples
3 years ago
Paul B Mahol
44fb2463a3
doc/filters: mention sample_noise/sn options too
...
Also simplify commands section.
3 years ago
Paul B Mahol
1636f9f599
avfilter/af_afftdn: expose floor offset factor option
3 years ago
Paul B Mahol
1ab83dd369
avfilter/vf_fieldhint: add pattern mode of filtering
3 years ago
Paul B Mahol
c0f49378a9
avfilter/af_afftdn: allow user to control number of bands
3 years ago
Paul B Mahol
61224c856c
avfilter/af_afftdn: add way to control noise floor link for >1 channels
3 years ago
Paul B Mahol
546afd0d49
avfilter/af_afftdn: allow user to change ratio factor
...
While here change default to lower value as previous
value were causing too much smearing on time axis of spectrogram.
3 years ago
Paul B Mahol
5cd8eb2aef
avfilter/af_lv2: add commands support
3 years ago
Paul B Mahol
41cae501b7
avfilter/af_anlmdn: fix possible array overflow and increase options limits
3 years ago
Thilo Borgmann
74117abf0c
lavfi/drawtext: Add %N for drawing fractions of a second
...
Suggested-By: ffmpeg@fb.com
3 years ago
Paul B Mahol
13a153d801
avfilter/f_sendcmd: export width and height too
3 years ago
Paul B Mahol
6f231664ab
avfilter/vsrc_gradients: add radial gradients
3 years ago
Paul B Mahol
fb5e871937
avfilter/avf_ahistogram: add new histogram mode option
3 years ago
Paul B Mahol
aede8424fe
avfilter/f_graphmonitor: add several more flags
3 years ago
Paul B Mahol
de0bb77563
avfilter/avf_abitscope: refactor code & add trace mode
3 years ago