Re: [flac-dev] metaflac --show-all-tags (patch)

2020-09-19 Thread Eric Wong
Harald Dunkel wrote: > I always wondered why there is no "metaflac --show-all-tags", in > parallel to --remove-all-tags. Not a maintainer, but I used "-" (stdout) as the destination for "--export-tags-to=" for many years: metaflac --export-tags-to=- /path/to.flac Nowadays, I prefer

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

2012-05-07 Thread Eric Wong
Cristian Rodríguez crrodrig...@opensuse.org wrote: El 07/05/12 06:23, Miroslav Lichvar escribió: On Sat, May 05, 2012 at 05:34:31PM -0400, Cristian Rodríguez wrote: This has the advantage of being more efficient than the included Btw, how much more efficient and on what hardware? Based on

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

2012-05-05 Thread Eric Wong
Cristian Rodríguez crrodrig...@opensuse.org wrote: +#if defined(HAVE_OPENSSL) +/* decoder-private_-computed_md5sum is NULL when decoder-private_-do_md5_checking == false +* that causes assertion failure crash in openSSL. +*/ +if(decoder-private_-do_md5_checking) { +

Re: [flac-dev] [PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite

2012-04-24 Thread Eric Wong
Cristian Rodríguez crrodrig...@opensuse.org wrote: export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) however is not gonna work with dash. $$ works (in POSIX AFAIK, unlike $RANDOM) and sufficient for this purpose ___ flac-dev mailing list

[Flac-dev] ARM asm optimizations for FLAC

2009-03-08 Thread Eric Wong
merged up for inclusion, feel free to do so. I have no time to continue development on these. There are some caveats/warnings in the original commit messages there, so please be aware of them. I've had these running for several years now without any problems, though. -- Eric Wong

[Flac-dev] [PATCH] Fix a compile bug with gcc 2.95 in src/plugin_common/replaygain.c

2006-07-23 Thread Eric Wong
, /*read_only=*/true, /*preserve_file_stats=*/true)) { FLAC__bool got_vorbis_comments = false; -- Eric Wong ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

[Flac-dev] two small-ish optimizations (death by a thousand cuts)

2005-02-02 Thread Eric Wong
://archzoom.sourcecontrol.net/archzoom.cgi/[EMAIL PROTECTED]/flac--ipod--1.1.0--patch-19/src/libFLAC/arm/lpc_asm.s -- Eric Wong --- orig/src/libFLAC/lpc.c +++ mod/src/libFLAC/lpc.c @@ -293,6 +293,209 @@ void FLAC__lpc_restore_signal(const FLAC__int32 residual[], unsigned data_len, const