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

  • vulkan_ffv1 : fallback to upload if mapping packet fails, fix fallback

    5 avril, par Lynne
    vulkan_ffv1: fallback to upload if mapping packet fails, fix fallback
    
    The commit which added support for host mapping accidentally broke the
    original, upload route.
    For drivers without host-mapping (very few), fix it.
    
    • [DH] libavcodec/vulkan_ffv1.c
  • vulkan_ffv1 : remove unused define

    5 avril, par Lynne
    vulkan_ffv1: remove unused define
    
    Leftover debug macro.
    
    • [DH] libavcodec/vulkan_ffv1.c
  • ffv1/vulkan : redo context count tracking and quant_table_idx management

    5 avril, par Lynne
    ffv1/vulkan: redo context count tracking and quant_table_idx management
    
    This commit also makes it possible for the encoder to choose a different
    quantization table on a per-slice basis, as well as adding this capability
    to the decoder.
    
    Also, this commit fully fixes decoding of context=1 encoded files.
    
    • [DH] libavcodec/ffv1_vulkan.h
    • [DH] libavcodec/ffv1enc_vulkan.c
    • [DH] libavcodec/vulkan/ffv1_common.comp
    • [DH] libavcodec/vulkan/ffv1_dec.comp
    • [DH] libavcodec/vulkan/ffv1_dec_setup.comp
    • [DH] libavcodec/vulkan/ffv1_enc_setup.comp
    • [DH] libavcodec/vulkan/ffv1_reset.comp
    • [DH] libavcodec/vulkan_ffv1.c
  • vulkan_ffv1 : init overread/corrupt fields

    5 avril, par Lynne
    vulkan_ffv1: init overread/corrupt fields
    
    Forgotten.
    
    • [DH] libavcodec/vulkan/rangecoder.comp
  • avcodec : remove remaining references to avcodec_close()

    4 avril, par James Almer
    avcodec: remove remaining references to avcodec_close()
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/avcodec.h