ffmpeg/libavutil/tests
Philip Langdale 5de4f1d871 avutil: Add NV24 and NV42 pixel formats
These are the 4:4:4 variants of the semi-planar NV12/NV21 formats.

These formats are not used much, so we've never had a reason to add
them until now. VDPAU recently added support HEVC 4:4:4 content
and when you use the OpenGL interop, the returned surfaces are in
NV24 format, so we need the pixel format for media players, even
if there's no direct use within ffmpeg.

Separately, there are apparently webcams that use NV24, but I've
never seen one.
2019-05-12 07:51:02 -07:00
..
.gitignore
adler32.c
aes.c
aes_ctr.c
audio_fifo.c
avstring.c
base64.c
blowfish.c
bprint.c
camellia.c
cast5.c
color_utils.c
cpu.c
cpu_init.c
crc.c
des.c
dict.c
display.c
encryption_info.c
error.c
eval.c
fifo.c
file.c
hash.c
hmac.c
hwdevice.c
imgutils.c
integer.c
lfg.c
lls.c
log.c
lzo.c
md5.c
murmur3.c
opt.c
parseutils.c avutil/tests/parseutils: add some big duration tests 2018-10-07 20:26:29 +02:00
pca.c
pixdesc.c
pixelutils.c lavutil/pixelutils: add sad_32x32 in pixelutils API. 2018-07-31 19:09:35 +08:00
pixfmt_best.c avutil: Add NV24 and NV42 pixel formats 2019-05-12 07:51:02 -07:00
random_seed.c avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macro 2018-12-16 13:52:21 +11:00
rational.c
ripemd.c
sha.c
sha512.c
softfloat.c
tea.c
tree.c
twofish.c
utf8.c
xtea.c