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
> 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
>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
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
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