Les articles publiés sur le site
-
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
-
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
-
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
-
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
-
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>