1. 09 Oct, 2008 2 commits
    • Max Kellermann's avatar
      pcm: fixed software volume, broken by unsigned integer · 40f59cac
      Max Kellermann authored
      "volume" was passed as an unsigned integer, which is correct.  It's
      just that when it was multiplied with the sample value, the whole
      operation was changed to unsigned, breaking the algorithm (and Qball's
      ears).  Internally change "volume" to signed.
      40f59cac
    • Qball Cow's avatar
      Fix error code for "Playlist already exists" · ecc3c39e
      Qball Cow authored
      With commit 6dcd7fea (if I am not mistaken) the error returned when
      you try to save to an existing playlist is wrong.  Instead of
      MPD_ACK_ERROR_EXIST, MPD_ACK_ERROR_NO_EXIST is returned.  This is
      obviously wrong and breaks gmpc.
      ecc3c39e
  2. 08 Oct, 2008 28 commits
  3. 07 Oct, 2008 10 commits