1. 29 Jan, 2014 2 commits
  2. 28 Jan, 2014 2 commits
  3. 23 Jan, 2014 1 commit
  4. 13 Jan, 2014 1 commit
  5. 07 Jan, 2014 1 commit
  6. 19 Dec, 2013 2 commits
  7. 10 Dec, 2013 1 commit
  8. 16 Oct, 2013 1 commit
  9. 02 Oct, 2013 1 commit
  10. 04 Sep, 2013 1 commit
  11. 04 Aug, 2013 2 commits
  12. 03 Aug, 2013 1 commit
  13. 30 Jul, 2013 1 commit
  14. 29 Jan, 2013 1 commit
  15. 15 Jan, 2013 1 commit
  16. 02 Oct, 2012 1 commit
  17. 21 Mar, 2012 1 commit
  18. 04 Jan, 2012 1 commit
  19. 24 Dec, 2011 2 commits
  20. 19 Sep, 2011 1 commit
  21. 17 Sep, 2011 3 commits
  22. 01 Sep, 2011 2 commits
  23. 29 Jan, 2011 1 commit
  24. 07 Jan, 2011 1 commit
    • Max Kellermann's avatar
      output/osx: fix up audio format first, then apply it to device · b5645ab2
      Max Kellermann authored
      This is a MPD 0.16 regression: when playing a 24 bit file, the switch
      to 16 bit was made only partially, after mBytesPerPacket and
      mBytesPerFrame had already been applied.
      
      That means mBytesPerFrame referred to 24 bit, and mBitsPerChannel
      referred to 16 bits.  Of course, that cannot work.
      b5645ab2
  25. 21 Dec, 2010 2 commits
    • Greg Ward's avatar
      osx_output: always pass OS X result code to g_set_error(). · 9cb4aaf3
      Greg Ward authored
      Should be safe on OS X 10.4 (32-bit), since Apple's OSStatus boils
      down to "signed long", and g_set_error() takes gint, which is really
      just "int".  Assigning "signed long" to "int" on 32-bit Unix should be
      just fine, since both are signed 32-bit ints.
      
      No idea if this is safe on 64-bit OS X.
      9cb4aaf3
    • Greg Ward's avatar
      osx_output: allow user to specify other audio devices. · 80dc6021
      Greg Ward authored
      Add new config parameter 'device' to audio_output type "osx":
      - if not supplied or set to "default", open default device
      - if set to "system", open system device
      - otherwise 'device' should be an audio device name: mpd will find and
        open the specified audio device, falling back to the default
        device if it's not found
      80dc6021
  26. 01 Jan, 2010 1 commit
  27. 02 Dec, 2009 1 commit
  28. 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
  29. 20 Sep, 2009 2 commits
  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