Re: [Flac-dev] Difficulties in add cover art to FLAC file

2010-04-19 Thread Josh Coalson
how big is the data? there's a 16MB limit for metadata blocks. see src/share/grabbag/picture.c:grabbag__picture_parse_specification() for examples of function usage. --- On Mon, 3/8/10, Anthony Liu wrote: ... The above code will add a NULL cover art into the flac file, it works. However, aft

Re: [Flac-dev] GPU-enabled FLAC encoder available

2010-04-19 Thread Josh Coalson
there is no work on the reference tools because it's not very portable (way less than the current asm optimizations). the third party implementations are good enough I think. --- On Fri, 1/1/10, Sumit Gupta wrote: Is anyone on this mailing list working on enabling FLAC using GPUs? There is CUDA

Re: [Flac-dev] can flac be ported to ARM platform?

2010-04-19 Thread Josh Coalson
it already has been built for arm in many places. I built a version for my nslu from the original sources, with no modifications. --- On Thu, 1/7/10, 刘祥辉 wrote:   hi,everybody, i have download the flac-1.2.1.tar.bz2 f,and rebuild it in ubuntu on my PC,and it works as a plugin of XMMS,now i want

Re: [Flac-dev] Win32 and ELF created files are different

2010-04-19 Thread Josh Coalson
http://flac.sourceforge.net/faq.html#tools__different_sizes one example of variations: whether binary was compiled w/sse support or not (affects computation of lpc coefficients) --- On Tue, 2/9/10, Djeizon Barros wrote: > Hi everyone, > > I was fiddling with FLAC executable on Linux and also >

Re: [Flac-dev] Recent gcc compilation

2010-04-19 Thread Josh Coalson
--- On Sat, 3/27/10, Ruben Van Boxem wrote: > I was compiling flac 1.2.1 from msys with mingw-w64 which works > splendidly, except for one thing: examples/cpp/encode/file/main.cpp > gives an error about memcmp not being declared in this scope, which > is correct. Solution is to add #include whic