1. 02 Jan, 2018 3 commits
  2. 10 Aug, 2017 1 commit
  3. 08 Aug, 2017 1 commit
  4. 07 Aug, 2017 1 commit
  5. 25 Jan, 2017 4 commits
  6. 03 Jan, 2017 1 commit
  7. 09 Nov, 2016 1 commit
  8. 02 Nov, 2016 1 commit
  9. 26 Feb, 2016 1 commit
  10. 21 Jan, 2015 1 commit
  11. 01 Jan, 2015 1 commit
  12. 04 Dec, 2014 2 commits
  13. 03 Dec, 2014 1 commit
  14. 02 Dec, 2014 1 commit
  15. 29 Jan, 2014 2 commits
  16. 28 Jan, 2014 3 commits
  17. 23 Jan, 2014 1 commit
  18. 13 Jan, 2014 1 commit
  19. 02 Oct, 2013 1 commit
  20. 04 Sep, 2013 1 commit
  21. 04 Aug, 2013 1 commit
  22. 03 Aug, 2013 1 commit
  23. 30 Jul, 2013 2 commits
  24. 16 Apr, 2013 1 commit
  25. 06 Mar, 2012 1 commit
  26. 19 Sep, 2011 1 commit
  27. 17 Sep, 2011 2 commits
  28. 18 Jul, 2011 1 commit
  29. 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