summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-22decoder/mad: convert `Tag**` parameter to just `Tag*`Max Kellermann
2018-10-22decoder/mad: use class UniqueId3TagMax Kellermann
2018-10-22decoder/mad: don't initialize xing::framesMax Kellermann
2018-10-22decoder/mad: remove unused attribute from `xing::magic`Max Kellermann
2018-10-22Merge branch 'master' of git://github.com/skidoo23/MPDMax Kellermann
2018-10-19decoder/mad: use mad_bit_skip() where appropriateMax Kellermann
2018-10-19decoder/audiofile: larger stack buffer to reduce overheadMax Kellermann
2018-10-19decoder/sndfile: make `vio` constexprMax Kellermann
2018-10-19decoder/mad: move parse_id3_mixramp() to src/tag/Id3ReplayGain.cxxMax Kellermann
2018-10-19tag/Id3Scan: make struct id3_tag pointers `const`Max Kellermann
2018-10-19tag/Rva2: make struct id3_tag pointers `const`Max Kellermann
2018-10-17tag: new tag Labelskidoo23
2018-10-17doc: remove the DocBook protocol documentation, has been converted to SphinxMax Kellermann
2018-10-17doc/index.rst: fix the converted protocol documentationMax Kellermann
2018-10-17doc/index.rst: link the converted protocol documentationMax Kellermann
2018-10-17Merge branch 'protocol2rst' of git://github.com/rain0r/MPDMax Kellermann
2018-10-16test: use GTest instead of cppunitMax Kellermann
2018-10-16input/Error: add `noexcept`Max Kellermann
2018-10-16doc/meson.build: fix target for "upload" targetMax Kellermann
2018-10-16decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp)skidoo23
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-10-14python/build/meson.py: generate `windres` lineMax Kellermann
2018-10-14python/build/meson.py: move two functions to the top levelMax Kellermann
2018-10-12decoder/wavpack: fix warning 'unused variable is_dsd' when compiled with --en...skidoo23
2018-10-08Merge branch 'cdda_set_cdspeed' of git://github.com/andrewbasterfield/MPDMax Kellermann
2018-10-07decoder/gme: fix includeMax Kellermann
2018-10-07Remove some extraneous leftover debuggingAndrew Basterfield
2018-10-07Add some docs for CDParanoia extraction speedAndrew Basterfield
2018-10-06Set cdrive speed hint for cdparanoiaAndrew Basterfield
2018-10-01db/update/ExcludeList: fix variable name in #else blockMax Kellermann
2018-10-01db/update/ExcludeList: add missing #ifdefMax Kellermann
2018-09-23util/SliceBuffer: re-add line which got lost in the last commitMax Kellermann
2018-09-23util/SliceBuffer: move code to DiscardMemory()Max Kellermann
2018-09-23player/Control: start thread on demandMax Kellermann
2018-09-23player/Control: move public methods upMax Kellermann
2018-09-23player/Control: make several methods `private`Max Kellermann
2018-09-23player/Control: remove Lock(), Unlock()Max Kellermann
2018-09-23player/Control: add LockGetSyncInfo()Max Kellermann
2018-09-23player/Thread: remove obsolete `buffered_before_play` attributeMax Kellermann
2018-09-23player/Thread: calculate `buffered_before_play` based on a fixed durationMax Kellermann
2018-09-23player/Thread: copy `buffered_before_play`Max Kellermann
2018-09-23config/File: print warning about deprecated optionsMax Kellermann
2018-09-23AudioFormat: add implicit cast to `duration::rep`Max Kellermann
2018-09-23Chrono: remove unnecessary `typedef rep`Max Kellermann
2018-09-23player/Thread: remove `buffered_before_play` from `decoder_wakeup_threshold` ...Max Kellermann
2018-09-22player/Thread: add attribute `decoder_wakeup_threshold`Max Kellermann
2018-09-22AudioFormat: remove obsolete method GetTimeToSize()Max Kellermann
2018-09-22player/CrossFade: use AudioFormat::SizeToTime() instead of GetTimeToSize()Max Kellermann
2018-09-22player/CrossFade: use std::chrono::durationMax Kellermann
2018-09-22player/CrossFade, ...: use lround()Max Kellermann