Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/audiofile: fix bit rate calculation | Max Kellermann | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | decoder/audiofile: fix indent | Max Kellermann | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 1 | -7/+7 |
| | |||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -8/+6 |
| | |||||
* | decoder/audiofile: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+1 |
| | |||||
* | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | | | | Reduce header dependencies. | ||||
* | decoder/audiofile: check InputStream::KnownSize() | Max Kellermann | 2014-08-19 | 1 | -2/+2 |
| | | | | | The plugin assumes that the size is known, but does not verify it at runtime. | ||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-11 | 1 | -2/+4 |
| | |||||
* | decoder/audiofile: log libaudiofile errors | Max Kellermann | 2014-07-10 | 1 | -4/+15 |
| | |||||
* | decoder/audiofile: make variables more local | Max Kellermann | 2014-07-10 | 1 | -28/+24 |
| | |||||
* | decoder/audiofile: implement scan_stream() instead of scan_file() | Max Kellermann | 2014-07-10 | 1 | -23/+23 |
| | |||||
* | decoder/audiofile: use audiofile_get_duration() in _stream_decode() | Max Kellermann | 2014-07-10 | 1 | -5/+2 |
| | |||||
* | decoder/audiofile: split audiofile_get_duration() | Max Kellermann | 2014-07-10 | 1 | -4/+11 |
| | |||||
* | decoder/audiofile: remove unused Error variable | Max Kellermann | 2014-07-09 | 1 | -1/+0 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-09 | 1 | -15/+29 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -3/+7 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 2014-02-07 | 1 | -5/+8 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+267 |