1. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  2. 31 Oct, 2018 1 commit
  3. 25 Oct, 2018 2 commits
  4. 20 Jan, 2018 1 commit
  5. 15 Jan, 2018 1 commit
  6. 12 Jan, 2018 1 commit
  7. 03 Jan, 2017 1 commit
  8. 26 Feb, 2016 1 commit
  9. 01 Jan, 2015 1 commit
  10. 21 Nov, 2014 1 commit
  11. 06 Feb, 2014 1 commit
  12. 24 Jan, 2014 1 commit
  13. 13 Jan, 2014 1 commit
  14. 29 Dec, 2013 1 commit
  15. 19 Dec, 2013 1 commit
    • Steven O'Brien's avatar
      add draft ALSA input plugin · 35f85ddd
      Steven O'Brien authored
      I've created an elementary input plugin that plays sound from the
      soundcard, so you can use MPD to listen to anything connected to the
      line-in jack, or to Video4Linux FM radio cards that send audio through
      the soundcard.  There has been a small number of posts here in the
      past requesting line-in input, so here is a first, simplistic stab at
      it.
      
      The patch adds a new sheme, alsa://, which causes mpd to play data
      read directly from a souncdard.  It defaults to hw:0,0, but you can
      pass any ALSA device name in the URI.  So, using mpc for example:
      
       mpc add alsa://
       mpc play
      
      will play from device hw:0,0.
      
      To use a diffferent device:
      
       mpc add alsa://hw:1,0
      35f85ddd
  16. 17 Oct, 2013 1 commit
  17. 15 Oct, 2013 1 commit
  18. 17 Apr, 2013 1 commit
    • Max Kellermann's avatar
      input/soup: plugin removed · 2df2a989
      Max Kellermann authored
      This plugin is cumbersome to support, now that MPD is migrating away
      from GLib and the GLib event loop.  It has no practical advantages
      over the CURL plugin.  Soup requires the bloated GType library.
      2df2a989
  19. 24 Jan, 2013 1 commit
  20. 21 Jan, 2013 4 commits
  21. 10 Jan, 2013 2 commits
  22. 24 Aug, 2011 1 commit
    • Max Kellermann's avatar
      input/soup: new input plugin based on libsoup · 3b9ffea3
      Max Kellermann authored
      To demonstrate the new I/O thread.  libsoup is well-integrated into
      the GLib main loop, which made this plugin pretty easy to write.
      
      As a side effect, we have to initialize the I/O thread in all debug
      programs that use the input API.
      3b9ffea3
  23. 29 Mar, 2011 1 commit
    • Simon Kagstrom's avatar
      input: Add despotify input plugin · 124d1a59
      Simon Kagstrom authored
      For Spotify tracks. Uses a spt URI, so with mpc you can play tracks
      with e.g.,
      
        mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1
        mpc play
      
      Uses the pcm_decoder_plugin for the output
      124d1a59
  24. 29 Jan, 2011 1 commit
  25. 22 Dec, 2010 1 commit
  26. 18 May, 2010 1 commit
  27. 01 Jan, 2010 1 commit
  28. 14 Dec, 2009 1 commit
  29. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  30. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  31. 08 Jan, 2009 1 commit
  32. 24 Nov, 2008 1 commit
  33. 17 Oct, 2008 1 commit
  34. 29 Aug, 2008 2 commits