summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-17input/async: use class HugeAllocationMax Kellermann
2016-06-17util/HugeAllocator: add class HugeAllocationMax Kellermann
2016-06-17util/HugeAllocator: add "noexcept"Max Kellermann
2016-06-17util/HugeAllocator: throw std::bad_alloc on errorMax Kellermann
2016-06-13Merge tag 'v0.19.16'Max Kellermann
2016-06-13decoder/flac: log seek errorsMax Kellermann
2016-06-13command/QueueCommands: eliminate duplicate code in handle_addid()Max Kellermann
2016-06-13Merge branch 'addid-with-pos' of git://github.com/ewollesen/MPDMax Kellermann
2016-06-13return id for "addid" with positionEric Wollesen
2016-06-13player/Thread: cancel outputs before seekingMax Kellermann
2016-06-12util/WStringAPI: wcpcpy(3) is not yet supported on OpenBSD/NetBSDLazaros Koromilas
2016-06-12net/Resolver: correct includes for gettaddrinfo(3)Lazaros Koromilas
2016-06-10decoder/pcm: add MIME type "audio/x-mpd-float"Max Kellermann
2016-06-10decoder/pcm: implement RFC 2586 (audio/L16)Max Kellermann
2016-06-10util/MimeType: add ParseMimeTypeParameters()Max Kellermann
2016-06-10TagStream, decoder/Thread, ...: ignore MIME type parameters for matching pluginsMax Kellermann
2016-06-10util/StringUtil: use CamelCaseMax Kellermann
2016-05-14decoder/vorbis: reimplement using class OggDecoderMax Kellermann
2016-05-14Revert "decoder/Thread: flush last chunk only on success"Max Kellermann
2016-05-14decoder/opus: move code to new class OggDecoderMax Kellermann
2016-05-14decoder/vorbis: reimplement _scan_stream() with plain libvorbisMax Kellermann
2016-05-14decoder/opus: move _scan_stream() code to OggReadPacket()Max Kellermann
2016-05-14decoder/OggFind: move to lib/xiph/Max Kellermann
2016-05-13decoder/opus: move code to class OggVisitorMax Kellermann
2016-05-13lib/xiph/OggStreamState: add wrapper for ogg_stream_reset()Max Kellermann
2016-05-13decoder/opus: change return types to voidMax Kellermann
2016-05-13decoder/API: add class StopDecoderMax Kellermann
2016-05-13decoder/opus: throw exceptions instead of returning DecoderCommand::STOPMax Kellermann
2016-05-13decoder/Thread: catch exceptionsMax Kellermann
2016-05-13decoder/Thread: flush last chunk only on successMax Kellermann
2016-05-13decoder/Thread: move code to DecoderUnlockedRunUri()Max Kellermann
2016-05-13decoder/opus: move OggSyncState into class MPDOpusDecoderMax Kellermann
2016-05-13decoder/opus: pass DecoderReader to constructorMax Kellermann
2016-05-13decoder/Reader: add methods GetDecoder(), GetInputStream()Max Kellermann
2016-05-13decoder/Reader: change Decoder pointer to referenceMax Kellermann
2016-05-13decoder/opus: change Decoder pointers to referencesMax Kellermann
2016-05-11decoder/opus: remove ogg_page parameter from constructorMax Kellermann
2016-05-11decoder/opus: add method IsInitialized()Max Kellermann
2016-05-11decoder/opus: make internal methods "private"Max Kellermann
2016-05-11decoder/opus: move everything into anonymous namespaceMax Kellermann
2016-05-11util/AllocatedString: work around bogus gcc6 warningMax Kellermann
2016-05-09lib/xiph/OggUtil: move code into class OggSyncStateMax Kellermann
2016-05-09lib/xiph/OggSyncState: remove unused method ExpectFirstPage()Max Kellermann
2016-05-09decoder/opus: make opus_serialno a local variableMax Kellermann
2016-05-09decoder/opus: use class OggStreamState in _stream_decode()Max Kellermann
2016-05-09decoder/opus: use C++11 initializersMax Kellermann
2016-05-09decoder/opus: make variables more localMax Kellermann
2016-05-09decoder/opus: use class OggStreamState in _scan_stream()Max Kellermann
2016-05-09lib/xiph/OggStreamState: add method GetSerialNo()Max Kellermann
2016-05-09lib/xiph/OggStreamState: add constructor with ogg_pageMax Kellermann