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
2008-04-30
remove the 2nd last evil use of ata_disk_is_active() in apps/
Jonathan Gordon
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-20
Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent...
Bertrik Sikken
2008-04-07
Remove unused playlist_checkend(), it really should never be needed.
Steve Bavin
2008-04-07
Use file_exists instead of duplicating what it does.
Nicolas Pennequin
2008-04-02
Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh...
Nicolas Pennequin
2008-04-02
remove some really old and out of date code... (drawing API changed about 3 t...
Jonathan Gordon
2008-01-09
Fix FS#5797 (Codec failure with directory skip when in file browser, with dir...
Nicolas Pennequin
2007-11-13
Improve insert of playlists. Decode M3U files using current code page and str...
Magnus Holmgren
2007-10-25
Factor out some common code, for simplicity (I hope...) and to save size.
Magnus Holmgren
2007-10-19
FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...
Steve Bavin
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-12
Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the
Stéphane Doyon
2007-09-21
Remove annoying 'Shuffling' splash
Nils Wallménius
2007-08-06
Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...
Nils Wallménius
2007-08-05
*** Lang v2 cleanup (FS#6574) ***
Nils Wallménius
2007-08-01
Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...
Nils Wallménius
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-05-15
Accept FS#7170 - fix a bug with random folder advance
Jonathan Gordon
2007-04-18
Move the inbuilt filetype info into filetypes.c and rename the defines.
Jonathan Gordon
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-17
#if => #ifdef
Daniel Stenberg
2007-01-24
Split the system status variables out of global_settings and put them into a ...
Jonathan Gordon
2006-12-27
Fix fs#6293. Repeat Shuffle will now shuffle the playlist if shuffle is
Jonathan Gordon
2006-12-26
Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion
Jonathan Gordon
2006-12-05
Removed the cpu boost tracking debug feature for now because of
Miika Pekkarinen
2006-11-30
Prevent a stack overflow on iPod 5.5G due to increased sector size.
Miika Pekkarinen
2006-11-29
Read .m3u playlist files using the default code page (unless they start with ...
Magnus Holmgren
2006-11-19
* Move checkbox to plugin api (core never uses it)
Jonathan Gordon
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-10-09
Adds random folder advance option. RESETS SETTINGS. Refer to random_folder_ad...
Jonathan Gordon
2006-10-05
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
2006-09-18
Fixed problem with first_index being incorrectly updated when prepending trac...
Hardeep Sidhu
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-09-15
Only maintain the last insert position after the playlist has started. Fixes...
Hardeep Sidhu
2006-09-14
Playlist resume no longer uses voice file buffer.
Steve Bavin
2006-09-10
Patch #5770 by Dominik Riebeling: Skip BOM in playlists. Add '.m3u8' as a sup...
Magnus Holmgren
2006-08-15
Finally, the new button action system is here, thanks to Jonathan Gordon. Som...
Linus Nielsen Feltzing
2006-08-12
Better UI response with playlist operations.
Miika Pekkarinen
2006-08-10
Only sync playlist once when adding bunch of files from tagcache.
Miika Pekkarinen
2006-07-18
Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalog
Linus Nielsen Feltzing
2006-06-12
Store playlist index for prepended/appended tracks in control file. Fixes re...
Hardeep Sidhu
2006-05-30
Always set first_index to value stored in settings when resuming. Fixes inco...
Hardeep Sidhu
2006-05-15
Boost cpu when performing large insertions or saving playlist to disk
Hardeep Sidhu
2006-05-11
Return immediately if we have no control commands to flush. Fixes erroneous ...
Hardeep Sidhu
2006-05-09
Only flush and reload tracks after the playlist has started. Fixes B#5312.
Hardeep Sidhu
2006-05-05
Fixed bug with playlist_skip_entry when track to be skipped was less then cur...
Hardeep Sidhu
2006-04-30
Fixed problem with incorrect first index after resume
Hardeep Sidhu
2006-04-30
Fixed playlist control corruption on dircache systems
Hardeep Sidhu
[next]