1. 29 Jan, 2011 1 commit
  2. 01 Jan, 2010 1 commit
  3. 08 Dec, 2009 1 commit
  4. 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
  5. 23 Oct, 2009 3 commits
  6. 21 Oct, 2009 1 commit
  7. 20 Oct, 2009 1 commit
  8. 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
  9. 27 Mar, 2009 2 commits
  10. 26 Mar, 2009 4 commits
    • Max Kellermann's avatar
      mixer: don't reopen failed mixer automatically · 69759b57
      Max Kellermann authored
      If a (global) mixer has been closed due to failure, don't reopen it
      with every volume get/set.  Leave it closed until it is explicitly
      opened.
      69759b57
    • Max Kellermann's avatar
      mixer_control: close mixer on failure · 1fcf09a8
      Max Kellermann authored
      When getting or setting the volume fails, the MPD core close the
      mixer.  Moved the duplicated code from the mixer plugins.
      1fcf09a8
    • 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
    • Max Kellermann's avatar
      mixer_control: don't allow mixer==NULL · 7475ded9
      Max Kellermann authored
      As a side effect, the previous patch added the mixer==NULL checks.  It
      is now illegal to call mixer functions with a NULL argument.  Convert
      the runtime checks to assertions.
      7475ded9
  11. 14 Mar, 2009 3 commits
  12. 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
  13. 12 Mar, 2009 3 commits
  14. 16 Feb, 2009 4 commits
  15. 11 Feb, 2009 2 commits
  16. 10 Feb, 2009 6 commits
  17. 25 Jan, 2009 3 commits
  18. 17 Jan, 2009 1 commit
  19. 04 Jan, 2009 1 commit