ffmpeg/libavutil/tests
James Almer 8f1de9ccd9 avutil/pixdesc: add alpha component information to pixfmts with reserved but undefined alpha bits
This can be useful to simplify certain processes that need to know how many
reserved bits there are and where they are placed, even if they are ultimately
unused, as will be shown in the next commit.
For any other case where the user simply looks at nb_components components, it
will make no difference.

Signed-off-by: James Almer <jamrial@gmail.com>
2024-10-21 09:52:50 -03:00
..
.gitignore avutil/tests/.gitignore: Add side_data_array 2024-03-28 03:37:42 +01:00
adler32.c
aes_ctr.c
aes.c
audio_fifo.c
avstring.c
base64.c avutil/tests/base64: Check with too short output array 2024-05-13 03:26:57 +02:00
blowfish.c
bprint.c
camellia.c
cast5.c
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
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
encryption_info.c
error.c
eval.c
fifo.c
file.c
hash.c
hmac.c
hwdevice.c
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
md5.c
murmur3.c
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
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 VYU444 pixel format 2024-10-08 14:10:07 -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
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
utf8.c
uuid.c
xtea.c