1. 16 Jun, 2014 1 commit
  2. 11 Jun, 2014 1 commit
  3. 10 Jun, 2014 1 commit
  4. 26 Apr, 2014 1 commit
  5. 15 Mar, 2014 1 commit
  6. 06 Mar, 2014 1 commit
  7. 24 Feb, 2014 1 commit
  8. 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
  9. 21 Feb, 2014 1 commit
  10. 18 Feb, 2014 2 commits
  11. 17 Feb, 2014 1 commit
  12. 09 Feb, 2014 1 commit
  13. 06 Feb, 2014 2 commits
  14. 30 Jan, 2014 2 commits
  15. 27 Jan, 2014 4 commits
  16. 26 Jan, 2014 1 commit
  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. 24 Jan, 2014 1 commit
  19. 23 Jan, 2014 1 commit
  20. 20 Jan, 2014 2 commits
  21. 18 Jan, 2014 1 commit
  22. 15 Jan, 2014 1 commit
  23. 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
  24. 11 Jan, 2014 1 commit
  25. 09 Jan, 2014 2 commits
  26. 04 Jan, 2014 1 commit
  27. 29 Dec, 2013 3 commits
  28. 24 Dec, 2013 1 commit
  29. 20 Dec, 2013 1 commit
  30. 19 Dec, 2013 1 commit