index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
cuesheet.h
Age
Commit message (
Expand
)
Author
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2014-03-10
Implements starting playback from a cuesheet.
Michael Sevakis
2011-12-16
FS #12419 : Support for embedded cuesheets.
Nick Peskett
2010-07-29
Fix Database red, move the cuesheet->token code into the skin engine
Jonathan Gordon
2010-06-06
Change cuesheet handling so the id3 info is not spoofed anymore. If something...
Jonathan Gordon
2010-03-07
Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...
Teruaki Kawashima
2009-07-24
more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...
Jonathan Gordon
2009-07-20
fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i...
Jonathan Gordon
2009-07-20
rework cuesheet support:
Jonathan Gordon
2009-01-31
FS#9638 - temp_cue is unused and wasting memory.
Bertrik Sikken
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-28
Cleaned up playblack.h header file and usage of it.
Bertrik Sikken
2007-11-17
Code police, declare pointers in .c and expor them
Nils Wallménius
2007-11-12
FS#6944 - honour the default codepage setting when reading cue sheets
Robert Kukla
2007-07-26
Set properties for the files I added.
Nicolas Pennequin
2007-05-28
Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...
Nicolas Pennequin
2007-05-14
Add an item to the WPS context menu to browse a currently playing cuesheet. T...
Nicolas Pennequin
2007-03-29
Cuesheet tweaks:
Nicolas Pennequin
2007-03-26
Add support for the SONGWRITER cuesheet command, displayed as composer in the...
Nicolas Pennequin
2007-02-14
Cuesheet support by Jonathan Gordon and me (FS #6460).
Nicolas Pennequin