1. 06 Aug, 2014 1 commit
  2. 23 Jun, 2014 1 commit
  3. 16 Jun, 2014 1 commit
  4. 11 Jun, 2014 1 commit
  5. 10 Jun, 2014 1 commit
  6. 26 Apr, 2014 1 commit
  7. 15 Mar, 2014 1 commit
  8. 06 Mar, 2014 1 commit
  9. 24 Feb, 2014 1 commit
  10. 22 Feb, 2014 1 commit
    • Max Kellermann's avatar
      first Android release · 4dcf0b8a
      Max Kellermann authored
      Finally, MPD runs on Android.  For some small value of "runs".  Very
      much work left, too much to describe.
      4dcf0b8a
  11. 21 Feb, 2014 1 commit
  12. 18 Feb, 2014 2 commits
  13. 17 Feb, 2014 1 commit
  14. 09 Feb, 2014 1 commit
  15. 06 Feb, 2014 2 commits
  16. 30 Jan, 2014 2 commits
  17. 27 Jan, 2014 4 commits
  18. 26 Jan, 2014 1 commit
  19. 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
  20. 24 Jan, 2014 1 commit
  21. 23 Jan, 2014 1 commit
  22. 20 Jan, 2014 2 commits
  23. 18 Jan, 2014 1 commit
  24. 15 Jan, 2014 1 commit
  25. 13 Jan, 2014 1 commit
    • Andrée Ekroth's avatar
      Shine encoding plugin · ea771c17
      Andrée Ekroth authored
      This encoding plugin features a fixed-point mp3 encoder,
      with faster encoding on architectures without a FPU.
      
      Right now the encoder is limited to stereo and 16 bit depth.
      The bitrate and sample rate can be modified in audio_output.
      
      audio_output {
              type            "httpd"
              name            "My shine stream"
              encoder         "shine"
              port            "8000"
              format          "44100:16:2"
              bitrate         "320"  # default: 128
      }
      ea771c17
  26. 11 Jan, 2014 1 commit
  27. 09 Jan, 2014 2 commits
  28. 04 Jan, 2014 1 commit
  29. 29 Dec, 2013 3 commits
  30. 24 Dec, 2013 1 commit