summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-07Only flush and reload when something is playing. Fixes hang on H1x0 when cha...Hardeep Sidhu2-2/+4
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold1-4/+5
2005-07-07"Bugfix" by Langlois Florian (Chamois on IRC), we forgot to change this one.Tomas Salfischberger1-1/+1
2005-07-07Lame hack to strip ID3v1 tags from MP3 playback, so they can play back withou...Linus Nielsen Feltzing1-0/+43
2005-07-07Chip8 works again on grayscale devicesLinus Nielsen Feltzing1-1/+1
2005-07-07Fix possible use of uninitialized variableDaniel Stenberg1-2/+2
2005-07-07entry *entryarray is static in the C source so it can't be extern hereDaniel Stenberg1-1/+0
2005-07-07PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen3-33/+39
2005-07-07Removed dead codeLinus Nielsen Feltzing1-8/+0
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold4-8/+11
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold31-385/+553