1. 23 Dec, 2010 7 commits
  2. 22 Dec, 2010 13 commits
  3. 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
  4. 11 Dec, 2010 2 commits
  5. 07 Dec, 2010 3 commits
  6. 24 Nov, 2010 1 commit
  7. 18 Nov, 2010 4 commits
  8. 09 Nov, 2010 2 commits
  9. 08 Nov, 2010 6 commits