[FFmpeg-cvslog] avcodec/dstdec: Check sample rate

2020-05-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 13 20:56:56 2020 +0100| [5727b1f13f36c4db30d5d0de51640f740edf01e8] | committer: Michael Niedermayer avcodec/dstdec: Check sample rate Fixes: out of array access Fixes: 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DST_fuzzer-57

[FFmpeg-cvslog] hwcontext_vulkan: optionally enable the VK_KHR_surface extension if available

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 11:21:52 2020 +0100| [b69f5a72cec0f604b8160c5d18a56036522635b8] | committer: Lynne hwcontext_vulkan: optionally enable the VK_KHR_surface extension if available This allows any phys_device derived to be used as a display rendering device. > http://g

[FFmpeg-cvslog] avformat/wavenc: simplify, use av_rescale_q() instead

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Apr 28 11:49:17 2020 +0800| [026b3a901865e77b3804e6e0a82652f315d171e6] | committer: Limin Wang avformat/wavenc: simplify, use av_rescale_q() instead Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=026b3a901865e7

[FFmpeg-cvslog] fate: add signalstats 8bit and 10bit test

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 30 19:09:54 2019 +0800| [5752e97b4e2720805e9d40a6693b8ef833429136] | committer: Limin Wang fate: add signalstats 8bit and 10bit test Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5752e97b4e2720805e9d40a669

[FFmpeg-cvslog] avformat/vividas: simplify, use av_rescale_q() instead

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Apr 28 11:49:16 2020 +0800| [386dbf5726368783ce4c4ae057885d873380f60c] | committer: Limin Wang avformat/vividas: simplify, use av_rescale_q() instead note it'll cause a small difference in accuracy for the pts, please see the testing result below: $

[FFmpeg-cvslog] avformat/http: Fix for invalid use of av_strtok

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 18 12:19:31 2020 +0800| [3b8b6d837e49bb6a7111b866b2a9180577e67901] | committer: Limin Wang avformat/http: Fix for invalid use of av_strtok Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b8b6d837e49bb6a7111

[FFmpeg-cvslog] avfilter/vf_signalstats: rename config_props -> config_output

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 30 19:09:55 2019 +0800| [a8c762a17d5d12f7e6838c023e5b597737547fd4] | committer: Limin Wang avfilter/vf_signalstats: rename config_props -> config_output Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8c762

[FFmpeg-cvslog] avfilter/vf_signalstats: add SignalstatsContext.maxsize variable

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 30 19:09:56 2019 +0800| [764efda192df4fc79292168c2b32ca7465d94e5c] | committer: Limin Wang avfilter/vf_signalstats: add SignalstatsContext.maxsize variable Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=764

[FFmpeg-cvslog] avformat/ftp: Fix for invalid use of av_strtok

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 18 12:19:30 2020 +0800| [53c88355a5ae638b3a3cf93508c4741238dc6c7f] | committer: Limin Wang avformat/ftp: Fix for invalid use of av_strtok By the av_strtok() description: * On the first call to av_strtok(), s should point to the string to * parse

[FFmpeg-cvslog] avfilter/vf_signalstats: make the alloc array used for any bit depth

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 30 19:09:57 2019 +0800| [25bb72af621c4cfe90b0856e948a1301630b42b8] | committer: Limin Wang avfilter/vf_signalstats: make the alloc array used for any bit depth Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avfilter/vf_signalstats: reindent after last commit

2020-05-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 30 19:09:58 2019 +0800| [a058d81570e037fd36c427f0bf5237184361ebdc] | committer: Limin Wang avfilter/vf_signalstats: reindent after last commit Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a058d81570e037fd

[FFmpeg-cvslog] avformat/hlsenc: Don't reset AVIOContext pointer manually a second time

2020-05-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 9 15:34:09 2020 +0200| [a90f2265fa54ab35ee1b2058c7d6e746fd847359] | committer: Andreas Rheinhardt avformat/hlsenc: Don't reset AVIOContext pointer manually a second time ff_format_io_close() already does it for us. Signed-off-by: Andreas

[FFmpeg-cvslog] avformat/hlsenc: Remove redundant initializations

2020-05-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 9 15:59:43 2020 +0200| [d41c93d1556e3021ebfec803e621815252afbd44] | committer: Andreas Rheinhardt avformat/hlsenc: Remove redundant initializations For every variantstream vs, vs->packets_written is set to one, only to be set to zero a fe

[FFmpeg-cvslog] avformat/hlsenc: Don't cast const away

2020-05-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 9 06:54:56 2020 +0200| [940601616e4f39d7aa9da20a5e0b5e943b9ac2ca] | committer: Andreas Rheinhardt avformat/hlsenc: Don't cast const away Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94060

[FFmpeg-cvslog] avformat/hlsenc: Simplify setting subtitle basename with av_asprintf

2020-05-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 8 22:57:50 2020 +0200| [6b44f6839d90df344597eba385d2a589334e04a6] | committer: Andreas Rheinhardt avformat/hlsenc: Simplify setting subtitle basename with av_asprintf Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/hlsenc: Simplify setting basename with av_asprintf()

2020-05-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 8 23:41:17 2020 +0200| [21553d2082a8b5997c25b7b13a9b3426ac43e116] | committer: Andreas Rheinhardt avformat/hlsenc: Simplify setting basename with av_asprintf() Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/hlsenc: Simplify setting base_output_dirname

2020-05-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 8 21:40:29 2020 +0200| [6db81e93a95d150ec828214ba7eb6183577c748c] | committer: Andreas Rheinhardt avformat/hlsenc: Simplify setting base_output_dirname Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] hwcontext_vulkan: remove unused internal REQUIRED extension flag

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 15:17:27 2020 +0100| [030a565baf3b565f65b93c366b789a9e72740536] | committer: Lynne hwcontext_vulkan: remove unused internal REQUIRED extension flag This is a leftover from an old version which used the 1.0 Vulkan API with the maintenance extensions b

[FFmpeg-cvslog] hwcontext_vulkan: expose enabled device and instance extensions

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 11:47:50 2020 +0100| [dccd07f66dfc236206bd37633a4666dbe666c0d5] | committer: Lynne hwcontext_vulkan: expose enabled device and instance extensions This solves a huge oversight - it lets users reliably use their own AVVulkanDeviceContext. Otherwise, t

[FFmpeg-cvslog] hwcontext_vulkan: create all images with concurrent sharing mode

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 21:53:39 2020 +0100| [875c1707e5f6287a6dabc7bc2dc5e1a9f3dc811b] | committer: Lynne hwcontext_vulkan: create all images with concurrent sharing mode As it turns out, we were already assuming and treating all images as if they had concurrent access mod

[FFmpeg-cvslog] hwcontext_vulkan: let users enable device and instance extensions using options

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 11:26:40 2020 +0100| [3c5e5a5095144d72f0ce6387e4ce840f46f454ea] | committer: Lynne hwcontext_vulkan: let users enable device and instance extensions using options Also documents all options supported by the hwdevice. This lets users enable all extens

[FFmpeg-cvslog] hwcontext_vulkan: update debugging layer name

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 21:13:55 2020 +0100| [acfef378b7f68ce26c0c8fe9cd8da64613a19d7f] | committer: Lynne hwcontext_vulkan: update debugging layer name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acfef378b7f68ce26c0c8fe9cd8da64613a19d7f --- libavutil/hwco

[FFmpeg-cvslog] hwcontext_vulkan: fix inverted condition when exporting images to drm_prime

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 21:30:15 2020 +0100| [7c080dc190ac1d85de1ca873347d0ac8855985e0] | committer: Lynne hwcontext_vulkan: fix inverted condition when exporting images to drm_prime Calling vkGetImageSubresourceLayout is only legal for linear and drm images. > http://git.

[FFmpeg-cvslog] hwcontext_vulkan: convert to general layout and transfer queue when exporting

2020-05-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun May 10 22:00:38 2020 +0100| [fc99a24782fb2b763b0ea37757561d531272195e] | committer: Lynne hwcontext_vulkan: convert to general layout and transfer queue when exporting The specs note that images should be in the GENERAL layout when exporting for maximum com