git.libav.org Git - libav.git/rss log

Libav master git repository

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

Les articles publiés sur le site

  • Add a compat stdatomic.h implementation based on windows atomics

    17 juillet 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on windows atomics
    
    Adapted from the code by Rémi Denis-Courmont from VLC
    
    • [DBH] compat/atomics/win32/stdatomic.h
    • [DBH] configure
  • Add a compat stdatomic.h implementation based on GCC atomics

    17 juillet 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on GCC atomics
    
    Adapted from the code by Rémi Denis-Courmont from VLC
    
    • [DBH] compat/atomics/gcc/stdatomic.h
    • [DBH] configure
  • configure : check for stdatomic.h

    17 juillet 2016, par Anton Khirnov
    configure: check for stdatomic.h
    
    Since this is a C11 feature, it requires -std=c11.
    
    Not actually used for anything yet, that will be added in the following
    commits.
    
    • [DBH] configure
  • checkasm : arm : Ignore changes to bits 0-4 and 7 of FPSCR

    17 juillet 2016, par Martin Storsjö
    checkasm: arm: Ignore changes to bits 0-4 and 7 of FPSCR
    
    These bits are set by exceptions in NEON instructions.
    
    Also print the differing bits when FPSCR is clobbered,
    and use bic instead of lsl, for clearing the topmost bits.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/checkasm/arm/checkasm.S
  • cheackasm/arm : remove NEON instructions from checkasm_checked_call_vfp

    17 juillet 2016, par Janne Grunau
    cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfp
    
    Fixes AS error on non NEON builds introduced in 71a04721145. Also
    set the fpu directly to vfp in checkasm.S to cause build errors on NEON
    builds.
    
    • [DBH] tests/checkasm/arm/checkasm.S