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-22
decoder/mad: convert `Tag**` parameter to just `Tag*`
Max Kellermann
2018-10-22
decoder/mad: use class UniqueId3Tag
Max Kellermann
2018-10-22
decoder/mad: don't initialize xing::frames
Max Kellermann
2018-10-22
decoder/mad: remove unused attribute from `xing::magic`
Max Kellermann
2018-10-22
Merge branch 'master' of git://github.com/skidoo23/MPD
Max Kellermann
2018-10-19
decoder/mad: use mad_bit_skip() where appropriate
Max Kellermann
2018-10-19
decoder/audiofile: larger stack buffer to reduce overhead
Max Kellermann
2018-10-19
decoder/sndfile: make `vio` constexpr
Max Kellermann
2018-10-19
decoder/mad: move parse_id3_mixramp() to src/tag/Id3ReplayGain.cxx
Max Kellermann
2018-10-19
tag/Id3Scan: make struct id3_tag pointers `const`
Max Kellermann
2018-10-19
tag/Rva2: make struct id3_tag pointers `const`
Max Kellermann
2018-10-17
tag: new tag Label
skidoo23
2018-10-17
doc: remove the DocBook protocol documentation, has been converted to Sphinx
Max Kellermann
2018-10-17
doc/index.rst: fix the converted protocol documentation
Max Kellermann
2018-10-17
doc/index.rst: link the converted protocol documentation
Max Kellermann
2018-10-17
Merge branch 'protocol2rst' of git://github.com/rain0r/MPD
Max Kellermann
2018-10-16
test: use GTest instead of cppunit
Max Kellermann
2018-10-16
input/Error: add `noexcept`
Max Kellermann
2018-10-16
doc/meson.build: fix target for "upload" target
Max Kellermann
2018-10-16
decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp)
skidoo23
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
[next]