Re: [Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-23 Thread Erik de Castro Lopo
Josh Coalson wrote: > > It is [now] possible to cross compile from Linux to windows, but the > > tests don't currently work. Josh, are you interested in fixing > > this? It should be possible to run the tests under Wine. > > the tests work for me under cygwin, I run them for every release. > what

Re: [Flac-dev] are 588 sample frames subset or nonsubset?

2008-05-23 Thread Howard Farrar
Hi Josh I realise that the compression ratio is related to the signal stationarity and blocksize, but the tests I have performed seemed to indicate that using a blocksize of 588 samples only looses about 1% of compression ratio against a blocksize of 1152 or 4608 samples. Encoding with a blocksiz

Re: [Flac-dev] are 588 sample frames subset or nonsubset?

2008-05-23 Thread Josh Coalson
hi Howard, I'll check into the discrepancy but having the FLAC blocksize match the CD sample frame size is probably not desirable. the optimal blocksize for FLAC is relative to the stationarity of the signal and the 588 sample frame is not related to that, it's an artifact of optimal storage on CD.

Re: [Flac-dev] Memory leaks due to Metadata object vorbis comment API ???

2008-05-23 Thread Josh Coalson
sorry about the delay, I replied here: http://www.hydrogenaudio.org/forums/index.php?showtopic=63444 ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] New verbosity in command line flac: progress-silent

2008-05-23 Thread Josh Coalson
if you have a sourceforge account, can you create a tracker here? http://sourceforge.net/tracker/?func=add&group_id=13478&atid=363478 --- Jean-Luc Wasmer <[EMAIL PROTECTED]> wrote: > Hi, > > Would it be possible to add a new verbosity level? [...] ___

Re: [Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-23 Thread Josh Coalson
--- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Hi all, > > The following patch fixes cross compiling from Linux to windows. > > The existing code was doing: > > #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ > #include /* for SIZE_MAX in case limits.h didn't ge

Re: [Flac-dev] FLAC__metadata_get_picture()

2008-05-23 Thread Josh Coalson
that is a convenience function for trying to get the best picture that matches a constraint. to get more than one, you should use one of the iterator interfaces: http://flac.sourceforge.net/api/group__flac__metadata.html --- "Alex J. Ivasyuv" <[EMAIL PROTECTED]> wrote: > Hi all! > > I have a