[FFmpeg-cvslog] avformat/libamqp: add option delivery_mode

2020-06-24 Thread Levis Florian
ffmpeg | branch: master | Levis Florian | Sat Jun 20 19:16:50 2020 +0200| [bd6ae462f85a6254d38bb8a66452eedd360ce26f] | committer: Andriy Gelman avformat/libamqp: add option delivery_mode Reviewed-by: Andriy Gelman Signed-off-by: Levis Florian > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for atan

2020-06-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Jun 18 17:15:36 2020 +0800| [24d1781cbd72468146f5361687ab6925a5f791fe] | committer: Guo, Yejun dnn-layer-math-unary-test: add unit test for atan Signed-off-by: Ting Fu Signed-off-by: Guo Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add asin support

2020-06-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Jun 18 17:15:31 2020 +0800| [486c0c419d0248de890edaa89a47fbd118c744e0] | committer: Guo, Yejun dnn_backend_native_layer_mathunary: add asin support It can be tested with the model generated with below python script: import tensorflow as tf import numpy a

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add atan support

2020-06-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Jun 18 17:15:35 2020 +0800| [13f5613e684f65e625cb287f85c3410f63efbf1c] | committer: Guo, Yejun dnn_backend_native_layer_mathunary: add atan support It can be tested with the model generated with below python script: import tensorflow as tf import numpy a

[FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for asin

2020-06-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Jun 18 17:15:32 2020 +0800| [057f6ee7f43c91033d37bb10548714ede01fcfc5] | committer: Guo, Yejun dnn-layer-math-unary-test: add unit test for asin Signed-off-by: Ting Fu Signed-off-by: Guo Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add acos support

2020-06-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Jun 18 17:15:33 2020 +0800| [461485feac561c66a6e84bf6c7ff73e3eacd3f37] | committer: Guo, Yejun dnn_backend_native_layer_mathunary: add acos support It can be tested with the model generated with below python script: import tensorflow as tf import numpy a

[FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for acos

2020-06-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Jun 18 17:15:34 2020 +0800| [130c6001443c4de21203cb1f62e378042f0d51f8] | committer: Guo, Yejun dnn-layer-math-unary-test: add unit test for acos Signed-off-by: Ting Fu Signed-off-by: Guo Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avformat/smoothstreaming: Forward errors from copying white/blacklists

2020-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Dec 20 18:50:21 2019 +0100| [6c777a6688715b21a15cab2cd87c8379225e53ec] | committer: Andreas Rheinhardt avformat/smoothstreaming: Forward errors from copying white/blacklists Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/cbs_av1: Simplify writing uvlc elements

2020-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 18 19:55:30 2020 +0200| [9fe30bd9a972c2bb6fe03763a0c8584eda19b0b4] | committer: Andreas Rheinhardt avcodec/cbs_av1: Simplify writing uvlc elements There is no reason to special-case writing a value of zero as uvlc element as the generic co

[FFmpeg-cvslog] avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX

2020-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 18 14:37:38 2020 +0200| [6f06c17a55137855c67ba4a7b6778ca34ddbbe6b] | committer: Andreas Rheinhardt avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX Fixes: assertion failure Fixes: left shift of 1 by 31 places cannot be represented in t

[FFmpeg-cvslog] avcodec/hevc: export chroma sample location

2020-06-24 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed Apr 11 13:46:10 2018 +0200| [8ee6557c2e93166a03ef8588a09674e4a083d43b] | committer: Hendrik Leppkes avcodec/hevc: export chroma sample location > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ee6557c2e93166a03ef8588a09674e4a083d43b -