summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-06iCatcher updates: 1) Add APE icon for Monkey's Audio files; 2) Use a ↵Dave Chapman
backdrop on greyscale targets to free some image tags (thanks to Marianne Arnold for the suggestion). However, there are still five codecs without icons (SID, ADX, NSF, Speex and SPC), and only two free image slots left... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13572 a1c6a512-1295-4272-9138-f99709370657
2007-06-06Make v3.97 APE files work in RockboxDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13571 a1c6a512-1295-4272-9138-f99709370657
2007-06-06Backdrop code should now be surrounded by #if LCD_DEPTH > 1Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13570 a1c6a512-1295-4272-9138-f99709370657
2007-06-06Correct a comment (thanks to Markun for spotting)Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13569 a1c6a512-1295-4272-9138-f99709370657
2007-06-06FS#7260 - updated Italian translationJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13568 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Fix bitmap drawing for b&w targets on xobox.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13567 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Add recorder and ondio support to Xobox.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13566 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Xobox: really make it fast. Plays smoothly on Video iPod even at fastest speed.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13565 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Apply FS#7183. Also change to use documented ways to avoid inlining of ↵Magnus Holmgren
functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13564 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Update the description of the %fc audio codec enumerationDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13563 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ↵Dave Chapman
an extremely CPU-intensive codec, and that the decoding speed is directly related to the compression level (-c1000, -c2000, -c3000, -c4000 or -c5000) used when encoding the file. Current performance is: -c1000 to -c3000 are realtime on a Gigabeat, -c1000 is realtime on Coldfire targets (H100, H300 and Cowon), and nothing is realtime on PortalPlayer targets (iPods, H10, Sansa). Hopefully this can be improved. More information at FS #7256. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13562 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Add some more explicit defines for my previous commit.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13561 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Make the bitmap loading code handle the progressbar and backdrop bitmaps in ↵Nicolas Pennequin
a slightly more generic way. This hopefully simplifies the code a bit and should make adding special bitmaps less painful. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13560 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Fix a small conditional bug.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13559 a1c6a512-1295-4272-9138-f99709370657
2007-06-05e200: Fix errors from recording addition and a warning that comes up when ↵Michael Sevakis
fixing the errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13558 a1c6a512-1295-4272-9138-f99709370657
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen ↵Michael Sevakis
soon. Most every bit of weirdness is nescessary and no problems seem to exist that the retailos doesn't exhibit too (namely noise when LCD is on when recording from MIC). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13557 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Fix most (all) known list wierdness bugs, hopefully simplifies the code a ↵Jonathan Gordon
bit, plenty of room for optimizing, but wanted to get it working first. (fixes FS#7255 and possibly others) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13556 a1c6a512-1295-4272-9138-f99709370657
2007-06-04Hungarian translation update by Imre herceg (FS #6888)Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13555 a1c6a512-1295-4272-9138-f99709370657
2007-06-04FS #7247 by Gerhard Dirschl. Fixes bufferoverflow in radio code.Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13554 a1c6a512-1295-4272-9138-f99709370657
2007-06-04Update the Swedish translation.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13553 a1c6a512-1295-4272-9138-f99709370657
2007-06-04Commit part of FS7113: This adds proper LCD initialization to the gigabeat ↵Karl Kurbjun
thanks to Alex Gerchanovsky git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13552 a1c6a512-1295-4272-9138-f99709370657
2007-06-04Fix FS#7242 - the action code now checks the time difference between events ↵Jonathan Gordon
to decide if its a repeat or not. a repeat event is now if the previous action was the same and it occured < HZ/10 ticks ago git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13551 a1c6a512-1295-4272-9138-f99709370657
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13550 a1c6a512-1295-4272-9138-f99709370657
2007-06-04* xobox.c: Fix speed range.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13549 a1c6a512-1295-4272-9138-f99709370657
2007-06-03* xobox.c: User configurable speed and difficulty levels.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13548 a1c6a512-1295-4272-9138-f99709370657
2007-06-03Some fixes to doom dehacked loading - make embedded dehacked files actually ↵Karl Kurbjun
load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13547 a1c6a512-1295-4272-9138-f99709370657
2007-06-03* minesweeper.c: Cosmetics.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13546 a1c6a512-1295-4272-9138-f99709370657
2007-06-03* xobox.c: Don't call lcd_clear_display() since we're redrawing every single ↵Antoine Cellerier
screen pixel afterwards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13545 a1c6a512-1295-4272-9138-f99709370657
2007-06-03* xobox.c: simplify a bit more.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13544 a1c6a512-1295-4272-9138-f99709370657
2007-06-03* xobox.c: - Speed it up (makes it play without lag on iPod Video).Antoine Cellerier
- Fix wrong qix angle after hiting wall. - Fix area with qix being filled if qix was on the wall (during rebound). - Fix rendering of qixes when they overlap. - Change the player and qix bitmaps so that they're centered on the 8x8 block. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13543 a1c6a512-1295-4272-9138-f99709370657
2007-06-03Hebrew update by Lamed (Liberman Shachar).Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13542 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Add KBD_CURSOR_KEYS and KBD_MODES to the keyboard.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13541 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Better keymap for time screen. Use left and right to switch fields, ↵Michael Sevakis
Menu to revert and fix the scrollwheel direction in button_context_settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13540 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13539 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 ↵Michael Sevakis
afterall and verified independently. There shouldn't now be a need to add tick tasks to monitor GPIO level status in other code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13538 a1c6a512-1295-4272-9138-f99709370657
2007-06-03Move the old api out of the core and into the plugin lib.Jonathan Gordon
ew plugins shuold use the new api and not this one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13537 a1c6a512-1295-4272-9138-f99709370657
2007-06-02Add --write-embedded (-we) option. This replaces the Apple firmware with ↵Dave Chapman
the bootloader embedded in ipodpatcher (equivalent to -wf bootloader-ipodxxx.ipod when using an external bootloader). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13536 a1c6a512-1295-4272-9138-f99709370657
2007-06-01Correct butoon help text for ipods, fixes FS#7243Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13535 a1c6a512-1295-4272-9138-f99709370657
2007-06-01Fixed bug in the WAV metadata parser: A long has 4 bytes...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13534 a1c6a512-1295-4272-9138-f99709370657
2007-06-01Tiny fix for an unlikely error path.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13533 a1c6a512-1295-4272-9138-f99709370657
2007-06-01First attempt at an MPEG player section in the manual, mostly copied from ↵Nils Wallménius
the wiki. Add HAVE_LCD_COLOR option to the gigabeatf platform file to enable color specific options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13532 a1c6a512-1295-4272-9138-f99709370657
2007-06-01e200: Use clocking set up by loader and skip setting the values for now. ↵Michael Sevakis
Change a DMA related register value and leave another alone. Seems to stop the melting screen and gives a speedup especially to video and graphics. If the former isn't quite fixed, the latter definitely works. Please don't enable frequency scaling for now as that will clobber the register values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13531 a1c6a512-1295-4272-9138-f99709370657
2007-05-31Correct an incorrect reference in the ipod installation chapterNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13530 a1c6a512-1295-4272-9138-f99709370657
2007-05-31fix simulator builds for FreeBSDMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13529 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Revert changes to id3.h, removing those members from the struct made binsize ↵Nils Wallménius
increase almost 1KB on some targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13528 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Remove unused struct members and ifdef some for SWCODECNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13527 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Better default values for crossfade durationNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13526 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Fix warningNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13525 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ↵Nils Wallménius
of doing the same checks everywhere git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13524 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Last list commit for a while. fix the multi-item lists at the very end of ↵Jonathan Gordon
the list git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13523 a1c6a512-1295-4272-9138-f99709370657