1. 20 Oct, 2013 1 commit
  2. 19 Oct, 2013 1 commit
  3. 16 Oct, 2013 1 commit
  4. 15 Oct, 2013 1 commit
  5. 05 Sep, 2013 1 commit
  6. 30 Jul, 2013 1 commit
  7. 28 Jul, 2013 1 commit
  8. 08 Apr, 2013 2 commits
  9. 08 Jan, 2013 1 commit
  10. 03 Jan, 2013 3 commits
  11. 25 Aug, 2012 1 commit
  12. 26 Jul, 2012 1 commit
  13. 09 Feb, 2012 1 commit
  14. 09 May, 2011 1 commit
  15. 01 Apr, 2010 1 commit
  16. 28 Mar, 2010 1 commit
    • Orivej Desh's avatar
      cue: prepend pregap to the beginning of the track · 635791d1
      Orivej Desh authored
      .. rather then append to the end of the previous one
      
      Cuebreakpoints from the cuetools package has three modes of operation,
      and the default is to append pregap (INDEX 00) to the end of the
      previous track. This is the behavior most compliant to the existing
      cue files.
      
      Here is the patch which fixes the issue. I borrowed bits of
      implementation from cuebreakpoints. I assumed that the whole audio
      file must be covered by head-to-head going tracks, which is how
      hardware CD players probably work. In cue_tag I changed rounding from
      rounding up to rounding down because the thing in mpd which calculates
      actual track duration (and current position) rounds it down, and I
      didn't want to see in my playlist values different from whose in a
      now-playing progress bar.
      
      I've compared the resultant mpd behaviour with "mplayer -ss MM:SS.MS"
      where the time was supplied by cuebreakpoints and noticed that mplayer
      started each track a bit earlier then mpd, though this was the same
      before the patch.
      635791d1
  17. 17 Mar, 2010 1 commit
  18. 16 Dec, 2009 9 commits
  19. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  20. 13 Oct, 2009 1 commit
  21. 31 Mar, 2009 1 commit
    • Jochen Keil's avatar
      Build tags from information in cue sheets · d41e7f7c
      Jochen Keil authored
      With these methods a tag struct can be created
      from the cdtext information in a cue sheet.
      The methods depend on a cue parsing library.
      Reading from strings (char*) as well as from
      a file (FILE*) is supported.
      d41e7f7c