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/stream_encoder.c : Reduce about of hackery.

    4 octobre 2014, par Erik de Castro Lopo
    libFLAC/stream_encoder.c : Reduce about of  hackery.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/stream_encoder.c
  • Refactoring and simplifying of CPU detection.

    4 octobre 2014, par Erik de Castro Lopo
    Refactoring and simplifying of CPU detection.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/cpu.c
    • [DH] src/libFLAC/include/private/cpu.h
    • [DH] src/libFLAC/stream_encoder.c
  • Remove support for AMD’s 3Dnow.

    4 octobre 2014, par Erik de Castro Lopo
    Remove support for AMD's 3Dnow.
    
    AMD stopped release new chips withe 3DNow in 2010.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] configure.ac
    • [DH] src/libFLAC/Makefile.lite
    • [DH] src/libFLAC/cpu.c
    • [DH] src/libFLAC/ia32/cpu_asm.nasm
    • [DH] src/libFLAC/ia32/lpc_asm.nasm
    • [DH] src/libFLAC/include/private/cpu.h
    • [DH] src/libFLAC/include/private/lpc.h
    • [DH] src/libFLAC/libFLAC_dynamic.vcproj
    • [DH] src/libFLAC/libFLAC_dynamic.vcxproj
    • [DH] src/libFLAC/libFLAC_static.vcproj
    • [DH] src/libFLAC/libFLAC_static.vcxproj
    • [DH] src/libFLAC/stream_encoder.c
  • src/libFLAC/window.c : Add ’f’ to float literals to avoid compiler warnings.

    2 octobre 2014, par Erik de Castro Lopo
    src/libFLAC/window.c : Add 'f' to float literals to avoid compiler warnings.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/window.c
  • src/flac/decode.c : Decoder buffering improvements on Windows.

    2 octobre 2014, par Erik de Castro Lopo
    src/flac/decode.c : Decoder buffering improvements on Windows.
    
    On Windows, decoding flac files is also prone to producing fragmented
    files. Avoid fragmentation on NTFS by using Windows specific functions to
    tell Windows the size of the file beforehand.
    
    Patch-from: Janne Hyvärinen <cse@sci.fi>
    
    • [DH] src/flac/decode.c