git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
ffv1enc_vulkan : implement the cached EC writer from the decoder
3 mai, par Lynne -
vulkan_ffv1 : fix PCM + cached symbol reader
3 mai, par Lynne -
ffv1enc_vulkan : use ff_get_encode_buffer
3 mai, par Lynneffv1enc_vulkan: use ff_get_encode_buffer We used to create our own buffer, but still used the DR1 flag, which is not how it's supposed to work. Instead, use ff_get_encode_buffer, and either host-map the buffer before copying each slice via GPU transfers, or just copy each slice manually if that fails or is unavailable.
-
checkasm : hevc sao, use checkasm_check_padded
3 mai, par Nuo Mi -
checkasm : hevc sao_edge, benchmarking inside the width loop is meaningless
3 mai, par Nuo Mi