summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-25decoder/mad: remove unused flag "found_xing"Max Kellermann
2014-08-24decoder/mad: convert enums/macros to constexprMax Kellermann
2014-08-24decoder/mad: make variables more localMax Kellermann
2014-08-24doc/mpd.conf.5: remove deprecated settingMax Kellermann
2014-08-24doc/{mpd.conf.5,mpdconf.example}: move documentation to the manualMax Kellermann
2014-08-24StateFile: configurable intervalMax Kellermann
2014-08-24StateFile: make "path" constMax Kellermann
2014-08-24doc/user: document the state fileMax Kellermann
2014-08-24doc/user: add comments about libao and openalMax Kellermann
2014-08-24doc/user: add comment about Linux and OSSMax Kellermann
2014-08-24doc/user: more markupMax Kellermann
2014-08-24Merge branch 'v0.18.x'Max Kellermann
2014-08-24event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()Max Kellermann
2014-08-24Merge branch 'v0.18.x'Max Kellermann
2014-08-24event/TimeoutMonitor: reset "active" flag before invoking OnTimeout()Max Kellermann
2014-08-23doc/user: document ALSA mixer plugin settingsMax Kellermann
2014-08-23decoder/dsdiff: implement seekingMax Kellermann
2014-08-23decoder/dsdiff: refactor the main decoder loopMax Kellermann
2014-08-23decoder/dsdiff: add local variable "remaining_bytes"Max Kellermann
2014-08-23decoder/dsdiff: don't skip remaining bytesMax Kellermann
2014-08-23decoder/dsdiff: eliminate local variable "buffer_samples"Max Kellermann
2014-08-23decoder/dsdiff: support only one "DSD" chunkMax Kellermann
2014-08-23pcm/PcmDsd: remove "lsbfirst" supportMax Kellermann
2014-08-23pcm/dsd2pcm: add license headersMax Kellermann
2014-08-23system/ByteOrder: <endian.h> is a non-standard header that only Linux provides.Thomas Klausner
2014-08-23decoder/dsf: implement seekingMax Kellermann
2014-08-23decoder/dsf: refactor the main decoder loopMax Kellermann
2014-08-23decoder/dsf: make the buffer more localMax Kellermann
2014-08-23decoder/dsf: eliminate pointless return statementMax Kellermann
2014-08-23decoder/dsf: use the block count internallyMax Kellermann
2014-08-23decoder/dsf: don't skip remaining bytesMax Kellermann
2014-08-23decoder/dsf: count the blocks, not the remaining bytesMax Kellermann
2014-08-23decoder/dsf: allow channel setups other than stereoMax Kellermann
2014-08-23decoder/dsf: eliminate another hard-coded stereo mode assumptionMax Kellermann
2014-08-23decoder/dsf: fix big-endian bugsMax Kellermann
2014-08-23decoder/dsf: compare with InputStream::GetRest() instead of ..GetSize()Max Kellermann
2014-08-22decoder/dsf: fix multi-channel filesMax Kellermann
2014-08-22decoder/dsf: simplify dsf_to_pcm_order()Max Kellermann
2014-08-21decoder/dsf: fix noise at end of malformed fileMax Kellermann
2014-08-21decoder/dsf: eliminate temporary bufferMax Kellermann
2014-08-21decoder/dsf: add constant DSF_BLOCK_SIZEMax Kellermann
2014-08-21decoder/dsf: use size_t loop variables when the limit is a size_tMax Kellermann
2014-08-21decoder/dsf: use memcpy()Max Kellermann
2014-08-21decoder/dsf: make the "scratch" buffer localMax Kellermann
2014-08-21Merge branch 'v0.18.x'Max Kellermann
2014-08-21decoer/dsdiff: fix endless loop on malformed fileMax Kellermann
2014-08-21decoer/dsf: fix endless loop on malformed fileMax Kellermann
2014-08-20decoder/dsf: remove unused attribute "id3_size"Max Kellermann
2014-08-19decoder/DsdLib: use offset_type instead of uint64_tMax Kellermann
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann