git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
hwcontext_vulkan : add support for mapping multiplane images into CUDA
7 mars, par Lynnehwcontext_vulkan: add support for mapping multiplane images into CUDA This patch refactors the CUDA import code to allow for Vulkan images with multiple planes to be mapped. Currently, a driver bug exists which causes NV12 images to be mapped incorrectly when the memory being mapped contains both planes, the issue has been reported to NVIDIA. yuv420p does work correctly, however. This is still an improvement, as the code used to crash when trying to map the memory, unless disable_multiplane=1 was given as an option.
-
avcodec/vp8 : Remove always-false hwaccel checks for VP7
6 mars, par Andreas Rheinhardt -
avcodec/vp8 : Move VPx specific functions inside #if CONFIG_VPx block
6 mars, par Andreas Rheinhardt -
avcodec/vp8 : Move codec-specific init code out of common init
6 mars, par Andreas Rheinhardtavcodec/vp8: Move codec-specific init code out of common init While just at it, also move the init functions inside the #if CONFIG_VP?_DECODER (to avoid linking failures). While just at it, also declare these init functions as av_cold and uninline the remaining common init function. Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
swscale/input : add support for UYYVYY411
6 mars, par James Almer