Les articles publiés sur le site
-
31 janvier 2017, par Erik de Castro Lopo
libFLAC/lpc_intrin_sse*: Formatting cleanup
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/lpc_intrin_sse2.c
- [DH] src/libFLAC/lpc_intrin_sse41.c
-
30 janvier 2017, par Erik de Castro Lopo
FLAC__stream_encoder_finish: Sanity improvement
Previously this function would abort or crash if passed `NULL` for
the encoder. Now it just returns without crashing or aborting which
is far more sane behaviour (ie much like FLAC__stream_encoder_delete).
- [DH] src/libFLAC/stream_encoder.c
-
30 janvier 2017, par Christian Stadelmann
stream encoder: fix documentation inconsistencies
Fixes https://sourceforge.net/p/flac/bugs/452/
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] include/FLAC/stream_encoder.h
-
23 janvier 2017, par Erik de Castro Lopo
include/share/compat.h: Only define inline for C
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] include/share/compat.h
-
22 janvier 2017, par Stephen
Create .travis.yml
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Closes: https://github.com/xiph/flac/pull/28