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

  • ffv1enc_vulkan : merge all encoder variants into one file

    1er mai, par Lynne
    ffv1enc_vulkan: merge all encoder variants into one file
    
    Makes it easier to work with, despite the heavy ifdeffery.
    
    • [DH] libavcodec/ffv1enc_vulkan.c
    • [DH] libavcodec/vulkan/Makefile
    • [DH] libavcodec/vulkan/ffv1_enc.comp
    • [DH] libavcodec/vulkan/ffv1_enc_ac.comp
    • [DH] libavcodec/vulkan/ffv1_enc_common.comp
    • [DH] libavcodec/vulkan/ffv1_enc_rgb.comp
    • [DH] libavcodec/vulkan/ffv1_enc_vlc.comp
  • avcodec/sanm : support "StarWars - Making Magic" video

    1er mai, par Manuel Lauss
    avcodec/sanm: support "StarWars - Making Magic" video
    
    Videos of "StarWars - Making Magic" consist of 640x480 codec3 frames
    which establish a background, and a 320x240 codec48 video put on top
    at random left/top offsets.
    
    To support this, a new default buffer "fbuf", which holds the final
    image to be presented, is added, since codec37/47/48 need their 2/3 buffers
    to be private to themselves.  The decoded result is then copied to the fbuf,
    honoring the left/top offsets if required.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    
    • [DH] libavcodec/sanm.c
  • avcodec/exr : add support for half-float DWAA/B compression

    1er mai, par James Almer
    avcodec/exr: add support for half-float DWAA/B compression
    
    Fixes ticket #11555.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/exr.c
    • [DH] libavcodec/version.h
  • postproc/tests/stripetest : use dimensions

    30 avril, par Michael Niedermayer
    postproc/tests/stripetest: use dimensions
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libpostproc/tests/stripetest.c
    • [DH] tests/ref/fate/stripetest
  • postproc/tests : Add test for temporal denoise

    30 avril, par Michael Niedermayer
    postproc/tests: Add test for temporal denoise
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libpostproc/Makefile
    • [DH] libpostproc/tests/temptest.c
    • [DH] tests/fate/libpostproc.mak
    • [DH] tests/ref/fate/temptest