git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
ffmpeg/repo : Add dot-folders in the repository root to .gitignore
13 avril, par softworkz -
avcodec/libjxlenc : prevent color encoding from being set twice
13 avril, par Leo Izenavcodec/libjxlenc: prevent color encoding from being set twice We currently populate the color encoding bundle and then check to see if there's an ICC profile to attach, and set the color encoding bundle in either case. The ICC profile overrides the color encoding bundle, so we should not calculate enum-based color encoding if we have an ICC profile present. Fixes several unnecessary warnings from being emitted. Signed-off-by: Leo Izen <leo.izen@gmail.com>
-
vulkan : fix logging level when erroring upon creating shader module
13 avril, par Lynne -
vulkan : remove unused field from exec pools
13 avril, par Lynne -
vulkan_shaderc/glslang : print full shaders on TRACE rather than VERBOSE
13 avril, par Lynne