summaryrefslogtreecommitdiffstats
path: root/apps/cuesheet.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Fix Truncation warning in cuesheet.c->browse_cuesheetWilliam Wilgus1-1/+2
2018-07-25Fix formatting cuesheet.cWilliam Wilgus1-1/+1
2018-07-25Ignore cuesheet title truncationWilliam Wilgus1-1/+7
2018-07-25Revert "Remove truncation from cuesheet"William Wilgus1-3/+1
2018-07-25Revert "Fix cuesheet printf truncation"William Wilgus1-3/+2
2018-07-25Fix cuesheet printf truncationWilliam Wilgus1-2/+3
2018-07-25Remove truncation from cuesheetWilliam Wilgus1-1/+3
2014-03-10Implements starting playback from a cuesheet.Michael Sevakis1-25/+79
2014-01-11cuesheet: Fix another possible buffer overflow with long filenames.Thomas Martitz1-1/+3
2014-01-11cuesheet: Fix possible buffer overflow with long filenames.Thomas Martitz1-7/+11
2014-01-11cuesheet: Search for /path/to/music.mp3.cue as well if all fails.Konstantin Kudakov1-1/+6
2011-12-22Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out...Alexander Levin1-4/+4
2011-12-20Convert hard-coded unicode byte order mark values to constants.Nick Peskett1-8/+8
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett1-29/+98
2011-08-26Change the cuesheet fix from r30359 to have a minor binsize increase on SH1.Andree Buschmann1-1/+4
2011-08-26Avoid overflow in cuesheet marker positioning. Fixes FS#12246. Thanks to Nick...Andree Buschmann1-1/+1
2010-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon1-36/+0
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-6/+8
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon1-21/+30
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-03-07Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima1-4/+3
2010-01-06FS#10856 - Skip to previous track inconsistent when using cuesheetMichael Chicoine1-1/+13
2009-11-09Removed unneeded includesJeffrey Goode1-1/+0
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-4/+4
2009-07-24more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...Jonathan Gordon1-9/+8
2009-07-20rework cuesheet support:Jonathan Gordon1-35/+19
2009-07-14FS#10080Nils Wallménius1-7/+6
2009-03-08Clean up some more #includesBertrik Sikken1-1/+0
2009-02-08Small code reuse improvementNils Wallménius1-9/+0
2009-01-31FS#9638 - temp_cue is unused and wasting memory.Bertrik Sikken1-3/+0
2009-01-26Fix FS#9830 - utf8 encoded .cue files dont get displayed properlyJonathan Gordon1-5/+17
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-2/+1
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-5/+3
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-4/+5
2008-04-07Some more debug output disabling.Nicolas Pennequin1-1/+1
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-02-05Fix a possible crash in the cuesheet code if the filename lacks a slash, whic...Nicolas Pennequin1-2/+12
2007-11-17Code police, declare pointers in .c and expor themNils Wallménius1-0/+3
2007-11-12FS#6944 - honour the default codepage setting when reading cue sheetsRobert Kukla1-2/+4
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-07-26Set properties for the files I added.Nicolas Pennequin1-1/+1
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-1/+0
2007-05-28Fix the warning.Nicolas Pennequin1-1/+0
2007-05-28Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin1-14/+23
2007-05-14Add an item to the WPS context menu to browse a currently playing cuesheet. T...Nicolas Pennequin1-1/+1
2007-05-07Minor header file cleanup - try and include the minimal number of files, and ...Dave Chapman1-0/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1