1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavfilter/dnn
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h
There are lots of files that don't need it: The number of object
files that actually need it went down from 2011 to 884 here.

Keep it for external users in order to not cause breakages.

Also improve the other headers a bit while just at it.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-03-31 00:08:43 +01:00
..
dnn_backend_common.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
dnn_backend_common.h libavfilter: Remove DNNReturnType from DNN Module 2022-03-12 15:10:28 +08:00
dnn_backend_openvino.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
dnn_backend_tf.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
dnn_backend_torch.cpp libavfi/dnn: add LibTorch as one of DNN backend 2024-03-19 14:48:58 +08:00
dnn_interface.c libavfi/dnn: add LibTorch as one of DNN backend 2024-03-19 14:48:58 +08:00
dnn_io_proc.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
dnn_io_proc.h lavfi/dnn_io_proc: Return Specific Error Codes 2022-03-12 15:10:28 +08:00
Makefile libavfi/dnn: add LibTorch as one of DNN backend 2024-03-19 14:48:58 +08:00
queue.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02:00
queue.h lavfi/dnn: Common Function to Get Async Result in DNN Backends 2021-08-10 22:27:27 +08:00
safe_queue.c dnn/queue: remove prefix FF for Queue and SafeQueue 2021-01-22 08:28:13 +08:00
safe_queue.h lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue 2021-04-27 10:01:20 +08:00