git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/vulkan_encode_hevc : Fix memleak on error
5 mai, par Andreas Rheinhardt -
lavc : Add unit test for APV entropy decode
5 mai, par Mark Thompson -
apv_decode : Multisymbol entropy decode
5 mai, par Mark Thompson -
avutil/hwcontext_vulkan : Query the correct format
5 mai, par Link Mauveavutil/hwcontext_vulkan: Query the correct format In the call to vkGetPhysicalDeviceImageFormatProperties2(), we were previously requesting the properties of the first fallback format (e.g. VK_FORMAT_R8_UNORM for VK_FORMAT_G8_B8R8_2PLANE_420_UNORM) instead of the actual format in use. We don’t do anything with it afterwards, but there is no reason to keep querying the wrong format.
-
avcodec/vulkan_encode_h264 : Fix memleak on error
5 mai, par Andreas Rheinhardt