summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* libavfilter: vf_drawtext filter support draw text with detection bounding box...Ting Fu2021-05-26
* libavfilter: vf_drawbox filter support draw box with detection bounding boxes...Ting Fu2021-05-26
* lavfi/drawbox: refine codeTing Fu2021-05-26
* lavfi/dnn: refine code to separate processing and detection in backendsGuo, Yejun2021-05-24
* lavfi/dnn_filter_common.h: make filter option 'options' as deprecatedGuo, Yejun2021-05-24
* avfilter/vf_guided: Don't needlessly copy properties, fix potential NPDAndreas Rheinhardt2021-05-23
* avfilter/vf_guided: Fix leak of framesAndreas Rheinhardt2021-05-23
* avfilter/vf_guided: Don't free frame we don't ownAndreas Rheinhardt2021-05-23
* avfilter/avfiltergraph: Remove NULL checks after dereferencesMichael Niedermayer2021-05-19
* lavfi/vf_dnn_processing.c: fix CID 1460603Guo, Yejun2021-05-18
* lavfi/dnn/dnn_io_proc.c: fix Improper use of negative value (NEGATIVE_RETURNS)Guo, Yejun2021-05-18
* lavfi/dnn/dnn_io_proc.c: Fix Out-of-bounds access (ARRAY_VS_SINGLETON)Guo, Yejun2021-05-18
* lavfi/dnn_backend_native_layer_mathunary.h: DocumentationShubhanshu Saxena2021-05-17
* lavfi/dnn_backend_native_layer_depth2space.h: DocumentationShubhanshu Saxena2021-05-17
* lavfi/dnn_backend_native_layer_dense.h: DocumentationShubhanshu Saxena2021-05-17
* lavfi/dnn_backend_native_layer_conv2d.h: DocumentationShubhanshu Saxena2021-05-17
* avfilter/metadata: add intuitive labels for metadata valuesGyan Doshi2021-05-16
* avfilter/guided: reindent after 93ddb9b617Gyan Doshi2021-05-14
* avfilter/guided: simplify subsampling assignment.Gyan Doshi2021-05-14
* lavfi/dnn_backend_native_layer_avgpool.h: DocumentationShubhanshu Saxena2021-05-14
* GSoC: Support fast guided filter.Xuewei Meng2021-05-13
* avfilter/dnn/dnn_backend_tf: fix cross library usageLimin Wang2021-05-11
* avfilter/vf_dnn_classify: add result check for av_frame_get_side_dataSteven Liu2021-05-11
* dnn/vf_dnn_detect.c: add tensorflow output parse supportTing Fu2021-05-11
* lavfi/dnn_backend_tensorflow: support detect modelTing Fu2021-05-11
* lavfi/dnn_backend_tensorflow: add multiple outputs supportTing Fu2021-05-11
* dnn: add DCO_RGB color order to enum DNNColorOrderTing Fu2021-05-11
* avfilter/vf_guided: Add missing constAndreas Rheinhardt2021-05-11
* GSoC: Add guided filterXuewei Meng2021-05-10
* lavfi/dnn_classify: add filter dnn_classify for classification based on detec...Guo, Yejun2021-05-06
* lavfi/dnn: add classify support with openvino backendGuo, Yejun2021-05-06
* lavfi/dnn: refine dnn interface to add DNNExecBaseParamsGuo, Yejun2021-05-06
* lavfi/dnn_backend_openvino.c: move the logic for batch mode earlierGuo, Yejun2021-05-06
* lavfi/dnn_backend_openvino.c: add InferenceItem between TaskItem and RequestItemGuo, Yejun2021-05-06
* lavfi/dnn_backend_openvino.c: unify code for infer request for sync/asyncGuo, Yejun2021-05-06
* lavfi/dnn_backend_native_layer_avgpool.c: Correct Spelling of PixelShubhanshu Saxena2021-05-06
* avfilter/vf_identity: fix typoLimin Wang2021-05-01
* avfilter/vf_identity: remove unnecessary checkLimin Wang2021-05-01
* avfilter/vf_psnr: remove unnecessary checkLimin Wang2021-05-01
* avfilter/vf_ssim: remove unnecessary checkLimin Wang2021-05-01
* avfilter/vf_scale: store the offset in a local variable before adding itJames Almer2021-04-30
* avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_dataLimin Wang2021-04-29
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* Bump major versions of all libraries.Anton Khirnov2021-04-27
* avfilter/buffersrc: postpone removal of sws_paramJames Almer2021-04-27
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-27