git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
bwdif_vulkan : convert to storage images
17 février, par Lynnebwdif_vulkan: convert to storage images texture() uses bilinear scaling; imageLoad() accesses the image directly. The reason why texture() was used throughout Vulkan filters is that back when they were written, they were targetting old Intel hardware, which had a texel cache only for sampled images. These days, GPUs have a generic cache that doesn't care what source it gets populated with. Additionally, bypassing the sampling circuitry saves us some performance. Finally, all the old texture() code had an issue where unnormalized coordinates were used, but an offset of 0.5 was not added, hence each pixel ended up being interpolated. This fixes this.
-
avfilter/interlace_vulkan : add interlace_vulkan filter
17 février, par Niklas Haas -
avformat/iamf_parse : ensure there's at most one of each parameter types in audio...
17 février, par James Almer -
avformat/iamf_parse : add missing constrains for num_parameters in audio_element_oub()
17 février, par James Almer -
avfilter/libplacebo : use a transparent default fillcolor
17 février, par Niklas Haas