[FFmpeg-cvslog] avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data type

2020-06-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Jun 10 23:34:30 2020 +0800| [bc8ab084fb07419b7cb13b460460b1ae8facf1d1] | committer: Limin Wang avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data type Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc8ab084fb

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

2020-06-10 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Sat Jun 6 20:12:49 2020 +0800| [dd3fe3e77ca1868f54fb8fac72ae2942a5c29f9c] | committer: Guo Yejun dnn-layer-mathunary-test: add unit test for cos Signed-off-by: Ting Fu Signed-off-by: Guo Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add tan support

2020-06-10 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Sat Jun 6 20:12:50 2020 +0800| [22d0860c132af041c75de54bfee611cdd9e57822] | committer: Guo Yejun dnn_backend_native_layer_mathunary: add tan support It can be tested with the model generated with below python scripy import tensorflow as tf import numpy as n

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add cos support

2020-06-10 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Sat Jun 6 20:12:48 2020 +0800| [88fb494f42a17eb8472c1172fc08ce1c29ce5e4c] | committer: Guo Yejun dnn_backend_native_layer_mathunary: add cos support It can be tested with the model generated with below python scripy import tensorflow as tf import numpy as n

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

2020-06-10 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Sat Jun 6 20:12:47 2020 +0800| [3f7c5a375b8e76d8ebcf6a872c8ae86734e57d0c] | committer: Guo Yejun dnn-layer-mathunary-test: add unit test for sin Signed-off-by: Ting Fu Signed-off-by: Guo Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f

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

2020-06-10 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Sat Jun 6 20:12:51 2020 +0800| [3ac2f7ccd7ab4e616a912dabc8786e3852540fed] | committer: Guo Yejun dnn-layer-mathunary-test: add unit test for tan Signed-off-by: Ting Fu Signed-off-by: Guo Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add sin support

2020-06-10 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Sat Jun 6 20:12:46 2020 +0800| [0b6d3f0d838f1f28f30ccc25a08f539a53e58665] | committer: Guo Yejun dnn_backend_native_layer_mathunary: add sin support It can be tested with the model file generated with below python scripy: import tensorflow as tf import nump

[FFmpeg-cvslog] avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf()

2020-06-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 25 10:14:00 2020 +0200| [c33e56c7a6a8bef7d95e1d36eb2f35748d475695] | committer: Andreas Rheinhardt avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf() Two kinds of errors can happen when working with dynamic buffers: (Re)a

[FFmpeg-cvslog] avformat/aviobuf: Return better error codes

2020-06-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 24 04:36:05 2020 +0200| [7be9b0bb38f415d06d06a10844d181b0a8421c47] | committer: Andreas Rheinhardt avformat/aviobuf: Return better error codes Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/aviobuf: Stop restricting dynamic buffer sizes to INT_MAX/2

2020-06-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 24 04:04:29 2020 +0200| [fa0bc627c5d83f5d8c8f16dec3f46d8c66304488] | committer: Andreas Rheinhardt avformat/aviobuf: Stop restricting dynamic buffer sizes to INT_MAX/2 This has originally been done in 568e18b15e2ddf494fd8926707d34ca08c8edc

[FFmpeg-cvslog] avformat/aviobuf: Simplify dyn_buf_write() a bit

2020-06-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 24 04:02:27 2020 +0200| [88d5ae068fa5a7047665a2b680882725f8011e56] | committer: Andreas Rheinhardt avformat/aviobuf: Simplify dyn_buf_write() a bit Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened

2020-06-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 24 03:14:00 2020 +0200| [28a078eded1c29985ed078b59d48ff59cf00394b] | committer: Andreas Rheinhardt avformat/aviobuf: Don't check for overflow after it happened If adding two ints overflows, it doesn't matter whether the result will be stor

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. f7b6fb0 web/consulting: use a more compact layouting for my text

2020-06-10 Thread ffmpeg-git
The branch, master has been updated via f7b6fb0da73b440066c91bb19dc3ff5746fec4b9 (commit) from e7db737f734e884d693fda3239c76451d68b382d (commit) - Log - commit f7b6fb0da73b440066c91bb19dc3ff5746fec4b9 Author: Thoma

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. e7db737 web/consulting: updated my text and mail address

2020-06-10 Thread ffmpeg-git
The branch, master has been updated via e7db737f734e884d693fda3239c76451d68b382d (commit) from 187f5cbb71e74eb1b0bcdfe8c1ea1bb53850149d (commit) - Log - commit e7db737f734e884d693fda3239c76451d68b382d Author: Thoma

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 187f5cb Revert "web/consulting: updated my text and mail address"

2020-06-10 Thread ffmpeg-git
The branch, master has been updated via 187f5cbb71e74eb1b0bcdfe8c1ea1bb53850149d (commit) from 6fb6fd2034de03945ff1f070489f4bc96b69d556 (commit) - Log - commit 187f5cbb71e74eb1b0bcdfe8c1ea1bb53850149d Author: Thoma

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6fb6fd2 web/consulting: updated my text and mail address

2020-06-10 Thread ffmpeg-git
The branch, master has been updated via 6fb6fd2034de03945ff1f070489f4bc96b69d556 (commit) from 4093ad612db5ea201510d6d744a5ea7045b14af6 (commit) - Log - commit 6fb6fd2034de03945ff1f070489f4bc96b69d556 Author: Thoma

[FFmpeg-cvslog] AVIOContext: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [2cbd54451994523c334fd5ba88e16bd184701dd0] | committer: Anton Khirnov AVIOContext: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2cbd54451994523c334fd5ba88e16bd184701dd0 ---

[FFmpeg-cvslog] framesync: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [344149cf01f573827b8425feff9394234e8c2036] | committer: Anton Khirnov framesync: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=344149cf01f573827b8425feff9394234e8c2036 ---

[FFmpeg-cvslog] vf_scale: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [6bfac4ee6f512f7cb44a49a0bc783533ba5c36e6] | committer: Anton Khirnov vf_scale: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6bfac4ee6f512f7cb44a49a0bc783533ba5c36e6 --- l

[FFmpeg-cvslog] URLContext: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [43ed2b86d67ee493a9fd9ef90c13c4cf6ac89257] | committer: Anton Khirnov URLContext: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43ed2b86d67ee493a9fd9ef90c13c4cf6ac89257 ---

[FFmpeg-cvslog] avfilter: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [aba98de6b89fd5a50d6308e9cd81bf17ec6bbe3d] | committer: Anton Khirnov avfilter: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aba98de6b89fd5a50d6308e9cd81bf17ec6bbe3d --- l

[FFmpeg-cvslog] Remove unnecessary use of avcodec_close().

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 09:30:46 2020 +0200| [0d6b4351c64664d8c2f56d0ddb5e38b800ed8751] | committer: Anton Khirnov Remove unnecessary use of avcodec_close(). Replace it with avcodec_free_context() or drop it completely as appropriate. > http://git.videolan.org/git

[FFmpeg-cvslog] vf_spp: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [c7d8d8d8d91833737ec1b94c9345bcfba5935ee6] | committer: Anton Khirnov vf_spp: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c7d8d8d8d91833737ec1b94c9345bcfba5935ee6 --- lib

[FFmpeg-cvslog] fftools: switch to the new child class iteration API

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:25:38 2020 +0200| [e0fbb6cf2bea2427c5b794a5a9fbd39fd0b4f888] | committer: Anton Khirnov fftools: switch to the new child class iteration API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0fbb6cf2bea2427c5b794a5a9fbd39fd0b4f

[FFmpeg-cvslog] bsf: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [c0d6eaca50ad65fb8f45b02863d31b3421899959] | committer: Anton Khirnov bsf: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0d6eaca50ad65fb8f45b02863d31b3421899959 --- libavc

[FFmpeg-cvslog] AVFormatContext: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [7aa7d68971e48f6bbf729a6feb318a17010d410f] | committer: Anton Khirnov AVFormatContext: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7aa7d68971e48f6bbf729a6feb318a17010d410f

[FFmpeg-cvslog] lavu/opt: add a more general child class iteration API

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:21:30 2020 +0200| [1b4a98b0296c7aa6d294ea73ec567d38cf5c5196] | committer: Anton Khirnov lavu/opt: add a more general child class iteration API Use opaque iteration state instead of the previous child class. This mirrors similar changes do

[FFmpeg-cvslog] af_aresample: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [3dd324427a5de2bf0074e10c1e37986b0327107d] | committer: Anton Khirnov af_aresample: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3dd324427a5de2bf0074e10c1e37986b0327107d ---

[FFmpeg-cvslog] af_resample: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [342230a53758f843ae692559c34d1b3eb35d22a4] | committer: Anton Khirnov af_resample: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=342230a53758f843ae692559c34d1b3eb35d22a4 ---

[FFmpeg-cvslog] lavf/dump: schedule use of deprecated API for removal

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 14:38:44 2020 +0200| [202e06870eb4bbc4636aff5f461c1a0654ec2435] | committer: Anton Khirnov lavf/dump: schedule use of deprecated API for removal > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=202e06870eb4bbc4636aff5f461c1a0654ec

[FFmpeg-cvslog] AVCodecContext: switch to child_class_iterate()

2020-06-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 27 15:34:07 2020 +0200| [851e0dfe296af1cb96dc5315547ef459cd85c598] | committer: Anton Khirnov AVCodecContext: switch to child_class_iterate() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=851e0dfe296af1cb96dc5315547ef459cd85c598 -