1. 14 Mar, 2011 2 commits
  2. 27 Feb, 2011 1 commit
    • Max Kellermann's avatar
      output/jack: fix crash with mono playback · 1674a4ec
      Max Kellermann authored
      With mono sound, jack_sample_size is smaller than frame_size (4 vs 2
      bytes), and "space/jack_sample_size==0".  That means mpd_jack_play()
      will return 0, although no error has occurred.
      1674a4ec
  3. 25 Feb, 2011 1 commit
  4. 15 Feb, 2011 1 commit
    • Christopher Brannon's avatar
      Insure proper initialization of stack-allocated struct. · 2a1f4539
      Christopher Brannon authored
      Version 1.0.0 of the libao library added a new field to the
      ao_sample_format struct.  It is a char * named matrix.  When
      an ao_sample_format is allocated on the stack, this field contains
      garbage.  The proper course is to insure that is initialized to NULL.
      NULL indicates that we do not want any mapping.
      The struct is now initialized using a static initializer, and this
      technique is compatible with all known versions of libao.
      2a1f4539
  5. 31 Jan, 2011 1 commit
  6. 14 Jan, 2011 1 commit
  7. 07 Jan, 2011 4 commits
  8. 21 Dec, 2010 3 commits
  9. 08 Nov, 2010 3 commits
  10. 06 Nov, 2010 2 commits
  11. 05 Nov, 2010 8 commits
  12. 04 Nov, 2010 4 commits
  13. 10 Oct, 2010 2 commits
  14. 03 Oct, 2010 1 commit
  15. 28 Sep, 2010 1 commit
  16. 23 Sep, 2010 1 commit
  17. 08 Sep, 2010 1 commit
  18. 07 Sep, 2010 1 commit
  19. 19 Aug, 2010 2 commits