Niklas Haas
20b350b284
swscale/internal: add typedefs for input reading functions
...
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
3 months ago
Niklas Haas
b90d522d2c
swscale/internal: forward typedef SwsContext
...
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
3 months ago
Niklas Haas
c1a0e65763
swscale/internal: constify SwsFunc
...
I want to move away from having random leaf processing functions mutate
plane pointers, and while we're at it, we might as well make the strides
and tables const as well.
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
3 months ago
Niklas Haas
286bdc9cdc
swscale/internal: turn cascaded_tmp into an array
...
Slightly more convenient to access from the new wrapping code.
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
3 months ago
Niklas Haas
61369484f6
swscale/internal: expose ff_update_palette() internally
...
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
3 months ago
Niklas Haas
aee19ee431
swscale/internal: rename NB_SWS_DITHER for consistency
...
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
3 months ago
Niklas Haas
41ce370b65
tests/swscale: fix minor typos
...
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
3 months ago
Niklas Haas
bed919efaa
avfilter/src_movie: configure correct YUV attributes
...
Missed by the YUV negotiation series.
3 months ago
James Almer
362586fcad
avfilter/vf_xpsnr: remove duplicated DSP infranstructure
...
Fully reuse the existing one from vf_psnr, instead of halfways.
Signed-off-by: James Almer <jamrial@gmail.com>
3 months ago
Anton Khirnov
496b8d7a13
fftools/ffmpeg_filter: stop setting a no-op option
3 months ago
Anton Khirnov
26ae8d1891
lavfi/avfilter: drop ff_ prefixes from static functions
3 months ago
Anton Khirnov
d3739dcbec
lavfi/avfilter: make ff_inlink_evaluate_timeline_at_frame() static
...
It is not used outside of avfilter.c
3 months ago
Anton Khirnov
6647e57dcb
lavfi/avfilter: document AVFilterContext.is_disabled as private
...
Ideally there should be three parts to the filter context - public,
private to the filter, and private to generic code, but only the first
and the last of these exist currently. Until the second is implemented,
this is better than nothing.
3 months ago
Anton Khirnov
4472bddb18
lavfi/avfilter: move AVFilterContext.command_queue to FFFilterContext
...
It is private to generic filtering code.
3 months ago
Anton Khirnov
71f176e3ce
lavfi/avfilter: move AVFilterContext.{enable,var_values} to FFFilterContext
...
They are private to generic filtering code.
3 months ago
Anton Khirnov
b1247e7c1f
lavfi/avfilter: move AVFilterContext.ready to FFFilterContext
...
This field is private to the generic filtering code.
3 months ago
Anton Khirnov
e0eec71a13
lavfi/vf_geq: switch to query_func2()
3 months ago
Anton Khirnov
a81061b911
lavfi/vf_hwmap: switch to query_func2()
3 months ago
Anton Khirnov
eb0c9670b4
lavfi/vf_format: switch to query_func2()
3 months ago
Anton Khirnov
cfbb6e9f5d
lavfi/vf_fieldorder: switch to query_func2()
3 months ago
Anton Khirnov
977059718b
lavfi/vf_fieldmatch: switch to query_func2()
3 months ago
Anton Khirnov
4863570d49
lavfi/vf_fieldhint: switch to query_func2()
3 months ago
Anton Khirnov
637b242ec3
lavfi/vf_feedback: switch to query_func2()
3 months ago
Anton Khirnov
4011304102
lavfi/vf_fade: switch to query_func2()
3 months ago
Anton Khirnov
2161abaecf
lavfi/vf_elbg: switch to query_func2()
3 months ago
Anton Khirnov
f59c1b8a0c
lavfi/vf_edgedetect: switch to query_func2()
3 months ago
Anton Khirnov
87a619c549
lavfi/vf_drawtext: switch to query_func2()
3 months ago
Anton Khirnov
9ebdaa6c7d
lavfi/vf_detelecine: switch to query_func2()
3 months ago
Anton Khirnov
f8574da8e5
lavfi/vf_deband: switch to query_func2()
3 months ago
Anton Khirnov
eff406f5dd
lavfi/vf_datascope: switch to query_func2()
3 months ago
Anton Khirnov
a92052cb97
lavfi/vf_crop: switch to query_func2()
3 months ago
Anton Khirnov
da8cc791e2
lavfi/vf_copy: switch to query_func2()
3 months ago
Anton Khirnov
bc418fd872
lavfi/vf_colorspace: switch to query_func2()
3 months ago
Anton Khirnov
631e5bcdc7
lavfi/vf_ciescope: switch to query_func2()
3 months ago
Anton Khirnov
95c9c1c2be
lavfi/vf_boxblur: switch to query_func2()
3 months ago
Anton Khirnov
7ab1ddbaf3
lavfi/vf_alphamerge: switch to query_func2()
...
Simplify the implementation by using the fact that ff_set_common_*()
will ignore those links on which the formats have already been set.
3 months ago
Anton Khirnov
a2881814b8
doc/ffmpeg.texi: add a diagram for the loopback decoder example
3 months ago
Anton Khirnov
794308c61b
doc/ffmpeg: rewrite the detailed description chapter
...
Split it into sections that describe in detail
* the components of the transcoding pipeline
* the main features it handles, in order of complexity
* streamcopy
* transcoding
* filtering
Replace the current confusing/misleading diagrams with new ones that
actually reflect the program components and data flow between them.
3 months ago
Lynne via ffmpeg-devel
f339169f35
configure: add spirv_compiler to avcodec_suggest
...
893f3fde4c
made libavcodec link to libshaderc/libglslang, though
no codecs depend on it at this immediate moment.
This was merged largely as a coordination effort to synchronize three
different developers' repositories to allow them to send patches without
overlapping functionality in between.
This line can be removed once the first component to depend on spirv_compiler
lands, but leaving it in is fine too.
3 months ago
James Almer
a77365d864
configure: include liblcevc_dec ldflags in avcodec_extralibs
...
This is more in line with other optional libraries, instead of littering avcodec_suggest.
Signed-off-by: James Almer <jamrial@gmail.com>
3 months ago
Lynne
6871fd3170
vulkan: always enable GL_EXT_control_flow_attributes
3 months ago
Lynne
8c250da8f3
vulkan: always enable GL_EXT_shader_explicit_arithmetic_types
...
Implicit types were a mistake.
lowp/mediump/highp was a sin.
3 months ago
Lynne
9391d4ccc5
lavu/vulkan_spirv: use correct inclusion guards
...
Forgot to change them after moving the file over from libavfilter.
3 months ago
IndecisiveTurtle
f456522e32
avcodec/vulkan: Add support for generating GLSL strings from comp shaders
3 months ago
IndecisiveTurtle
d80676117a
libavutil/vulkan: Prevent crash on shaders with no descriptors
...
Needed to prevent crashes on vc2 vulkan encoder patch
3 months ago
Lynne
969c271a5a
x86/lpc: remove HAVE_AVX2_EXTERNAL checks
3 months ago
Lynne
892f64ad9b
x86/tx_float: remove HAVE_AVX2_EXTERNAL checks
...
It'll always be enabled.
Thanks, nasm.
3 months ago
Lynne
b17a240c8d
Revert "x86/tx_float: set all operands for shufps"
...
This reverts commit 74f5fb6db8
.
3 months ago
Lynne
24c5a58e55
Revert "x86/tx_float: add missing check for AVX2"
...
This reverts commit f4097e4c1f
.
3 months ago
Lynne
bf643f989b
Revert "x86/tx_float: add missing preprocessor wrapper for AVX2 functions"
...
This reverts commit 750f378bec
.
3 months ago