summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-17util/BindMethod: new utility class for callbacksMax Kellermann
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-17python/libs: upgrade CURL to 7.49.1Max Kellermann
2016-06-17python/libs: upgrade FFmpeg to 3.0.2Max Kellermann
2016-06-13Merge tag 'v0.19.16'Max Kellermann
2016-06-13release v0.19.16v0.19.16Max 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-10doc/user: mention the "pcm" decoder pluginMax Kellermann
2016-06-10TagStream, decoder/Thread, ...: ignore MIME type parameters for matching pluginsMax Kellermann
2016-06-10util/StringUtil: use CamelCaseMax Kellermann
2016-05-27m4: update to autoconf-archive 20150925Max Kellermann
2016-05-27python/libs: upgrade Boost to 1.61.0Max 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-14Makefile.am: compile OggVisitor.cxx only if libogg is usedMax 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-11NEWS: add missing linesMax Kellermann