git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • tests/checkasm : fix wrong summation of bench time

    31 mars, par Niklas Haas
    tests/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
    
    • [DH] tests/checkasm/checkasm.h
  • swscale/csputils : Remove unused ff_sws_matrix3x3_rmul()

    31 mars, par Andreas Rheinhardt
    swscale/csputils: Remove unused ff_sws_matrix3x3_rmul()
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libswscale/csputils.c
    • [DH] libswscale/csputils.h
  • avformat/internal : add missing __clang__ check

    31 mars, par Kacper Michajłow
    avformat/internal: add missing __clang__ check
    
    Clang x86_64-pc-windows-msvc doesn't define __GNUC__.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DH] libavformat/internal.h
  • avutil/intmath : use AV_HAS_BUILTIN to detect builtin availability

    31 mars, par Kacper Michajłow
    avutil/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>
    
    • [DH] libavutil/intmath.h
    • [DH] libavutil/x86/intmath.h
  • avutil/hwcontext_vulkan : Remove unused variable

    31 mars, par Andreas Rheinhardt
    avutil/hwcontext_vulkan: Remove unused variable
    
    Forgotten in 8c7b00ba3ac4b55d6e48f9a5a4345bbf19c9cb2e.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavutil/hwcontext_vulkan.c