index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
playlist.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Better UI response with playlist operations.
Miika Pekkarinen
2006-08-12
*
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
*
Store playlist index for prepended/appended tracks in control file. Fixes re...
Hardeep Sidhu
2006-06-12
*
Always set first_index to value stored in settings when resuming. Fixes inco...
Hardeep Sidhu
2006-05-30
*
Boost cpu when performing large insertions or saving playlist to disk
Hardeep Sidhu
2006-05-15
*
Return immediately if we have no control commands to flush. Fixes erroneous ...
Hardeep Sidhu
2006-05-11
*
Only flush and reload tracks after the playlist has started. Fixes B#5312.
Hardeep Sidhu
2006-05-09
*
Fixed bug with playlist_skip_entry when track to be skipped was less then cur...
Hardeep Sidhu
2006-05-05
*
Fixed problem with incorrect first index after resume
Hardeep Sidhu
2006-04-30
*
Fixed playlist control corruption on dircache systems
Hardeep Sidhu
2006-04-30
*
Don't call playlist_start() when changing directories on swcodec devices. Fi...
Hardeep Sidhu
2006-04-23
*
Fixed problem with forced reload of dircached filenames when playlist is sorted
Hardeep Sidhu
2006-04-20
*
No need to force a sync of control file until playlist has started. This sho...
Hardeep Sidhu
2006-04-20
*
Allow insert shuffled option for directories when playlist is empty. Based o...
Hardeep Sidhu
2006-04-19
*
Fix dir skipping with new playback arch. Enable dir skipping on ipod with a ...
Brandon Low
2006-04-18
*
Minor fix for insert_shuffle when playlist is empty
Hardeep Sidhu
2006-04-18
*
Fixed problem with auto change directory not working when browsing plugins
Hardeep Sidhu
2006-04-18
*
Fixed problems with playlist buffer full handling
Hardeep Sidhu
2006-04-03
*
Fix for repeat shuffle on SW codec devices
Hardeep Sidhu
2006-04-03
*
Thorough .lang rework: Removed all deprecated strings, combined string which ...
Jens Arnold
2006-04-01
*
Fix 64bit warnings
Jens Arnold
2006-03-30
*
Dircache support for simulator also.
Miika Pekkarinen
2006-03-30
*
Currently playing playlist can now be overwritten. Save playlist screen defa...
Hardeep Sidhu
2006-02-09
*
Added a cache for playlist control commands. On non-dircache systems, behavi...
Hardeep Sidhu
2006-02-05
*
AB-repeat mode for software codecs. Accessible through menu as a repeat mode...
Brandon Low
2006-01-21
*
iriver: Better fix for the previous problem, stop playback if next
Miika Pekkarinen
2006-01-19
*
kill gcc4 warnings
Daniel Stenberg
2005-12-05
*
iRiver: Fixed several problems with playback on track skipping & loading:
Miika Pekkarinen
2005-12-01
*
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-21
*
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-17
*
fixed a bug in folder skipping preventing a feature to work in some cases
Anton Oleynikov
2005-11-11
*
iRiver: more robust folder skip routines + folder navigation on main unit via
Anton Oleynikov
2005-11-10
*
some multi-screen work in playlist.c, properly formated splash.h
Kevin Ferrare
2005-11-06
*
patch 1328447: folder skip routines in playlist API plus next/prev folder nav...
Anton Oleynikov
2005-11-02
*
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-10-21
*
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...
Jens Arnold
2005-08-29
*
Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...
Linus Nielsen Feltzing
2005-08-21
*
Initial voice ui support for software codec platforms. Added also a
Miika Pekkarinen
2005-08-20
*
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-30
*
A couple of bug fixes: 1. Take mutex before all playlist control file operati...
Hardeep Sidhu
2005-07-08
*
Moved resume info updating to the mpeg/playback threads so that it's saved ev...
Hardeep Sidhu
2005-07-04
*
Added new feature to move to next folder once the current one completes when ...
Hardeep Sidhu
2005-07-01
*
Forgot a const
Hardeep Sidhu
2005-06-25
*
Added new shuffle repeat mode that reshuffles playlist before repeating. Als...
Hardeep Sidhu
2005-06-25
[next]