Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | decoder/{dsdiff,dsf,opus}: fix deadlock while seeking | Max Kellermann | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | decoder/opus: add MIME types audio/ogg and application/ogg | Max Kellermann | 2014-11-12 | 1 | -0/+7 |
| | |||||
* | decoder/opus: support chained streams | Max Kellermann | 2014-11-11 | 1 | -1/+36 |
| | |||||
* | decoder/opus: move code to HandleEOS() | Max Kellermann | 2014-11-11 | 1 | -1/+8 |
| | |||||
* | decoder/opus: improved error logging | Max Kellermann | 2014-11-11 | 1 | -4/+11 |
| | |||||
* | decoder/opus: fix mistyped LoadEOSPacket() return value | Max Kellermann | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | decoder/opus: eliminate flag "found_opus" | Max Kellermann | 2014-11-11 | 1 | -5/+3 |
| | | | | Check opus_decoder!=nullptr instead. | ||||
* | decoder/opus: add constexpr output_buffer_frames | Max Kellermann | 2014-11-11 | 1 | -8/+10 |
| | |||||
* | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 1 | -3/+6 |
| | |||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -3/+4 |
| | |||||
* | decoder/opus: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -4/+4 |
| | |||||
* | decoder/opus: remove redundant decoder_timestamp() call | Max Kellermann | 2014-08-26 | 1 | -5/+1 |
| | | | | | After seeking, the MPD core automatically refreshes the timestamp, and thus discards the value from decoder_timestamp(). | ||||
* | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -2/+2 |
| | | | | Reduce header dependencies. | ||||
* | InputStream: make offset_type unsigned | Max Kellermann | 2014-08-19 | 1 | -3/+0 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-09 | 1 | -0/+1 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -2/+2 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | InputStream: "protect" attributes | Max Kellermann | 2014-05-12 | 1 | -5/+5 |
| | |||||
* | decoder/opus: use new[] instead of g_malloc() | Max Kellermann | 2014-02-22 | 1 | -6/+2 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+485 |