Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Merge tag 'v0.18.14' | Max Kellermann | 2014-09-11 | 1 | -0/+4 |
| | |||||
* | DecoderAPI: use std::min() | Max Kellermann | 2014-08-31 | 1 | -3/+1 |
| | |||||
* | MusicChunk: remove special case for num_frames==0 | Max Kellermann | 2014-08-31 | 1 | -3/+1 |
| | | | | Simply return an empty WritableBuffer, not a nulled one. | ||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -4/+2 |
| | |||||
* | MusicChunk: use SignedSongTime for the time stamp | Max Kellermann | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | DecoderControl: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 1 | -1/+3 |
| | |||||
* | DecoderControl: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 2014-08-28 | 1 | -15/+5 |
| | |||||
* | DetachedSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | DecoderControl: use std::chrono::duration for Seek() | Max Kellermann | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 1 | -20/+4 |
| | | | | For type safety and code readability. | ||||
* | DecoderAPI: add decoder_seek_where_frame() | Max Kellermann | 2014-08-26 | 1 | -0/+18 |
| | |||||
* | DecoderAPI: add decoder_seek_where_ms() | Max Kellermann | 2014-08-26 | 1 | -0/+17 |
| | | | | Move to fixed-point integers instead of floating point. | ||||
* | PcmConvert: Convert() returns ConstBuffer | Max Kellermann | 2014-08-12 | 1 | -3/+6 |
| | |||||
* | MusicChunk: rename struct to MusicChunk | Max Kellermann | 2014-08-12 | 1 | -2/+2 |
| | |||||
* | DecoderAPI: add function decoder_open_uri() | Max Kellermann | 2014-05-22 | 1 | -0/+32 |
| | | | Move and refactor code from the Wavpack decoder plugin. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+597 |