1. 21 Jan, 2015 1 commit
  2. 01 Jan, 2015 1 commit
  3. 31 Dec, 2014 1 commit
  4. 29 Jan, 2014 2 commits
  5. 28 Jan, 2014 2 commits
  6. 23 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
  8. 07 Jan, 2014 1 commit
  9. 19 Dec, 2013 2 commits
  10. 10 Dec, 2013 1 commit
  11. 16 Oct, 2013 1 commit
  12. 02 Oct, 2013 1 commit
  13. 04 Sep, 2013 1 commit
  14. 04 Aug, 2013 2 commits
  15. 03 Aug, 2013 1 commit
  16. 30 Jul, 2013 1 commit
  17. 29 Jan, 2013 1 commit
  18. 15 Jan, 2013 1 commit
  19. 02 Oct, 2012 1 commit
  20. 21 Mar, 2012 1 commit
  21. 04 Jan, 2012 1 commit
  22. 24 Dec, 2011 2 commits
  23. 19 Sep, 2011 1 commit
  24. 17 Sep, 2011 3 commits
  25. 01 Sep, 2011 2 commits
  26. 29 Jan, 2011 1 commit
  27. 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
  28. 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
  29. 01 Jan, 2010 1 commit
  30. 02 Dec, 2009 1 commit
  31. 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