Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • configure.ac : Add -mstackrealign whenever we add -msse2.

    31 mars 2015, par Erik de Castro Lopo
    configure.ac : Add -mstackrealign whenever we add -msse2.
    
    There have been some (pretty much unconfirmed) reports of problems
    with SSE enabled but without this stack alignment flag.
    
    • [DH] configure.ac
  • src/libFLAC/lpc.c : Restore missing conditional.

    31 mars 2015, par Erik de Castro Lopo
    src/libFLAC/lpc.c : Restore missing conditional.
    
    Git commit 9c2290ade5 in-correctly removed a conditional around
    an fprintf. Thanks to mark4o on #xiph (freenode) for reporting
    this.
    
    • [DH] src/libFLAC/lpc.c
  • configure.ac : Tweak for x32 architecture.

    11 mars 2015, par Erik de Castro Lopo
    configure.ac : Tweak for x32 architecture.
    
    The x32 architecture uses and ILP32 (32 bit ints, longs and pointers)
    on an x86_64 CPU. Since the CPU is x86_64 we need to set FLAC__CPU_X86_64
    even though the pointer size is 32 bits.
    
    Patch-from: Stuart Shelton
    Closes: https://sourceforge.net/p/flac/bugs/427/
    
    • [DH] configure.ac
  • configure.ac : Fix FLAC__HAS_X86INTRIN / FLaC__SSE_OS.

    24 février 2015, par Erik de Castro Lopo
    configure.ac : Fix FLAC__HAS_X86INTRIN / FLaC__SSE_OS.
    
    * Correct definition of FLAC__HAS_X86INTRIN in config.h file.
    * Correct comparison of sse_os with 'true' instead of 'yes'.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] configure.ac
  • src/test_streams/main.c : Use flac_snprintf() instead of snprintf().

    24 février 2015, par Erik de Castro Lopo
    src/test_streams/main.c : Use flac_snprintf() instead of snprintf().
    
    MSVC doesn't have snprintf().
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/test_streams/main.c