Les articles publiés sur le site
-
7 juillet 2018, par Anton Blanchard
configure.ac: Remove SPE detection code
We don't have any SPE code, so there's no need to detect it
at configure time.
Signed-off-by: Anton Blanchard <anton@ozlabs.org>
-
Add output-prefix tests
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-
Fix --output-prefix with input-files in sub-directories
And make sure to reserve the whole file path when not using --output-prefix.
Fixes https://sourceforge.net/p/flac/bugs/463/
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-
Fix miscellaneous typos.
Found via `codespell -q 3`
- [DH] configure.ac
- [DH] doc/Doxyfile.in
- [DH] doc/html/changelog.html
- [DH] doc/html/documentation_format_overview.html
- [DH] doc/html/documentation_tools_flac.html
- [DH] doc/html/format.html
- [DH] include/FLAC++/decoder.h
- [DH] include/FLAC++/encoder.h
- [DH] include/FLAC/callback.h
- [DH] include/FLAC/metadata.h
- [DH] include/share/compat.h
- [DH] m4/bswap.m4
- [DH] m4/ogg.m4
- [DH] m4/xmms.m4
- [DH] man/flac.1
- [DH] man/flac.sgml
- [DH] man/metaflac.1
- [DH] man/metaflac.sgml
- [DH] src/flac/main.c
- [DH] src/libFLAC++/libFLAC++.m4
- [DH] src/libFLAC/bitreader.c
- [DH] src/libFLAC/libFLAC.m4
- [DH] src/libFLAC/ogg_decoder_aspect.c
- [DH] src/libFLAC/stream_decoder.c
- [DH] src/libFLAC/stream_encoder.c
- [DH] src/metaflac/usage.c
- [DH] src/plugin_xmms/configure.c
- [DH] src/plugin_xmms/tag.c
- [DH] src/test_libFLAC/md5.c
- [DH] test/common.sh.in
- [DH] test/test_grabbag.sh
-
20 mai 2018, par Robert Kausch
.travis.yml: Simplify file structure and add libogg dependency.