Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • libFLAC/cpu.c : Use a dummy function for debugging

    27 juin 2016, par Julian Calaby
    libFLAC/cpu.c: Use a dummy function for debugging
    
    This saves 5 if statements that would have had to have been
    optimised away.
    
    • [DH] src/libFLAC/cpu.c
  • libFLAC/cpu.c : More MSVC fixes

    26 juin 2016, par Erik de Castro Lopo
    libFLAC/cpu.c: More MSVC fixes
    
    With help from lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/cpu.c
  • libFLAC/cpu.c : Fixes for MSVC

    26 juin 2016, par Erik de Castro Lopo
    libFLAC/cpu.c: Fixes for MSVC
    
    MSVC is strange and perverse.
    
    • [DH] src/libFLAC/cpu.c
  • libFLAC/cpu.c : Fix build on non-Intel CPUs

    26 juin 2016, par Erik de Castro Lopo
    libFLAC/cpu.c: Fix build on non-Intel CPUs
    
    • [DH] src/libFLAC/cpu.c
  • libFLAC/cpu.c : More cleanup and refactoring

    26 juin 2016, par Erik de Castro Lopo
    libFLAC/cpu.c: More cleanup and refactoring
    
    * Split `FLAC__cpu_info` into CPU specific functions. We now have
      `ia32_cpi_info` and `x86_64_cpu_info` and a simple obvious way
      to add support for other CPUs.
    * Improve handling of Android OS.
    * Remove more #ifdefs where possible.
    * Compile (syntax and type check) DEBUG output code even when debugging
      is disabled.
    * Remove build support for ancient NetBSD version 1.5 (version 1.6 was
      released in 2002).
    
    • [DH] src/libFLAC/cpu.c
    • [DH] src/libFLAC/include/private/cpu.h