ffmpeg/libswscale
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit
Makes it robust against adding fields before it, which will be useful in
following commits.

Majority of the patch generated by the following Coccinelle script:

@@
typedef AVOption;
identifier arr_name;
initializer list il;
initializer list[8] il1;
expression tail;
@@
AVOption arr_name[] = { il, { il1,
- tail
+ .unit = tail
}, ...  };

with some manual changes, as the script:
* has trouble with options defined inside macros
* sometimes does not handle options under an #else branch
* sometimes swallows whitespace
2024-02-14 14:53:41 +01:00
..
aarch64 lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d 2023-11-28 15:54:49 +02:00
arm
loongarch
ppc
riscv riscv: test for assembler support 2023-12-08 17:21:09 +02:00
tests
x86 swscale/x86/rgb_2_rgb: Add opaque pointer to missed definitions of ff_nv12ToUV 2023-12-02 11:22:46 +01:00
alphablend.c
bayer_template.c
gamma.c
half2float.c
hscale_fast_bilinear.c
hscale.c
input.c swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
libswscale.v
log2_tab.c
Makefile
options.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
output.c swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
rgb2rgb_template.c
rgb2rgb.c
rgb2rgb.h
slice.c
swscale_internal.h
swscale_unscaled.c swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
swscale.c swscale: fix sws_setColorspaceDetails after sws_init_context 2023-11-09 12:53:35 +01:00
swscale.h
swscaleres.rc
utils.c swscale: don't omit ff_sws_init_range_convert for high-bit 2023-11-09 12:53:35 +01:00
version_major.h
version.c
version.h Bump versions after 6.1 2023-10-29 16:19:14 +01:00
vscale.c
yuv2rgb.c swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0 2023-11-09 12:53:35 +01:00