index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-06-17
util/BindMethod: new utility class for callbacks
Max Kellermann
2016-06-17
input/async: use class HugeAllocation
Max Kellermann
2016-06-17
util/HugeAllocator: add class HugeAllocation
Max Kellermann
2016-06-17
util/HugeAllocator: add "noexcept"
Max Kellermann
2016-06-17
util/HugeAllocator: throw std::bad_alloc on error
Max Kellermann
2016-06-17
python/libs: upgrade CURL to 7.49.1
Max Kellermann
2016-06-17
python/libs: upgrade FFmpeg to 3.0.2
Max Kellermann
2016-06-13
Merge tag 'v0.19.16'
Max Kellermann
2016-06-13
release v0.19.16
v0.19.16
Max Kellermann
2016-06-13
decoder/flac: log seek errors
Max Kellermann
2016-06-13
command/QueueCommands: eliminate duplicate code in handle_addid()
Max Kellermann
2016-06-13
Merge branch 'addid-with-pos' of git://github.com/ewollesen/MPD
Max Kellermann
2016-06-13
return id for "addid" with position
Eric Wollesen
2016-06-13
player/Thread: cancel outputs before seeking
Max Kellermann
2016-06-12
util/WStringAPI: wcpcpy(3) is not yet supported on OpenBSD/NetBSD
Lazaros Koromilas
2016-06-12
net/Resolver: correct includes for gettaddrinfo(3)
Lazaros Koromilas
2016-06-10
decoder/pcm: add MIME type "audio/x-mpd-float"
Max Kellermann
2016-06-10
decoder/pcm: implement RFC 2586 (audio/L16)
Max Kellermann
2016-06-10
util/MimeType: add ParseMimeTypeParameters()
Max Kellermann
2016-06-10
doc/user: mention the "pcm" decoder plugin
Max Kellermann
2016-06-10
TagStream, decoder/Thread, ...: ignore MIME type parameters for matching plugins
Max Kellermann
2016-06-10
util/StringUtil: use CamelCase
Max Kellermann
2016-05-27
m4: update to autoconf-archive 20150925
Max Kellermann
2016-05-27
python/libs: upgrade Boost to 1.61.0
Max Kellermann
2016-05-14
decoder/vorbis: reimplement using class OggDecoder
Max Kellermann
2016-05-14
Revert "decoder/Thread: flush last chunk only on success"
Max Kellermann
2016-05-14
decoder/opus: move code to new class OggDecoder
Max Kellermann
2016-05-14
decoder/vorbis: reimplement _scan_stream() with plain libvorbis
Max Kellermann
2016-05-14
decoder/opus: move _scan_stream() code to OggReadPacket()
Max Kellermann
2016-05-14
decoder/OggFind: move to lib/xiph/
Max Kellermann
2016-05-14
Makefile.am: compile OggVisitor.cxx only if libogg is used
Max Kellermann
2016-05-13
decoder/opus: move code to class OggVisitor
Max Kellermann
2016-05-13
lib/xiph/OggStreamState: add wrapper for ogg_stream_reset()
Max Kellermann
2016-05-13
decoder/opus: change return types to void
Max Kellermann
2016-05-13
decoder/API: add class StopDecoder
Max Kellermann
2016-05-13
decoder/opus: throw exceptions instead of returning DecoderCommand::STOP
Max Kellermann
2016-05-13
decoder/Thread: catch exceptions
Max Kellermann
2016-05-13
decoder/Thread: flush last chunk only on success
Max Kellermann
2016-05-13
decoder/Thread: move code to DecoderUnlockedRunUri()
Max Kellermann
2016-05-13
decoder/opus: move OggSyncState into class MPDOpusDecoder
Max Kellermann
2016-05-13
decoder/opus: pass DecoderReader to constructor
Max Kellermann
2016-05-13
decoder/Reader: add methods GetDecoder(), GetInputStream()
Max Kellermann
2016-05-13
decoder/Reader: change Decoder pointer to reference
Max Kellermann
2016-05-13
decoder/opus: change Decoder pointers to references
Max Kellermann
2016-05-11
decoder/opus: remove ogg_page parameter from constructor
Max Kellermann
2016-05-11
decoder/opus: add method IsInitialized()
Max Kellermann
2016-05-11
decoder/opus: make internal methods "private"
Max Kellermann
2016-05-11
decoder/opus: move everything into anonymous namespace
Max Kellermann
2016-05-11
util/AllocatedString: work around bogus gcc6 warning
Max Kellermann
2016-05-11
NEWS: add missing lines
Max Kellermann
[next]