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 "sox

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

2012-05-07 Thread Eric Wong
Cristian Rodríguez 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 previous experience

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

2012-05-05 Thread Eric Wong
Cristian Rodríguez 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) { > +md5_failed =

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

2012-04-24 Thread Eric Wong
Cristian Rodríguez 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@xiph.org http://lists.xiph.o

[Flac-dev] ARM asm optimizations for FLAC

2009-03-08 Thread Eric Wong
ts and get them 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, th

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

2006-07-23 Thread Eric Wong
ename, /*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
ing trouble with: http://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[],

Re: [Flac-dev] libFLAC bitbuffer optimizations

2005-01-24 Thread Eric Wong
e second patch got another 2%. a question though, why do > you have: > > + *(++vals); > > in two places instead of just ++vals; ? Lack of sleep :) -- Eric Wong signature.asc Description: Digital signature ___ Flac-dev mai

Re: [Flac-dev] CVS?

2005-01-06 Thread Eric Wong
itory moved elsewhere? AnonCVS still works for me. :pserver:[EMAIL PROTECTED]:/cvsroot/flac -- Eric Wong signature.asc Description: Digital signature ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] libFLAC bitbuffer optimizations

2005-01-01 Thread Eric Wong
history = &data[tmp]; switch (order) { case 8: sum += (*(--qlp)) * (*(++history)); case 7: sum += (*(--qlp)) * (*(++history)); case 6: sum += (*(--qlp)) * (*(++history)); case 5: su

[Flac-dev] libFLAC bitbuffer optimizations

2004-12-28 Thread Eric Wong
RROR, only sizes of 8 and 32 are supported */ +#endif /* FLAC__BITS_PER_BLURB == 32 or 8 */ bb->blurbs -= bb->consumed_blurbs; bb->total_bits -= FLAC__BLURBS_TO_BITS(bb->consumed_blurbs); bb->consumed

[Flac-dev] [PATCH] fix compile errors with asm disabled

2004-10-01 Thread Eric Wong
tion, FLAC__int32 data[]); -#endif -#endif -#endif +# endif /* FLAC__CPU_PPC || FLAC__CPU_IA32 */ +#endif /* FLAC__NO_ASM */ /* * FLAC__lpc_compute_expected_bits_per_residual_sample() -- Eric Wong / normalperson signature.asc Description: Digital signature _