Paul B Mahol
aede8424fe
avfilter/f_graphmonitor: add several more flags
2022-03-04 13:54:11 +01:00
Paul B Mahol
34836e91e0
avfilter/f_ebur128: switch to activate()
2022-03-04 13:54:11 +01:00
Paul B Mahol
99f7f4144a
avfilter/asrc_sinc: check allocation return value
2022-03-03 23:07:10 +01:00
Paul B Mahol
f4d123341c
avfilter/asrc_sinc: remove no longer correct (un)pack
2022-03-03 23:07:10 +01:00
James Almer
ee88804d07
avfilter/framepool: remove superfluous pallete buffer allocation
...
av_image_fill_plane_sizes() already sets sizes[1] to AVPALETTE_SIZE.
Should fix memory leaks.
Signed-off-by: James Almer <jamrial@gmail.com>
2022-03-03 14:18:28 -03:00
James Almer
8fcd9d7375
avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizes
...
Signed-off-by: James Almer <jamrial@gmail.com>
2022-03-03 13:55:28 -03:00
Paul B Mahol
837c55da3d
avfilter/vf_zscale: fix several issues in previous commit
2022-03-03 17:35:48 +01:00
Victoria Zhislina
d0aefc3706
avfilter/vf_zscale: add slice threading support
...
By ffmpeg threading support implementation via frame slicing and doing
zimg_filter_graph_build that used to take 30-60% of each frame processig
only if necessary (some parameters changed)
the performance increase vs original version
in video downscale and color conversion >4x is seen
on 64 cores Intel Xeon, 3x on i7-6700K (4 cores with HT)
Signed-off-by: Victoria Zhislina <Victoria.Zhislina@intel.com>
2022-03-03 17:35:48 +01:00
Paul B Mahol
d607af50fd
avfilter/vf_geq: add float formats support
2022-03-03 17:35:48 +01:00
Paul B Mahol
352a01c3ef
avfilter/avf_abitscope: add support for more input formats
2022-03-03 17:35:48 +01:00
Paul B Mahol
de0bb77563
avfilter/avf_abitscope: refactor code & add trace mode
2022-03-03 17:35:48 +01:00
Paul B Mahol
dae95b3ffd
avfilter/vf_maskedmerge: fix rounding when masking
2022-03-03 09:57:53 +01:00
Paul B Mahol
59520f068d
avfilter/vf_colorchannelmixer: add float formats support
2022-03-03 09:57:53 +01:00
Paul B Mahol
835446a8e1
avfilter/vf_colorchannelmixer: refactor / add template
2022-03-03 09:57:53 +01:00
Nicolas George
add3571a59
lavfi/af_aformat: remove support for comma-separated lists
...
It has been deprecated for nine years.
2022-03-02 17:21:04 +01:00
Gyan Doshi
4b72bca6ca
avfilter/drawtext: change reload value to an interval
...
Allows user to specify a frame interval at which textfile is reloaded.
2022-03-02 12:56:58 +05:30
Paul B Mahol
84f5583078
avfilter/vf_unsharp: add support for alpha formats
2022-03-01 12:36:35 +01:00
Paul B Mahol
e1974622e1
avfilter/vf_v360: improve rounding in xyz_to_dfisheye()
2022-03-01 10:16:08 +01:00
Paul B Mahol
5ffad29d62
avfilter/vf_chromanr: fix rounding of final output
2022-03-01 09:47:41 +01:00
Limin Wang
d344169419
avfilter: support for CUVA HDR Vivid metadata
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2022-03-01 09:08:43 +08:00
Paul B Mahol
178d8036dc
avfilter/af_dynaudnorm: reduce number of lines by using for (int ...
2022-02-28 22:00:02 +01:00
Paul B Mahol
aa6b9066b9
avfilter/af_dynaudnorm: use fmin/fmax for doubles
2022-02-28 22:00:02 +01:00
Paul B Mahol
456d48c752
avfilter/af_dynaudnorm: add support for overlapping frames
2022-02-28 22:00:02 +01:00
Paul B Mahol
9a86e5338c
avfilter/af_dynaudnorm: do not leak frame on error
2022-02-28 22:00:02 +01:00
Paul B Mahol
567cab3bd8
avfilter/vf_amplify: improve performance
2022-02-27 23:50:57 +01:00
Paul B Mahol
a2dbd17788
avfilter/af_dynaudnorm: allocate new frame instead of making it writable
...
Later case does not use frame pool at all.
2022-02-27 20:05:57 +01:00
Paul B Mahol
a9124a75b0
avfilter/af_dynaudnorm: allow to filter subset of channels
2022-02-27 20:05:57 +01:00
Paul B Mahol
b9f91a7cbc
avfilter/af_dynaudnorm: make frame writable if it may be changed
2022-02-27 18:48:24 +01:00
Paul B Mahol
b15c26a22c
avfilter/af_acrusher: add timeline support
2022-02-27 16:53:24 +01:00
Paul B Mahol
8bcb7d49f9
avfilter/af_vibrato: add timeline support
2022-02-27 16:31:11 +01:00
Paul B Mahol
57580376f7
avfilter/af_tremolo: add timeline support
2022-02-27 16:31:11 +01:00
Paul B Mahol
0d0002cd20
avfilter/af_afftdn: add more verbose options aliases
2022-02-27 12:04:21 +01:00
Paul B Mahol
592cef6135
avfilter/af_afftdn: remove ThreadData struct code
2022-02-27 12:04:21 +01:00
Paul B Mahol
2cb482aa74
avfilter/af_afftdn: add support for writable input frames
2022-02-27 12:04:21 +01:00
Paul B Mahol
6562d28b9b
avfilter/af_aspectralstats: stop using fifo and rewritting pts
2022-02-26 13:30:04 +01:00
Paul B Mahol
644b6ed3ff
avfilter/af_afftdn: stop using fifo and rewritting pts
2022-02-26 12:09:29 +01:00
Paul B Mahol
68bc9773cf
avfilter/f_ebur128: set video outlink timebase and framerate
2022-02-25 18:15:26 +01:00
Paul B Mahol
e3f07185ed
avfilter/f_ebur128: also set max peak for all channels in frame metadata
2022-02-25 18:15:26 +01:00
Paul B Mahol
e845c41c94
avfilter/af_dynaudnorm: cleanup gaussian_filter() function
2022-02-25 18:15:26 +01:00
Paul B Mahol
353195fb38
avfilter/af_crystalizer: refactor code
2022-02-24 22:37:55 +01:00
Paul B Mahol
b9493e0cc0
avfilter/vf_tmidequalizer: check that frame is valid
2022-02-24 21:46:13 +01:00
Paul B Mahol
6f04b43c22
avfilter/vf_tpad: handle case when no frame was ever received
2022-02-24 21:28:23 +01:00
Paul B Mahol
3715f2f864
avfilter/vf_tpad: if there is no frame to clone return early
2022-02-24 21:28:23 +01:00
Andreas Rheinhardt
636631d9db
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
...
Some of these were made possible by moving several common macros to
libavutil/macros.h.
While just at it, also improve the other headers a bit.
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-02-24 12:56:49 +01:00
Andreas Rheinhardt
84f16bb5e6
avutil/avassert: Don't include avutil.h
...
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-02-24 12:56:49 +01:00
Andreas Rheinhardt
155cd6baa4
Remove obsolete version.h inclusions
...
Forgotten in e7bd47e657
.
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-02-24 12:56:49 +01:00
Paul B Mahol
15a1104d73
avfilter/f_ebur128: multiply is usually faster than divide
...
Also guard against overflow when subtracting from unsigned.
2022-02-24 11:15:28 +01:00
Paul B Mahol
d5ad1d7847
avfilter/f_ebur128: use unsigned for hist_entry.count
...
Also when summing multiple hist_entry.count use uint64_t for accumulator.
2022-02-24 11:15:28 +01:00
Paul B Mahol
b0f8dbb0ca
avfilter/af_loudnorm: increase max allowed LRA
2022-02-23 23:25:58 +01:00
Paul B Mahol
d27e1cb633
avfilter/avf_showfreqs: stop using audio fifo
...
Also stop rewriting pts.
2022-02-23 17:01:36 +01:00