summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-07-15Fixed a problem that cpu boost didn't always reset when stopping theMiika Pekkarinen2-3/+8
2005-07-15Enable crossfade for simulator.Miika Pekkarinen2-3/+2
2005-07-15Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson2-4/+13
2005-07-14make pcmbuf_init() an empty macro on targets with HW codecDaniel Stenberg1-1/+3
2005-07-14use the $(SILENT) thingDaniel Stenberg1-1/+1
2005-07-14Call pcmbuf_init() on simulator too.Miika Pekkarinen1-0/+1
2005-07-14Optimised placement of lcd_set_drawmode() - the whole plugin uses DRMODE_FG. ...Jens Arnold1-5/+6
2005-07-14Reset all graphics defaults after returning from plugin.Jens Arnold1-0/+4
2005-07-14fixed the right-end too, added more letters on the big screens and addedDaniel Stenberg1-3/+12
2005-07-14The scroll mode now takes advantage of the clipping support in the newDaniel Stenberg1-3/+7
2005-07-14Removed unnecessary code that also caused playback glitches when changing tracksRyan Jackson1-12/+5
2005-07-13Cube.rock extensions: (1) New mode for all platforms - hidden line. (2) Abili...Jens Arnold1-168/+226
2005-07-13Fixed the errors.Miika Pekkarinen1-0/+1
2005-07-13Removed an unnecessary logf call.Miika Pekkarinen1-1/+0
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen16-143/+663
2005-07-13Removed a heapload of TABs.Jens Arnold1-38/+38
2005-07-12Cube.rock extension and rework: (1) Solid 4-greylevel mode on iriver H1xx. (2...Jens Arnold1-55/+143
2005-07-12Beginnings of a library complementing the core LCD functions. First function:...Jens Arnold3-0/+146
2005-07-12Added a number of new graphics functions to the plugin API.Jens Arnold2-1/+19
2005-07-12Cube.rock: converted to binary fixed-point arithmetic allowing for some more ...Jens Arnold1-62/+66
2005-07-12Resume now starts playback at the point it was stopped, not 2-7 seconds later.Ryan Jackson4-4/+26
2005-07-12silence the makefileDaniel Stenberg1-1/+0
2005-07-12make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg1-1/+1
2005-07-12I find it weird that there is a private copy of this file here, but I'mDaniel Stenberg1-22/+1
2005-07-12removed an extra codec_api struct pointer and the function setting itDaniel Stenberg3-18/+12
2005-07-12Removed picky warningsLinus Nielsen Feltzing2-2/+2
2005-07-12code-policed, removed commented and ifdef'ed codeDaniel Stenberg1-178/+26
2005-07-11Resetting the pause indicator when seeking songs.Miika Pekkarinen1-0/+1
2005-07-11Iriver: Disabled dead charging screen code.Jens Arnold1-2/+2
2005-07-11Fixed a long-standing bug in the charging screen. The charging screen froze w...Jens Arnold2-20/+6
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen3-5/+5
2005-07-11Wrong model check in the debug menu. Now the recording test is back on the H1...Linus Nielsen Feltzing1-2/+2
2005-07-11Patch #1235763 by Ryan Jackson - Resume/bookmark support for VorbisLinus Nielsen Feltzing2-75/+101
2005-07-10Archos devices: Removed MAS and RTC debug menu options. They are no longer us...Jens Arnold1-335/+0
2005-07-10Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen4-5/+5
2005-07-10Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen1-0/+4
2005-07-10Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen3-12/+40
2005-07-10Updating wps info correctly when changing a track while buffering.Miika Pekkarinen1-11/+2
2005-07-10The previous commit did not fix the metadata reading correctly. Now itMiika Pekkarinen1-7/+13
2005-07-10Fixed a problem that next track info was not always available after theMiika Pekkarinen1-6/+6
2005-07-10Track changing works now better (not still perfect).Miika Pekkarinen1-13/+18
2005-07-09Reorganized encoder to allow compressing blocks in smaller chunks andDave Bryant5-349/+369
2005-07-09Wrong iriver model checkLinus Nielsen Feltzing1-2/+2
2005-07-09Recovered from my major brain failure and reverted to using the same load add...Linus Nielsen Feltzing1-5/+1
2005-07-08Disabled set rating option when the runtime database isn't working.. to avoid...Michiel Van Der Kolk1-3/+6
2005-07-08Some playback fixes.Miika Pekkarinen1-11/+19
2005-07-08H110 adjustmentsLinus Nielsen Feltzing1-2/+6
2005-07-08build on all h100 unitsDaniel Stenberg1-1/+1
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg1-1/+1
2005-07-08A couple of bug fixes: 1. Take mutex before all playlist control file operati...Hardeep Sidhu1-9/+29