ffmpeg/libavutil/tests
marcos ashton 345071f747 tests/fate/libavutil: add FATE test for stereo3d
Add a unit test covering av_stereo3d_alloc, av_stereo3d_alloc_size,
av_stereo3d_create_side_data, av_stereo3d_type_name,
av_stereo3d_from_name, av_stereo3d_view_name,
av_stereo3d_view_from_name, and av_stereo3d_primary_eye_name.
The from_name calls are driven by a static name table so each
string appears exactly once. Round-trip inverse checks verify
that type_name/from_name and view_name/view_from_name are
consistent with each other.

Coverage for libavutil/stereo3d.c: 0.00% -> 100.00%

Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>
2026-03-21 01:04:20 +00:00
..
.gitignore avutil/tests/.gitignore: Add side_data_array 2024-03-28 03:37:42 +01:00
adler32.c avutil/tests/adler32: Remove unnecessary volatile 2022-01-29 21:26:26 +01:00
aes.c
aes_ctr.c avutil/tests/aes_ctr: extend the test to cover payloads smaller than a block 2025-09-11 18:32:24 -03:00
audio_fifo.c avutil/tests/audio_fifo: don't print trailing spaces 2025-10-25 11:11:34 +02:00
avstring.c avutil: remove FF_API_D2STR 2023-02-09 15:35:14 +01:00
base64.c avutil/tests/base64: Check with too short output array 2024-05-13 03:26:57 +02:00
blowfish.c avutil/attributes_internal: Add attribute_nonstring 2026-02-20 11:59:37 +01:00
bprint.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
camellia.c avutil/log: Don't include avutil.h 2022-02-24 12:56:49 +01:00
cast5.c avutil/log: Don't include avutil.h 2022-02-24 12:56:49 +01:00
channel_layout.c libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +01:00
color_utils.c lavu: add support for Panasonic V-Log 2025-10-28 20:46:21 +01:00
cpu.c avutil/cpu: add aarch64 CPU feature flag for PMULL and EOR3 2026-03-11 14:03:36 +00:00
cpu_init.c
crc.c
des.c
dict.c avutil/tests/dict: don't print trailing spaces 2025-10-25 11:11:41 +02:00
display.c avutil/display: Don't include avutil.h 2022-02-24 12:56:49 +01:00
encryption_info.c avutil/avassert: Don't include avutil.h 2022-02-24 12:56:49 +01:00
error.c avutil/error: Avoid relocations and unused information 2025-11-24 16:48:31 +01:00
eval.c
fifo.c avutil/tests/fifo: don't print trailing spaces 2025-10-25 11:11:41 +02:00
file.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
film_grain_params.c tests/fate/libavutil: add FATE test for film_grain_params 2026-03-21 01:04:20 +00:00
hash.c avutil/tests/hash: don't print trailing spaces 2025-10-25 11:11:41 +02:00
hmac.c
hwdevice.c libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12 2023-12-21 16:15:23 +08:00
imgutils.c libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +01:00
integer.c
lfg.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
lls.c
log.c
lzo.c avutil/mem: Don't include avutil.h 2023-09-07 00:42:10 +02:00
md5.c libavutil/tests/md5: Remove 'volatile workaround' to avoid warnings 2022-06-08 22:24:31 +02:00
murmur3.c avutil/mem: Don't include avutil.h 2023-09-07 00:42:10 +02:00
opt.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
parseutils.c
pca.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
pixdesc.c avutil/mem: Don't include avutil.h 2023-09-07 00:42:10 +02:00
pixelutils.c avutil/pixdesc: add alpha component information to pixfmts with reserved but undefined alpha bits 2024-10-21 09:52:50 -03:00
pixfmt_best.c avutil/tests/pixfmt_best: add more semi planar format tests 2025-03-19 09:34:10 -03:00
random_seed.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
rational.c avutil/libm: Only include intfloat.h when needed 2025-03-22 03:35:28 +01:00
ripemd.c
sha.c
sha512.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
side_data_array.c libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +01:00
softfloat.c avutil/softfloat: fix av_sincos_sf() 2023-06-23 02:06:46 +02:00
stereo3d.c tests/fate/libavutil: add FATE test for stereo3d 2026-03-21 01:04:20 +00:00
tea.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
tree.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
twofish.c avutil/log: Don't include avutil.h 2022-02-24 12:56:49 +01:00
utf8.c
uuid.c avutil/tests/uuid: add uuid tests 2022-06-12 18:34:37 +10:00
xtea.c