1. 12 May, 2014 1 commit
  2. 23 Jan, 2014 1 commit
  3. 13 Jan, 2014 1 commit
  4. 08 Jan, 2014 1 commit
  5. 28 Nov, 2013 1 commit
  6. 30 Oct, 2013 1 commit
  7. 26 Oct, 2013 1 commit
  8. 25 Oct, 2013 1 commit
  9. 23 Oct, 2013 1 commit
  10. 21 Oct, 2013 1 commit
  11. 02 Oct, 2013 1 commit
  12. 27 Sep, 2013 1 commit
  13. 04 Sep, 2013 1 commit
  14. 03 Aug, 2013 1 commit
  15. 30 Jul, 2013 3 commits
  16. 29 Jul, 2013 1 commit
  17. 06 May, 2013 1 commit
  18. 05 Jan, 2013 1 commit
  19. 02 Oct, 2012 4 commits
  20. 04 Sep, 2012 1 commit
  21. 11 Feb, 2012 1 commit
  22. 29 Jan, 2011 1 commit
  23. 08 May, 2010 1 commit
  24. 21 Mar, 2010 1 commit
    • Tim Phipps's avatar
      Add support for MixRamp tags · e7a515c8
      Tim Phipps authored
      Adds mixrampdb and mixrampdelay commands.  Reads MIXRAP_START and
      MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
      e7a515c8
  25. 17 Feb, 2010 1 commit
  26. 06 Jan, 2010 5 commits
  27. 04 Jan, 2010 1 commit
  28. 01 Jan, 2010 1 commit
  29. 26 Dec, 2009 1 commit
  30. 02 Dec, 2009 1 commit
  31. 19 Nov, 2009 1 commit
    • Max Kellermann's avatar
      decoder/flac: fixed compiler warning · 21fdf47b
      Max Kellermann authored
      Removed the "vtrack" local variable (which triggered a gcc warning
      because it was after the newly introduced NULL check), and run
      strtol() on the original parameter.
      21fdf47b