Displaying 3 results from an estimated 3 matches for "flac__stream_decoder_error_lost_sync".
2004 Sep 10
1
flac-1.0.3_beta released
...to add a FLAC__FileEncoder
and on top of that a FLAC__WAVEEncoder or something like that.
> 3. 'metadata --remove-vc-all' corrupts the target file if there is
> any
> VORBIS_COMMENT block present. 'metadata' can still read the file,
> but
> decoding errors out with FLAC__STREAM_DECODER_ERROR_LOST_SYNC. This
> seems to be permanent corruption: no further operations, including
> removing the VORBIS_COMMENT block, will restore it.
I found this recently too. It is fixed in CVS. I am not
sure whether I should do a 1.0.3_beta2 but I'll take suggestions.
Josh
__________________________...
2004 Sep 10
2
possible bug in process_metadata()
...ecoder->protected_->state = FLAC__STREAM_DECODER_READ_FRAME;
return true;
process_metadata() then breaks out of the while() loop because
of this condition:
case FLAC__STREAM_DECODER_READ_FRAME:
return true;
BTW2 - the errorCallback() is called once during process_metadata()
with status = FLAC__STREAM_DECODER_ERROR_LOST_SYNC
- Peter.
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.