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