Anton Khirnov
197a619371
lavfi/avf_showspectrum: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
d4efdbd029
lavfi/avf_showspatial: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
d7fde5694d
lavfi/avf_showfreqs: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
423eccadd6
lavfi/avf_showcwt: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
70a16a18ca
lavfi/avf_showcqt: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
d36c368bf3
lavfi/avf_concat: switch to query_func2()
2024-09-28 09:53:11 +02:00
Anton Khirnov
a36cea452f
lavfi/avf_avectorscope: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
55c1cb847c
lavfi/avf_aphasemeter: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
88f3893148
lavfi/avf_ahistogram: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
6320301182
lavfi/avf_abitscope: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
0c2a5890ac
lavfi/avf_a3dscope: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
c1d7814dca
lavfi/*_vaapi: switch to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
194e1ca03f
lavfi/asrc_sine: convert to query_func2()
2024-09-28 09:53:11 +02:00
Anton Khirnov
ec01d80f2e
lavfi/asrc_sinc: convert to query_func2()
2024-09-28 09:53:11 +02:00
Anton Khirnov
66c9457387
lavfi/asrc_hilbert: convert to query_func2()
2024-09-28 09:53:11 +02:00
Anton Khirnov
21d2be1088
lavfi/asrc_flite: convert to query_func2()
2024-09-28 09:53:11 +02:00
Anton Khirnov
9335af9acc
lavfi/asrc_anullsrc: convert to query_func2()
...
Also, drop a redundant call that also happens implicitly in generic
code.
2024-09-28 09:53:11 +02:00
Anton Khirnov
5b3212e5f7
lavfi/asrc_anoisesrc: convert to query_func2()
2024-09-28 09:53:11 +02:00
Anton Khirnov
242dab2ccd
lavfi/asrc_afirsrc: convert to query_func2()
2024-09-28 09:53:11 +02:00
Anton Khirnov
47f87409e3
lavfi/asrc_afdelaysrc: convert to query_func2()
2024-09-28 09:53:11 +02:00
Marvin Scholz
10b3edbe24
avfilter/vf_coreimage: silence AVFrame deprecation warnings
...
Deprecation warning need to be disabled here as we set deprecated
fields.
2024-09-26 00:34:36 +02:00
Marvin Scholz
799503f4bb
avfilter/vf_coreimage: simplify list_filters code
...
Use fast-enumeration and get rid of unnecessary intermediate variables.
2024-09-26 00:33:14 +02:00
Marvin Scholz
8d674e604c
avfilter/yadif_videotoolbox: remove unused variable
2024-09-26 00:18:54 +02:00
Marvin Scholz
7857ba97ac
lavfi/metal: simplify fallback
...
Instead of using a fallback variable, just do an early return.
2024-09-26 00:02:36 +02:00
James Almer
fd6cc18d60
avfilter/vf_showinfo: add missing break to ViewID case
...
Missed in 6940a6de2f047ceae414ddebaab30cd9fe35b020.
Signed-off-by: James Almer <jamrial@gmail.com>
2024-09-24 16:08:29 -03:00
Michael Niedermayer
38e224c2ba
*/version.h: bump after release/7.1 branch
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2024-09-24 17:10:35 +02:00
Michael Niedermayer
e1094ac45d
*/version.h: bump minor versions for release/7.1
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2024-09-24 17:07:30 +02:00
Anton Khirnov
299d9115d4
lavfi/f_select: allow selection based on view ID
...
Can be used together with the split filter to decompose multiview video
into individual views.
2024-09-23 17:11:40 +02:00
Anton Khirnov
6940a6de2f
lavu/frame: add side data storing view ID for multi-view video
2024-09-23 17:11:38 +02:00
Lynne
39c640e1d6
nlmeans_vulkan: split up descriptor sets, rename buffer offset vars
2024-09-23 13:42:34 +02:00
Lynne
bc36fe6f1f
vulkan: use push descriptors where possible
...
Push descriptors are in theory slightly faster, but come with
limitations for which we have to check.
Either way, they're not difficult to implement, so even though
no one should be using peasant-tier descriptors, do it anyway.
2024-09-23 13:41:07 +02:00
Lynne
8a7af4aa49
vulkan: add support for regular descriptor pools
...
This permits:
- The use of Vulkan filtering on many more devices
- Better debugging due to lack of descriptor buffer support in layers
Much of the changes here are due to a requirement that updates to
descriptors must happen between the command buffer being waited on,
and the pipeline not being bound.
We routinely did it the other way around, by updating only after
we bind the pipeline.
2024-09-23 13:40:38 +02:00
James Almer
dc11c12b64
avfilter: add an LCEVC decoding filter
...
Signed-off-by: James Almer <jamrial@gmail.com>
2024-09-19 10:06:05 -03:00
Marvin Scholz
c59a073abe
lavfi/af_channelmap: fix channelmap_init error handling
...
The channelmap_init function was returning success even on error after
7dc81d33c241b9e176ea85956e8317f29bc9e3c0 due to shadowing of the
outer ret variable.
Fixes CID1619297 Logically dead code
2024-09-13 19:12:58 +02:00
Marvin Scholz
e7126d9648
lavfi/vf_signature: use av_err2str to simplify code
...
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can be used.
2024-09-13 00:26:23 +02:00
Marvin Scholz
8fac5beaf8
lavfi/f_metadata: use av_err2str to simplify code
...
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can be used.
2024-09-13 00:24:47 +02:00
Marvin Scholz
59244a0c50
lavfi/vf_ssim: narrow variable scopes
2024-09-13 00:24:20 +02:00
Marvin Scholz
3f8061afe8
lavfi/vf_ssim: use av_err2str to simplify code
...
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can be used.
2024-09-13 00:23:00 +02:00
Marvin Scholz
bd3038b28c
lavfi/vf_vmafmotion: fix variable shadowing
2024-09-13 00:22:29 +02:00
Marvin Scholz
e93f20c017
lavfi/vf_vmafmotion: use av_err2str to simplify code
...
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can be used.
2024-09-13 00:21:23 +02:00
Marvin Scholz
29d7ed089e
lavfi/vf_psnr: use av_err2str to simplify code
...
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can be used.
2024-09-13 00:21:02 +02:00
Marvin Scholz
bbde886b63
lavfi/vf_ssim360: fix variable shadowing
2024-09-13 00:19:46 +02:00
Marvin Scholz
c6ab95d009
lavfi/vf_ssim360: use av_err2str to simplify code
...
No need to explicitly specify the buffer here as it is only ever passed
to av_log, so av_err2str can be used.
2024-09-13 00:19:20 +02:00
Niklas Haas
ca77fc2177
avfilter: fix YUV colorspace negotiation for YUVJ
...
Ironically, despite being introduced to make YUVJ unnecessary, the new
YUV negotiation logic failed to actually negotiate YUVJ formats
themselves correctly, leading to errors when passing YUVJ frames into
a filter graph. (They were effectively treated like RGB or Grayscale
formats, rather than as forced-full-range YUV, and hence did not have
their colorspace matrix correctly negotiated)
Fix this by splitting off the YUVJ check from ff_fmt_is_regular_yuv().
Obviously, we can trivially undo this change again once YUVJ is actually
deleted from the codebase.
Fixes : #11179
2024-09-12 19:13:21 +02:00
James Almer
2e91532ead
avfilter/af_join: pass the correct input layouts to ff_channel_layouts_ref
...
Should fix memory leaks show in fate-filter-join and fate-filter-crazychannels.
Reviewed-by: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Signed-off-by: James Almer <jamrial@gmail.com>
2024-09-11 16:26:55 -03:00
Zhao Zhili
071c499026
avfilter/unsharp: Call function directly rather than via function pointer
...
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2024-09-10 00:59:30 +08:00
Anton Khirnov
691e0a1082
lavfi/af_pan: convert to query_func2()
...
Also, drop redundant calls that also happen implicitly in generic code.
2024-09-09 17:26:18 +02:00
Anton Khirnov
b38f4e7f86
lavfi/af_pan: stop modifying private data in query_formats()
...
It is not supposed to have any side effects, and the modification in
question can just as well be done in filter init.
2024-09-09 17:26:18 +02:00
Anton Khirnov
d0f4c08207
lavfi/af_lv2: convert to query_func2()
2024-09-09 17:26:18 +02:00
Anton Khirnov
363d4a7559
lavfi/af_replaygain: convert to query_func2()
2024-09-09 17:26:18 +02:00