[flac-dev] Patch for cross compilation with MinGW32

2012-06-23 Thread Christoph Terasa
, Christoph Terasa diff --git include/share/alloc.h include/share/alloc.h index 7aa17f7..3f2f2c7 100644 --- include/share/alloc.h +++ include/share/alloc.h @@ -110,7 +110,14 @@ static inline void *safe_malloc_add_4op_(size_t size1, size_t size2, size_t size return safe_malloc_(size4

Re: [flac-dev] Flac HiRes decoding problems

2012-12-13 Thread Christoph Terasa
On 12/13/2012 10:55 AM, Erik de Castro Lopo wrote: > Klaus Schulz wrote: > >> HireRez flac > 16/48e.g. 24/96 flacs. >> >> Decoding demands are somewhat different from 44/16 especially if a high >> compression level on 24/96 is used and the file gets decoded in realtime. >> >> The subject is pr

Re: [flac-dev] Fwd: flac 1.3.0pre1 prelease

2013-03-05 Thread Christoph Terasa
On 3/5/2013 7:54 AM, Erik de Castro Lopo wrote: > Cristian Rodríguez wrote: > >> On 03/05/2013 03:32 AM, Erik de Castro Lopo wrote: >> >>> May look at CMake after this current release. >> That will make the situation reverse, that is, better for windows, >> insane for the rest of the world. > *If*

Re: [flac-dev] snprintf and MS Visual Studio

2013-03-14 Thread Christoph Terasa
On 3/14/2013 8:00 AM, Erik de Castro Lopo wrote: > Hi all, > > There are a bunch of sprintf calls in the FLAC code base and I'd like > to replace them with calls to snprintf but I know that can cause > problems with at least some versions of Visual Studio. > > Whats the current state of play in thi

Re: [flac-dev] FLAC 1.3.0pre3 NOT lossless

2013-04-15 Thread Christoph Terasa
On 4/15/2013 6:03 PM, Martijn van Beurden wrote: > On 15-04-13 17:54, Marcus Johnson wrote: >> the audio was also 192,000khz sample rate, forgot to mention that, adn >> here are the audio files, the original, the flac, and the decoded from >> flac. >> >> the archive is 7zip, Idk where to upload it

Re: [flac-dev] New FLAC Frontend

2013-04-23 Thread Christoph Terasa
On 4/23/2013 9:28 AM, Martijn van Beurden wrote: > Hi all, > > Just as I said I would do in a previous mail to this mailing list > (http://lists.xiph.org/pipermail/flac-dev/2013-January/003644.html), > I've set up a sourceforge project with a remake of FLAC Frontend. After > a few months of develop

Re: [flac-dev] FLAC 1.3.0 released

2013-06-10 Thread Christoph Terasa
There are several links to Windows compiles in the Hydrogenaudio thread for FLAC 1.3.0 at http://www.hydrogenaudio.org/forums/index.php?showtopic=101082 . On Unices or Linuxes building from git should be straightforward enough, or you wait until the distributions/package maintainers catch up.

Re: [flac-dev] Encode wav to uncompressed flac

2013-12-02 Thread Christoph Terasa
dbPoweramp for Windows (http://www.dbpoweramp.com/) offers an encoder with uncompressed FLAC compression. It is still completely pointless, though. regards, Christoph On 12/2/2013 9:08 AM, Maciej Mączyński wrote: > File size is not important for me. I need audio data from wav file and > metadat

Re: [flac-dev] Supporting 32 bit data

2015-09-27 Thread Christoph Terasa
On 9/26/2015 9:22 AM, Erik de Castro Lopo wrote: > Hi all, > > I just noticed this: > > https://sourceforge.net/p/flac/feature-requests/91/ > > a request for support of 32 bit audio data. The request has been around > since 2008. > > Had two inial impressions: > > * Would adding this break bra

Re: [flac-dev] Windows file buffering

2015-12-10 Thread Christoph Terasa
On 12/10/2015 5:58 PM, lvqcl wrote: Erik de Castro Lopo wrote: lvqcl, Would you be able to have alook at this one? I think its Windows related: https://sourceforge.net/p/flac/feature-requests/114/ The relevant changes are