summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-09Currently playing playlist can now be overwritten. Save playlist screen defa...Hardeep Sidhu1-8/+176
2006-02-05Added a cache for playlist control commands. On non-dircache systems, behavi...Hardeep Sidhu1-168/+234
2006-01-21AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low1-2/+2
2006-01-19iriver: Better fix for the previous problem, stop playback if nextMiika Pekkarinen1-0/+3
2005-12-05kill gcc4 warningsDaniel Stenberg1-17/+17
2005-12-01iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen1-19/+19
2005-11-21One more fix to revert a part of an incorrect change from the previous commit.Miika Pekkarinen1-1/+6
2005-11-21The previous commit didn't fully fix the problem. Now it should haveMiika Pekkarinen1-1/+1
2005-11-21Fixed playlist skipping of incorrect files and playback engine not toMiika Pekkarinen1-12/+27
2005-11-17Fix to the previous commit: Pointers were not always correctly erased.Miika Pekkarinen1-0/+3
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen1-18/+198
2005-11-11fixed a bug in folder skipping preventing a feature to work in some casesAnton Oleynikov1-1/+1
2005-11-10iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov1-16/+37
2005-11-06some multi-screen work in playlist.c, properly formated splash.hKevin Ferrare1-30/+31
2005-11-02patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov1-17/+93
2005-10-21We reserved two bits instead of one bit for the new skipped attribute.Miika Pekkarinen1-1/+1
2005-10-21iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen1-4/+82
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-2/+2
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing1-1/+9
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-0/+7
2005-07-30All repeat modes now work correctly if there is only one track in the playlis...Ryan Jackson1-1/+1
2005-07-30'Move to Next Folder' didn't work if it involved going up to the root of the ...Magnus Holmgren1-1/+8
2005-07-08A couple of bug fixes: 1. Take mutex before all playlist control file operati...Hardeep Sidhu1-9/+29
2005-07-04Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu1-0/+25
2005-07-01Added new feature to move to next folder once the current one completes when ...Hardeep Sidhu1-27/+211
2005-06-25Forgot a constHardeep Sidhu1-2/+2
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-14/+70
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-5/+5
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-12/+12
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg1-9/+9
2005-02-21Recursive insert now works againLinus Nielsen Feltzing1-1/+7
2005-02-12long policyJean-Philippe Bernardy1-5/+5
2005-02-04Fixed 'Insert directory' bug.Björn Stenberg1-4/+6
2005-01-20Added music playing from ID3 browser.Björn Stenberg1-6/+8
2005-01-18Repaired broken resumeBjörn Stenberg1-4/+2
2005-01-18Added support for very large tables in ID3 database.Björn Stenberg1-2/+2
2005-01-17Minor tweaks to compile on win32.Björn Stenberg1-1/+1
2005-01-17Added ID3 database support. Still very early.Björn Stenberg1-9/+15
2004-11-06Reverted to the earlier modulo method for creating a range of random numbers,...Linus Nielsen Feltzing1-1/+1
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-1/+1
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-15/+3
2004-09-10Added check for missing .rockbox directory to playlist code.Henrik Backe1-3/+10
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn1-3/+3
2004-09-06Since open() does now handle O_TRUNC correctly, the previous fix is no longer...Jens Arnold1-8/+0
2004-09-01Bug fix: Longish .playlist_control files got corrupted when doing ON->resume ...Jens Arnold1-4/+12
2004-08-31Reverted an erroneous const, and fixed & optimized relative path handling. Th...Jens Arnold1-6/+4
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-32/+35
2004-08-02Added extra error reportingHardeep Sidhu1-1/+4
2004-07-23Slightly better randomness when shufflingLinus Nielsen Feltzing1-1/+1
2004-07-14Abort resume if control file doesn't end with a newline. Fixes hang when res...Hardeep Sidhu1-3/+16