Re: [flac-dev] [PATCH] Add missing functions to SeekTable class

2012-05-06 Thread Cristian Rodríguez
El 06/05/12 19:18, Josh Coalson escribió: >> From: Cristian Rodríguez > >> Sent: Sunday, May 6, 2012 8:24 AM >> >> El 05/05/12 02:23, Bastiaan Timmer escribió: >>> The attached patch adds the missing FLAC__metadata_object_seektable_*() >>> functions from FLAC's metadata object methods (FLAC/metad

Re: [flac-dev] [PATCH] Add missing functions to SeekTable class

2012-05-06 Thread Josh Coalson
> From: Cristian Rodríguez > Sent: Sunday, May 6, 2012 8:24 AM > > El 05/05/12 02:23, Bastiaan Timmer escribió: >> The attached patch adds the missing FLAC__metadata_object_seektable_*() >> functions from FLAC's metadata object methods (FLAC/metadata.h) to >> FLAC++'s SeekTable class. Of the

Re: [flac-dev] [Flac-dev] Git branch with compiling fixes for win32

2012-05-06 Thread Josh Coalson
>From: Miroslav Lichvar >Sent: Friday, May 4, 2012 9:09 AM > >On Fri, May 04, 2012 at 05:53:23PM +0200, Miroslav Lichvar wrote: >> The most interesting part of the patch is the rewrite of the >> FLAC__bitreader_read_rice_signed_block function, which in the git repo >> seems to have only couple l

Re: [flac-dev] Fix cuesheet.c to allow metaflac_test.sh to run to completion

2012-05-06 Thread Josh Coalson
By that I mean, anywhere that MM:SS:FF is accepted, so is MM:SS (whose meaning is MM:SS:00) , and further, allowing MM:SS to be used regardless of the sample rate.  Then the MM:SS:00 special case can be removed; the user will always use MM:SS when the sample rate is not 44100.  The tests probabl

Re: [flac-dev] [PATCH] Add missing functions to SeekTable class

2012-05-06 Thread Cristian Rodríguez
El 05/05/12 02:23, Bastiaan Timmer escribió: > The attached patch adds the missing FLAC__metadata_object_seektable_*() > functions from FLAC's metadata object methods (FLAC/metadata.h) to FLAC++'s > SeekTable class. Of the 11 functions in the C API, only 4 are currently in > the C++ API, this pa