9163 Commits (f38458089f28df73a7badf459117d668ce988ca6)

Author SHA1 Message Date
Anton Khirnov 5d920255aa lavfi/lavfutils: include required headers explicitly 4 years ago
Ting Fu e01bf559df lavfi/vf_drawtext.c: fix CID 1485003 4 years ago
Ting Fu 22d99589d8 lavfi/vf_drawbox.c: fix CID 1485004 4 years ago
Michael Niedermayer 4a3917c02c avfilter/vf_dctdnoiz: Check threads 4 years ago
Michael Niedermayer 3d500e62f6 avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black 4 years ago
Steven Liu 282b9f4cba avfilter/overlay_cuda: add hsub and vsub compute x and y positions 4 years ago
Valerii Zapodovnikov ff0d70c8a9 avfilter/vf_hqdn3d: fix left shift of negative numbers 4 years ago
Guo Yejun 3ac7d99428 lavfi/dnn/dnn_io_proc.c: fix CID 1484955 4 years ago
Philip Langdale 8f8a7e491d avfilter/yadif_cuda: Fix time base for large denominators 4 years ago
Philip Langdale 7885ab3036 avfilter/bwdif: Fix time base for large denominators 4 years ago
Michael Niedermayer 7971f62120 avfilter/vf_yadif: Fix handing of tiny images 4 years ago
Michael Niedermayer 82ad1b7675 avfilter/vf_vmafmotion: Check dimensions 4 years ago
Oneric 3300625c6f avfilter/vf_subtitles: allow using embedded fonts 4 years ago
Shubhanshu Saxena e41255cddb lavfi/dnn_backend_openvino.c: Correct Pointer Type while Freeing 4 years ago
Tom Boshoven 8205f32663 avfilter/yadif: Fix time base for large denominators 4 years ago
Ting Fu 7a879cce37 libavfilter: vf_drawtext filter support draw text with detection bounding boxes in side_data 4 years ago
Ting Fu f444be643e libavfilter: vf_drawbox filter support draw box with detection bounding boxes in side_data 4 years ago
Ting Fu 9921ae8a5d lavfi/drawbox: refine code 4 years ago
Guo, Yejun 4c705a2775 lavfi/dnn: refine code to separate processing and detection in backends 4 years ago
Guo, Yejun cde6d0288f lavfi/dnn_filter_common.h: make filter option 'options' as deprecated 4 years ago
Andreas Rheinhardt a0ab83bf93 avfilter/vf_guided: Don't needlessly copy properties, fix potential NPD 4 years ago
Andreas Rheinhardt 376e80ad74 avfilter/vf_guided: Fix leak of frames 4 years ago
Andreas Rheinhardt 618d186b8c avfilter/vf_guided: Don't free frame we don't own 4 years ago
Michael Niedermayer 1642d8188d avfilter/avfiltergraph: Remove NULL checks after dereferences 4 years ago
Guo, Yejun 4718d74c58 lavfi/vf_dnn_processing.c: fix CID 1460603 4 years ago
Guo, Yejun 3fb1d2e71c lavfi/dnn/dnn_io_proc.c: fix Improper use of negative value (NEGATIVE_RETURNS) 4 years ago
Guo, Yejun bd6ea9ed1d lavfi/dnn/dnn_io_proc.c: Fix Out-of-bounds access (ARRAY_VS_SINGLETON) 4 years ago
Shubhanshu Saxena 11b489d592 lavfi/dnn_backend_native_layer_mathunary.h: Documentation 4 years ago
Shubhanshu Saxena 57fe5c1412 lavfi/dnn_backend_native_layer_depth2space.h: Documentation 4 years ago
Shubhanshu Saxena 58de2b9eb3 lavfi/dnn_backend_native_layer_dense.h: Documentation 4 years ago
Shubhanshu Saxena a61b7654a2 lavfi/dnn_backend_native_layer_conv2d.h: Documentation 4 years ago
Gyan Doshi f53414a038 avfilter/metadata: add intuitive labels for metadata values 4 years ago
Gyan Doshi 234e719194 avfilter/guided: reindent after 93ddb9b617 4 years ago
Gyan Doshi 93ddb9b617 avfilter/guided: simplify subsampling assignment. 4 years ago
Shubhanshu Saxena 0bdd677c5f lavfi/dnn_backend_native_layer_avgpool.h: Documentation 4 years ago
Xuewei Meng 43d70feb78 GSoC: Support fast guided filter. 4 years ago
Limin Wang 2899fb61d2 avfilter/dnn/dnn_backend_tf: fix cross library usage 4 years ago
Steven Liu 7ce0f246f4 avfilter/vf_dnn_classify: add result check for av_frame_get_side_data 4 years ago
Ting Fu c38bc5634d dnn/vf_dnn_detect.c: add tensorflow output parse support 4 years ago
Ting Fu e42125edab lavfi/dnn_backend_tensorflow: support detect model 4 years ago
Ting Fu 1b1064054c lavfi/dnn_backend_tensorflow: add multiple outputs support 4 years ago
Ting Fu f02928eb5a dnn: add DCO_RGB color order to enum DNNColorOrder 4 years ago
Andreas Rheinhardt 7fac6efa97 avfilter/vf_guided: Add missing const 4 years ago
Xuewei Meng f8d910e90f GSoC: Add guided filter 4 years ago
Guo, Yejun 41ef57fdb2 lavfi/dnn_classify: add filter dnn_classify for classification based on detection bounding boxes 4 years ago
Guo, Yejun fc26dca64e lavfi/dnn: add classify support with openvino backend 4 years ago
Guo, Yejun a3b74651a0 lavfi/dnn: refine dnn interface to add DNNExecBaseParams 4 years ago
Guo, Yejun 7eb9accc37 lavfi/dnn_backend_openvino.c: move the logic for batch mode earlier 4 years ago
Guo, Yejun e37cc72387 lavfi/dnn_backend_openvino.c: add InferenceItem between TaskItem and RequestItem 4 years ago
Guo, Yejun 1b5dc712cd lavfi/dnn_backend_openvino.c: unify code for infer request for sync/async 4 years ago