flac 1.3.0 pre-release |
![]() ![]() |
flac 1.3.0 pre-release |
Mar 5 2013, 07:57
Post
#26
|
|
|
Group: Members Posts: 38 Joined: 23-September 08 From: Salonica, GR Member No.: 58580 |
Is it possible for John33's optimizations to affect file size along with speed? That is the case with lossy codecs.
|
|
|
|
Mar 5 2013, 08:11
Post
#27
|
|
![]() Group: Members Posts: 607 Joined: 16-January 09 Member No.: 65630 |
The >4GB files patch can be found at kode54's FLAC github. Great job, team edit: ah... it's not that easy to make the patch, I was in a rush... can someone provide it as a patch? This post has been edited by romor: Mar 5 2013, 08:22 -------------------- Scripts (mainly foobar2000 related): http://goo.gl/yje3h
|
|
|
|
Mar 5 2013, 09:42
Post
#28
|
|
![]() Group: Members Posts: 607 Joined: 16-January 09 Member No.: 65630 |
-------------------- Scripts (mainly foobar2000 related): http://goo.gl/yje3h
|
|
|
|
Mar 5 2013, 10:04
Post
#29
|
|
|
Group: Members Posts: 14 Joined: 3-September 05 Member No.: 24291 |
QUOTE (Erik de Castro Lopo) I will answer what I can here. QUOTE (ktf) No unicode support for Windows either. Somebody that knows about windows unicode needs to work on this and supply a patch. I'm happy to help out with guidance and testing. Depends on what you mean by "unicode support". Unicode file names? UTF-8-encoded metadata in files? The latter is a matter of I/O mostly, and should already work (if it doesn't, it will have to be fixed). The former depends on what libflac (or flac, if your only concern is the commandline utility) does with filenames. Also, do you want unicode support in API? Unicode support in commandline utility? Unicode support in GUI frontend (is it free at all, by the way?)? Also, do you want libflac to remain ANSI-compatible? The API won't change, that's for sure, so do you want libflac to assume "char *" arguments to be UTF-8-encoded or encoded in locale-dependent codepage (if you were thinking of libflac providing a subset of APIs that accept "wchar_t *" - i don't see that happening). |
|
|
|
Mar 5 2013, 10:21
Post
#30
|
|
![]() Group: Members Posts: 173 Joined: 22-March 09 Member No.: 68263 |
Depends on what you mean by "unicode support". What I mean is that on linux, I can encode files with filenames that include Cyrillic or Greek characters without any problem. On Windows, it it rejects the file, saying it does not exist at all, because it doesn't "understand" anything but ANSI apparently. I guess that's a compile-time issue? edit: just to be clear, I can create a file with Cyrillic characters and feed it to most programs from the command line (like foobar2000, it plays the file just fine), but flac will say that the file doesn't exist. This post has been edited by ktf: Mar 5 2013, 10:25 -------------------- Music: sounds arranged such that they construct feelings.
|
|
|
|
Mar 5 2013, 10:37
Post
#31
|
|
![]() Group: Members Posts: 3290 Joined: 27-January 05 From: England Member No.: 19379 |
|
|
|
|
Mar 5 2013, 12:35
Post
#32
|
|
|
Group: Members Posts: 70 Joined: 9-May 10 Member No.: 80499 |
It's working fine, thanks a lot for this build but is there any chance that you could make one with this patch ? : The >4GB files patch can be found at kode54's FLAC github.
|
|
|
|
Mar 5 2013, 12:52
Post
#33
|
|
|
Group: Members Posts: 38 Joined: 23-September 08 From: Salonica, GR Member No.: 58580 |
I tried a few files and you are right: the files are larger then with 1.2.1. However, this will not be the case with the final 1.3.0, because the size increase I'm seeing is exactly 4 bytes, probably because the vendor string is now 1.3.0pre1 instead of 1.2.1, that's 4 characters more I verified this 4-byte difference with a native 1.2.1 build. |
|
|
|
Mar 5 2013, 13:12
Post
#34
|
|
|
Group: Developer (Donating) Posts: 2041 Joined: 19-October 01 From: Finland Member No.: 322 |
Maybe Case could provide the patch file instead of the compiled binary, to help out the FLAC devs. I didn't make source patch as my changes were using Windows specific variable definitions and functions. That has to be made by someone who wants to maintain linux compatibility. |
|
|
|
Mar 5 2013, 13:14
Post
#35
|
|
![]() Group: Members Posts: 1063 Joined: 4-May 04 From: France Member No.: 13875 |
As usual, Fidel Castro Loco ignored Windows. As usual, NutCase ignored Linux. -------------------- Save my friend from going homeless: http://outpost.fr/url/308w
|
|
|
|
Mar 5 2013, 14:09
Post
#36
|
|
![]() Group: Members Posts: 1037 Joined: 23-May 02 From: DE Member No.: 2107 |
If i may breathe a wish for 1.3 final in this thread: I'd really like to see EBU R128 support in FLAC.
|
|
|
|
Mar 5 2013, 18:45
Post
#37
|
|
![]() Group: Members Posts: 173 Joined: 22-March 09 Member No.: 68263 |
If i may breathe a wish for 1.3 final in this thread: I'd really like to see EBU R128 support in FLAC. There is support already? http://www.hydrogenaudio.org/forums/index....showtopic=85978 Or do you mean support in the FLAC binaries? This release is mostly about libFLAC, only a few adjustments to the utilities are made. -------------------- Music: sounds arranged such that they construct feelings.
|
|
|
|
Mar 5 2013, 19:36
Post
#38
|
|
|
Group: Members Posts: 45 Joined: 13-March 09 Member No.: 67901 |
If i may breathe a wish for 1.3 final in this thread: I'd really like to see EBU R128 support in FLAC. There is support already? http://www.hydrogenaudio.org/forums/index....showtopic=85978 Or do you mean support in the FLAC binaries? This release is mostly about libFLAC, only a few adjustments to the utilities are made. If you want a binary solution, pbelkner's command line tool, flac1770, is a great little ebu r128 scannner, similar to vorbisgain. Works great for scripting. |
|
|
|
Mar 5 2013, 20:36
Post
#39
|
|
![]() Group: Members Posts: 607 Joined: 16-January 09 Member No.: 65630 |
QUOTE On Tue, Mar 5, 2013 at 8:10 PM, Johnny Rosenberg <gurus.knugum@gmail.com> wrote: > What is the reason that libFLAC is available for Windows in the first > place? Aren't there lots of alternatives for Windows anyway? ![]() Here's Johnny! -------------------- Scripts (mainly foobar2000 related): http://goo.gl/yje3h
|
|
|
|
Mar 5 2013, 21:26
Post
#40
|
|
|
Group: Members Posts: 50 Joined: 17-April 08 Member No.: 52847 |
nothing interesting in the new version
|
|
|
|
Mar 5 2013, 22:20
Post
#41
|
|
|
Group: Developer Posts: 618 Joined: 6-December 08 From: Erlangen Germany Member No.: 64012 |
Thanks romor (and Erik)! Chris -------------------- If I don't reply to your reply, it means I agree with you.
|
|
|
|
Mar 5 2013, 22:22
Post
#42
|
|
![]() Group: Members Posts: 1037 Joined: 23-May 02 From: DE Member No.: 2107 |
If i may breathe a wish for 1.3 final in this thread: I'd really like to see EBU R128 support in FLAC. There is support already? http://www.hydrogenaudio.org/forums/index....showtopic=85978 Or do you mean support in the FLAC binaries? This release is mostly about libFLAC, only a few adjustments to the utilities are made. I prefer software that is available through linux package management. The tool you mention isn't available in any distribution i know of. FLAC 1.3 bundle will likely be widely available once it's released. Plus native support is more smooth to use for various reasons. Anyway: Great to see development again. |
|
|
|
Mar 5 2013, 23:00
Post
#43
|
|
![]() Group: Members Posts: 840 Joined: 7-October 01 Member No.: 235 |
The question to update metaflac as part of the package for higher samplerate audio is there since several years now be it R128 or anything else.
|
|
|
|
Mar 6 2013, 20:45
Post
#44
|
|
![]() Group: Members Posts: 173 Joined: 22-March 09 Member No.: 68263 |
03.flac: ERROR while decoding data state = FLAC__STREAM_DECODER_END_OF_STREAM Have you found the cause? This might be an interesting case. I'm just wondering whether 7- and 8-channel support is the only new feature for end users like me... Aside from lots of bug fixes, cleanups and harderning, a few features were added. - adding ReplayGain support for 88.2kHz, 96kHz, 176.4kHz and 192kHz files to metaflac - while it was already present in FLAC 1.2.1, --ignore-chunk-sizes can be used to encode malformed WAV-files (i.e. > 4GB) and this option is now present in the documentation - support for Wave64 and RIFF64 has been added I think that's it, but I might have missed something. Here's the changelog: https://git.xiph.org/?p=flac.git;a=shortlog -------------------- Music: sounds arranged such that they construct feelings.
|
|
|
|
Mar 7 2013, 09:25
Post
#45
|
|
|
Group: Members Posts: 38 Joined: 23-September 08 From: Salonica, GR Member No.: 58580 |
|
|
|
|
Mar 7 2013, 09:41
Post
#46
|
|
![]() Group: Members Posts: 173 Joined: 22-March 09 Member No.: 68263 |
Have you found the cause? This might be an interesting case. All tests from “check build” passed, so I guess this is not an issue. Yes, but flac 1.2.1 decodes and 1.3.0pre1 gives an error, that would be a serious regression right? Or some big bad bug in 1.2.1 which we didn't know about but fixed anyhow. This post has been edited by ktf: Mar 7 2013, 09:41 -------------------- Music: sounds arranged such that they construct feelings.
|
|
|
|
Mar 7 2013, 10:43
Post
#47
|
|
|
Group: Members Posts: 38 Joined: 23-September 08 From: Salonica, GR Member No.: 58580 |
It's difficult to spot this file again in my library. I will try though, later.
|
|
|
|
Mar 9 2013, 15:30
Post
#48
|
|
![]() Group: Members Posts: 607 Joined: 16-January 09 Member No.: 65630 |
flac-1.3.0pre2 release (link in first post)
It still doesn't compile here with MSVC out of the box. I get unresolved externals in libflac_static.lib -------------------- Scripts (mainly foobar2000 related): http://goo.gl/yje3h
|
|
|
|
Mar 9 2013, 17:56
Post
#49
|
|
|
Winamp Developer Group: Developer Posts: 662 Joined: 17-July 05 From: Ashburn, VA Member No.: 23375 |
flac-1.3.0pre2 release (link in first post) It still doesn't compile here with MSVC out of the box. I get unresolved externals in libflac_static.lib Ahh, yes you are right. Let me fix that up. I didn't catch one of these before because I was compiling without Ogg. This post has been edited by benski: Mar 9 2013, 18:38 |
|
|
|
Mar 9 2013, 20:03
Post
#50
|
|
![]() Group: Members Posts: 607 Joined: 16-January 09 Member No.: 65630 |
patch works fine now, flac compiles out of the box
-------------------- Scripts (mainly foobar2000 related): http://goo.gl/yje3h
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 13:24 |