index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
cuesheet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-3
/
+1
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-6
/
+0
2018-12-08
Fix Truncation warning in cuesheet.c->browse_cuesheet
William Wilgus
1
-1
/
+2
2018-07-25
Fix formatting cuesheet.c
William Wilgus
1
-1
/
+1
2018-07-25
Ignore cuesheet title truncation
William Wilgus
1
-1
/
+7
2018-07-25
Revert "Remove truncation from cuesheet"
William Wilgus
1
-3
/
+1
2018-07-25
Revert "Fix cuesheet printf truncation"
William Wilgus
1
-3
/
+2
2018-07-25
Fix cuesheet printf truncation
William Wilgus
1
-2
/
+3
2018-07-25
Remove truncation from cuesheet
William Wilgus
1
-1
/
+3
2014-03-10
Implements starting playback from a cuesheet.
Michael Sevakis
1
-25
/
+79
2014-01-11
cuesheet: Fix another possible buffer overflow with long filenames.
Thomas Martitz
1
-1
/
+3
2014-01-11
cuesheet: Fix possible buffer overflow with long filenames.
Thomas Martitz
1
-7
/
+11
2014-01-11
cuesheet: Search for /path/to/music.mp3.cue as well if all fails.
Konstantin Kudakov
1
-1
/
+6
2011-12-22
Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out...
Alexander Levin
1
-4
/
+4
2011-12-20
Convert hard-coded unicode byte order mark values to constants.
Nick Peskett
1
-8
/
+8
2011-12-16
FS #12419 : Support for embedded cuesheets.
Nick Peskett
1
-29
/
+98
2011-08-26
Change the cuesheet fix from r30359 to have a minor binsize increase on SH1.
Andree Buschmann
1
-1
/
+4
2011-08-26
Avoid overflow in cuesheet marker positioning. Fixes FS#12246. Thanks to Nick...
Andree Buschmann
1
-1
/
+1
2010-07-29
Fix Database red, move the cuesheet->token code into the skin engine
Jonathan Gordon
1
-36
/
+0
2010-07-29
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
1
-6
/
+8
2010-06-06
Change cuesheet handling so the id3 info is not spoofed anymore. If something...
Jonathan Gordon
1
-21
/
+30
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+0
2010-03-07
Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...
Teruaki Kawashima
1
-4
/
+3
2010-01-06
FS#10856 - Skip to previous track inconsistent when using cuesheet
Michael Chicoine
1
-1
/
+13
2009-11-09
Removed unneeded includes
Jeffrey Goode
1
-1
/
+0
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-4
/
+4
2009-07-24
more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...
Jonathan Gordon
1
-9
/
+8
2009-07-20
rework cuesheet support:
Jonathan Gordon
1
-35
/
+19
2009-07-14
FS#10080
Nils Wallménius
1
-7
/
+6
2009-03-08
Clean up some more #includes
Bertrik Sikken
1
-1
/
+0
2009-02-08
Small code reuse improvement
Nils Wallménius
1
-9
/
+0
2009-01-31
FS#9638 - temp_cue is unused and wasting memory.
Bertrik Sikken
1
-3
/
+0
2009-01-26
Fix FS#9830 - utf8 encoded .cue files dont get displayed properly
Jonathan Gordon
1
-5
/
+17
2008-09-24
Clean up use of snprintf where strncpy if suited, avoid useless copying of co...
Nils Wallménius
1
-2
/
+1
2008-08-02
Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...
Dominik Riebeling
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
1
-1
/
+0
2008-04-16
Use file_exists and dir_exists functions where appropriate, fix one wrong fil...
Nils Wallménius
1
-5
/
+3
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
1
-4
/
+5
2008-04-07
Some more debug output disabling.
Nicolas Pennequin
1
-1
/
+1
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-1
/
+1
2008-02-05
Fix a possible crash in the cuesheet code if the filename lacks a slash, whic...
Nicolas Pennequin
1
-2
/
+12
2007-11-17
Code police, declare pointers in .c and expor them
Nils Wallménius
1
-0
/
+3
2007-11-12
FS#6944 - honour the default codepage setting when reading cue sheets
Robert Kukla
1
-2
/
+4
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
1
-1
/
+1
2007-07-26
Set properties for the files I added.
Nicolas Pennequin
1
-1
/
+1
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
1
-1
/
+0
2007-05-28
Fix the warning.
Nicolas Pennequin
1
-1
/
+0
2007-05-28
Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...
Nicolas Pennequin
1
-14
/
+23
2007-05-14
Add an item to the WPS context menu to browse a currently playing cuesheet. T...
Nicolas Pennequin
1
-1
/
+1
[next]