Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -2/+2 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 2014-11-22 | 1 | -3/+3 |
| | |||||
* | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 1 | -2/+3 |
| | |||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -2/+4 |
| | |||||
* | decoder/dsdiff: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -11/+4 |
| | |||||
* | decoder/dsdiff: implement seeking | Max Kellermann | 2014-08-23 | 1 | -1/+32 |
| | |||||
* | decoder/dsdiff: refactor the main decoder loop | Max Kellermann | 2014-08-23 | 1 | -17/+4 |
| | | | | | Check for STOP before decoding the first chunk. This reduces the command latency. | ||||
* | decoder/dsdiff: add local variable "remaining_bytes" | Max Kellermann | 2014-08-23 | 1 | -5/+6 |
| | | | | Remember the chunk's total size. | ||||
* | decoder/dsdiff: don't skip remaining bytes | Max Kellermann | 2014-08-23 | 1 | -1/+2 |
| | | | | Nobody cares. | ||||
* | decoder/dsdiff: eliminate local variable "buffer_samples" | Max Kellermann | 2014-08-23 | 1 | -2/+1 |
| | |||||
* | decoder/dsdiff: support only one "DSD" chunk | Max Kellermann | 2014-08-23 | 1 | -21/+4 |
| | | | | | | Eliminate the loop from dsdiff_stream_decode(). It makes the code complex, real-world files with multiple DSD chunks are outside of the specification, and the "chunk_size" variable would be bogus anyway. | ||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | decoder/DsdLib: use offset_type instead of uint64_t | Max Kellermann | 2014-08-19 | 1 | -10/+9 |
| | |||||
* | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -9/+9 |
| | | | | Reduce header dependencies. | ||||
* | Report bitrate for DSF and DSDIFF DSD decoders | Jurgen Kramer | 2014-08-16 | 1 | -2/+4 |
| | |||||
* | decoder/dsdiff: move artist/title/id3 offsets out of DsdiffMetaData | Max Kellermann | 2014-07-12 | 1 | -22/+14 |
| | | | | They are only used inside dsdiff_read_metadata_extra(). | ||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-12 | 1 | -12/+9 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-09 | 1 | -13/+12 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+523 |