git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
tests/checkasm : fix wrong summation of bench time
31 mars, par Niklas Haastests/checkasm: fix wrong summation of bench time This was changed 8 years ago with the introduction of the linux-perf path, with seemingly no justification at the time. Likely a developer oversight from testing. This bug not only made --runs completely ineffective, but also meant that we didn't actually correctly filter out outliers. Fixes: e0d56f097f42bcdbe6c3b2f57df62a4da63f2094
-
swscale/csputils : Remove unused ff_sws_matrix3x3_rmul()
31 mars, par Andreas Rheinhardt -
avformat/internal : add missing __clang__ check
31 mars, par Kacper Michajłow -
avutil/intmath : use AV_HAS_BUILTIN to detect builtin availability
31 mars, par Kacper Michajłowavutil/intmath: use AV_HAS_BUILTIN to detect builtin availability Fixes use of bultins on clang x86_64-pc-windows-msvc which does not define any __GNUC__. Also on other targets __GNUC__ is defined to 4 by default, so any feature testing based on version is not really valid. Signed-off-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
avutil/hwcontext_vulkan : Remove unused variable
31 mars, par Andreas Rheinhardt