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
2018-01-01
pcm/*: add "noexcept"
Max Kellermann
2018-01-01
test/run_filter: use "auto"
Max Kellermann
2018-01-01
Filter/Internal: split header
Max Kellermann
2018-01-01
Merge tag 'v0.20.14'
Max Kellermann
2018-01-01
release v0.20.14
v0.20.14
Max Kellermann
2018-01-01
[doc] Fix outdated MusicBrainz URLs (closes #179)
loujine
2017-12-30
MusicChunk: reorder attributes to reduce padding
Max Kellermann
2017-12-30
MusicChunk: make the struct size exactly 4096
Max Kellermann
2017-12-30
MusicChunk: split struct MusicChunkInfo from struct MusicChunk
Max Kellermann
2017-12-30
CrossFade: use sizeof(MusicChunk::data) instead of CHUNK_SIZE
Max Kellermann
2017-12-30
player/Thread: make seeking into a new song non-blocking
Max Kellermann
2017-12-29
player/Thread: make SEEK (partially) non-blocking
Max Kellermann
2017-12-29
poison.h: remove obsolete header
Max Kellermann
2017-12-29
Makefile.am: remove -DCPPUNIT_HAVE_RTTI=0
Max Kellermann
2017-12-29
player/Outputs: abstract interface wrapping class MultipleOutputs
Max Kellermann
2017-12-29
output/Multiple: add "noexcept"
Max Kellermann
2017-12-28
player/Thread: remove redundant outputs.Cancel() call
Max Kellermann
2017-12-28
player/Thread: ProcessCommand() returns bool
Max Kellermann
2017-12-27
player/Thread: move CommandFinished() call out of SeekDecoder(SongTime)
Max Kellermann
2017-12-27
player/Thread: update code comment
Max Kellermann
2017-12-27
test/run_filter: throw exception on error
Max Kellermann
2017-12-27
filter/Internal: return std::unique_ptr<Filter>
Max Kellermann
2017-12-27
filter/Plugin: return std::unique_ptr<PreparedFilter>
Max Kellermann
2017-12-27
filter/volume: remove from filter_plugins[]
Max Kellermann
2017-12-27
filter/{chain,convert}: remove unused FilterPlugin instances
Max Kellermann
2017-12-27
output/Source: convert prepared_filter to reference
Max Kellermann
2017-12-27
archive/Plugin: return std::unique_ptr<ArchiveFile>
Max Kellermann
2017-12-27
fs/AllocatedPath: drop obsolete GCC check
Max Kellermann
2017-12-27
Compiler.h: remove support for GCC 4.9
Max Kellermann
2017-12-26
archive/File, input/Plugin: return InputStreamPtr
Max Kellermann
2017-12-26
input/Proxy: use InputStreamPtr
Max Kellermann
2017-12-26
input/Icy: manage the parser in a std::shared_ptr
Max Kellermann
2017-12-26
Merge branch 'v0.20.x'
Max Kellermann
2017-12-26
input/curl: add missing mutex locks to OnEnd(), OnError()
Max Kellermann
2017-12-26
input/InputStream: add "noexcept"
Max Kellermann
2017-12-26
input/InputStream: use C++11 initializers
Max Kellermann
2017-12-26
archive/zzip: convert struct to class
Max Kellermann
2017-12-23
pcm/SampleFormat: remove wrong "malloc" attribute
Max Kellermann
2017-12-22
util/RefCount: remove obsolete class
Max Kellermann
2017-12-22
archive/File: eliminate Close(), make destructor virtual instead
Max Kellermann
2017-12-22
archive/iso9660: use std::shared_ptr instead of class RefCount
Max Kellermann
2017-12-22
archive/zzip: use std::shared_ptr instead of class RefCount
Max Kellermann
2017-12-22
archive/bz2: use std::shared_ptr instead of class RefCount
Max Kellermann
2017-12-22
archive/File: remove unused attribute "plugin"
Max Kellermann
2017-12-22
Merge branch 'v0.20.x'
Max Kellermann
2017-12-22
archive/{iso9660,zzip}: unlock the mutex during I/O
Max Kellermann
2017-12-22
archive/bz2: unlock the archive mutex and lock the file mutex
Max Kellermann
2017-12-22
db/update/Walk: use std::atomic_bool for the "quit" variable
Max Kellermann
2017-12-22
event/Loop: use std::atomic_bool for the "quit" variable
Max Kellermann
2017-12-22
MusicPipe: lock the mutex in Peek() and GetSize()
Max Kellermann
[next]