| Commit message (Expand) | Author | Age |
| * | Reenable database ramcache and playlist dircache | Michael Sevakis | 2017-01-17 |
| * | playlist: Get rid of plugin buffer use in playlist_save(). | Thomas Martitz | 2014-04-15 |
| * | Implement time-based resume and playback start. | Michael Sevakis | 2014-03-10 |
| * | Use crc32 of filename to resume tracks | Richard Quirk | 2013-01-02 |
| * | Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. | Boris Gjenero | 2011-12-19 |
| * | Add conditionals for functions only needed on SWCODEC targets. | Boris Gjenero | 2011-12-15 |
| * | GSoC/Buflib: Enable compaction in buflib. | Thomas Martitz | 2011-08-30 |
| * | GSoC/Buflib: Add buflib memory alocator to the core. | Thomas Martitz | 2011-08-30 |
| * | Dircache: Don't expose struct dircache_entry and pointers into the cache, use... | Thomas Martitz | 2011-06-20 |
| * | Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib... | Michael Sevakis | 2011-04-27 |
| * | Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ... | Andree Buschmann | 2011-04-07 |
| * | Fix FS#12043. Next track was resumed when pausing and shutting down the playe... | Andree Buschmann | 2011-04-06 |
| * | All kernel objects in code shared amongs targets (core, plugins, codecs) shou... | Michael Sevakis | 2011-02-14 |
| * | Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu... | Magnus Holmgren | 2010-08-11 |
| * | Minor const police raid. | Steve Bavin | 2010-05-07 |
| * | FS#10756 - Free unused init code | Thomas Martitz | 2010-03-03 |
| * | Fix FS#9660 - make warn on playlist erase work correctly when creating a new ... | Jonathan Gordon | 2009-12-21 |
| * | Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (... | Dave Hooper | 2009-10-28 |
| * | playlist start can only have 1 return value (0), so make it return nothing. | Thomas Martitz | 2009-05-31 |
| * | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M... | Björn Stenberg | 2008-10-15 |
| * | Minor clean up, move common define to a header file and use TIME_AFTER macro | Nils Wallménius | 2008-10-12 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Const police raid. | Steve Bavin | 2008-05-12 |
| * | Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent... | Bertrik Sikken | 2008-04-20 |
| * | Remove unused playlist_checkend(), it really should never be needed. | Steve Bavin | 2008-04-07 |
| * | Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh... | Nicolas Pennequin | 2008-04-02 |
| * | Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion | Jonathan Gordon | 2006-12-26 |
| * | Read .m3u playlist files using the default code page (unless they start with ... | Magnus Holmgren | 2006-11-29 |
| * | Only sync playlist once when adding bunch of files from tagcache. | Miika Pekkarinen | 2006-08-10 |
| * | Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalog | Linus Nielsen Feltzing | 2006-07-18 |
| * | Allow insert shuffled option for directories when playlist is empty. Based o... | Hardeep Sidhu | 2006-04-19 |
| * | Added a cache for playlist control commands. On non-dircache systems, behavi... | Hardeep Sidhu | 2006-02-05 |
| * | Added dircache support to playlist. Now playlist filename pointers are | Miika Pekkarinen | 2005-11-17 |
| * | patch 1328447: folder skip routines in playlist API plus next/prev folder nav... | Anton Oleynikov | 2005-11-02 |
| * | iRiver: Fixed broken items skipping on playlist: Now skipping and | Miika Pekkarinen | 2005-10-21 |
| * | Moved resume info updating to the mpeg/playback threads so that it's saved ev... | Hardeep Sidhu | 2005-07-04 |
| * | Added new shuffle repeat mode that reshuffles playlist before repeating. Als... | Hardeep Sidhu | 2005-06-25 |
| * | Put back the playlist creation options in the main menu | Linus Nielsen Feltzing | 2005-06-24 |
| * | long policy | Jean-Philippe Bernardy | 2005-02-12 |
| * | Const policed pointer arguments to functions, part 3 | Jens Arnold | 2004-08-18 |
| * | Modified playlist handling to allow for multiple playlists to be edited at th... | Hardeep Sidhu | 2004-01-26 |
| * | Added Benjamin Metzlers bookmarking feature (patch #669440) | Björn Stenberg | 2004-01-14 |
| * | Added viewer for currently playing playlist. Accessed from Menu->Playlist Op... | Hardeep Sidhu | 2003-12-10 |
| * | Don't write playlist shuffle settings immediately to disk. Instead, save the... | Hardeep Sidhu | 2003-12-09 |
| * | Added "Ask" option to recursive dir insert which, if enabled, will ask users ... | Hardeep Sidhu | 2003-07-02 |
| * | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu | 2003-07-01 |
| * | Configurable dir browser file buffer size. No more 400-file limit. No more wh... | Linus Nielsen Feltzing | 2003-05-09 |
| * | Changed to runtime playlist initialization | Björn Stenberg | 2003-04-24 |
| * | Keep the playlist open all the time, to reduce mid-song times caused by the | Daniel Stenberg | 2003-04-23 |
| * | Better handling of next/prev | Linus Nielsen Feltzing | 2003-04-11 |