Displaying 6 results from an estimated 6 matches for "cterasa".
Did you mean:
terasa
2013 Apr 15
0
flac-dev Digest, Vol 101, Issue 11
...itself, that's
> why simple MD5-summing doesn't cut it.
>
> The FLAC file is small and encoding is very fast because most of the file
> is silence, which is very easy to encode.
>
>
>
>
>
> ---------- Forwarded message ----------
> From: Christoph Terasa <cterasa at googlemail.com>
> To: flac-dev at xiph.org
> Cc:
> Date: Mon, 15 Apr 2013 18:44:31 +0200
> Subject: Re: [flac-dev] FLAC 1.3.0pre3 NOT lossless
> On 4/15/2013 6:03 PM, Martijn van Beurden wrote:
>
>> On 15-04-13 17:54, Marcus Johnson wrote:
>>
>>> the aud...
2013 Mar 05
0
Fwd: flac 1.3.0pre1 prelease
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* I get around to it, it will be in a branch, not in
2013 Mar 14
0
snprintf and MS Visual Studio
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 this regard?
>
> Erik
Since MS refuses to support C99, the common
2015 Dec 10
0
Windows file buffering
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
>
2013 Jun 10
4
FLAC 1.3.0 released
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.
Also, congratulations to the whole development team for reinvigorating FLAC!
Christoph
On
2012 Jun 24
3
Patch for cross compilation with MinGW32
Hello,
I had some difficulties compiling the current git (
http://git.xiph.org/?p=flac.git;a=commit;h=a7e3705d051bafd1cae90f6605287cc1d9f2a18d
) using the Ubuntu 12.04 supplied MinGW32 cross compiler:
I configured the FLAC build with --host=i586-mingw32msvc
--target=i586-mingw32msvc --build=i586-linux but ran into several linker
problems. Are these options somehow wrong? It worked fine when