summaryrefslogtreecommitdiff
path: root/apps/playlist.c
AgeCommit message (Expand)Author
2021-02-19Revert "Always resume audio after user picks a new song from a playlist"Solomon Peachy
2021-02-17Fix playback queue bug when "Insert Next" is used with multiple songs at onceChristian Soffke
2021-02-17Always resume audio after user picks a new song from a playlistChristian Soffke
2020-12-13playlist: Fix out-of-bounds array access when the directory is blankSolomon Peachy
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy
2020-05-20Playlist Viewer Fix FS#13197William Wilgus
2019-07-24FS#12887: Fix playlist order after moving a track before currentSolomon Peachy
2019-01-04playlist.c suppress playlist access error on usb plugWilliam Wilgus
2018-12-14Fix tree.c->tree_get_entry_at() buffer overflowWilliam Wilgus
2018-07-25Fix truncation warning playlist.c, tree.cWilliam Wilgus
2017-10-07Make playlist CRC the correct path when saving resume infoMichael Sevakis
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis
2017-01-17Reenable database ramcache and playlist dircacheMichael Sevakis
2017-01-07Fix track formatting problems in playlist.cMichael Sevakis
2014-12-20m3u playlist parser: Check size limit before using bufferThomas Jarosch
2014-09-08Correct some file permissions.Szymon Dziok
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-04-15root_menu: Remove previous_music_is_wps() and change previous_music via event...Thomas Martitz
2014-04-15playlist: Get rid of plugin buffer use in playlist_save().Thomas Martitz
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2014-02-23Move VOL_NAMES definition to mv.hThomas Martitz
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz
2013-01-02Use crc32 of filename to resume tracksRichard Quirk
2012-06-22Fix warning on previous commit.Michael Giacomelli
2012-06-22Make playlist.c aware of external storage when determining pathsMichael Giacomelli
2012-06-18Not quite a fix for FS#12693 yet, but at least invalidate the playlist file d...Bertrik Sikken
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett
2011-12-31Fix FS#12499 - Directory playback fails after saving playlistBoris Gjenero
2011-12-15Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz
2011-08-25Fix file descriptor leak on errorThomas Jarosch
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz
2011-07-21Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon
2011-07-17Revert r30030 "Remove unused code path from playlist_create_ex()."Thomas Martitz
2011-07-06Fix FS#12181 - Playlist re-shuffle does not work (r30122)Thomas Martitz
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz
2011-06-20Remove unused code path from playlist_create_ex().Thomas Martitz
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis
2011-04-09Playlists forget to set playlist.started when creating new playlist on SWCODE...Michael Sevakis
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann
2011-04-07Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann
2011-04-06Fix FS#12043. Next track was resumed when pausing and shutting down the playe...Andree Buschmann