1. 23 Dec, 2008 1 commit
  2. 17 Dec, 2008 6 commits
  3. 09 Dec, 2008 1 commit
    • Max Kellermann's avatar
      ao: use 16 bit sample format · 0dab2c5b
      Max Kellermann authored
      There have been bug reports on MPD regarding 24 bit output via
      libao/esd.  The "ao" plugin does not attempt fall back to 16 bit
      currently, and thus fails to play 24 bit audio (i.e. all mp3 files).
      Make it always use 16 bit samples for now, until more bits are
      well-tested.
      0dab2c5b
  4. 08 Dec, 2008 3 commits
  5. 01 Dec, 2008 1 commit
  6. 30 Nov, 2008 2 commits
    • Max Kellermann's avatar
      shout: fixed the lame input buffer allocation · f600f4a2
      Max Kellermann authored
      "float (*lamebuf)[2] = g_malloc()" does NOT allocate two float*
      buffers.  The formula is even wrong: it should be applied to LAME's
      output buffer, not its input buffer.
      
      Converted "lamebuf" to the two variables "left" and "right", and
      allocate them independently with the exact buffer size.  Set
      right=left if mono output is configured.
      f600f4a2
    • Max Kellermann's avatar
      shout_mp3: cast input buffer to int16_t* · a7b692a1
      Max Kellermann authored
      It's easier to work with an int16_t* pointer here.
      a7b692a1
  7. 25 Nov, 2008 7 commits
  8. 05 Nov, 2008 2 commits
  9. 04 Nov, 2008 2 commits
  10. 03 Nov, 2008 1 commit
  11. 01 Nov, 2008 1 commit
  12. 31 Oct, 2008 2 commits
  13. 30 Oct, 2008 1 commit
  14. 29 Oct, 2008 6 commits
  15. 26 Oct, 2008 2 commits