git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
vulkan_ffv1 : enable acceleration on Intel
12 avril, par Lynne -
hwcontext_vulkan : disable descriptor buffer extension on Intel
12 avril, par Lynne -
vulkan : add support for expect/assume
11 avril, par Lynnevulkan: add support for expect/assume This commit adds support for compiler hints. While on AMD these are not used/needed, Nvidia benefits from them, and gives a sizeable 10% speedup on 4k.
-
avformat/id3v2 : Print the unknown encoding
11 avril, par Michael Niedermayer -
avcodec/magicyuvenc : Fix Huffman element probabilities
11 avril, par Andreas Rheinhardtavcodec/magicyuvenc: Fix Huffman element probabilities The earlier code only used the counts from the last slice. The two FATE tests using slices show compression improvements due to this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>