1. 03 Jul, 2011 5 commits
  2. 04 Jun, 2011 2 commits
  3. 09 May, 2011 7 commits
  4. 12 Apr, 2011 1 commit
  5. 23 Mar, 2011 5 commits
  6. 19 Mar, 2011 2 commits
  7. 18 Mar, 2011 3 commits
  8. 16 Mar, 2011 4 commits
  9. 14 Mar, 2011 2 commits
  10. 09 Mar, 2011 2 commits
  11. 27 Feb, 2011 3 commits
  12. 25 Feb, 2011 1 commit
  13. 18 Feb, 2011 1 commit
  14. 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
  15. 13 Feb, 2011 1 commit