Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | flac_parser: loop append buffer when the default size is not enough to get | Michael Chinen | 2010-12-30 | 1 | -14/+27 |
* | cosmetics: vertical alignment after last commit | Justin Ruggles | 2010-12-12 | 1 | -2/+2 |
* | flac_parser: only buffer the estimated amount of input needed. | Michael Chinen | 2010-12-12 | 1 | -11/+18 |
* | Make FLAC parser return frames when it has the required amount | Michael Chinen | 2010-12-12 | 1 | -1/+15 |
* | Add a FLAC parser. | Michael Chinen | 2010-12-07 | 1 | -0/+648 |