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