]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn
avfilter/vf_v360: implement stereo 3D support
[ffmpeg] / libavfilter / dnn /
2019-09-04 Guo, Yejunlibavfilter/dnn: add header into native model file
2019-08-30 Guo, Yejundnn: export operand info in python script and load...
2019-08-30 Guo, Yejundnn: change .model file format to put layer number...
2019-08-30 Guo, Yejundnn: introduce dnn operand (in c code) to hold operand...
2019-08-20 Jun Zhaolavfi/dnn/dnn_backend_native: fix memory leak in error...
2019-08-19 Guo, Yejunlibavfilter/dnn/dnn_backend_tf: add tf.pad support...
2019-08-19 Guo, Yejunlibavfilter/dnn/dnn_backend_tf: fix typo that variable...
2019-07-29 Guo, Yejundnn: convert tf.pad to native model in python script...
2019-07-29 Guo, Yejundnn: add layer pad which is equivalent to tf.pad
2019-07-26 Guo, Yejunlibavfilter/dnn: move dnn files from libavfilter to...