Displaying 5 results from an estimated 5 matches for "flac__bitbuffer_free".
2004 Sep 10
2
process_single
...decoded without
> gaps or errors in the data? It may be a buggy sync message
> (which wouldn't show up in the plugins since they are ignored).
The decoded audio has burps in it. As you would expect if some frames
aren't decoded.
I also have another problem. free(bb->buffer) in FLAC__bitbuffer_free,
eventually called by the seekable stream decoder delete causes my
application to crash.
Very strange. I wounder if my two problems are related. The bitbuffer
gets data moved around when read it called, so maybe they are related.
It really seems like there is some memory craziness going on.
I r...
2004 Sep 10
0
flac-1.0.3_beta released
...on fault.
[Switching to Thread 1024 (LWP 26534)]
__pthread_mutex_lock (mutex=0x66910) at mutex.c:99
99 mutex.c: No such file or directory.
in mutex.c
(gdb) where
#0 __pthread_mutex_lock (mutex=0x66910) at mutex.c:99
#1 0x403b0fe8 in __libc_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_strea...
2004 Sep 10
2
process_single
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[To: flac-dev@lists.sourceforge.net]
Has anyone successfully decoded a FLAC by a series of process_single's
(I'm using the seekable_stream interface)?
Whenever the process_single make a read callback, then next time I call
process single, the decoder losses sync.
I'm trying to determine if it is a problem in my code, or a problem in
2004 Sep 10
1
flac-1.0.3_beta released
...(LWP 26534)]
> __pthread_mutex_lock (mutex=0x66910) at mutex.c:99
> 99 mutex.c: No such file or directory.
> in mutex.c
> (gdb) where
> #0 __pthread_mutex_lock (mutex=0x66910) at mutex.c:99
> #1 0x403b0fe8 in __libc_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
> (decod...
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.