[FFmpeg-cvslog] fftools/ffmpeg_opt: Fix [u]int64_t specifier string

2020-03-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 18 03:56:18 2020 +0100| [d9f38b99dda8a7664f697d103ed15d8851beebf0] | committer: Marton Balint fftools/ffmpeg_opt: Fix [u]int64_t specifier string PRId64 and PRIu64 already expand to the complete specifier; adding another 'd' at the end is

[FFmpeg-cvslog] doc/general: Fix entry for AMQP

2020-03-19 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Mar 19 07:57:31 2020 -0400| [140ce8ada6096e745bf58c2d2ee4c6277e955851] | committer: Marton Balint doc/general: Fix entry for AMQP Signed-off-by: Andriy Gelman Signed-off-by: Marton Balint >

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 48d8719 web/download: fix 4.2.2 to 4.2 typo

2020-03-19 Thread ffmpeg-git
The branch, master has been updated via 48d8719ec0ee682fba3488bb7438a1f5d70e867b (commit) from 467d5eef95053f919a5a6bfa98aa30e582c9922f (commit) - Log - commit 48d8719ec0ee682fba3488bb7438a1f5d70e867b Author: Lou

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 467d5ee web/download: update min. kernel version for linux binaries

2020-03-19 Thread ffmpeg-git
The branch, master has been updated via 467d5eef95053f919a5a6bfa98aa30e582c9922f (commit) from eb3ea7e3628825ef2963d72757b1494010a57835 (commit) - Log - commit 467d5eef95053f919a5a6bfa98aa30e582c9922f Author: Gyan

[FFmpeg-cvslog] avutil/hwcontext_cuda: combine transfer functions

2020-03-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Mar 19 17:35:59 2020 +0100| [d9a37af070abd3869b11c830e1c90466b0cabb9c] | committer: Timo Rothenpieler avutil/hwcontext_cuda: combine transfer functions Gets rid of some mostly duplicated code and adds the ability to do hardware to hardware

[FFmpeg-cvslog] avformat/yuv4mpegdec: use proper error codes

2020-03-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 19 11:08:42 2020 +0100| [4eb5dfb52e3fc31c917b3d5adae24116b5bf2ef3] | committer: Paul B Mahol avformat/yuv4mpegdec: use proper error codes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4eb5dfb52e3fc31c917b3d5adae24116b5bf2ef3 ---

[FFmpeg-cvslog] avformat/yuv4mpegdec: add support for 444alpha

2020-03-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 19 11:11:24 2020 +0100| [c693e7b05336ada9cbc71882b83e33d6632ef5b1] | committer: Paul B Mahol avformat/yuv4mpegdec: add support for 444alpha > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c693e7b05336ada9cbc71882b83e33d6632ef5b1 ---

[FFmpeg-cvslog] avutil/hwcontext_cuda: add YUVA420P pixel format

2020-03-19 Thread Yaroslav Pogrebnyak
ffmpeg | branch: master | Yaroslav Pogrebnyak | Thu Mar 19 13:08:20 2020 +0100| [08d46cb58659af9d9f2bd2ef22d78ba512e7950c] | committer: Timo Rothenpieler avutil/hwcontext_cuda: add YUVA420P pixel format Signed-off-by: Timo Rothenpieler >

[FFmpeg-cvslog] avformat/xwma: return always proper error codes

2020-03-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 19 10:58:07 2020 +0100| [f5f6fbb6b2e597b582ec4ec71d6ffefb777a4c71] | committer: Paul B Mahol avformat/xwma: return always proper error codes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5f6fbb6b2e597b582ec4ec71d6ffefb777a4c71 ---

[FFmpeg-cvslog] lavfi/vf_dnn_processing: Fix compile warning of mixed declarations and code

2020-03-19 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Wed Mar 18 12:23:10 2020 +0800| [acc6f632b45f4b9eb0dc2572b3d95224022582cb] | committer: Guo, Yejun lavfi/vf_dnn_processing: Fix compile warning of mixed declarations and code Signed-off-by: Linjie Fu Reviewed-by: Guo, Yejun >