[flac-dev] [PATCH 2/2] bitmath: Finish up optimizations

2012-05-08 Thread Cristian Rodríguez
This patch adds support for other compilers and systems including MSVC, Intel C compiler etc.. --- src/libFLAC/bitmath.c | 48 - src/libFLAC/bitreader.c | 54 ++- src/libFLAC/include/private/bitmath.h | 120 ++--

Re: [flac-dev] [PATCH] Add missing functions to VorbisComment class + a few other things

2012-05-08 Thread Bastiaan Timmer
--- On Tue, 5/8/12, Erik de Castro Lopo wrote: > Honestly, I really doubt this is a bug in valgrind :-). How > were you testing > this? Well, I've read that there have been bugs in valgrind, were SSE optimized versions of strlen() do guaranteed safe overreads of memory, but valgrind wasn't awa

Re: [flac-dev] [PATCH] Add missing functions to VorbisComment class + a few other things

2012-05-08 Thread Erik de Castro Lopo
Bastiaan Timmer wrote: > Anyway, here's a patch that casts to FLAC__uint32, Applied. Thanks. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list

Re: [flac-dev] [PATCH] Add missing functions to VorbisComment class + a few other things

2012-05-08 Thread Erik de Castro Lopo
Bastiaan Timmer wrote: > Attached is a patch that adds 5 missing Patch applied. Thanks. > Looking at the FLAC__metadata_object_cuesheet_* FLAC__metadata_ > object_picture_* functions, it looks like the corresponding FLAC++ > classes are already complete. Maybe some functions are missing from > C

Re: [flac-dev] [PATCH] Optionally, allow distros to use openssl for MD5 verification

2012-05-08 Thread Erik de Castro Lopo
Cristian Rodríguez wrote: > flac and metaflac do not use openSSL, only libFLAC does. But flac and metaflac are GPL and link (possibly statically) to libFLAC. > Personally I don't see any technical reason to use a different library > other than politics and obscure potential license incompatibi