[FFmpeg-cvslog] libavfilter: Removes stored DNN models. Adds support for native backend model file format in tf backend.

2018-09-17 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Thu Sep 6 14:33:06 2018 +0300| [bd10c1e9a86c9e5f1593f7b178ea060ea965f81c] | committer: Pedro Arthur libavfilter: Removes stored DNN models. Adds support for native backend model file format in tf backend. Signed-off-by: Pedro Arthur > h

[FFmpeg-cvslog] doc/filters: Add entry for sr filter.

2018-08-15 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Wed Aug 15 19:35:09 2018 +0300| [4f8e65c45884d91ac300caac37b55c8ca504288b] | committer: Gyan Doshi doc/filters: Add entry for sr filter. Signed-off-by: Gyan Doshi > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.

2018-08-14 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Thu Aug 2 19:56:23 2018 +0300| [1f18a633c601da16d8c92e59be8bb20f39264031] | committer: Pedro Arthur libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h. Signed-off-by: Pedro Arthur > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf.

2018-08-14 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Tue Jul 31 18:40:24 2018 +0300| [2ecf9d103a730f2943044b507b6e23326aa00749] | committer: Pedro Arthur libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf. Signed-off-by: Pedro Arthur > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.

2018-08-14 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Tue Jul 31 18:58:28 2018 +0300| [95cb2127adcfc1e8a2c77470523ec72beae5c905] | committer: Pedro Arthur libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions. Signed-off-by: Pedro Arthur > http://git.videolan.org/g

[FFmpeg-cvslog] libswscale: Adds conversions from/to float gray format.

2018-08-14 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Fri Aug 3 18:06:50 2018 +0300| [582bc5a348f5cd12b6ad3be4ecbee71bc082ea32] | committer: Michael Niedermayer libswscale: Adds conversions from/to float gray format. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavutil: Adds gray floating-point pixel formats.

2018-08-11 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Fri Aug 3 18:02:49 2018 +0300| [00ae3498bf033e9d50608339c2ec4e244f860e13] | committer: Michael Niedermayer libavutil: Adds gray floating-point pixel formats. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h, dnn_backend_tf.c.

2018-08-07 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Sat Jul 28 12:55:02 2018 +0300| [a66e74306a36c8467452a67d2d1af51dbbb9b4c5] | committer: Pedro Arthur libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h, dnn_backend_tf.c. Signed-off-by: Pedro Arthur > h

[FFmpeg-cvslog] libavfilter: Code style fixes for pointers in DNN module and sr filter.

2018-08-07 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Fri Jul 27 19:34:02 2018 +0300| [9d87897ba84a3b639a4c3afeb4ec6d21bc306a92] | committer: Pedro Arthur libavfilter: Code style fixes for pointers in DNN module and sr filter. Signed-off-by: Pedro Arthur > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavfilter: Adds on the fly generation of default DNN models for tensorflow backend instead of storing binary model.

2018-08-07 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Fri Jul 27 19:31:55 2018 +0300| [4eb63efbdaea6d36ad94f1bb0dd129b7f7aaa899] | committer: Pedro Arthur libavfilter: Adds on the fly generation of default DNN models for tensorflow backend instead of storing binary model. Signed-off-by: Pedro Arthur

[FFmpeg-cvslog] Adds ESPCN super resolution filter merged with SRCNN filter.

2018-07-02 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Thu Jun 14 00:37:12 2018 +0300| [575b7189908e1cfa55104b0d2c7c9f6ea30ca2dc] | committer: Pedro Arthur Adds ESPCN super resolution filter merged with SRCNN filter. Signed-off-by: Pedro Arthur > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] libavfilter/dnn_interface.c: fix av_freep dnn_module.

2018-06-08 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Thu Jun 7 18:22:22 2018 +0300| [648361c2faf39dbd00b716367add6ccea1464030] | committer: Pedro Arthur libavfilter/dnn_interface.c: fix av_freep dnn_module. Signed-off-by: Pedro Arthur > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO message to AV_LOG_VERBOSE.

2018-06-08 Thread Sergey Lavrushkin
ffmpeg | branch: master | Sergey Lavrushkin | Wed Jun 6 01:44:40 2018 +0300| [d29c35b4d8f1ce93058697e9819fda8684928109] | committer: Pedro Arthur libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO message to AV_LOG_VERBOSE. Signed-off-by: Pedro Arthur > h