1. 02 Jun, 2009 1 commit
  2. 15 May, 2009 2 commits
  3. 04 May, 2009 1 commit
  4. 30 Apr, 2009 1 commit
  5. 29 Apr, 2009 1 commit
  6. 26 Apr, 2009 1 commit
  7. 25 Apr, 2009 1 commit
  8. 21 Apr, 2009 1 commit
    • Max Kellermann's avatar
      test: added program "read_mixer" · 63710ff5
      Max Kellermann authored
      This little program is used to test mixer plugins in an isolated
      environment.  This is ALSA-only currently, because we don't have a
      real "plugin list" yet, and I'm too lazy to implement a switch.
      63710ff5
  9. 13 Apr, 2009 4 commits
  10. 10 Apr, 2009 2 commits
  11. 02 Apr, 2009 1 commit
  12. 01 Apr, 2009 5 commits
  13. 31 Mar, 2009 1 commit
  14. 28 Mar, 2009 3 commits
  15. 21 Mar, 2009 1 commit
  16. 16 Mar, 2009 1 commit
  17. 15 Mar, 2009 4 commits
    • Max Kellermann's avatar
      vorbis_encoder: added support for all MPD tag types · ae1a7fc8
      Max Kellermann authored
      Copy all tags know to MPD to the vorbis_comment.
      ae1a7fc8
    • Max Kellermann's avatar
      Makefile.am: added documentation upload target · e1189712
      Max Kellermann authored
      This "upload" target uploads generated documentation to
      http://www.musicpd.org/doc/, and works only for my user account.
      e1189712
    • Max Kellermann's avatar
      httpd: new output plugin to replace "shout" · e62580db
      Max Kellermann authored
      Let's get rid of the "shout" plugin, and the awfully complicated
      icecast daemon setup!  MPD can do better if it's doing the HTTP server
      stuff on its own.  This new plugin has several advantages:
      
      - easier to set up - only one daemon, no password settings, no mount
        settings
      - MPD controls the encoder and thus already knows the packet
        boundaries - icecast has to parse them
      - MPD doesn't bother to encode data while nobody is listening
      
      This implementation is very experimental (no header parsing, ignores
      request URI, no icy-metadata, ...).  It should be able to suport
      several encoders in parallel in the future (with different bit rates,
      different codec, ...), to make MPD the perfect streaming server.  Once
      MPD gets multi-player support, we can even mount several different
      radio stations on one server.
      e62580db
    • Max Kellermann's avatar
      565afefc
  18. 14 Mar, 2009 9 commits