index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
dnn
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix typos found by codespell
Timo Rothenpieler
3 days
1
-2
/
+2
*
all: fix whitespace/new-line issues
Timo Rothenpieler
3 days
1
-1
/
+0
*
lavfi: drop internal.h
Anton Khirnov
2024-08-19
4
-4
/
+0
*
lavfi/internal: move functions used by filters to filters.h
Anton Khirnov
2024-08-19
1
-0
/
+2
*
libavfi/dnn: enable LibTorch xpu device option support
Wenbin Chen
2024-06-08
1
-1
/
+15
*
avfilter/dnn: Remove a level of dereference
Zhao Zhili
2024-05-30
3
-27
/
+24
*
avfilter/dnn_backend_torch: Simplify memory allocation
Zhao Zhili
2024-05-30
1
-19
/
+12
*
avfilter/dnn_backend_tf: Simplify memory allocation
Zhao Zhili
2024-05-30
1
-20
/
+13
*
avfilter/dnn_backend_tf: Fix free context at random place
Zhao Zhili
2024-05-30
1
-1
/
+1
*
avfilter/dnn_backend_tf: Remove one level of indentation
Zhao Zhili
2024-05-30
1
-31
/
+32
*
avfilter/dnn_backend_openvino: simplify memory allocation
Zhao Zhili
2024-05-30
1
-27
/
+20
*
avfilter/dnn_backend_openvino: Fix free context at random place
Zhao Zhili
2024-05-30
1
-1
/
+0
*
avfilter/dnn: Don't show backends which are not supported by a filter
Zhao Zhili
2024-05-30
1
-3
/
+8
*
avfilter/dnn: Use dnn_backend_info_list to search for dnn module
Zhao Zhili
2024-05-30
4
-18
/
+11
*
avfilter/dnn: Refactor DNN parameter configuration system
Zhao Zhili
2024-05-18
5
-187
/
+211
*
lavfi/dnn_backend_torch: Include mem.h
Fei Wang
2024-04-10
1
-0
/
+1
*
libavfilter/dnn_io_proc: Take step into consideration when crop frame
Wenbin Chen
2024-04-04
1
-1
/
+3
*
libavfilter/dnn_backend_openvino: Check bbox's height
Wenbin Chen
2024-04-04
1
-1
/
+1
*
avutil/common: Don't auto-include mem.h
Andreas Rheinhardt
2024-03-31
4
-0
/
+4
*
libavfi/dnn: add LibTorch as one of DNN backend
Wenbin Chen
2024-03-19
3
-0
/
+603
*
all: use designated initializers for AVOption.unit
Anton Khirnov
2024-02-14
1
-4
/
+4
*
libavfilter/dnn_interface: use dims to represent shapes
Wenbin Chen
2024-01-28
3
-56
/
+86
*
libavfilter/dnn_bakcend_openvino: Add automatic input/output detection
Wenbin Chen
2024-01-28
1
-9
/
+55
*
libavfilter/dnn_backend_openvino: Add dynamic output support
Wenbin Chen
2023-12-30
1
-75
/
+59
*
libavfilter/vf_dnn_detect: Add input pad
Wenbin Chen
2023-12-16
1
-6
/
+18
*
libavfiter/dnn_backend_openvino: Add multiple output support
Wenbin Chen
2023-12-16
2
-76
/
+147
*
libavfilter/vf_dnn_detect: Add yolo support
Wenbin Chen
2023-11-26
1
-3
/
+3
*
libavfilter/dnn/openvino: Reduce redundant memory allocation
Wenbin Chen
2023-11-11
1
-21
/
+21
*
libavfilter/dnn: Initialze DNNData variables
Wenbin Chen
2023-09-27
1
-2
/
+2
*
libavfilter/dnn: Add scale and mean preprocess to openvino backend
Wenbin Chen
2023-09-27
2
-19
/
+106
*
libavfilter/dnn: add layout option to openvino backend
Wenbin Chen
2023-09-27
2
-20
/
+178
*
avfilter/dnn_backend_openvino: fix wild pointer on error path
Zhao Zhili
2023-09-15
1
-2
/
+7
*
avfilter/dnn_backend_openvino: fix input_port/output_port leaks
Zhao Zhili
2023-09-15
1
-0
/
+4
*
avfilter/dnn_backend_openvino: fix leak of ov_shape_t
Zhao Zhili
2023-09-15
1
-1
/
+7
*
avfilter/dnn_backend_openvino: fix leak or ov_core_t on error path
Zhao Zhili
2023-09-15
1
-1
/
+1
*
avfilter/dnn_backend_openvino: fix use uninitialized values
Zhao Zhili
2023-09-15
1
-6
/
+6
*
avfilter/dnn_backend_openvino: reduce indentation in free_model_ov
Zhao Zhili
2023-09-15
1
-43
/
+46
*
avfilter/dnn_backend_openvino: fix multiple memleaks
Zhao Zhili
2023-09-15
1
-2
/
+7
*
lavfi/dnn: Add OpenVINO API 2.0 support
Wenbin Chen
2023-08-26
1
-32
/
+483
*
avfilter/dnn_backend_openvino: fix log message
Zhao Zhili
2023-06-08
1
-1
/
+1
*
avfilter/dnn_backend_tf: silence implicit cast warning
Zhao Zhili
2023-06-08
1
-1
/
+1
*
avfilter/dnn_backend_tf: fix use of uninitialized value
Zhao Zhili
2023-06-08
1
-1
/
+1
*
avfilter/dnn_backend_tf: check TF_OperationOutputType return value
Zhao Zhili
2023-06-08
1
-1
/
+13
*
avfilter/dnn_backend_tf: remove unused define
Zhao Zhili
2023-06-08
1
-2
/
+0
*
avfilter/dnn: add log context to ff_get_dnn_module
Zhao Zhili
2023-06-08
1
-2
/
+4
*
avfilter/dnn: refactor ff_get_dnn_module to remove allocation
Zhao Zhili
2023-06-08
1
-23
/
+5
*
avfilter/dnn: define each backend as a DNNModule
Zhao Zhili
2023-06-08
5
-184
/
+112
*
lavfi/dnn: Remove DNN native backend
Ting Fu
2023-04-28
22
-3037
/
+3
*
lavfi/dnn: modify dnn interface for removing native backend
Ting Fu
2023-04-28
1
-9
/
+1
*
lavfi/dnn: add error info for TF backend filling task failure
Ting Fu
2023-03-26
1
-0
/
+1
[next]