Les articles publiés sur le site
-
9 août 2014, par Erik de Castro Lopo
win_utf8_io.c : Remove redundant line.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/share/win_utf8_io/win_utf8_io.c
-
9 août 2014, par Erik de Castro Lopo
win_utf8_io.c : Fix potential memory leak.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/share/win_utf8_io/win_utf8_io.c
-
9 août 2014, par Erik de Castro Lopo
win_utf8_io.c : Use vsnprintf_s instead of vsprintf.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/share/win_utf8_io/win_utf8_io.c
-
9 août 2014, par Erik de Castro Lopo
libFLAC/cpu.c : Refactor disabling SSE into a single function.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
9 août 2014, par Erik de Castro Lopo
include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.
According to patch author GCC can optimize expressions like
"(a<<8)|(a>>8)", but has problems with "(a<<8)+(a>>8)".
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] include/share/endswap.h