1. 18 Nov, 2010 2 commits
    • Max Kellermann's avatar
      tag_ape: move code to ape.c · 11613347
      Max Kellermann authored
      Generic library for scanning APE tags.  Eliminated one "goto"!
      11613347
    • Max Kellermann's avatar
      timer: fix integer overflow in timer_delay() · 8f46f152
      Max Kellermann authored
      Fixes a regression: for output_plugin.delay(), we added a method to
      the timer class which returns the delay in milliseconds.  This fails
      to detect negative values, because the unsigned integer is divided by
      1000, and then casted to signed.
      8f46f152
  2. 08 Nov, 2010 6 commits
  3. 07 Nov, 2010 3 commits
  4. 06 Nov, 2010 2 commits
  5. 05 Nov, 2010 13 commits
  6. 04 Nov, 2010 8 commits
  7. 03 Nov, 2010 2 commits
  8. 27 Oct, 2010 3 commits
  9. 14 Oct, 2010 1 commit