| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |