[FFmpeg-cvslog] dnn/native: add native support for 'add'

2020-04-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Apr 10 21:35:11 2020 +0800| [6aa7e07e7caed7997e40cee8b203ec56b12d7300] | committer: Guo, Yejun dnn/native: add native support for 'add' It can be tested with the model file generated with below python script: import tensorflow as tf import numpy as n

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for divide

2020-04-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:50:32 2020 +0800| [2e38c63630c29ee7024edc4f01d02fb7b641] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for divide Signed-off-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e38c63630c29ee7

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for add

2020-04-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Apr 10 22:32:02 2020 +0800| [17006196a6a51d8a34c41518cc1d17d703f61201] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for add Signed-off-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17006196a6a51d8a34c

[FFmpeg-cvslog] dnn/native: add native support for 'mul'

2020-04-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:22:24 2020 +0800| [ef79408e975057e30d8f4afceaa89702fd5f27da] | committer: Guo, Yejun dnn/native: add native support for 'mul' it can be tested with model file generated from above python script: import tensorflow as tf import numpy as np im

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for 'mul'

2020-04-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:24:36 2020 +0800| [265b5bd324496d6a342506ffa6157df5f2a85353] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for 'mul' Signed-off-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=265b5bd324496d6a3

[FFmpeg-cvslog] dnn/native: add native support for divide

2020-04-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:46:47 2020 +0800| [8ce9d88f930cecd55eb73ea5e8ce749090002aa8] | committer: Guo, Yejun dnn/native: add native support for divide it can be tested with model file generated with below python script: import tensorflow as tf import numpy as np im

[FFmpeg-cvslog] lavf/tls_mbedtls: fix resource leak

2020-04-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Apr 20 14:45:16 2020 +0800| [36083450a4be9e3053f4254ca1f696b402dab8e0] | committer: Jun Zhao lavf/tls_mbedtls: fix resource leak fix resource leak in mbedtls part. fix #8614 Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/matroskaenc: Use comparison instead of assignment

2020-04-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 22 03:42:00 2020 +0200| [904b25a550cbdcffc22b6d6744da232dc1d6c54f] | committer: Andreas Rheinhardt avformat/matroskaenc: Use comparison instead of assignment This bug was introduced in 3589b3f2e217e78d16a92b372d95ce4a3f7df896. Fixes Coveri

[FFmpeg-cvslog] swscale: aarch64: Don't clobber callee-saved registers v8-v15

2020-04-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Apr 19 20:46:15 2020 +0300| [9025d5c5ce3d4bbeb793500951ea7773ed293e61] | committer: Martin Storsjö swscale: aarch64: Don't clobber callee-saved registers v8-v15 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors for m2ts

2020-04-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Dec 11 00:58:05 2019 +0100| [7f2649bb46e3dde691edfb03aeb42ba4ef183ab8] | committer: Marton Balint avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors for m2ts Fixes ticket #2622. Signed-off-by: Marton Balint > http://git

[FFmpeg-cvslog] avformat/mpegtsenc: use standard pids for m2ts

2020-04-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Nov 11 00:06:01 2019 +0100| [422f0a61367f068fb8b1b9ab8cc2eee1808c803c] | committer: Marton Balint avformat/mpegtsenc: use standard pids for m2ts Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=422f0a61367f

[FFmpeg-cvslog] avformat/mpegtsenc: only allow one program in m2ts mode

2020-04-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Dec 10 23:24:27 2019 +0100| [bcc19933af903cda7a824ee654bb0aedfad758de] | committer: Marton Balint avformat/mpegtsenc: only allow one program in m2ts mode The standard does not allow more. Signed-off-by: Marton Balint > http://git.videolan.org/gi

[FFmpeg-cvslog] avformat/mpegtsenc: factorize determining stream_type

2020-04-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Dec 10 23:54:06 2019 +0100| [3958244c918e3cee921ace438965eb613c11176e] | committer: Marton Balint avformat/mpegtsenc: factorize determining stream_type Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39582

[FFmpeg-cvslog] lavf/tls_gnutls: check for interrupt inside handshake loop

2020-04-21 Thread Błażej Szczygieł
ffmpeg | branch: master | Błażej Szczygieł | Fri Aug 16 10:38:46 2019 +0200| [561ba15c973120c9565a8f75a7439f3e8a10e04d] | committer: Jan Ekström lavf/tls_gnutls: check for interrupt inside handshake loop fixes #8080 Signed-off-by: Błażej Szczygieł > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] hwcontext_vulkan: correctly download and upload flipped images

2020-04-21 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Apr 21 18:55:24 2020 +0100| [e3c7b22451799a2890062b756b645cc5f2e8752e] | committer: Lynne hwcontext_vulkan: correctly download and upload flipped images We derive the destination buffer stride from the input stride, which meant if the image was flipped with

[FFmpeg-cvslog] avformat/matroskaenc: Cosmetics

2020-04-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 29 03:36:56 2019 +0100| [8a4fda029a3d0ff6d1ae007a986d3a18b35dac8a] | committer: Andreas Rheinhardt avformat/matroskaenc: Cosmetics Reindentation, removal of { } if they contain only one statement and moving the return statement to a line o