[FFmpeg-cvslog] diracdec: rewrite golomb reader

2020-03-12 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Mar 1 11:23:53 2020 +| [675bb1f4f9de76f2c0eb1c8b1be6781a2cd52d29] | committer: Lynne diracdec: rewrite golomb reader This version is able to output multiple coefficients at a time and is able to altogether remove actual golomb code parsing. Its also ab

[FFmpeg-cvslog] changelog: add entry for the Vulkan hwcontext and filters

2020-03-12 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Mar 12 20:20:22 2020 +| [d778be6e4a0565e9a96adec57339e4c8a2464664] | committer: Lynne changelog: add entry for the Vulkan hwcontext and filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d778be6e4a0565e9a96adec57339e4c8a2464664 --- Ch

[FFmpeg-cvslog] hwcontext_vulkan: minor corrections for DMABUF mapping

2020-03-12 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Mar 12 16:46:01 2020 +| [08d0a8992d75bbcffe9e7f3392cc94a7f84fc9df] | committer: Lynne hwcontext_vulkan: minor corrections for DMABUF mapping We need to consider the amount of layers instead of the image's planes. > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] hwcontext_vulkan: only convert image layout for transfers if necessary

2020-03-12 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Mar 12 16:57:14 2020 +| [9086af2a0a590c7f576b72379d1708392cd96d5c] | committer: Lynne hwcontext_vulkan: only convert image layout for transfers if necessary > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9086af2a0a590c7f576b72379d1708392cd9

[FFmpeg-cvslog] hwcontext_vulkan: duplicate DMABUF objects before importing them

2020-03-12 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Mar 12 18:03:43 2020 +| [b31959d776e6da3ff8519121bafae9753f2be20f] | committer: Lynne hwcontext_vulkan: duplicate DMABUF objects before importing them The specifications are very vague about who has ownership, and in this case, Vulkan takes ownership of

[FFmpeg-cvslog] hwcontext_vulkan: support more than one plane per DMABUF layer

2020-03-12 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Mar 12 18:59:12 2020 +| [6353b9e4abd8e3e0c9ae743701f38510939fe6f9] | committer: Lynne hwcontext_vulkan: support more than one plane per DMABUF layer Requires the dmabuf modifiers extension. Allows for importing of compressed images with a second plane.

[FFmpeg-cvslog] hwcontext_vulkan: initialize semaphores of DMABUF imports

2020-03-12 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Mar 12 18:01:07 2020 +| [501bd57bdbc488db93c95d40682ef0b4f01ccec5] | committer: Lynne hwcontext_vulkan: initialize semaphores of DMABUF imports There was a recent change in Intel's driver that triggered a driver-internal error if the semaphore given to

[FFmpeg-cvslog] avformat/vpk: add seeking support

2020-03-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 12 18:47:39 2020 +0100| [f0349df7c780d99f9bfcd6a9c920726bfaa72b7a] | committer: Paul B Mahol avformat/vpk: add seeking support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0349df7c780d99f9bfcd6a9c920726bfaa72b7a --- libavformat/

[FFmpeg-cvslog] avformat/avidec: recognize H265 fourcc as hevc

2020-03-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 6 21:16:49 2020 +0100| [d4d74707fbfbe1890f15722c944609a1b4258f39] | committer: Paul B Mahol avformat/avidec: recognize H265 fourcc as hevc Fixes decoding of came2_2020-01-13__20-38-58_21-00-00__Chn2.avi > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avfilter/vf_dnn_processing.c: add planar yuv format support

2020-03-12 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Feb 21 14:20:48 2020 +0800| [bd50453894182af095c7d7578596e6ff6c58f852] | committer: Guo, Yejun avfilter/vf_dnn_processing.c: add planar yuv format support Only the Y channel is handled by dnn, the UV channels are copied without changes. The command t

[FFmpeg-cvslog] avfilter/vf_dnn_processing.c: add frame size change support for planar yuv format

2020-03-12 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Feb 21 20:40:07 2020 +0800| [e35f96685312c70f7c1cfaadeb966bce1976eb1b] | committer: Guo, Yejun avfilter/vf_dnn_processing.c: add frame size change support for planar yuv format The Y channel is handled by dnn, and also resized by dnn. The UV channels

[FFmpeg-cvslog] avfilter/vf_dnn_processing.c: use swscale for uint8<->float32 convert

2020-03-12 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Feb 20 15:25:57 2020 +0800| [d86a8c056b4a4e607d93cd91cbdc421bf55a022b] | committer: Guo, Yejun avfilter/vf_dnn_processing.c: use swscale for uint8<->float32 convert Signed-off-by: Guo, Yejun Reviewed-by: Pedro Arthur > http://git.videolan.org/gitwe