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-10-14
build with Meson instead of autotools
Max Kellermann
2018-10-14
python/build/meson.py: generate `windres` line
Max Kellermann
2018-10-14
python/build/meson.py: move two functions to the top level
Max Kellermann
2018-10-12
decoder/wavpack: fix warning 'unused variable is_dsd' when compiled with --en...
skidoo23
2018-10-08
Merge branch 'cdda_set_cdspeed' of git://github.com/andrewbasterfield/MPD
Max Kellermann
2018-10-07
decoder/gme: fix include
Max Kellermann
2018-10-07
Remove some extraneous leftover debugging
Andrew Basterfield
2018-10-07
Add some docs for CDParanoia extraction speed
Andrew Basterfield
2018-10-06
Set cdrive speed hint for cdparanoia
Andrew Basterfield
2018-10-01
db/update/ExcludeList: fix variable name in #else block
Max Kellermann
2018-10-01
db/update/ExcludeList: add missing #ifdef
Max Kellermann
2018-09-23
util/SliceBuffer: re-add line which got lost in the last commit
Max Kellermann
2018-09-23
util/SliceBuffer: move code to DiscardMemory()
Max Kellermann
2018-09-23
player/Control: start thread on demand
Max Kellermann
2018-09-23
player/Control: move public methods up
Max Kellermann
2018-09-23
player/Control: make several methods `private`
Max Kellermann
2018-09-23
player/Control: remove Lock(), Unlock()
Max Kellermann
2018-09-23
player/Control: add LockGetSyncInfo()
Max Kellermann
2018-09-23
player/Thread: remove obsolete `buffered_before_play` attribute
Max Kellermann
2018-09-23
player/Thread: calculate `buffered_before_play` based on a fixed duration
Max Kellermann
2018-09-23
player/Thread: copy `buffered_before_play`
Max Kellermann
2018-09-23
config/File: print warning about deprecated options
Max Kellermann
2018-09-23
AudioFormat: add implicit cast to `duration::rep`
Max Kellermann
2018-09-23
Chrono: remove unnecessary `typedef rep`
Max Kellermann
2018-09-23
player/Thread: remove `buffered_before_play` from `decoder_wakeup_threshold` ...
Max Kellermann
2018-09-22
player/Thread: add attribute `decoder_wakeup_threshold`
Max Kellermann
2018-09-22
AudioFormat: remove obsolete method GetTimeToSize()
Max Kellermann
2018-09-22
player/CrossFade: use AudioFormat::SizeToTime() instead of GetTimeToSize()
Max Kellermann
2018-09-22
player/CrossFade: use std::chrono::duration
Max Kellermann
2018-09-22
player/CrossFade, ...: use lround()
Max Kellermann
2018-09-21
AudioFormat: add TimeToSize(), SizeToTime()
Max Kellermann
2018-09-21
player/Control: convert `total_play_time` to `FloatDuration`
Max Kellermann
2018-09-21
decoder/Client: use std::chrono::duration<double> instead of raw `double`
Max Kellermann
2018-09-21
Chrono: add FloatDuration
Max Kellermann
2018-09-21
Chrono: add static method Cast()
Max Kellermann
2018-09-21
player/Thread: stop buffering if buffer is full
Max Kellermann
2018-09-21
player/Thread: simplify loop condition
Max Kellermann
2018-09-21
player/Control: convert to class
Max Kellermann
2018-09-21
player/Thread: move functions into PlayerControl
Max Kellermann
2018-09-21
decoder/Thread: add `noexcept`
Max Kellermann
2018-09-21
player/Thread: catch and log initialization errors
Max Kellermann
2018-09-21
player/Control: apply CamelCase to struct player_status
Max Kellermann
2018-09-21
player/Thread: move StartPlayerThread() into PlayerControl
Max Kellermann
2018-09-21
MusicBuffer: remove `noexcept` from constructor
Max Kellermann
2018-09-21
decoder/{Thread,Control,...}: rename source files, drop prefix
Max Kellermann
2018-09-21
decoder/Thread: move decoder_thread_start() into DecoderControl
Max Kellermann
2018-09-21
Thread/Thread: disallow copying
Max Kellermann
2018-09-21
Thread/Thread: document Start() exception
Max Kellermann
2018-09-11
doc/user.rst: document the `sles` output plugin
Max Kellermann
2018-09-11
user.rst: fixed typo state_file_interval
skidoo23
[next]