1. 09 Apr, 2007 1 commit
  2. 08 Apr, 2007 4 commits
  3. 05 Apr, 2007 1 commit
  4. 04 Apr, 2007 1 commit
  5. 03 Apr, 2007 2 commits
  6. 31 Mar, 2007 9 commits
  7. 23 Mar, 2007 2 commits
  8. 21 Mar, 2007 1 commit
  9. 20 Mar, 2007 8 commits
  10. 18 Mar, 2007 1 commit
  11. 09 Mar, 2007 1 commit
  12. 02 Mar, 2007 1 commit
  13. 28 Feb, 2007 1 commit
  14. 27 Feb, 2007 2 commits
  15. 24 Feb, 2007 3 commits
  16. 23 Feb, 2007 1 commit
  17. 19 Feb, 2007 1 commit
    • Eric Wong's avatar
      pcm_utils: fix libsamplerate compilation with non-C99 compilers · 08a7a86b
      Eric Wong authored
      Mixing code and declarations is ugly, anyways.
      
      We could probably get away with using alloca(), but I'm not sure
      how good compiler support is for that, either.  It's probably
      more supported than mixed declarations and code.  Nevertheless;
      we'll trigger memory checkers on exit because we don't free
      the buffers; but we won't actually leak because we reuse those
      buffers (just like the non-SRC code path).
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@5397 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      08a7a86b