index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
playlist.c
Age
Commit message (
Expand
)
Author
2021-04-01
(Fix FS#13281) Revert "Restore playlist state as necessary before checking wh...
Christian Soffke
2021-03-23
Fix FS#13278: error message when playing a song with Rockbox for the very fir...
Christian Soffke
2021-03-16
Resume audio after user selects a new song
Christian Soffke
2021-03-16
Restore playlist state as necessary before checking whether current playlist ...
Christian Soffke
2021-03-04
Talk.c, playlist.c fix bugs
William Wilgus
2021-03-04
OOM on playlist_resume
William Wilgus
2021-02-19
Revert "Always resume audio after user picks a new song from a playlist"
Solomon Peachy
2021-02-17
Fix playback queue bug when "Insert Next" is used with multiple songs at once
Christian Soffke
2021-02-17
Always resume audio after user picks a new song from a playlist
Christian Soffke
2020-12-13
playlist: Fix out-of-bounds array access when the directory is blank
Solomon 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 support
Solomon Peachy
2020-05-20
Playlist Viewer Fix FS#13197
William Wilgus
2019-07-24
FS#12887: Fix playlist order after moving a track before current
Solomon Peachy
2019-01-04
playlist.c suppress playlist access error on usb plug
William Wilgus
2018-12-14
Fix tree.c->tree_get_entry_at() buffer overflow
William Wilgus
2018-07-25
Fix truncation warning playlist.c, tree.c
William Wilgus
2017-10-07
Make playlist CRC the correct path when saving resume info
Michael Sevakis
2017-02-10
Restore dircache hookup in the database ramcache.
Michael Sevakis
2017-01-17
Reenable database ramcache and playlist dircache
Michael Sevakis
2017-01-07
Fix track formatting problems in playlist.c
Michael Sevakis
2014-12-20
m3u playlist parser: Check size limit before using buffer
Thomas Jarosch
2014-09-08
Correct some file permissions.
Szymon Dziok
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-04-15
root_menu: Remove previous_music_is_wps() and change previous_music via event...
Thomas Martitz
2014-04-15
playlist: Get rid of plugin buffer use in playlist_save().
Thomas Martitz
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
2014-02-23
Move VOL_NAMES definition to mv.h
Thomas Martitz
2013-12-23
playback,talk: Share audiobuffer via core_alloc_maximum().
Thomas Martitz
2013-01-02
Use crc32 of filename to resume tracks
Richard Quirk
2012-06-22
Fix warning on previous commit.
Michael Giacomelli
2012-06-22
Make playlist.c aware of external storage when determining paths
Michael Giacomelli
2012-06-18
Not quite a fix for FS#12693 yet, but at least invalidate the playlist file d...
Bertrik Sikken
2012-03-19
Option to constrain get_next_dir() to directories below global_settings.start...
Nick Peskett
2011-12-31
Fix FS#12499 - Directory playback fails after saving playlist
Boris Gjenero
2011-12-15
Add conditionals for functions only needed on SWCODEC targets.
Boris Gjenero
2011-11-17
Simulate usb plugging on the sim better using sim_tasks.
Thomas Martitz
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-25
Fix file descriptor leak on error
Thomas Jarosch
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-08-03
Cleanup tree.c cache handling a bit.
Thomas Martitz
2011-07-21
Fix FS#8656 - Error saving non-current playlist file
Jonathan Gordon
2011-07-17
Revert r30030 "Remove unused code path from playlist_create_ex()."
Thomas Martitz
2011-07-06
Fix FS#12181 - Playlist re-shuffle does not work (r30122)
Thomas Martitz
2011-06-21
Try to handle dircache rebuild event properly. Playlist should now
Miika Pekkarinen
2011-06-20
Dircache: Don't expose struct dircache_entry and pointers into the cache, use...
Thomas Martitz
2011-06-20
Dircache: Return the size of the result string in dircache_copy_path() so tha...
Thomas Martitz
[next]