FFmpeg/libavutil/tests
Andreas Rheinhardt 6aa7b0c463 avutil/tests/dict: Explicitly test av_dict_iterate()
This commit tests it in a way that automatically checks
that using av_dict_iterate() is equivalent to using
av_dict_get() with key "" and AV_DICT_IGNORE_SUFFIX.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-12-07 10:22:02 +01:00
..
.gitignore avutil/tests/.gitignore: Add channel_layout testtool 2022-09-05 02:00:08 +02:00
adler32.c
aes_ctr.c
aes.c
audio_fifo.c
avstring.c
base64.c
blowfish.c
bprint.c
camellia.c
cast5.c
channel_layout.c avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout_subset() 2022-03-25 17:10:39 -03:00
color_utils.c
cpu_init.c
cpu.c avutil/tests/cpu: print the avx512icl flag 2022-11-04 19:37:46 +01:00
crc.c
des.c
dict.c avutil/tests/dict: Explicitly test av_dict_iterate() 2022-12-07 10:22:02 +01:00
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 libavutil/tests/md5: Remove 'volatile workaround' to avoid warnings 2022-06-08 22:24:31 +02:00
murmur3.c
opt.c
parseutils.c
pca.c
pixdesc.c
pixelutils.c avutil/tests/pixelutils: Test that all non-hw pix fmts have components 2022-09-30 14:33:08 +02:00
pixfmt_best.c lavu/pixdesc: favour formats where depth and subsampling exactly match 2022-09-17 15:11:13 -07:00
random_seed.c
rational.c
ripemd.c
sha512.c
sha.c
softfloat.c
tea.c
tree.c
twofish.c
utf8.c
uuid.c avutil/tests/uuid: add uuid tests 2022-06-12 18:34:37 +10:00
xtea.c