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
Paul B Mahol
593817f51d
avfilter/vf_frei0r: add timeline support
5 years ago
Gyan Doshi
5c8d4c4fac
avfilter/drawbox: fix formatting after d64cbd4fda
5 years ago
Paul B Mahol
fb9c56bbd5
avfilter/af_arnndn: add support for commands
5 years ago
Paul B Mahol
3d7ee5c91a
avfilter/vf_blend: add support for commands
5 years ago
Paul B Mahol
5765149392
avfilter/af_amix: add sum option
5 years ago
Paul B Mahol
b4ad669a42
avfilter/avfilter: mark enable as runtime option too
5 years ago
Paul B Mahol
f6621a8e72
avfilter: add colorcorrect filter
5 years ago
Andreas Rheinhardt
ba874ad904
avfilter/ebur128: Remove unused functions
Also make a function only used here static.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
5 years ago
Paul B Mahol
68b5236eae
avfilter/vf_colorlevels: call execute once per frame
5 years ago
Paul B Mahol
7ee3a5594b
avfilter/vf_colorlevels: no need to use double for coeff
5 years ago
Paul B Mahol
62e24a5d80
avfilter/vf_colorlevels: beautify define
5 years ago
Paul B Mahol
a7e826b9e1
avfilter/vf_colorlevels: typedef ThreadData struct
5 years ago
Paul B Mahol
090f31f813
avfilter: add colorcontrast filter
5 years ago
Paul B Mahol
459c6e8ab3
avfilter/vf_vibrance: add packed formats support
5 years ago
Paul B Mahol
98b0c0e44f
avfilter/vf_colortemperature: add packed formats support
5 years ago
Paul B Mahol
aa8cf8fdee
avfilter/vf_colortemperature: use macro for identical code
5 years ago
Paul B Mahol
54de7dc372
avfilter/af_acrusher: add commands support
5 years ago
Paul B Mahol
633e344d96
avfilter/vf_lagfun: add support for commands
5 years ago
Paul B Mahol
f0dd5c00cb
avfilter/vf_weave: add slice threading support
5 years ago
Paul B Mahol
0959f95a8e
avfilter/vf_blackdetect: add slice threading support
5 years ago
Paul B Mahol
d43a27ab6f
avfilter/vf_pseudocolor: allow more advanced presets
5 years ago
Paul B Mahol
50dd020f04
avfilter/vf_lut3d: add prism interpolation
5 years ago
Paul B Mahol
26a53519dc
avfilter/vf_lut3d: add pyramid interpolation
5 years ago
Andreas Rheinhardt
124e2a79e2
avfilter/drawutils: Remove remnants of old API
ff_fill_line_with_color and ff_draw_rectangle are unused since
19c8f2271423281c9b876b984076a6467c455904; ff_copy_rectangle
is unused since 53b7a3fe08 .
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
5 years ago
Paul B Mahol
27b793b0cf
avfilter/vf_blackdetect: add support for >8 depth formats
5 years ago
Paul B Mahol
8248f7b902
avfilter/vf_blackdetect: fix bug when no final log would be displayed
5 years ago
Paul B Mahol
0bcba12a55
avfilter/vf_blackdetect: use the name 's' for the pointer to the private context
This is consistent across filters and also is less typing.
5 years ago
Paul B Mahol
61a0ff892e
avfilter/vf_pseudocolor: add support for commands
5 years ago
Paul B Mahol
891da955af
avfilter/vf_pseudocolor: use macro for code that repeats
5 years ago
Paul B Mahol
d01aa49753
avfilter/vf_pseudocolor: add presets
5 years ago
Guo, Yejun
eccc7971c2
dnn_backend_openvino.c: remove extra semicolon
5 years ago
Guo, Yejun
06c01f1763
dnn: remove type cast which is not necessary
5 years ago
Paul B Mahol
24892fa4a7
avfilter/vf_pseudocolor: add slice threading
5 years ago
Paul B Mahol
a9d23d33a1
avfilter: add colortemperature filter
5 years ago
Paul B Mahol
35f8628047
avfilter: add kirsch video filter
5 years ago
Paul B Mahol
2ee2e4cd41
avfilter/vf_colorchannelmixer: extend pl option functionality
5 years ago
Paul B Mahol
199d9e705a
avfilter/vf_lenscorrection: remove unused elements
5 years ago
Paul B Mahol
499c3193a5
avfilter/vf_lenscorrection: reduce overhead calling execute for every plane
5 years ago
Paul B Mahol
46f170e544
avfilter/vf_lenscorrection: add support for commands
5 years ago
Andreas Rheinhardt
3c700c82cb
avfilter/vf_unsharp: Remove unnecessary ;
A macro that expands to a function definition might look like a
declaration, but it isn't and therefore an extra ';' at the end is
unnecessary and actually invalid (both GCC and Clang warn about this
when using -pedantic).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
5 years ago
Paul B Mahol
37f76c81d6
avfilter: add shear video filter
5 years ago
Paul B Mahol
a2a06029cf
avfilter/vf_lenscorrection: allow to change colors of unmapped pixels
5 years ago
Paul B Mahol
3cc2e15b91
avfilter/vf_lenscorrection: add >8 depth support
5 years ago
Paul B Mahol
87598435aa
avfilter/vf_lenscorrection: fix far edges with nearest interpolation
5 years ago
Paul B Mahol
b897b52618
avfilter: add epx pixel art scaler
5 years ago
Paul B Mahol
833338a02c
avfilter/vf_lenscorrection: add support for more 8-bit formats
5 years ago
Paul B Mahol
d7c4dc2f1a
avfilter/vf_lenscorrection: add timeline support
5 years ago
Paul B Mahol
e41a92910a
avfilter/vf_lenscorrection: add bilinear interpolation
5 years ago