summaryrefslogtreecommitdiff
path: root/apps/playlist.c (follow)
Commit message (Expand)AuthorAge
* Improve insert of playlists. Decode M3U files using current code page and str...Magnus Holmgren2007-11-13
* Factor out some common code, for simplicity (I hope...) and to save size.Magnus Holmgren2007-10-25
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to theStéphane Doyon2007-10-12
* Remove annoying 'Shuffling' splashNils Wallménius2007-09-21
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
* Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius2007-08-01
* Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2007-07-20
* Accept FS#7170 - fix a bug with random folder advance Jonathan Gordon2007-05-15
* Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon2007-04-18
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* #if => #ifdefDaniel Stenberg2007-02-17
* Split the system status variables out of global_settings and put them into a ...Jonathan Gordon2007-01-24
* Fix fs#6293. Repeat Shuffle will now shuffle the playlist if shuffle isJonathan Gordon2006-12-27
* Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon2006-12-26
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* Prevent a stack overflow on iPod 5.5G due to increased sector size.Miika Pekkarinen2006-11-30
* Read .m3u playlist files using the default code page (unless they start with ...Magnus Holmgren2006-11-29
* * Move checkbox to plugin api (core never uses it)Jonathan Gordon2006-11-19
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Adds random folder advance option. RESETS SETTINGS. Refer to random_folder_ad...Jonathan Gordon2006-10-09
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* Fixed problem with first_index being incorrectly updated when prepending trac...Hardeep Sidhu2006-09-18
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Only maintain the last insert position after the playlist has started. Fixes...Hardeep Sidhu2006-09-15
* Playlist resume no longer uses voice file buffer.Steve Bavin2006-09-14
* Patch #5770 by Dominik Riebeling: Skip BOM in playlists. Add '.m3u8' as a sup...Magnus Holmgren2006-09-10
* Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing2006-08-15
* Better UI response with playlist operations.Miika Pekkarinen2006-08-12
* Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen2006-08-10
* Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalogLinus Nielsen Feltzing2006-07-18
* Store playlist index for prepended/appended tracks in control file. Fixes re...Hardeep Sidhu2006-06-12
* Always set first_index to value stored in settings when resuming. Fixes inco...Hardeep Sidhu2006-05-30
* Boost cpu when performing large insertions or saving playlist to diskHardeep Sidhu2006-05-15
* Return immediately if we have no control commands to flush. Fixes erroneous ...Hardeep Sidhu2006-05-11
* Only flush and reload tracks after the playlist has started. Fixes B#5312.Hardeep Sidhu2006-05-09
* Fixed bug with playlist_skip_entry when track to be skipped was less then cur...Hardeep Sidhu2006-05-05
* Fixed problem with incorrect first index after resumeHardeep Sidhu2006-04-30
* Fixed playlist control corruption on dircache systemsHardeep Sidhu2006-04-30
* Don't call playlist_start() when changing directories on swcodec devices. Fi...Hardeep Sidhu2006-04-23
* Fixed problem with forced reload of dircached filenames when playlist is sortedHardeep Sidhu2006-04-20
* No need to force a sync of control file until playlist has started. This sho...Hardeep Sidhu2006-04-20
* Allow insert shuffled option for directories when playlist is empty. Based o...Hardeep Sidhu2006-04-19
* Fix dir skipping with new playback arch. Enable dir skipping on ipod with a ...Brandon Low2006-04-18
* Minor fix for insert_shuffle when playlist is emptyHardeep Sidhu2006-04-18
* Fixed problem with auto change directory not working when browsing pluginsHardeep Sidhu2006-04-18
* Fixed problems with playlist buffer full handlingHardeep Sidhu2006-04-03