android_external_ffmpeg/libavutil/tests
Michael Goffioul 97b8f0f68f android: Rename libavutil/time.h to libavutil/avtime.h
This avoid conflicts with libc's time.h. Using "-I bionic/libc/include"
is not working anymore, because bionic now exports the same directory
with -isystem, which supersedes the -I version (as stated in GCC doc).
This means the version of time.h in libavutil will now be found first,
via "-I external/ffmpeg/libavutil" (-I dirs are searched first, before
the -isystem ones).

Change-Id: I0d1e4276fbd0ea79d448ca96577528b296a4d462
2026-01-01 22:37:41 -06:00
..
.gitignore
adler32.c
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
base64.c
blowfish.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
bprint.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
camellia.c
cast5.c
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 configure: add detection of assembler support for SME 2025-12-09 21:38:38 +00:00
cpu_init.c
crc.c
des.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
dict.c avutil/tests/dict: don't print trailing spaces 2025-10-25 11:11:41 +02:00
display.c
encryption_info.c
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
hash.c avutil/tests/hash: don't print trailing spaces 2025-10-25 11:11:41 +02:00
hmac.c
hwdevice.c
imgutils.c libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +01:00
integer.c
lfg.c
lls.c
log.c
lzo.c
md5.c
murmur3.c
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
pixelutils.c
pixfmt_best.c
random_seed.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
rational.c
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
tea.c
tree.c
twofish.c
utf8.c
uuid.c
xtea.c