| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/overlay_cuda: add hsub and vsub compute x and y positions | Steven Liu | 2021-06-07 | 1 | -0/+8 |
* | avfilter/vf_hqdn3d: fix left shift of negative numbers | Valerii Zapodovnikov | 2021-06-05 | 1 | -1/+1 |
* | lavfi/dnn/dnn_io_proc.c: fix CID 1484955 | Guo Yejun | 2021-06-05 | 1 | -1/+1 |
* | avfilter/yadif_cuda: Fix time base for large denominators | Philip Langdale | 2021-05-29 | 1 | -4/+3 |
* | avfilter/bwdif: Fix time base for large denominators | Philip Langdale | 2021-05-29 | 1 | -4/+3 |
* | avfilter/vf_yadif: Fix handing of tiny images | Michael Niedermayer | 2021-05-29 | 1 | -14/+18 |
* | avfilter/vf_vmafmotion: Check dimensions | Michael Niedermayer | 2021-05-29 | 1 | -0/+3 |
* | avfilter/vf_subtitles: allow using embedded fonts | Oneric | 2021-05-29 | 1 | -0/+1 |
* | lavfi/dnn_backend_openvino.c: Correct Pointer Type while Freeing | Shubhanshu Saxena | 2021-05-28 | 1 | -1/+1 |
* | avfilter/yadif: Fix time base for large denominators | Tom Boshoven | 2021-05-27 | 1 | -2/+1 |
* | libavfilter: vf_drawtext filter support draw text with detection bounding box... | Ting Fu | 2021-05-26 | 1 | -6/+71 |
* | libavfilter: vf_drawbox filter support draw box with detection bounding boxes... | Ting Fu | 2021-05-26 | 1 | -2/+50 |
* | lavfi/drawbox: refine code | Ting Fu | 2021-05-26 | 1 | -102/+58 |
* | lavfi/dnn: refine code to separate processing and detection in backends | Guo, Yejun | 2021-05-24 | 5 | -25/+24 |
* | lavfi/dnn_filter_common.h: make filter option 'options' as deprecated | Guo, Yejun | 2021-05-24 | 1 | -1/+1 |
* | avfilter/vf_guided: Don't needlessly copy properties, fix potential NPD | Andreas Rheinhardt | 2021-05-23 | 1 | -4/+0 |
* | avfilter/vf_guided: Fix leak of frames | Andreas Rheinhardt | 2021-05-23 | 1 | -0/+1 |
* | avfilter/vf_guided: Don't free frame we don't own | Andreas Rheinhardt | 2021-05-23 | 1 | -1/+0 |
* | avfilter/avfiltergraph: Remove NULL checks after dereferences | Michael Niedermayer | 2021-05-19 | 1 | -2/+2 |
* | lavfi/vf_dnn_processing.c: fix CID 1460603 | Guo, Yejun | 2021-05-18 | 1 | -0/+3 |
* | lavfi/dnn/dnn_io_proc.c: fix Improper use of negative value (NEGATIVE_RETURNS) | Guo, Yejun | 2021-05-18 | 1 | -0/+6 |
* | lavfi/dnn/dnn_io_proc.c: Fix Out-of-bounds access (ARRAY_VS_SINGLETON) | Guo, Yejun | 2021-05-18 | 1 | -3/+3 |
* | lavfi/dnn_backend_native_layer_mathunary.h: Documentation | Shubhanshu Saxena | 2021-05-17 | 1 | -0/+30 |
* | lavfi/dnn_backend_native_layer_depth2space.h: Documentation | Shubhanshu Saxena | 2021-05-17 | 1 | -0/+30 |
* | lavfi/dnn_backend_native_layer_dense.h: Documentation | Shubhanshu Saxena | 2021-05-17 | 1 | -0/+27 |
* | lavfi/dnn_backend_native_layer_conv2d.h: Documentation | Shubhanshu Saxena | 2021-05-17 | 1 | -0/+27 |
* | avfilter/metadata: add intuitive labels for metadata values | Gyan Doshi | 2021-05-16 | 1 | -2/+6 |
* | avfilter/guided: reindent after 93ddb9b617 | Gyan Doshi | 2021-05-14 | 1 | -11/+11 |
* | avfilter/guided: simplify subsampling assignment. | Gyan Doshi | 2021-05-14 | 1 | -18/+8 |
* | lavfi/dnn_backend_native_layer_avgpool.h: Documentation | Shubhanshu Saxena | 2021-05-14 | 1 | -0/+28 |
* | GSoC: Support fast guided filter. | Xuewei Meng | 2021-05-13 | 1 | -34/+70 |
* | avfilter/dnn/dnn_backend_tf: fix cross library usage | Limin Wang | 2021-05-11 | 1 | -3/+36 |
* | avfilter/vf_dnn_classify: add result check for av_frame_get_side_data | Steven Liu | 2021-05-11 | 1 | -0/+4 |
* | 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 | 2 | -8/+63 |
* | lavfi/dnn_backend_tensorflow: add multiple outputs support | Ting Fu | 2021-05-11 | 5 | -37/+75 |
* | dnn: add DCO_RGB color order to enum DNNColorOrder | Ting Fu | 2021-05-11 | 3 | -3/+13 |
* | avfilter/vf_guided: Add missing const | Andreas Rheinhardt | 2021-05-11 | 1 | -1/+1 |
* | GSoC: Add guided filter | Xuewei Meng | 2021-05-10 | 3 | -0/+431 |
* | lavfi/dnn_classify: add filter dnn_classify for classification based on detec... | Guo, Yejun | 2021-05-06 | 3 | -0/+332 |
* | lavfi/dnn: add classify support with openvino backend | Guo, Yejun | 2021-05-06 | 6 | -19/+218 |
* | lavfi/dnn: refine dnn interface to add DNNExecBaseParams | Guo, Yejun | 2021-05-06 | 11 | -73/+139 |
* | lavfi/dnn_backend_openvino.c: move the logic for batch mode earlier | Guo, Yejun | 2021-05-06 | 1 | -7/+5 |
* | lavfi/dnn_backend_openvino.c: add InferenceItem between TaskItem and RequestItem | Guo, Yejun | 2021-05-06 | 1 | -42/+115 |
* | lavfi/dnn_backend_openvino.c: unify code for infer request for sync/async | Guo, Yejun | 2021-05-06 | 1 | -28/+21 |
* | lavfi/dnn_backend_native_layer_avgpool.c: Correct Spelling of Pixel | Shubhanshu Saxena | 2021-05-06 | 1 | -1/+1 |
* | avfilter/vf_identity: fix typo | Limin Wang | 2021-05-01 | 1 | -1/+1 |
* | avfilter/vf_identity: remove unnecessary check | Limin Wang | 2021-05-01 | 1 | -1/+1 |
* | avfilter/vf_psnr: remove unnecessary check | Limin Wang | 2021-05-01 | 1 | -1/+1 |
* | avfilter/vf_ssim: remove unnecessary check | Limin Wang | 2021-05-01 | 1 | -1/+1 |