[FFmpeg-cvslog] doc/APIchanges: fix typos and correct a date

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Nov 12 07:51:12 2021 +0100| [511096c3a00b31bd5dfc540b9b56e64e2f85317d] | committer: Lynne doc/APIchanges: fix typos and correct a date > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=511096c3a00b31bd5dfc540b9b56e64e2f85317d --- doc/APIchanges

[FFmpeg-cvslog] doc/APIchanges: update for Vulkan API changes

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Nov 10 08:10:08 2021 +0100| [8478d60d5b501248eb74caaffe5daccb48b27316] | committer: Lynne doc/APIchanges: update for Vulkan API changes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8478d60d5b501248eb74caaffe5daccb48b27316 --- doc/APIchanges

[FFmpeg-cvslog] lavfi/vulkan: refactor, fix and fully implement multiple queues

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Nov 10 03:50:54 2021 +0100| [f705e9ea0567c8dcf800ae1ee0647fca157c6199] | committer: Lynne lavfi/vulkan: refactor, fix and fully implement multiple queues > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f705e9ea0567c8dcf800ae1ee0647fca157c6199 --

[FFmpeg-cvslog] lavfi/glslang: migrate to the C API and robustify library detection

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Nov 8 09:31:05 2021 +0100| [246f841b53e16f2cccf3101cb61c264014f54e5c] | committer: Lynne lavfi/glslang: migrate to the C API and robustify library detection Finally, this is as close to usable as it gets for glslang. Much faster to compile as well, and eli

[FFmpeg-cvslog] lavfi/vulkan: use libavutil's vulkan loader

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Nov 7 15:58:31 2021 +0100| [fef85c376adabc15715ed8d9c53cc8e889c9c7dc] | committer: Lynne lavfi/vulkan: use libavutil's vulkan loader This finally fully eliminates the need to statically link to libvulkan! > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] hwcontext_vulkan: host wait on semaphores before freeing frame

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Nov 7 08:44:46 2021 +0100| [bde1fc5386282142697dbaf91fe57744ba63fec1] | committer: Lynne hwcontext_vulkan: host wait on semaphores before freeing frame > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bde1fc5386282142697dbaf91fe57744ba63fec1 ---

[FFmpeg-cvslog] lavu: move hwcontext_vulkan's function loader into separate files

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Nov 7 15:57:35 2021 +0100| [d05a18cdc7ea245843a1c785e1e3d7fdf980a130] | committer: Lynne lavu: move hwcontext_vulkan's function loader into separate files This allows for the loader to be shared with libavcodec and libavfilter. > http://git.videolan.org/g

[FFmpeg-cvslog] hwcontext_vulkan: report device that's used

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Nov 7 08:18:54 2021 +0100| [f7f16136388b3f3ef17b0bdacf4e9eb3e7900aca] | committer: Lynne hwcontext_vulkan: report device that's used Not sure why this wasn't done before. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7f16136388b3f3ef17b0bda

[FFmpeg-cvslog] hwcontext_vulkan: clean up extensions code and add additional defaults

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Nov 7 09:02:46 2021 +0100| [1ffb59c056aec77ffa3c46e30a7f0779fed6daf9] | committer: Lynne hwcontext_vulkan: clean up extensions code and add additional defaults > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ffb59c056aec77ffa3c46e30a7f0779fed6

[FFmpeg-cvslog] vulkan: add support for encode and decode queues and refactor queue code

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Nov 7 08:16:11 2021 +0100| [6bf9a6539e3db94ee88dd2a8e4816fadf10a4970] | committer: Lynne vulkan: add support for encode and decode queues and refactor queue code This simplifies and makes queue family picking simpler and more robust. The requirements on th

[FFmpeg-cvslog] lavfi/vulkan: port to using timeline semaphores

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Nov 4 12:33:01 2021 +0100| [dfc61800a26747dc91bf00b0d841fc88a5d7473d] | committer: Lynne lavfi/vulkan: port to using timeline semaphores > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dfc61800a26747dc91bf00b0d841fc88a5d7473d --- libavfilter/

[FFmpeg-cvslog] hwcontext_vulkan: port CUDA interop to use timeline semaphores

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Nov 5 13:50:32 2021 +0100| [09e4687b5b8e0ad690f7e101e539c0605768d1d7] | committer: Lynne hwcontext_vulkan: port CUDA interop to use timeline semaphores > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09e4687b5b8e0ad690f7e101e539c0605768d1d7 ---

[FFmpeg-cvslog] hwcontext_vulkan: fix mapping from/to DRM/VAAPI frames

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Nov 5 06:55:42 2021 +0100| [0370a580dc9210450bf24d71e34966fabcda8747] | committer: Lynne hwcontext_vulkan: fix mapping from/to DRM/VAAPI frames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0370a580dc9210450bf24d71e34966fabcda8747 --- libav

[FFmpeg-cvslog] hwcontext_vulkan: bump required Vulkan loader version to 1.2

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Oct 11 00:20:15 2021 +0200| [7f3878828d88c6a8287d54818659e6f70293dabb] | committer: Lynne hwcontext_vulkan: bump required Vulkan loader version to 1.2 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f3878828d88c6a8287d54818659e6f70293dabb ---

[FFmpeg-cvslog] hwcontext_vulkan: switch to using timeline semaphores

2021-11-11 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Nov 4 12:17:06 2021 +0100| [00ef53c3eabb0e99fd9b62dfd30992824de27e23] | committer: Lynne hwcontext_vulkan: switch to using timeline semaphores > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00ef53c3eabb0e99fd9b62dfd30992824de27e23 --- libavu

[FFmpeg-cvslog] avfilter/vf_estdif: allow to change two more options

2021-11-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 10 10:19:27 2021 +0100| [aebdffb9c5d67171a53be16dbf6649f5f02fb225] | committer: Paul B Mahol avfilter/vf_estdif: allow to change two more options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aebdffb9c5d67171a53be16dbf6649f5f02fb225

[FFmpeg-cvslog] avfilter/af_atilt: use ff_filter_execute()

2021-11-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Nov 5 20:32:15 2021 +0800| [afcf226b337584f5028265b361d8a5a930696a31] | committer: Paul B Mahol avfilter/af_atilt: use ff_filter_execute() Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=afcf226b337584f5028265b

[FFmpeg-cvslog] avcodec/mlpdec: cover case when >2 channels are in single substream

2021-11-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 11 09:48:07 2021 +0100| [946493eb3e072b499909f606625480c928834a44] | committer: Paul B Mahol avcodec/mlpdec: cover case when >2 channels are in single substream Previously it was assumed that all >2 channels streams have >1 substreams. > http://

[FFmpeg-cvslog] avfilter/vf_nlmeans: add x86 SIMD

2021-11-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 24 17:13:34 2021 +0200| [047c362d3cd71605628dc510e0b8747310f1db86] | committer: Paul B Mahol avfilter/vf_nlmeans: add x86 SIMD > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=047c362d3cd71605628dc510e0b8747310f1db86 --- libavfilter/

[FFmpeg-cvslog] avutil/opt: handle whole range of int64_t in av_opt_get_int

2021-11-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Nov 10 23:36:15 2021 +0800| [9fd2b39428165c2319106e82a3c1ca1bba11aa54] | committer: Michael Niedermayer avutil/opt: handle whole range of int64_t in av_opt_get_int Make get_int/set_int symetric. The int64_t to double to int64_t conversion is unprecise