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 : fix sw_frame_deps counter

    20 novembre, par Lynne
    vulkan: fix sw_frame_deps counter
    
    The code used as a basis was the buffer dependency code, where the
    counter was incremented after each buffer, but for the sw_frame dep
    API, we only support adding individual frames at a time.
    
    • [DH] libavutil/vulkan.c
  • lavc/vulkan/common : fix reverse4's incorrect swizzle

    20 novembre, par Lynne
    lavc/vulkan/common: fix reverse4's incorrect swizzle
    
    The function is responsible for converting little to big endian.
    It had an incorrect swizzle for the last 2 bytes.
    
    • [DH] libavcodec/vulkan/common.comp
  • ffv1enc_vulkan : increase max outstanding byte count to 16bit

    20 novembre, par Lynne
    ffv1enc_vulkan: increase max outstanding byte count to 16bit
    
    The issue is that at higher resolutions, the outstanding byte counter
    overflowed in case the image had a lot of blank areas.
    
    • [DH] libavcodec/vulkan/rangecoder.comp
  • ffv1enc_vulkan : fix PCM encoding

    20 novembre, par Lynne
    ffv1enc_vulkan: fix PCM encoding
    
    This line was mysteriously deleted.
    
    • [DH] libavcodec/vulkan/ffv1_enc_setup.comp
  • doc/infra : Document trac backup system

    19 novembre, par Michael Niedermayer
    doc/infra: Document trac backup system
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] doc/infra.txt