git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avcodec/vulkan_encode_hevc : Fix memleak on error

    5 mai, par Andreas Rheinhardt
    avcodec/vulkan_encode_hevc: Fix memleak on error
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vulkan_encode_h265.c
  • lavc : Add unit test for APV entropy decode

    5 mai, par Mark Thompson
    lavc: Add unit test for APV entropy decode
    
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/tests/apv.c
    • [DH] tests/fate/libavcodec.mak
  • apv_decode : Multisymbol entropy decode

    5 mai, par Mark Thompson
    apv_decode: Multisymbol entropy decode
    
    • [DH] libavcodec/apv_decode.c
    • [DH] libavcodec/apv_decode.h
    • [DH] libavcodec/apv_entropy.c
  • avutil/hwcontext_vulkan : Query the correct format

    5 mai, par Link Mauve
    avutil/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.
    
    • [DH] libavutil/hwcontext_vulkan.c
  • avcodec/vulkan_encode_h264 : Fix memleak on error

    5 mai, par Andreas Rheinhardt
    avcodec/vulkan_encode_h264: Fix memleak on error
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vulkan_encode_h264.c