Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/mpcdec: read the bit rate | Max Kellermann | 2015-08-05 | 1 | -4/+2 |
| | | | | | This was lost in commit 8ead8f7ea, because this was never implemented for the new API. | ||||
* | decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32> | Max Kellermann | 2015-08-05 | 1 | -11/+13 |
| | |||||
* | decoder/mpcdec: use Clamp() | Max Kellermann | 2015-08-05 | 1 | -6/+2 |
| | |||||
* | decoder/mpcdec: make buffer more local | Max Kellermann | 2015-08-05 | 1 | -2/+1 |
| | | | | Allow the compiler to invalidate buffer contents. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 1 | -7/+6 |
| | |||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | decoder/mpcdec: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+2 |
| | |||||
* | decoder/mpcdec: check InputStream::KnownSize() | Max Kellermann | 2014-08-19 | 1 | -0/+3 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -1/+1 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+278 |