1. 15 Oct, 2008 1 commit
  2. 14 Oct, 2008 21 commits
  3. 13 Oct, 2008 15 commits
  4. 12 Oct, 2008 3 commits
    • Aaron McEwan's avatar
      shout: make the protocol configurable · 2139d8bb
      Aaron McEwan authored
      Added configuration parameter "protocol" which lets the user choose
      from 3 shout protocols.  This adds support for real shoutcast servers.
      2139d8bb
    • Max Kellermann's avatar
      shout: use strcmp() instead of strncasecmp() · ff69f122
      Max Kellermann authored
      Case insensitivity isn't helpful, and comparing only the first 3 bytes
      of a configured value may encourage users to supply wrong or
      misleading values.
      ff69f122
    • Max Kellermann's avatar
      alsa: fall back to 16 bit output · ffed2fdc
      Max Kellermann authored
      If the sample format isn't supported by the device (i.e. 24 bit on
      low-end sound chips), fall back to 16 bit output.  There is code in
      pcm_utils.c which converts PCM data to 16 bit.
      ffed2fdc