1. 31 Oct, 2018 1 commit
  2. 23 Sep, 2018 1 commit
    • Max Kellermann's avatar
      player/Thread: calculate `buffered_before_play` based on a fixed duration · 5b2374b9
      Max Kellermann authored
      Previously, there was the setting `buffered_before_play` which
      specified a percentage of the audio buffer, defaulting to `10%`.  That
      was working well enough for quite some time, until high-quality audio
      formats became common.
      
      At 44.1 kHz, 16 bit stereo, MPD collected 2.3 seconds worth of data in
      the buffer before starting playback.  With the same default settings
      and 192 kHz, 24 bit stereo, that was only 0.27 seconds.
      
      Making this depend on the byte size only leads to high latency at low
      quality, and too little data at high quality.  The natural choice
      would be to use a duration instead of a byte size, which should give
      the same good experience with all audio formats.
      
      Since the `buffered_before_play` configuration setting was not
      understood well by users and caused more harm than good, this commit
      deprecates it.  It has now no effect.
      5b2374b9
  3. 18 Jul, 2018 1 commit
  4. 16 Jul, 2018 1 commit
  5. 15 Jul, 2018 1 commit
  6. 08 May, 2017 1 commit
  7. 03 Jan, 2017 1 commit
  8. 26 Feb, 2016 1 commit
  9. 26 Jun, 2015 1 commit
  10. 25 Jun, 2015 3 commits
  11. 22 Jan, 2015 1 commit
  12. 21 Jan, 2015 2 commits
  13. 01 Jan, 2015 1 commit
  14. 09 Dec, 2014 1 commit
  15. 24 Aug, 2014 1 commit
  16. 28 Jan, 2014 2 commits
  17. 25 Jan, 2014 1 commit
    • Max Kellermann's avatar
      neighbor: new subsystem to detect file servers on the local network · 5c4a42ca
      Max Kellermann authored
      This commit adds the NeighborPlugin API which can be used to detect
      nearby file servers that can be used by input plugins.  This list of
      servers is exported using the new "listneighbors" command.  The idle
      even "neighbor" notifies interested clients when a new neighbor is
      found or an existing one is lost.
      
      There's a lot missing currently: protocol&user documentation, and a
      way to "mount" remote servers into the music database.  Obviously,
      some code from the UPnP database plugin can be moved to a neighbor
      plugin.
      5c4a42ca
  18. 23 Jan, 2014 1 commit
  19. 13 Jan, 2014 1 commit
  20. 01 Feb, 2013 1 commit
  21. 30 Jan, 2013 1 commit