1. 12 Mar, 2020 1 commit
  2. 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
  3. 22 Aug, 2018 2 commits
  4. 20 Aug, 2018 1 commit
  5. 06 Aug, 2018 2 commits
  6. 10 Aug, 2017 1 commit
  7. 03 Jan, 2017 1 commit
  8. 26 Feb, 2016 1 commit
  9. 03 Mar, 2015 1 commit
  10. 01 Jan, 2015 1 commit
  11. 13 Jan, 2014 1 commit
  12. 28 Nov, 2013 1 commit
  13. 07 Aug, 2013 1 commit
  14. 16 Jan, 2013 3 commits
  15. 14 Jan, 2013 2 commits
  16. 13 Jan, 2013 1 commit
  17. 09 Jan, 2013 2 commits
  18. 03 Jan, 2013 2 commits
  19. 29 Jan, 2011 1 commit
  20. 01 Jan, 2010 1 commit
  21. 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
  22. 28 Jul, 2009 1 commit
  23. 06 Jul, 2009 1 commit
    • Max Kellermann's avatar
      output: use the software mixer plugin · 0275690b
      Max Kellermann authored
      Do all the software volume stuff inside each output thread, not in the
      player thread.  This allows one software mixer per output device, and
      also allows the user to configure the mixer type (hardware or
      software) for each audio output.
      
      This moves the global "mixer_type" setting into the "audio_output"
      section, deprecating the "mixer_enabled" flag.
      0275690b
  24. 26 Mar, 2009 1 commit
    • Max Kellermann's avatar
      mixer: added flag "open" · 617a4fd2
      Max Kellermann authored
      Remember if a mixer object is open or closed.  Don't call open() again
      if it is already open.  This guarantees that the mixer plugin is
      always called in a consistent state, and we will be able to remove
      lots of checks from the implementations.
      
      To support mixers which are automatically opened even if the audio
      output is still closed (to set the volume before playback starts),
      this patch also adds the "global" flag to the mixer_plugin struct.
      Both ALSA and OSS set this flag, while PULSE does not.
      617a4fd2
  25. 14 Mar, 2009 2 commits
  26. 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
  27. 12 Mar, 2009 1 commit
  28. 10 Feb, 2009 1 commit
  29. 29 Jan, 2009 1 commit
    • Max Kellermann's avatar
      added support for the MMS protocol · caa4d28f
      Max Kellermann authored
      This patch implements the MMS protocol, by using libmms.  It is quite
      experimental: it does not support seeking yet, and it is currently
      using synchronous I/O, which causes MPD to hang while waiting for the
      server.
      caa4d28f
  30. 07 Jan, 2009 2 commits
  31. 03 Jan, 2009 1 commit