index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
cuesheet.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Change cuesheet handling so the id3 info is not spoofed anymore. If something...
Jonathan Gordon
2010-06-06
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...
Teruaki Kawashima
2010-03-07
*
FS#10856 - Skip to previous track inconsistent when using cuesheet
Michael Chicoine
2010-01-06
*
Removed unneeded includes
Jeffrey Goode
2009-11-09
*
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-20
*
more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...
Jonathan Gordon
2009-07-24
*
rework cuesheet support:
Jonathan Gordon
2009-07-20
*
FS#10080
Nils Wallménius
2009-07-14
*
Clean up some more #includes
Bertrik Sikken
2009-03-08
*
Small code reuse improvement
Nils Wallménius
2009-02-08
*
FS#9638 - temp_cue is unused and wasting memory.
Bertrik Sikken
2009-01-31
*
Fix FS#9830 - utf8 encoded .cue files dont get displayed properly
Jonathan Gordon
2009-01-26
*
Clean up use of snprintf where strncpy if suited, avoid useless copying of co...
Nils Wallménius
2008-09-24
*
Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...
Dominik Riebeling
2008-08-02
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-28
*
Use file_exists and dir_exists functions where appropriate, fix one wrong fil...
Nils Wallménius
2008-04-16
*
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-04-09
*
Some more debug output disabling.
Nicolas Pennequin
2008-04-07
*
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-26
*
Fix a possible crash in the cuesheet code if the filename lacks a slash, whic...
Nicolas Pennequin
2008-02-05
*
Code police, declare pointers in .c and expor them
Nils Wallménius
2007-11-17
*
FS#6944 - honour the default codepage setting when reading cue sheets
Robert Kukla
2007-11-12
*
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-09-17
*
Set properties for the files I added.
Nicolas Pennequin
2007-07-26
*
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-07-22
*
Fix the warning.
Nicolas Pennequin
2007-05-28
*
Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...
Nicolas Pennequin
2007-05-28
*
Add an item to the WPS context menu to browse a currently playing cuesheet. T...
Nicolas Pennequin
2007-05-14
*
Minor header file cleanup - try and include the minimal number of files, and ...
Dave Chapman
2007-05-07
*
General housekeeping: Make plugin buffer functions take size_t * instead of i...
Michael Sevakis
2007-04-21
*
Better check when using the plugin buffer to store a temp cuesheet.
Nicolas Pennequin
2007-04-03
*
Improve ID3 "spoofing" to allow detection of missing information by the WPS.
Nicolas Pennequin
2007-04-02
*
Cuesheet tweaks:
Nicolas Pennequin
2007-03-29
*
Fix the warning.
Nicolas Pennequin
2007-03-28
*
Improved cuesheet parser. Among other improvements, the use of quotation mark...
Nicolas Pennequin
2007-03-28
*
Use isspace() instead of a naive comparison.
Nicolas Pennequin
2007-03-28
*
Add support for the SONGWRITER cuesheet command, displayed as composer in the...
Nicolas Pennequin
2007-03-26
*
Add the necessary action_signalscreenchange call to avoid going back one leve...
Nicolas Pennequin
2007-03-22
*
Further error checking that I shouldn't have forgotten earlier.
Nicolas Pennequin
2007-03-21
*
Add a bit more error checking to prevent possible crashes.
Nicolas Pennequin
2007-03-21
*
Hook up .cue file detection via a callback klugde on HWCODEC, to make cue she...
Jens Arnold
2007-03-01
*
Unpause after seeking on archos.
Jens Arnold
2007-02-28
*
Make a couple of private functions 'static'
Nils Wallménius
2007-02-16
*
Oops, no need to allocate that much memory. Thanks to Lear for noticing this.
Nicolas Pennequin
2007-02-14
*
Cuesheet support by Jonathan Gordon and me (FS #6460).
Nicolas Pennequin
2007-02-14