Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | | | | Reduce header dependencies. | ||||
* | decoder/sndfile: check InputStream::KnownSize() | Max Kellermann | 2014-08-19 | 1 | -0/+3 |
| | |||||
* | decoder/sndfile: implement scan_stream() instead of scan_file() | Max Kellermann | 2014-07-11 | 1 | -5/+6 |
| | |||||
* | decoder/sndfile: make variables more local | Max Kellermann | 2014-07-11 | 1 | -10/+7 |
| | |||||
* | decoder/sndfile: support more tag types | Max Kellermann | 2014-07-11 | 1 | -0/+4 |
| | |||||
* | decoder/sndfile: add str_type to TagType table | Max Kellermann | 2014-07-11 | 1 | -3/+11 |
| | |||||
* | decoder/sndfile: move code to sndfile_handle_tag() | Max Kellermann | 2014-07-11 | 1 | -15/+12 |
| | |||||
* | decoder/sndfile: log libsndfile version on startup | Max Kellermann | 2014-07-11 | 1 | -1/+8 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-11 | 1 | -28/+27 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -2/+22 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | Merge tag 'release-0.18.10' | Max Kellermann | 2014-04-10 | 1 | -6/+20 |
| | |||||
* | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 2014-02-07 | 1 | -3/+4 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+260 |