Les articles publiés sur le site
-
12 juillet 2015, par Erik de Castro Lopo
libFLAC/cpu.c: Assume Android has SSE
According to https://developer.android.com/ndk/guides/abis.html#x86
Android always support SSE, so there's no need to test SSE OS support.
Why both __ANDROID__ and ANDROID are tested:
http://stackoverflow.com/questions/15328751/android-macro-suddenly-not-defined
http://stackoverflow.com/questions/6374523/how-to-detect-compilation-by-android-ndk-in-a-c-c-file
https://groups.google.com/forum/#!topic/android-ndk/cf9_f1SLXls
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
10 juillet 2015, par Erik de Castro Lopo
flac/foreign_metadata: Fix for odd RIFF chunk size
Accept odd values to ckSize of RIFF chunk. FLAC should read these
but should avoid creating them.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Closes: https://sourceforge.net/p/flac/support-requests/152/
Closes: https://sourceforge.net/p/flac/bugs/419/
- [DH] src/flac/foreign_metadata.c
-
6 juillet 2015, par Erik de Castro Lopo
libFLAC/metadata_object.c: Assign NULL after free()
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/metadata_object.c
-
6 juillet 2015, par Erik de Castro Lopo
libFLAC/md5.c: Minor formatting fixes
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
5 juillet 2015, par Erik de Castro Lopo
libFLAC: More comment validation
When the allocation for obj->comment fails, set obj->num_comments
to zero.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/metadata_iterators.c
- [DH] src/libFLAC/metadata_object.c
- [DH] src/libFLAC/stream_decoder.c