1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavutil/tests
James Almer e02a3b40a5 avutil/pixfmt: add XV48 pixel format
Much like XV30 and XV36 in d75c4693fe,
XV48 is added to support 16bit 4:4:4 as defined by Microsoft.

Signed-off-by: James Almer <jamrial@gmail.com>
2024-10-26 00:04:23 -03: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_ctr.c avutil/avassert: Don't include avutil.h 2022-02-24 12:56:49 +01:00
aes.c
audio_fifo.c
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
bprint.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02: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 avutil/channel_layout: add specific text versions for unknown and unused channels 2024-03-16 19:49:39 +01:00
color_utils.c avutil/{color_utils, csp}: merge color_utils into csp and expose API 2023-02-09 15:35:14 +01:00
cpu_init.c
cpu.c ppc: Recognize the PPC VSX and Power8 CPU flags 2024-09-28 18:50:08 -04:00
crc.c
des.c
dict.c avutil/tests/dict: Check av_dict_set() before get for failure 2024-05-28 03:48:05 +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
eval.c
fifo.c lavu/fifo: add a test for _cb functions 2022-02-15 10:16:16 +01:00
file.c
hash.c
hmac.c
hwdevice.c libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12 2023-12-21 16:15:23 +08:00
imgutils.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +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 lavu/opt: add API for retrieving array-type option values 2024-08-27 16:53:16 +02:00
parseutils.c
pca.c
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/pixfmt: add XV48 pixel format 2024-10-26 00:04:23 -03:00
random_seed.c
rational.c
ripemd.c
sha512.c
sha.c
side_data_array.c avutil/frame: add a flag to allow overwritting existing entries 2024-04-11 09:18:19 -03:00
softfloat.c avutil/softfloat: fix av_sincos_sf() 2023-06-23 02:06:46 +02: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