Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 1 | -2/+4 |
| | |||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -5/+12 |
| | |||||
* | decoder/vorbis: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+2 |
| | |||||
* | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | | | | Reduce header dependencies. | ||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -6/+28 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | decoder/vorbis: make VorbisInputStream::input_stream a reference | Max Kellermann | 2014-05-22 | 1 | -6/+6 |
| | |||||
* | decoder/vorbis: add VorbisInputStream constructor | Max Kellermann | 2014-05-22 | 1 | -14/+13 |
| | |||||
* | decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStream | Max Kellermann | 2014-05-22 | 1 | -7/+7 |
| | |||||
* | decoder/vorbis: add "restrict" to pointers in vorbis_interleave() | Max Kellermann | 2014-05-22 | 1 | -2/+2 |
| | | | | Allows more compiler optimizations. | ||||
* | decoder/vorbis: log libvorbis version on startup | Max Kellermann | 2014-05-22 | 1 | -1/+11 |
| | |||||
* | InputStream: "protect" attributes | Max Kellermann | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+349 |