Martijn van Beurden

Results 268 comments of Martijn van Beurden

Decoding of chained streams is turned off by default. This is because users of libFLAC (programs to play music with for example) haven't been equipped to deal with this new...

@whatamesss I introduced a new decoder state and added a few new functions. These are (of course) not yet handled and used by mpd. That is why an application needs...

@whatamesss I assume this is mpd? As said before, players need to be slightly modified to work with chained streams. libFLAC does the heavy lifting, but this PR needs some...

I just found out that seeking in chained multiplexed streams is terribly broken, and needs to be fixed. Note to self: the current way to determine the location in the...

Hi all, I'm planning to merge this very soon, probably tomorrow if nothing comes up. If you have objections, please let me know.

I'm pretty sure the culprit is here https://github.com/xiph/flac/blob/8d648456a2d7444d54a579e365bab4c815ac6873/src/flac/encode.c#L70 As you might understand, this has a low priority

I just made a pull request for a potential fix for this issue. Could you try again with the binary under https://github.com/xiph/flac/actions/runs/12135436767 (as soon as it is finished)

> So it looks like the decoder knows that AIFC-none and AIFC-sowt are different, but not that old-fashion AIFF and AIFC are different formats? This is 'first come, first served'...

FLAC is a lossless audio compressor, not audio editing software. To be honest, I'd rather be rid of `--skip` and `--until` altogether, because it makes the code quite complex in...