ffmpeg/fftools
Zhao Zhili ee2eb6ced8 fftools/ffmpeg_filter: fix access private API of libavcodec
Firstly, mathops.h is a private header of libavcodec and should not be used
in fftools. It may reference libavcodec internal symbols, causing link
error with dynamic library, e.g.,

fftools/ffmpeg_filter.c:2687: undefined reference to `ff_rv_zbb_supported'

Secondly, mid_pred operates on int types, while current use case is
int64_t.
2025-12-30 07:40:15 +00: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 fftools: Fix MediaCodec on Android15+ 2025-11-23 12:53:43 +00:00
ffmpeg.h fftools/ffmpeg: add force key frame by scdet metadata support 2025-12-02 03:03:55 +00:00
ffmpeg_dec.c avcodec: rename avcodec_receive_frame2 to avcodec_receive_frame_flags 2025-12-07 12:47:46 -03:00
ffmpeg_demux.c fftools/ffmpeg_demux: fix memory leak when creating tile grid filtergraphs 2025-11-01 12:41:23 -03:00
ffmpeg_enc.c fftools/ffmpeg_enc: use av_unreachable instead of av_assert0(0) at the end of a non-void function 2025-12-24 12:21:39 -03:00
ffmpeg_filter.c fftools/ffmpeg_filter: fix access private API of libavcodec 2025-12-30 07:40:15 +00:00
ffmpeg_hw.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
ffmpeg_mux.c fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder 2024-09-30 09:29:18 +02: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 fftools/ffmpeg_sched: use av_unreachable instead of av_assert0(0) at the end of a non-void function 2025-12-24 12:21:39 -03: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 ffplay: print new metadata 2025-11-22 18:38:40 +00:00
ffplay_renderer.c fftools/ffplay_renderer: use new Vulkan extension API 2025-12-08 23:22:31 +00:00
ffplay_renderer.h fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
ffprobe.c fftools/ffprobe: print demixing_matrix in Projection mode ambisonic IAMF Audio Element groups 2025-12-29 12:02:40 -03:00
fftools.manifest fftools: add DPI awareness manifest 2022-08-13 14:42:52 +02:00
fftoolsres.rc fftools: add DPI awareness manifest 2022-08-13 14:42:52 +02:00
fopen_utf8.h avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
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 fftools/sync_queue: add debug logging 2023-05-28 10:47:59 +02:00
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