git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
ffv1enc_vulkan : merge all encoder variants into one file
1er mai, par Lynneffv1enc_vulkan: merge all encoder variants into one file Makes it easier to work with, despite the heavy ifdeffery.
-
avcodec/sanm : support "StarWars - Making Magic" video
1er mai, par Manuel Laussavcodec/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>
-
avcodec/exr : add support for half-float DWAA/B compression
1er mai, par James Almer -
postproc/tests/stripetest : use dimensions
30 avril, par Michael Niedermayer -
postproc/tests : Add test for temporal denoise
30 avril, par Michael Niedermayer