Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Flac 1.1.2 Released (Read 12718 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Flac 1.1.2 Released

Developer Josh Coalson has just released v1.1.2 of FLAC, short for Free Lossless Audio Codec.  FLAC is probably the most widely used lossless audio codec today.

Changelog:

New in this release are small decoding speedups for all platforms, small encoding speedups in fast (non-LPC) mode, streaming support in the XMMS plugin, and several bug fixes. For developers there are also a few additions and changes to the metadata API to make working with tags easier. See the changelog entry for complete details. This release actually wasn't supposed to happen so soon, but needed to be made to fix library naming and build problems in FLAC 1.1.1 that caused trouble for package maintainers, so unless you are having trouble with one of the particular bugs that got fixed in 1.1.2 then there is not much of a need to upgrade.

Flac 1.1.2 Released

Reply #1
Some people may even want a link 


Flac 1.1.2 Released

Reply #3
RareWares is hosting a FLAC 1.1.2 bundle now, but the previously offered
Pentium 4 version is still missing. John33 or anybody else who is capable
to create one and responsible for RareWares, could you please consider to
compile and provide a P4 version again?

Thanks.

Flac 1.1.2 Released

Reply #4
Quote
RareWares is hosting a FLAC 1.1.2 bundle now, but the previously offered
Pentium 4 version is still missing. John33 or anybody else who is capable
to create one and responsible for RareWares, could you please consider to
compile and provide a P4 version again?

Thanks.
[a href="index.php?act=findpost&pid=272066"][{POST_SNAPBACK}][/a]

Will do.  Give me 24 hours, or so, I was being lazy as it takes a while to amend the project files.

Flac 1.1.2 Released

Reply #5
I've added the P4 compiles and recompiled the P3/Generic all using ICL8.1. They're all at Rarewares now.

Flac 1.1.2 Released

Reply #6
Quote
I've added the P4 compiles and recompiled the P3/Generic all using ICL8.1. They're all at Rarewares now.
[a href="index.php?act=findpost&pid=272131"][{POST_SNAPBACK}][/a]


The P4 compile run flawlessly on my AMD Athlon64 3500+ (Winchester core that is) 

Flac 1.1.2 Released

Reply #7
Quote
I've added the P4 compiles and recompiled the P3/Generic all using ICL8.1. They're all at Rarewares now.
Thank You!

Flac 1.1.2 Released

Reply #8
Quote
Quote
I've added the P4 compiles and recompiled the P3/Generic all using ICL8.1. They're all at Rarewares now.
Thank You!

[a href="index.php?act=findpost&pid=272146"][{POST_SNAPBACK}][/a]



Huh,  where is the link?cant find

Flac 1.1.2 Released

Reply #9
Quote
Huh,  where is the link?cant find
[{POST_SNAPBACK}][/a]


[a href="http://www.rarewares.org/lossless.html]http://www.rarewares.org/lossless.html[/url]

Flac 1.1.2 Released

Reply #10
Is john33's compile much faster than the official one?

Flac 1.1.2 Released

Reply #11
i get a XMMS segfault when the 1.1.2 xmms-flac plugin is installed.

Flac 1.1.2 Released

Reply #12
Anyone succeeded in compiling the static lib? Still keeps asking for libFLAC.dll 

Flac 1.1.2 Released

Reply #13
Quote
i get a XMMS segfault when the 1.1.2 xmms-flac plugin is installed.[a href="index.php?act=findpost&pid=274094"][{POST_SNAPBACK}][/a]

segfault during installation?  or when running in xmms?  just got a patch for the latter that I haven't checked in yet, try this:

Code: [Select]
diff -urN flac-1.1.2.orig/src/plugin_xmms/configure.c flac-1.1.2/src/plugin_xmms/configure.c
--- flac-1.1.2.orig/src/plugin_xmms/configure.c 2005-01-25 07:26:29 +0300
+++ flac-1.1.2/src/plugin_xmms/configure.c      2005-02-24 12:40:37 +0300
@@ -61,7 +61,7 @@
               "", /* proxy_user */
               "", /* proxy_pass */
               FALSE, /* save_http_stream */
-               "", /* save_http_path */
+               FALSE, /* save_http_path */
               FALSE, /* cast_title_streaming */
               FALSE /* use_udp_channel */
       },

Flac 1.1.2 Released

Reply #14
Might be another thing, but xmms crashes here with 1.1.2 plugin: '*** glibc detected *** double free or corruption (out): 0xb6dfbe20 ***'
From quick searching, it's newer glibc does extra error-picking or something.
Xmms still would run if launched with say 'MALLOC_CHECK_=0 xmms'

edit
With this patch xmms doesn't crash anymore.