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/webp : Avoid loop

    20 avril, par Andreas Rheinhardt
    avcodec/webp: Avoid loop
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/webp.c
  • avcodec/webp : Combine allocations

    20 avril, par Andreas Rheinhardt
    avcodec/webp: Combine allocations
    
    Or avoid them altogether for the small stage-one VLC.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/webp.c
  • avcodec/webp : Check before allocations

    20 avril, par Andreas Rheinhardt
    avcodec/webp: Check before allocations
    
    Avoids freeing lateron.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/webp.c
  • doc/filters : fix "ewa_lanczos" filter description

    20 avril, par Niklas Haas
    doc/filters: fix "ewa_lanczos" filter description
    
    • [DH] doc/filters.texi
  • vulkan : move OPT_CHAIN out of hwcontext_vulkan

    20 avril, par Lynne
    vulkan: move OPT_CHAIN out of hwcontext_vulkan
    
    This allows for it to be shared.
    Technically, implementations should not give drivers structs
    that the drivers are not familiar with.
    
    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/vulkan.c
    • [DH] libavutil/vulkan.h