summaryrefslogtreecommitdiff
path: root/apps/playlist.c (follow)
Commit message (Expand)AuthorAge
...
* iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov2005-11-10
* some multi-screen work in playlist.c, properly formated splash.hKevin Ferrare2005-11-06
* patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov2005-11-02
* We reserved two bits instead of one bit for the new skipped attribute.Miika Pekkarinen2005-10-21
* iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen2005-10-21
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing2005-08-21
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* All repeat modes now work correctly if there is only one track in the playlis...Ryan Jackson2005-07-30
* 'Move to Next Folder' didn't work if it involved going up to the root of the ...Magnus Holmgren2005-07-30
* A couple of bug fixes: 1. Take mutex before all playlist control file operati...Hardeep Sidhu2005-07-08
* Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu2005-07-04
* Added new feature to move to next folder once the current one completes when ...Hardeep Sidhu2005-07-01
* Forgot a constHardeep Sidhu2005-06-25
* Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu2005-06-25
* mp3buf renamed to audiobufLinus Nielsen Feltzing2005-04-05
* More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing2005-04-04
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* Recursive insert now works againLinus Nielsen Feltzing2005-02-21
* long policyJean-Philippe Bernardy2005-02-12
* Fixed 'Insert directory' bug.Björn Stenberg2005-02-04
* Added music playing from ID3 browser.Björn Stenberg2005-01-20
* Repaired broken resumeBjörn Stenberg2005-01-18
* Added support for very large tables in ID3 database.Björn Stenberg2005-01-18
* Minor tweaks to compile on win32.Björn Stenberg2005-01-17
* Added ID3 database support. Still very early.Björn Stenberg2005-01-17
* Reverted to the earlier modulo method for creating a range of random numbers,...Linus Nielsen Feltzing2004-11-06
* a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn2004-09-28
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19
* Added check for missing .rockbox directory to playlist code.Henrik Backe2004-09-10
* adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn2004-09-10
* Since open() does now handle O_TRUNC correctly, the previous fix is no longer...Jens Arnold2004-09-06
* Bug fix: Longish .playlist_control files got corrupted when doing ON->resume ...Jens Arnold2004-09-01
* Reverted an erroneous const, and fixed & optimized relative path handling. Th...Jens Arnold2004-08-31
* Const policed pointer arguments to functions, part 3Jens Arnold2004-08-18
* Added extra error reportingHardeep Sidhu2004-08-02
* Slightly better randomness when shufflingLinus Nielsen Feltzing2004-07-23
* Abort resume if control file doesn't end with a newline. Fixes hang when res...Hardeep Sidhu2004-07-14
* Some code cleanupLinus Nielsen Feltzing2004-04-09
* Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn2004-03-19
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* Fixed bug when inserting playlists where comment and empty lines were not bei...Hardeep Sidhu2004-01-29
* Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu2004-01-26
* Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg2004-01-14
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
* Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg2003-12-12
* Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2003-12-10
* Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu2003-12-09
* table-driven internal handling of file types, so we can have many of themJörg Hohensohn2003-12-07
* Brian King's .rockbox browsing patchBjörn Stenberg2003-09-29