Re: [flac-dev] Patch to add buffering to decoding too

2014-09-27 Thread Janne Hyvärinen
On 27.9.2014 8:54, Erik de Castro Lopo wrote: > Janne Hyvärinen wrote: > >> Removed buffer size increase. Only tells the filesize to Windows now. > Would it not be possible to do the same when encoding? Of course we > don't know the exact size of the output file, but guessing at 70% of > 80% of the

Re: [flac-dev] Disk fragmentation

2014-09-27 Thread lvqcl
Erik de Castro Lopo wrote: > IN fact, doing > it there has the advantage of fixing it for Windows users of the > library as well as Windows users of the flac executable. Makes sense. ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mail

Re: [flac-dev] Patch to add buffering to decoding too

2014-09-27 Thread Janne Hyvärinen
The previous patch was bugged. The output file wasn't truncated to correct size and was a bit off from rounding the WAVE/AIFF header to smallest sector size. And RAW output didn't benefit from the change. And the existing functions didn't need changes as outputfilename was already known. Attach

Re: [flac-dev] Can't cross-compile from git now.

2014-09-27 Thread JonY
On 3/9/2013 06:20, Erik de Castro Lopo wrote: > bat guano wrote: > >> >> Hi >> I have a problem now cross-compiling FLAC from latest git. >> With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1). >> >> I think that the problem might have been introduced on 5 Mar 2013 >> with commit 05

Re: [flac-dev] Can't cross-compile from git now.

2014-09-27 Thread JonY
On 3/9/2013 09:41, JonY wrote: > On 3/9/2013 06:20, Erik de Castro Lopo wrote: >> bat guano wrote: >> >>> >>> Hi >>> I have a problem now cross-compiling FLAC from latest git. >>> With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1). >>> >>> I think that the problem might have been in

Re: [flac-dev] 2GB limit patch

2014-09-27 Thread JonY
On 3/5/2013 09:57, nu774 wrote: > 2. i686-pc-mingw also needs fseeko()/ftello() definitions (only > fseeko64() and ftello64() available). Not true for i686-w64-mingw32, it has Linux style LFS64 with _FILE_OFFSET_BITS. signature.asc Description: OpenPGP digital signature _