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
/
vf_dnn_detect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: drop internal.h
Anton Khirnov
2024-08-19
1
-1
/
+0
*
avfilter/dnn: Don't show backends which are not supported by a filter
Zhao Zhili
2024-05-30
1
-1
/
+1
*
avfilter/vf_dnn_detect: Fix null pointer dereference
Zhao Zhili
2024-05-21
1
-4
/
+6
*
avfilter/dnn: Refactor DNN parameter configuration system
Zhao Zhili
2024-05-18
1
-2
/
+2
*
avutil/common: Don't auto-include mem.h
Andreas Rheinhardt
2024-03-31
1
-0
/
+1
*
all: use designated initializers for AVOption.unit
Anton Khirnov
2024-02-14
1
-8
/
+8
*
libavfilter/vf_dnn_detect: Use class confidence to filt boxes
Wenbin Chen
2024-01-28
1
-3
/
+3
*
libavfilter/dnn_interface: use dims to represent shapes
Wenbin Chen
2024-01-28
1
-23
/
+27
*
libavfilter/vf_dnn_detect: Add two outputs ssd support
Wenbin Chen
2023-12-30
1
-14
/
+50
*
libavfilter/vf_dnn_detect: Add initialized value to function pointer
Wenbin Chen
2023-12-21
1
-1
/
+1
*
libavfilter/vf_dnn_detect: Fix a control flow issue
Wenbin Chen
2023-12-21
1
-0
/
+2
*
libavfilter/vf_dnn_detect: Add yolov4 support
Wenbin Chen
2023-12-16
1
-12
/
+59
*
libavfilter/vf_dnn_detect: Add yolov3 support
Wenbin Chen
2023-12-16
1
-1
/
+27
*
libavfilter/vf_dnn_detect: Add input pad
Wenbin Chen
2023-12-16
1
-1
/
+27
*
libavfiter/dnn_backend_openvino: Add multiple output support
Wenbin Chen
2023-12-16
1
-8
/
+3
*
libavfilter/vf_dnn_detect: Set used pointer to NULL
Wenbin Chen
2023-12-15
1
-0
/
+1
*
libavfilter/vf_dnn_detect: Fix uninitialized variables error
Wenbin Chen
2023-12-15
1
-1
/
+2
*
libavfilter/vf_dnn_detect: Add NULL pointer check
Wenbin Chen
2023-12-15
1
-0
/
+4
*
libavfilter/vf_dnn_detect: Fix an incorrect expression
Wenbin Chen
2023-12-15
1
-1
/
+1
*
libavfilter/vf_dnn_detect: Add yolo support
Wenbin Chen
2023-11-26
1
-1
/
+241
*
libavfilter/vf_dnn_detect: Add model_type option.
Wenbin Chen
2023-11-26
1
-7
/
+35
*
avfilter: Deduplicate default video inputs/outputs
Andreas Rheinhardt
2023-08-07
1
-16
/
+3
*
libavfilter/vf_dnn_detect: bbox index may bigger than bbox number
Wenbin Chen
2023-07-24
1
-2
/
+1
*
avfilter/vf_dnn_detect: replace magic number by enum value
Zhao Zhili
2023-06-08
1
-3
/
+3
*
avutil/internal: Move avpriv-file API to a header of its own
Andreas Rheinhardt
2022-09-03
1
-5
/
+1
*
Switch uses of av_fopen_utf8 to avpriv_fopen_utf8
Martin Storsjö
2022-05-23
1
-1
/
+1
*
libavfilter: Remove DNNReturnType from DNN Module
Shubhanshu Saxena
2022-03-12
1
-2
/
+2
*
avfilter: Reindentation after query_formats changes
Andreas Rheinhardt
2021-10-05
1
-8
/
+8
*
avfilter/vf_dnn_detect: Use formats list instead of query function
Andreas Rheinhardt
2021-10-05
1
-5
/
+1
*
avfilter: Replace query_formats callback with union of list and callback
Andreas Rheinhardt
2021-10-05
1
-1
/
+1
*
libavfilter: Remove synchronous functions from DNN filters
Shubhanshu Saxena
2021-08-28
1
-69
/
+2
*
libavfilter: Unify Execution Modes in DNN Filters
Shubhanshu Saxena
2021-08-28
1
-12
/
+10
*
avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter
Andreas Rheinhardt
2021-08-20
1
-4
/
+2
*
avfilter/formats: Factor common function combinations out
Andreas Rheinhardt
2021-08-13
1
-2
/
+1
*
dnn/vf_dnn_detect.c: add tensorflow output parse support
Ting Fu
2021-05-11
1
-1
/
+94
*
lavfi/dnn_backend_tensorflow: support detect model
Ting Fu
2021-05-11
1
-1
/
+31
*
avfilter: Constify all AVFilters
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
lavfi: add filter dnn_detect for object detection
Guo, Yejun
2021-04-17
1
-0
/
+421