[FFmpeg-cvslog] avdevice/decklink_dec: add explicit specifier

2023-11-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Aug 28 16:09:57 2023 +0800| [ab3bd5ead047db1649ddc75ae8f08681c65d8eee] | committer: Jun Zhao avdevice/decklink_dec: add explicit specifier The explicit specifier used with a single argument constructor to prevent implicit type conversions. Signed-off-by

[FFmpeg-cvslog] vulkan_decode: fix the print format of VkDeviceSize

2023-11-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Nov 12 18:25:29 2023 +0800| [c961ac4b0ca27d451c430553793b3fff88fc78e5] | committer: Jun Zhao vulkan_decode: fix the print format of VkDeviceSize VkDeviceSize represents device memory size and offset values as uint64_t in Spec. Signed-off-by: Jun Zhao

[FFmpeg-cvslog] avcodec: bump version after EVC additions

2023-11-20 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 20 11:51:40 2023 -0300| [1258f999781058b5e7c01c58e60fc2f4178379ff] | committer: James Almer avcodec: bump version after EVC additions Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1258f999781058b5e7c01c58

[FFmpeg-cvslog] avcodec/evc_encoder: Provided support for EVC encoder

2023-11-20 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Tue Sep 19 13:34:21 2023 +0200| [c59a96fd08620bd8239c218f2e0dfb8429c81c3c] | committer: James Almer avcodec/evc_encoder: Provided support for EVC encoder - Added EVC encoder wrapper - Changes in project configuration file and libavcodec Makefile - Add

[FFmpeg-cvslog] avcodec/evc_decoder: Provided support for EVC decoder

2023-11-20 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Tue Sep 19 13:34:58 2023 +0200| [cfe29478873e5000416a2da58a92102b7ed7255c] | committer: James Almer avcodec/evc_decoder: Provided support for EVC decoder - Added EVC decoder wrapper - Changes in project configuration file and libavcodec Makefile - Add