search for: flac__fileencoder

Displaying 3 results from an estimated 3 matches for "flac__fileencoder".

Did you mean: flac__filedecoder
2004 Sep 10
1
flac-1.0.3_beta released
...header format that would break > this > * would also break all streams encoded in the previous format. > */ > > (massive bit-twiddling follows) > > As long as you're breaking API compatibility, why not fix this? I pushed this out to 1.0.4. I plan 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_...
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
...rator)); --- src/libFLAC/file_encoder.c-dist 2005-05-25 16:07:23.000000000 +0200 +++ src/libFLAC/file_encoder.c 2005-05-25 16:07:27.000000000 +0200 @@ -98,7 +98,7 @@ FLAC_API const char * const FLAC__FileEn * ***********************************************************************/ -FLAC_API FLAC__FileEncoder *FLAC__file_encoder_new() +FLAC_API FLAC__FileEncoder *FLAC__file_encoder_new(void) { FLAC__FileEncoder *encoder; --- src/libFLAC/file_decoder.c-dist 2005-05-25 16:07:23.000000000 +0200 +++ src/libFLAC/file_decoder.c 2005-05-25 16:07:27.000000000 +0200 @@ -51,7 +51,7 @@ *********************...
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.