summaryrefslogtreecommitdiffstats
path: root/apps/cuesheet.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-2/+0
2014-03-10Implements starting playback from a cuesheet.Michael Sevakis1-1/+1
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett1-4/+11
2010-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon1-5/+0
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon1-2/+4
2010-03-07Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima1-1/+1
2009-07-24more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...Jonathan Gordon1-2/+3
2009-07-20fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i...Jonathan Gordon1-1/+0
2009-07-20rework cuesheet support:Jonathan Gordon1-8/+3
2009-01-31FS#9638 - temp_cue is unused and wasting memory.Bertrik Sikken1-1/+0
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-28Cleaned up playblack.h header file and usage of it.Bertrik Sikken1-0/+2
2007-11-17Code police, declare pointers in .c and expor themNils Wallménius1-2/+2
2007-11-12FS#6944 - honour the default codepage setting when reading cue sheetsRobert Kukla1-6/+6
2007-07-26Set properties for the files I added.Nicolas Pennequin1-1/+1
2007-05-28Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin1-1/+1
2007-05-14Add an item to the WPS context menu to browse a currently playing cuesheet. T...Nicolas Pennequin1-1/+4
2007-03-29Cuesheet tweaks:Nicolas Pennequin1-1/+2
2007-03-26Add support for the SONGWRITER cuesheet command, displayed as composer in the...Nicolas Pennequin1-0/+1
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-0/+85