ffmpeg/libswscale
Niklas Haas e199d6b375 swscale/x86/ops: add missing component annotation on expand_bits
This only does a single component; so it should be marked as such.

Signed-off-by: Niklas Haas <git@haasn.dev>
2026-04-15 14:51:16 +00:00
..
aarch64 swscale/ops: split SwsConst up into op-specific structs 2026-04-02 11:48:15 +00:00
arm all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
loongarch swscale/loongarch: fix LASX YUV2RGB residual for multi-row slices 2026-03-02 13:14:07 +00:00
ppc swscale/swscale_internal: Move altivec parts to ppc/ 2026-02-28 09:56:01 +01:00
riscv swscale/range_convert: saturate output instead of limiting input 2024-12-05 21:10:29 +01:00
tests tests/swscale: add support for testing Vulkan hardware acceleration 2026-04-02 21:15:06 +02:00
vulkan swscale/vulkan: fix dither buffer leak on mapping failure 2026-04-07 17:53:14 +00:00
x86 swscale/x86/ops: add missing component annotation on expand_bits 2026-04-15 14:51:16 +00:00
alphablend.c swscale/alphablend: don't overread alpha plane on subsampled odd size 2025-07-31 11:32:20 +00:00
bayer_template.c swscale/internal: constify SwsFunc 2024-10-07 19:51:34 +02:00
cms.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
cms.h swscale/utils: split off format code into new file 2025-03-14 19:50:44 +01:00
csputils.c swscale/csputils: Remove unused ff_sws_matrix3x3_rmul() 2025-04-03 06:04:57 +02:00
csputils.h swscale/csputils: Remove unused ff_sws_matrix3x3_rmul() 2025-04-03 06:04:57 +02:00
filters.c swscale/filters: write new filter LUT generation code 2026-03-28 18:50:13 +01:00
filters.h swscale/filters: write new filter LUT generation code 2026-03-28 18:50:13 +01:00
format.c swscale/ops: split SwsConst up into op-specific structs 2026-04-02 11:48:15 +00:00
format.h swscale/format: add helper function to get "default" SwsFormat 2026-03-28 16:48:13 +00:00
framepool.c swscale: add FFFramePool and use it for allocating planes 2026-04-10 15:12:18 +02:00
gamma.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
graph.c swscale: align allocated frame buffers to SwsPass hints 2026-04-10 15:12:18 +02:00
graph.h swscale: align allocated frame buffers to SwsPass hints 2026-04-10 15:12:18 +02:00
half2float.c swscale/input: add rgbaf16 input support 2022-08-19 22:09:36 +02:00
hscale.c swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
hscale_fast_bilinear.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
input.c swscale: fix signed integer overflow in color conversion arithmetic 2026-04-04 02:43:59 +02:00
libswscale.v
log2_tab.c
lut3d.c swscale/lut3d: remove unused function 2025-07-22 19:56:34 +02:00
lut3d.h swscale/utils: split off format code into new file 2025-03-14 19:50:44 +01:00
Makefile swscale: add FFFramePool and use it for allocating planes 2026-04-10 15:12:18 +02:00
ops.c swscale/ops: add assertion that comps_src is sane 2026-04-07 15:10:04 +00:00
ops.h swscale/ops: split SwsConst up into op-specific structs 2026-04-02 11:48:15 +00:00
ops_backend.c swscale/ops_chain: simplify ff_sws_compile_op_tables() with int index 2026-03-29 12:13:40 +02:00
ops_backend.h swscale/ops: remove type from continuation functions 2026-04-13 23:28:30 +00:00
ops_chain.c swscale/ops: split SwsConst up into op-specific structs 2026-04-02 11:48:15 +00:00
ops_chain.h swscale/ops_chain: split generic setup helpers into op-specific helpers 2026-04-02 11:48:15 +00:00
ops_dispatch.c swscale/ops_dispatch: cosmetic 2026-04-10 15:12:18 +02:00
ops_dispatch.h swscale/ops_dispatch: compute input x offset map for SwsOpExec 2026-03-28 18:50:14 +01:00
ops_internal.h swscale/ops: add helper function to split filter subpasses 2026-03-28 18:50:13 +01:00
ops_memcpy.c swscale/ops_memcpy: always use loop on buffers with large padding 2026-04-15 14:51:16 +00:00
ops_optimizer.c swscale/ops_optimizer: properly swizzle comps_src when splitting 2026-04-07 15:10:04 +00:00
ops_tmpl_common.c swscale/ops: remove type from continuation functions 2026-04-13 23:28:30 +00:00
ops_tmpl_float.c swscale/ops: remove type from continuation functions 2026-04-13 23:28:30 +00:00
ops_tmpl_int.c swscale/ops: remove type from continuation functions 2026-04-13 23:28:30 +00:00
options.c swscale: add enum SwsScaler, SwsContext.scaler to replace legacy flags 2026-03-12 22:09:04 +01:00
output.c swscale: fix signed integer overflow in color conversion arithmetic 2026-04-04 02:43:59 +02:00
rgb2rgb.c swscale/rgb2rgb: Remove set-but-unused functions 2026-03-01 23:45:11 +00:00
rgb2rgb.h swscale/rgb2rgb: Remove set-but-unused functions 2026-03-01 23:45:11 +00:00
rgb2rgb_template.c swscale/rgb2rgb: Remove set-but-unused functions 2026-03-01 23:45:11 +00:00
slice.c swscale/slice: fix init of 32 bpc planes 2024-12-16 12:21:55 +01:00
swscale.c swscale/swscale: Remove ineffective check 2026-04-14 15:22:49 +02:00
swscale.h swscale/filters: write new filter LUT generation code 2026-03-28 18:50:13 +01:00
swscale_internal.h swscale: add FFFramePool and use it for allocating planes 2026-04-10 15:12:18 +02:00
swscale_unscaled.c swscale/unscaled: fix planarCopyWrapper for float formats with same endianness 2026-03-09 08:22:58 +00:00
swscaleres.rc
utils.c swscale: add FFFramePool and use it for allocating planes 2026-04-10 15:12:18 +02:00
version.c lib*/version: Use static_assert for static asserts 2024-03-31 00:08:42 +01:00
version.h swscale: add enum SwsScaler, SwsContext.scaler to replace legacy flags 2026-03-12 22:09:04 +01:00
version_major.h libs: bump major version for all libraries 2025-03-28 14:44:34 -03:00
vscale.c swscale/internal: group user-facing options together 2024-11-21 12:49:56 +01:00
yuv2rgb.c swscale/aarch64: add NEON YUV420P/YUV422P/YUVA420P to RGB conversion 2026-03-02 13:14:07 +00:00