[FFmpeg-cvslog] aarch64/opusdsp: do not clobber register v8

2019-08-15 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Aug 15 13:27:21 2019 +0100| [aac382e9e5f128898a19cc98259a25d29d93df71] | committer: Lynne aarch64/opusdsp: do not clobber register v8 A part of v8-v15 needs to be preserved across calls. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aac382e9e

[FFmpeg-cvslog] convert_from_tensorflow.py: add option to dump graph for visualization in tensorboard

2019-08-15 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Tue Jul 30 09:25:56 2019 +0800| [2c01434d60dbc607076a34d129e93a3585cbb277] | committer: Pedro Arthur convert_from_tensorflow.py: add option to dump graph for visualization in tensorboard Signed-off-by: Guo, Yejun Signed-off-by: Pedro Arthur > http://g

[FFmpeg-cvslog] convert_from_tensorflow.py: support conv2d with dilation

2019-08-15 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Tue Jul 30 09:26:18 2019 +0800| [ddd92ba2c6c6d0b5f3d5b4496ab07fbcf73b58a2] | committer: Pedro Arthur convert_from_tensorflow.py: support conv2d with dilation conv2d with dilation > 1 generates tens of nodes in graph, it is not easy to parse each node one