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