search for: flac__seekable_stream_decoder_delet

Displaying 5 results from an estimated 5 matches for "flac__seekable_stream_decoder_delet".

2004 Sep 10
0
Re: FLAC 1.0.3 is out
...wrote: > Yes, it's finally here. I'm looking into updating the OpenBSD port from 1.0.2 to 1.0.3 and I'm seeing some unhappiness in various regression tests: i386: | +++ libFLAC unit test: FLAC__SeekableStreamDecoder | | testing FLAC__seekable_stream_decoder_new()... OK | testing FLAC__seekable_stream_decoder_delete()... OK | testing FLAC__seekable_stream_decoder_new()... OK | testing FLAC__seekable_stream_decoder_init()... OK | testing FLAC__seekable_stream_decoder_delete()... Abort (core dumped) | ERROR during test_libFLAC | FAIL: ./test_libFLAC.sh alpha: | +++ libFLAC unit test: metadata manipulation [....
2004 Sep 10
3
FLAC 1.0.3 is out
Yes, it's finally here. See the homepage for details, but here's a summary: - 10-15% decoder speedup - 24-bit input support restored - more robust plugins - new metadata block for Vorbis-style tags - vastly improved metadata editor - fixed bug with pipes and Windows - new libFLAC++, a C++ object wrapper around libFLAC - new metadata editing interface in libFLAC and libFLAC++ - and
2004 Sep 10
0
flac-1.0.3_beta released
..._free (mem=0x40464e90) at malloc.c:3152 #2 0x4120b175 in FLAC__bitbuffer_free (bb=0x81c1bd8) at bitbuffer.c:340 #3 0x4120accb in FLAC__bitbuffer_delete (bb=0x81c1bd8) at bitbuffer.c:261 #4 0x4121fa3b in FLAC__stream_decoder_delete (decoder=0x81c1ba8) at stream_decoder.c:193 #5 0x4121cc69 in FLAC__seekable_stream_decoder_delete (decoder=0x81c1b88) at seekable_stream_decoder.c:158 #6 0x4120f759 in FLAC__file_decoder_delete (decoder=0x81c1b48) at file_decoder.c:140 #7 0x41140f26 in safe_decoder_delete_ (decoder=0x81c1b48) at plugin.c:393 #8 0x41140659 in FLAC_XMMS__cleanup () at plugin.c:216 #9 0x0805f123 in cl...
2004 Sep 10
1
flac-1.0.3_beta released
...3152 > #2 0x4120b175 in FLAC__bitbuffer_free (bb=0x81c1bd8) at > bitbuffer.c:340 > #3 0x4120accb in FLAC__bitbuffer_delete (bb=0x81c1bd8) at > bitbuffer.c:261 > #4 0x4121fa3b in FLAC__stream_decoder_delete (decoder=0x81c1ba8) > at stream_decoder.c:193 > #5 0x4121cc69 in FLAC__seekable_stream_decoder_delete > (decoder=0x81c1b88) > at seekable_stream_decoder.c:158 > #6 0x4120f759 in FLAC__file_decoder_delete (decoder=0x81c1b48) > at file_decoder.c:140 > #7 0x41140f26 in safe_decoder_delete_ (decoder=0x81c1b48) at > plugin.c:393 > #8 0x41140659 in FLAC_XMMS__cleanup () a...
2004 Sep 10
11
flac-1.0.3_beta released
I have just released a source distribution which is the candidate for the 1.0.3 release. At this time I would ask anyone who is willing to help test it to do the following: 1. download the tarball and unzip it: http://prdownloads.sourceforge.net/flac/flac-1.0.3_beta-src.tar.gz?download 2. do ./configure && make && make check This will build all code and run all the tests.