| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/dnn: Don't show backends which are not supported by a filter | Zhao Zhili | 2024-05-30 | 1 | -1/+1 |
* | avfilter/dnn: Refactor DNN parameter configuration system | Zhao Zhili | 2024-05-18 | 1 | -4/+2 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -2/+2 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | lavfi/dnn: Remove DNN native backend | Ting Fu | 2023-04-28 | 1 | -1/+0 |
* | lavfi/dnn: Modified DNN native backend related tools and docs. | Ting Fu | 2023-04-28 | 1 | -1/+1 |
* | lavf/sr: fix the segmentation fault caused by incorrect input frame free. | Ting Fu | 2022-07-22 | 1 | -2/+3 |
* | libavfilter: Remove DNNReturnType from DNN Module | Shubhanshu Saxena | 2022-03-12 | 1 | -2/+2 |
* | libavfilter: Prepare to handle specific error codes in DNN Filters | Shubhanshu Saxena | 2022-03-12 | 1 | -4/+4 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -3/+5 |
* | avfilter/vf_sr: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | libavfilter: Unify Execution Modes in DNN Filters | Shubhanshu Saxena | 2021-08-28 | 1 | -0/+8 |
* | 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 | -8/+1 |
* | lavfi/dnn_backend_tensorflow: add multiple outputs support | Ting Fu | 2021-05-11 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | dnn: add function type for model | Guo, Yejun | 2021-02-18 | 1 | -1/+1 |
* | dnn: extract common functions used by different filters | Guo, Yejun | 2021-02-18 | 1 | -42/+11 |
* | dnn: add a new interface DNNModel.get_output | Guo, Yejun | 2020-09-21 | 1 | -15/+10 |
* | dnn: put DNNModel.set_input and DNNModule.execute_model together | Guo, Yejun | 2020-09-21 | 1 | -18/+7 |
* | dnn: change dnn interface to replace DNNData* with AVFrame* | Guo, Yejun | 2020-09-21 | 1 | -103/+63 |
* | dnn: add userdata for load model parameter | Guo, Yejun | 2020-09-21 | 1 | -1/+1 |
* | dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model | Guo, Yejun | 2020-08-25 | 1 | -5/+6 |
* | dnn: add backend options when load the model | Guo, Yejun | 2020-08-12 | 1 | -1/+1 |
* | avfilter/vf_sr.c: refine code to use AVPixFmtDescriptor.log2_chroma_h/w | Guo, Yejun | 2020-03-03 | 1 | -34/+6 |
* | avfilter/vf_sr: correct flags since the filter changes frame w/h | Guo, Yejun | 2019-10-30 | 1 | -1/+0 |
* | avfilter/dnn: get the data type of network output from dnn execution result | Guo, Yejun | 2019-10-30 | 1 | -1/+1 |
* | lavf/sr: Refine the coding style for init | Jun Zhao | 2019-06-03 | 1 | -7/+6 |
* | lavf/sr: Don't need to check NULL before sws_freeContext | Jun Zhao | 2019-06-03 | 1 | -3/+1 |
* | lavf/sr: Dump input pixel format in error message | Jun Zhao | 2019-06-03 | 1 | -1/+4 |
* | lavfi/sr: Change the backend type from flags to int | Jun Zhao | 2019-05-28 | 1 | -1/+1 |
* | lavfi/sr: Remove slice thread flag | Jun Zhao | 2019-05-28 | 1 | -2/+1 |
* | libavfilter/dnn: add more data type support for dnn model input | Guo, Yejun | 2019-05-08 | 1 | -1/+3 |
* | libavfilter/dnn: support multiple outputs for tensorflow model | Guo, Yejun | 2019-05-08 | 1 | -5/+6 |
* | libavfilter/dnn: avoid memcpy for tensorflow dnn output | Guo, Yejun | 2019-05-08 | 1 | -3/+0 |
* | libavfilter/dnn: determine dnn output during execute_model instead of set_inp... | Guo, Yejun | 2019-05-08 | 1 | -3/+17 |
* | libavfilter/dnn: remove limit for the name of DNN model input/output | Guo, Yejun | 2019-05-08 | 1 | -2/+2 |
* | libavfilter/vf_sr: refine code to remove keyword 'else' | Guo, Yejun | 2019-05-08 | 1 | -76/+72 |
* | avfilter/sr: process and output message when load_model is NULL | Steven Liu | 2018-09-24 | 1 | -1/+6 |
* | avfilter/vf_sr: Fix coverity CID 1439584 | Pedro Arthur | 2018-09-21 | 1 | -1/+1 |
* | avfilter/vf_sr: fix read out of bounds | Zhao Zhili | 2018-09-19 | 1 | -3/+6 |
* | libavfilter: Removes stored DNN models. Adds support for native backend model... | Sergey Lavrushkin | 2018-09-17 | 1 | -34/+22 |
* | libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions. | Sergey Lavrushkin | 2018-08-14 | 1 | -86/+48 |
* | libavfilter: Code style fixes for pointers in DNN module and sr filter. | Sergey Lavrushkin | 2018-08-07 | 1 | -30/+30 |
* | libavfilter: Adds on the fly generation of default DNN models for tensorflow ... | Sergey Lavrushkin | 2018-08-07 | 1 | -12/+12 |
* | libavfilter: vf_sr.c remove warnings | Pedro Arthur | 2018-07-02 | 1 | -3/+3 |
* | Adds ESPCN super resolution filter merged with SRCNN filter. | Sergey Lavrushkin | 2018-07-02 | 1 | -0/+354 |