summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-10-10iRiver/Vorbis: Actually use the rule in the makefile.Magnus Holmgren1-2/+2
2005-10-10Cleaned up to conform to one source code style, removed some tabs and some re...Thom Johansen1-55/+43
2005-10-10Added DSP support and started passing full precision samples to playback engi...Thom Johansen1-78/+53
2005-10-10Debug menu: Added flash ID reading and ROM dump for H1x0. * #if(def) cleanupJens Arnold1-34/+84
2005-10-10seek_time should be reset here, not in each codec, as is currently done.Thom Johansen1-0/+2
2005-10-10Added support for APE tags in Musepack files.Thom Johansen1-0/+6
2005-10-10Fixed some misleading comments.Jens Arnold1-4/+3
2005-10-10Removed an unnecessary instruction from the coldfire 64 bit multiplication.Jens Arnold1-1/+0
2005-10-10Removed a ton of tabs, fixed some indentation and removed some unneeded inclu...Thom Johansen1-55/+53
2005-10-10Fixed an #if that would never trigger. Added inclusion of dsp.h and playback....Thom Johansen1-1/+3
2005-10-09Fixed broken "open with" in onplay menu.Henrik Backe1-1/+5
2005-10-08Changed the dircache option to 'Direcory cache: On/Off' * Synced deutsch.lang...Jens Arnold3-15/+30
2005-10-08Ported the memory guard debug feature to coldfire, using the breakpoint logic...Jens Arnold1-4/+4
2005-10-08Adjust menu scrollbar height to the actual text height. Idea taken from patch...Jens Arnold1-0/+1
2005-10-08Patch #1316533 by Alexander Spyridakis: All characters on one virtual keyboar...Jens Arnold1-9/+36
2005-10-07Patch #1239950 by Dave Hooper: Rotate cube while paused.Jens Arnold1-4/+72
2005-10-07Temporary trivial workaround for empty/invalid playlistsRyan Jackson1-1/+11
2005-10-07New demo plugin, screensaver style, by Kevin Ferrare.Jens Arnold2-0/+352
2005-10-07Increased max. .lng file size to 8000 bytes to make greek fit again.Jens Arnold1-1/+1
2005-10-07Cleared deprecated entries.Jens Arnold1-23/+23
2005-10-07New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and op...Jens Arnold2-0/+301
2005-10-07New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended ...Jens Arnold2-0/+264
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen8-17/+137
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman4-16/+6
2005-10-06Patch #1264727 by Dave Hooper, Colorize red cards on screens with LCD_DEPTH > 1Linus Nielsen Feltzing1-54/+81
2005-10-05Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg2-18/+21
2005-10-05removed plugins we no longer build nor includeDaniel Stenberg1-8/+0
2005-10-04Added the "New" menu option. This allows you to manually enter and then save...Dave Chapman1-12/+38
2005-10-04Make the load function handle some variations to the "standard" for .ss files.Dave Chapman1-1/+3
2005-10-03Grayscale lib on archos: Fixed bug introduced with the register usage change....Jens Arnold2-14/+14
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold4-22/+20
2005-10-01Ooops, players have no screendump.Jens Arnold2-2/+6
2005-10-01Core: A graphics framework can now register a hook function to extend the cor...Jens Arnold7-165/+203
2005-09-30Fix some WavPack bugs by forcing DSP use even when not needed for sampling rateDave Bryant1-1/+10
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold7-93/+127
2005-09-29iriver: Idle CPU in the FM radio screenLinus Nielsen Feltzing1-0/+5
2005-09-28iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren3-2/+44
2005-09-27Fixed voice: entries; synced to english.Jens Arnold1-16/+22
2005-09-27Fixed messed up voice: lines. Corrected entries depending on whether the voic...Jens Arnold1-26/+26
2005-09-27Fixed voicing of 'Trigger' menu itemJens Arnold1-1/+1
2005-09-27Fix the read_uint32be function - it was overwriting before saving parts of th...Jonas Häggqvist1-2/+3
2005-09-26Fix for the problem that the iriver would not auto poweroff if a file had bee...Jonas Häggqvist1-0/+1
2005-09-26Fixed trigger enabling/disabling when cycling backwards through modes.Jens Arnold1-7/+2
2005-09-24Oops, forgot to guard a couple of calls to dsp_set_replaygain...Magnus Holmgren2-0/+4
2005-09-24Skipping to the previous track from the last buffered track caused playback t...Ryan Jackson1-1/+1
2005-09-24Iriver: Added new ReplayGain type: track gain if shuffle mode is active, albu...Magnus Holmgren6-14/+38
2005-09-24Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman3-3/+19
2005-09-24Cascade errors back down to qtmovie_read() and correctly return an error on i...Dave Chapman1-25/+44
2005-09-24Deal with new "edts" tag in iTunes 5 encoded files - this fixes metadata read...Dave Chapman1-1/+8
2005-09-24Workaround for ALAC files that previousy wouldn't play. Libalac now skips unk...Jonas Häggqvist1-1/+2