android_external_ffmpeg/fftools
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
..
graph fftools/textformat: renamings in print_unit_int for consistency (cosmetic) 2025-06-27 00:24:35 +02:00
resources fftools/resources: Update .gitignore 2025-08-13 17:39:49 +00:00
textformat fftools/tf_mermaid: close subgraph header when there are no inputs. 2025-11-24 20:01:40 +00:00
cmdutils.c fftools/cmdutils: use strcpy directly, the length is computed already 2025-12-03 23:45:44 +00:00
cmdutils.h ffplay: print new metadata 2025-11-22 18:38:40 +00:00
ffmpeg.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffmpeg.h fftools/ffmpeg: add force key frame by scdet metadata support 2025-12-02 03:03:55 +00:00
ffmpeg_dec.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffmpeg_demux.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffmpeg_enc.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffmpeg_filter.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffmpeg_hw.c
ffmpeg_mux.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffmpeg_mux.h fftools/ffmpeg_mux: Make ms_from_ost() inline 2025-05-15 23:08:05 +02:00
ffmpeg_mux_init.c fftools/ffmpeg: add force key frame by scdet metadata support 2025-12-02 03:03:55 +00:00
ffmpeg_opt.c fftools/ffmpeg: make fg_create{_simple,} clear the input string pointer 2025-11-01 12:41:23 -03:00
ffmpeg_sched.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffmpeg_sched.h fftools/ffmpeg_sched: add a function to remove a filtergraph from the scheduler 2025-10-30 11:02:01 -03:00
ffmpeg_utils.h fftools/ffmpeg: propagate decoded_side_data from decoded streams to the filterchain 2025-01-25 21:56:49 -03:00
ffplay.c android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
ffplay_renderer.c fftools/ffplay_renderer: use new Vulkan extension API 2025-12-08 23:22:31 +00:00
ffplay_renderer.h
ffprobe.c ffprobe: Include the RFC 4281 "mime codec string" in show_stream output 2025-12-12 18:40:01 +02:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
Makefile fftools: Fix MediaCodec on Android15+ 2025-11-23 12:53:43 +00:00
opt_common.c ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
opt_common.h fftools/opt_common: add long-form license option 2025-10-12 03:26:21 +00:00
sync_queue.c fftools/sync_queue: switch from AVFifo+ObjPool to AVContainerFifo 2024-12-15 14:05:34 +01:00
sync_queue.h
thread_queue.c fftools/thread_queue: allow choking thread queues directly 2025-09-30 13:16:59 +02:00
thread_queue.h fftools/thread_queue: allow choking thread queues directly 2025-09-30 13:16:59 +02:00