summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-08playlist.c remove panic from OOM conditionsWilliam Wilgus1-4/+7
2021-09-19Dir cache: Fix resume of relative path playlists.James D. Smith1-4/+5
2021-08-06Fix possible negative fd in playlist.cAidan MacDonald1-1/+1
2021-07-30playlist.c fix multitude of sins Invalid Control file on USB unplug?William Wilgus1-6/+10
2021-04-01(Fix FS#13281) Revert "Restore playlist state as necessary before checking wh...Christian Soffke1-4/+0
2021-03-23Fix FS#13278: error message when playing a song with Rockbox for the very fir...Christian Soffke1-1/+1
2021-03-16Resume audio after user selects a new songChristian Soffke1-0/+1
2021-03-16Restore playlist state as necessary before checking whether current playlist ...Christian Soffke1-0/+4
2021-03-04Talk.c, playlist.c fix bugsWilliam Wilgus1-1/+2
2021-03-04OOM on playlist_resumeWilliam Wilgus1-0/+2
2021-02-19Revert "Always resume audio after user picks a new song from a playlist"Solomon Peachy1-1/+0
2021-02-17Fix playback queue bug when "Insert Next" is used with multiple songs at onceChristian Soffke1-13/+13
2021-02-17Always resume audio after user picks a new song from a playlistChristian Soffke1-0/+1
2020-12-13playlist: Fix out-of-bounds array access when the directory is blankSolomon Peachy1-1/+1
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-2/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-15/+1
2020-05-20Playlist Viewer Fix FS#13197William Wilgus1-5/+22
2019-07-24FS#12887: Fix playlist order after moving a track before currentSolomon Peachy1-2/+38
2019-01-04playlist.c suppress playlist access error on usb plugWilliam Wilgus1-1/+3
2018-12-14Fix tree.c->tree_get_entry_at() buffer overflowWilliam Wilgus1-4/+7
2018-07-25Fix truncation warning playlist.c, tree.cWilliam Wilgus1-3/+4
2017-10-07Make playlist CRC the correct path when saving resume infoMichael Sevakis1-1/+2
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis1-1/+1
2017-01-17Reenable database ramcache and playlist dircacheMichael Sevakis1-71/+89
2017-01-07Fix track formatting problems in playlist.cMichael Sevakis1-11/+47
2014-12-20m3u playlist parser: Check size limit before using bufferThomas Jarosch1-1/+1
2014-09-08Correct some file permissions.Szymon Dziok1-0/+0
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-143/+94
2014-04-15root_menu: Remove previous_music_is_wps() and change previous_music via event...Thomas Martitz1-5/+0
2014-04-15playlist: Get rid of plugin buffer use in playlist_save().Thomas Martitz1-30/+44
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-2/+1
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-8/+13
2014-02-23Move VOL_NAMES definition to mv.hThomas Martitz1-1/+1
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-24/+63
2013-01-02Use crc32 of filename to resume tracksRichard Quirk1-0/+41
2012-06-22Fix warning on previous commit.Michael Giacomelli1-1/+1
2012-06-22Make playlist.c aware of external storage when determining pathsMichael Giacomelli1-1/+13
2012-06-18Not quite a fix for FS#12693 yet, but at least invalidate the playlist file d...Bertrik Sikken1-3/+14
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett1-64/+103
2011-12-31Fix FS#12499 - Directory playback fails after saving playlistBoris Gjenero1-9/+7
2011-12-15Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero1-0/+4
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-2/+0
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-2/+1
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-32/+63
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-13/+10
2011-08-25Fix file descriptor leak on errorThomas Jarosch1-1/+4
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-17/+1
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz1-4/+4
2011-07-21Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon1-2/+24
2011-07-17Revert r30030 "Remove unused code path from playlist_create_ex()."Thomas Martitz1-12/+19