Age | Commit message (Expand) | Author |
2006-02-09 | Currently playing playlist can now be overwritten. Save playlist screen defa... | Hardeep Sidhu |
2006-02-05 | Added a cache for playlist control commands. On non-dircache systems, behavi... | Hardeep Sidhu |
2006-01-21 | AB-repeat mode for software codecs. Accessible through menu as a repeat mode... | Brandon Low |
2006-01-19 | iriver: Better fix for the previous problem, stop playback if next | Miika Pekkarinen |
2005-12-05 | kill gcc4 warnings | Daniel Stenberg |
2005-12-01 | iRiver: Fixed several problems with playback on track skipping & loading: | Miika Pekkarinen |
2005-11-21 | One more fix to revert a part of an incorrect change from the previous commit. | Miika Pekkarinen |
2005-11-21 | The previous commit didn't fully fix the problem. Now it should have | Miika Pekkarinen |
2005-11-21 | Fixed playlist skipping of incorrect files and playback engine not to | Miika Pekkarinen |
2005-11-17 | Fix to the previous commit: Pointers were not always correctly erased. | Miika Pekkarinen |
2005-11-17 | Added dircache support to playlist. Now playlist filename pointers are | Miika Pekkarinen |
2005-11-11 | fixed a bug in folder skipping preventing a feature to work in some cases | Anton Oleynikov |
2005-11-10 | iRiver: more robust folder skip routines + folder navigation on main unit via | Anton Oleynikov |
2005-11-06 | some multi-screen work in playlist.c, properly formated splash.h | Kevin Ferrare |
2005-11-02 | patch 1328447: folder skip routines in playlist API plus next/prev folder nav... | Anton Oleynikov |
2005-10-21 | We reserved two bits instead of one bit for the new skipped attribute. | Miika Pekkarinen |
2005-10-21 | iRiver: Fixed broken items skipping on playlist: Now skipping and | Miika Pekkarinen |
2005-08-29 | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold |
2005-08-21 | Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ... | Linus Nielsen Feltzing |
2005-08-20 | Initial voice ui support for software codec platforms. Added also a | Miika Pekkarinen |
2005-07-30 | All repeat modes now work correctly if there is only one track in the playlis... | Ryan Jackson |
2005-07-30 | 'Move to Next Folder' didn't work if it involved going up to the root of the ... | Magnus Holmgren |
2005-07-08 | A couple of bug fixes: 1. Take mutex before all playlist control file operati... | Hardeep Sidhu |
2005-07-04 | Moved resume info updating to the mpeg/playback threads so that it's saved ev... | Hardeep Sidhu |
2005-07-01 | Added new feature to move to next folder once the current one completes when ... | Hardeep Sidhu |
2005-06-25 | Forgot a const | Hardeep Sidhu |
2005-06-25 | Added new shuffle repeat mode that reshuffles playlist before repeating. Als... | Hardeep Sidhu |
2005-04-05 | mp3buf renamed to audiobuf | Linus Nielsen Feltzing |
2005-04-04 | More audio code restructuring, mostly renaming functions so far | Linus Nielsen Feltzing |
2005-02-22 | Build cleanup and general fixes. fprintf() is now fdprintf(), the separation | Daniel Stenberg |
2005-02-21 | Recursive insert now works again | Linus Nielsen Feltzing |
2005-02-12 | long policy | Jean-Philippe Bernardy |
2005-02-04 | Fixed 'Insert directory' bug. | Björn Stenberg |
2005-01-20 | Added music playing from ID3 browser. | Björn Stenberg |
2005-01-18 | Repaired broken resume | Björn Stenberg |
2005-01-18 | Added support for very large tables in ID3 database. | Björn Stenberg |
2005-01-17 | Minor tweaks to compile on win32. | Björn Stenberg |
2005-01-17 | Added ID3 database support. Still very early. | Björn Stenberg |
2004-11-06 | Reverted to the earlier modulo method for creating a range of random numbers,... | Linus Nielsen Feltzing |
2004-09-28 | a hell of a commit: changed several HAVE_xx configuration flags into multiple... | Jörg Hohensohn |
2004-09-19 | Redesigned the button handling. The code now uses symbolic function defines i... | Björn Stenberg |
2004-09-10 | Added check for missing .rockbox directory to playlist code. | Henrik Backe |
2004-09-10 | adjustment for the Ondio: button driver has an Odio part, for now it has a Pl... | Jörg Hohensohn |
2004-09-06 | Since open() does now handle O_TRUNC correctly, the previous fix is no longer... | Jens Arnold |
2004-09-01 | Bug fix: Longish .playlist_control files got corrupted when doing ON->resume ... | Jens Arnold |
2004-08-31 | Reverted an erroneous const, and fixed & optimized relative path handling. Th... | Jens Arnold |
2004-08-18 | Const policed pointer arguments to functions, part 3 | Jens Arnold |
2004-08-02 | Added extra error reporting | Hardeep Sidhu |
2004-07-23 | Slightly better randomness when shuffling | Linus Nielsen Feltzing |
2004-07-14 | Abort resume if control file doesn't end with a newline. Fixes hang when res... | Hardeep Sidhu |