summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-01-19more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980)Daniel Stenberg5-0/+49
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8386 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Attempt fix to broken builds.Thom Johansen2-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8384 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Charging state reporting on H3x0Brandon Low2-7/+29
Don't read the GPIO every refresh of statusbar or gwps for plugged state, use a variable exported from powermgmt instead. Allow Custom WPS to access %bc for battery charge state on targets that support this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8383 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Use symbolic name better and don't appear to crash on the You WIN screenBrandon Low1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8381 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Level caching and screen size/color handling for sokoban from myself and ↵Brandon Low1-126/+138
Midgey34 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8380 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Synced.Mats Lidell1-4/+94
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8377 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Profiling support, tools and documentation.Brandon Low19-11/+146
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ↵Brandon Low10-65/+141
facilitate 'on exit' functionality git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8374 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Patch #1408536 by Mark Arigo - properly strip ID3V1 tagsLinus Nielsen Feltzing1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8370 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Remove a trailing space to make binlang happyHristo Kovachev1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8368 a1c6a512-1295-4272-9138-f99709370657
2006-01-18removed a few ifdefsDaniel Stenberg1-10/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8367 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg35-13/+291
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
2006-01-18More consistent error checking.Jens Arnold2-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8364 a1c6a512-1295-4272-9138-f99709370657
2006-01-18The .entry section does no longer exist.Jens Arnold2-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8363 a1c6a512-1295-4272-9138-f99709370657
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API ↵Jens Arnold13-139/+96
version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8362 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Remove use of stdio.h. Proper handling of IRAM.Thom Johansen1-5/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8361 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Simplified new plugin loader (only read plugin once).Jens Arnold1-37/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8360 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Proper fix for the playlist viewer crashLinus Nielsen Feltzing1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8359 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Fixed a crash when wrapping the playlist viewer backwards, and made it ↵Linus Nielsen Feltzing1-4/+4
always select the currently playing track when viewing the current playlist git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8358 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Model & version check for simulator plugins.Jens Arnold2-22/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8356 a1c6a512-1295-4272-9138-f99709370657
2006-01-16The dependency generation for credits.c failed since it includes a fileDaniel Stenberg1-2/+2
that does't exist when gcc -MM is used. Thus we do one more work-around that creates the file before depedency generation and then removes it again afterwards... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8355 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Archos recorders: The Rockboy overlay loader now uses the same header as the ↵Jens Arnold3-47/+44
plugin loader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8354 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Correctly set the channel mode to "Stereo" and not "Dual Channel".Dave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8353 a1c6a512-1295-4272-9138-f99709370657
2006-01-16iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to ↵Dave Chapman1-1/+1
0x0 from its original location at 0x10000000 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8351 a1c6a512-1295-4272-9138-f99709370657
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ↵Jens Arnold69-306/+264
keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8349 a1c6a512-1295-4272-9138-f99709370657
2006-01-14Metronome patch by Martin Scarratt: BPM entry acceleration and proper ↵Linus Nielsen Feltzing1-23/+27
stopping of playback on iriver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8348 a1c6a512-1295-4272-9138-f99709370657
2006-01-13Iriver WPS: Made some buttons more responsive (trigger on press instead of ↵Jens Arnold1-6/+4
release). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8345 a1c6a512-1295-4272-9138-f99709370657
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman28-5/+187
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
2006-01-11Remove the unnecessary IDATA_ATTR and LINE_ATTR #defines. Introduce usage of ↵Thom Johansen1-151/+143
IBSS_ATTR instead of incorrect IDATA_ATTR. Remove LINE_ATTR use, since this is a no-win when using IRAM. Make encoder truncate existing files. Make use of post-increment addressing mode in MAC chains for to minimuse code size and gain some speed. Some minor assembler touchups. About 10% speedup in total. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8339 a1c6a512-1295-4272-9138-f99709370657
2006-01-11Support for other platforms than just Coldfire.Thom Johansen1-29/+41
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8332 a1c6a512-1295-4272-9138-f99709370657
2006-01-11The Shine mp3 encoder by Gabriel Bouvigne, made as plugin/viewer by AntoniusDaniel Stenberg3-0/+2010
Hellman git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8331 a1c6a512-1295-4272-9138-f99709370657
2006-01-11Synced and added voice entries.Jonas Häggqvist1-331/+595
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8330 a1c6a512-1295-4272-9138-f99709370657
2006-01-10Correct metronome sound on PCM playback targetsLinus Nielsen Feltzing1-2/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8325 a1c6a512-1295-4272-9138-f99709370657
2006-01-10Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedupsLinus Nielsen Feltzing11-101/+194
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8324 a1c6a512-1295-4272-9138-f99709370657
2006-01-10change the arabic codepage from ISO-8859-6 to CP1256Marcoen Hirschberg4-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8323 a1c6a512-1295-4272-9138-f99709370657
2006-01-10Metronome now builds on all targetsLinus Nielsen Feltzing1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8322 a1c6a512-1295-4272-9138-f99709370657
2006-01-10Add iPod button definitions for MetronomeDave Chapman2-4/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8321 a1c6a512-1295-4272-9138-f99709370657
2006-01-10Don't build metronome on the iPodLinus Nielsen Feltzing1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8320 a1c6a512-1295-4272-9138-f99709370657
2006-01-10Metronome plugin for iriver targets, by Sebastian Henriksen, Martin Scarratt ↵Linus Nielsen Feltzing2-49/+691
and me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8319 a1c6a512-1295-4272-9138-f99709370657
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg5-4/+86
simulator with the hope that once it works fine, we can remove the other two and only have one unified simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8312 a1c6a512-1295-4272-9138-f99709370657
2006-01-09Fixed a warning.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8310 a1c6a512-1295-4272-9138-f99709370657
2006-01-08Don't include the .bss section in the archos rockboy overlay as well. ↵Jens Arnold3-7/+11
Explicitly add common symbols to .bss section for plugins and codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8309 a1c6a512-1295-4272-9138-f99709370657
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ↵Jens Arnold13-24/+70
plugins. Saves quite some disk space (and buffer space in case of codec changes during playback). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8308 a1c6a512-1295-4272-9138-f99709370657
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant2-9/+10
backed out Thom's change and made the appropriate change. Note that this should not fix the track change *pop* because there still seems to be a problem decoding the first and last several hundred samples of MPC files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8306 a1c6a512-1295-4272-9138-f99709370657
2006-01-07Quick fix for annoying musepack noise on track change bug. Proper fix coming ↵Thom Johansen1-4/+4
Some Day Soon Now (tm). Thanks go out to David Bryant. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8305 a1c6a512-1295-4272-9138-f99709370657
2006-01-07Fix generic filtering routine to support non-interleaved audio as well.Thom Johansen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8304 a1c6a512-1295-4272-9138-f99709370657
2006-01-05Faster updates of the virtual LED WPS tagLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8302 a1c6a512-1295-4272-9138-f99709370657
2006-01-04Sync and fixes.Thom Johansen1-45/+309
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8300 a1c6a512-1295-4272-9138-f99709370657
2006-01-03Patch #1381872 by Brandon Low - Add virtual HDD LED to WPSLinus Nielsen Feltzing1-0/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8299 a1c6a512-1295-4272-9138-f99709370657
2006-01-03iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so ↵Dave Chapman1-0/+7
temporarily disable ICODE_ATTR to fix the broken builds. This needs reviewing anyway when the time comes to optimise Tremor for the iPod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8298 a1c6a512-1295-4272-9138-f99709370657