Re: [flac-dev] Higher compression modes from Flake

2013-03-16 Thread Brian Willoughby
On Mar 14, 2013, at 13:24, Declan Kelly wrote: > I want the tightest possible compression, while remaining 100% > compatible with the subset that all known FLAC decoders can > successfully > stream or play now in cars, Hi-Fi units, "MP3 players" and cell > phones. > The out and out most widely

[flac-dev] (no subject)

2013-03-16 Thread Marcus Johnson
Does FLAC support 24 bit? I remember reading about people updating ffmpeg for 24 bit support so I'm not really sure what's going on. ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

[flac-dev] Fwd: (no subject)

2013-03-16 Thread Johnny Rosenberg
Ooops, I accidently replied privately, sorry for that. Here's to the list (the corrected version, since I accidently omitted a word in my original reply): -- Forwarded message -- From: Johnny Rosenberg Date: 2013/3/16 Subject: Re: [flac-dev] (no subject) To: Marcus Johnson 201

[flac-dev] Patch to remove the dead in_flac project from the MSVC solution

2013-03-16 Thread Janne Hyvärinen
Solution file still contained the removed in_flac project causing unnecessary errors on load. --- FLAC.sln.orig Wed Mar 13 18:23:38 2013 +++ FLAC.slnSat Mar 16 19:14:43 2013 @@ -57,14 +57,6 @@ Project("{4cefbc7c-c215-11db-8314-080020 {4cefbc89-c215-11db-8314-0800200c9a6

Re: [flac-dev] Patch to add Unicode filename support for win32 flac

2013-03-16 Thread JonY
On 3/17/2013 10:33, Janne Hyvärinen wrote: > Here's a patch that makes MSVC compiled flac.exe able to use wildcards > and encode/decode files with Unicode characters in names. It may not be > the prettiest code but it fulfills its primary purpose. > I tried to alter FLAC code as little as possible.