summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added Dan Everton to the creditsLinus Nielsen Feltzing2006-02-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8547 a1c6a512-1295-4272-9138-f99709370657
* Patch #1417462 by Dan Everton - Improved SDL simulatorLinus Nielsen Feltzing2006-02-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8546 a1c6a512-1295-4272-9138-f99709370657
* Optimised C version of count_leading_zeros() taken from alac-0.1.1. This ↵Dave Chapman2006-02-03
| | | | | | makes ALAC very close to realtime on the ipod (just the very occasional skip during disk reading - it is realtime when the disk is sleeping). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8545 a1c6a512-1295-4272-9138-f99709370657
* Remove exported pcm functions. Codecs should never be allowed to accessBrandon Low2006-02-03
| | | | | | | the pcm directly. Only through the callbacks in playback.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8544 a1c6a512-1295-4272-9138-f99709370657
* Make it compile on iAudio X5Linus Nielsen Feltzing2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8543 a1c6a512-1295-4272-9138-f99709370657
* Shorten innerloop by one instruction.Thom Johansen2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8542 a1c6a512-1295-4272-9138-f99709370657
* patch #1422861 by Adam Boot - Fix splash() color problemsLinus Nielsen Feltzing2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8541 a1c6a512-1295-4272-9138-f99709370657
* Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8540 a1c6a512-1295-4272-9138-f99709370657
* add these files to the source archive as wellDaniel Stenberg2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8539 a1c6a512-1295-4272-9138-f99709370657
* there are no files like this in here anymoreDaniel Stenberg2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8538 a1c6a512-1295-4272-9138-f99709370657
* Oops - fix the builds broken by the backdrop image patchDave Chapman2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8537 a1c6a512-1295-4272-9138-f99709370657
* Patch #1421422 - Backdrop image patch started by Linus, finished by me. ↵Dave Chapman2006-02-02
| | | | | | Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
* More sane fixed point format for Q parameter.Thom Johansen2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8535 a1c6a512-1295-4272-9138-f99709370657
* No need for different name members in eq_data struct.Thom Johansen2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8534 a1c6a512-1295-4272-9138-f99709370657
* This should not have been recommitted (went undetected for quite a while).Jens Arnold2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8533 a1c6a512-1295-4272-9138-f99709370657
* * Changed implementation of inverse bar: Instead of complementing all pixels ↵Jens Arnold2006-02-02
| | | | | | after drawing the text, the text is drawn in inversevid mode. This is faster, and will be more readable when backdrop image support gets added. Appearance on non-colour targets doesn't change. * Speedup of the scroll thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8532 a1c6a512-1295-4272-9138-f99709370657
* iPod: Fix some button-mapping bugs and inconsistenciesDave Chapman2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8531 a1c6a512-1295-4272-9138-f99709370657
* iPod: Remove/reduce the udelay()s in the button driver. They were in the ↵Dave Chapman2006-02-02
| | | | | | IPL source, but do not appear to be needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8530 a1c6a512-1295-4272-9138-f99709370657
* Corrected version of 176x54 (Nano) colour logo (it wasn't being used until ↵Dave Chapman2006-02-02
| | | | | | logo-nano.c was deleted). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8529 a1c6a512-1295-4272-9138-f99709370657
* Color logo-*.c files no longer required - the bitmaps are in libbitmapsnativeDave Chapman2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8528 a1c6a512-1295-4272-9138-f99709370657
* Fix warnings at h1xx.Ben Basha2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8527 a1c6a512-1295-4272-9138-f99709370657
* Add break effect + Bigger bricksBen Basha2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8526 a1c6a512-1295-4272-9138-f99709370657
* Minor code policingLinus Nielsen Feltzing2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8525 a1c6a512-1295-4272-9138-f99709370657
* Patch #1421483 - AIFF codec by Jvo StuderDave Chapman2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8524 a1c6a512-1295-4272-9138-f99709370657
* WPS tag update for Progress Bar to allow resizing and screen placingBen Basha2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8523 a1c6a512-1295-4272-9138-f99709370657
* added the missing decompressor filesDaniel Stenberg2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8522 a1c6a512-1295-4272-9138-f99709370657
* Something for our loyal Archos users. The first graphical WPS for the ↵Christi Scarborough2006-02-01
| | | | | | Recorder series. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8521 a1c6a512-1295-4272-9138-f99709370657
* Changed meaning of shift parameter to include the EMAC implicit shiftThom Johansen2006-02-01
| | | | | | | factor. ARM version is already fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8520 a1c6a512-1295-4272-9138-f99709370657
* Reverted the wps image cache as it was causing trouble to users whenMiika Pekkarinen2006-02-01
| | | | | | | | updating the image files on disk. Better solution is to be implemented soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8519 a1c6a512-1295-4272-9138-f99709370657
* Enable ARM EQ support.Thom Johansen2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8518 a1c6a512-1295-4272-9138-f99709370657
* boxes for H3xx / iPod 4g, just so they don't feel left out. Purely a quick ↵Christi Scarborough2006-02-01
| | | | | | hack, not a finished product. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8517 a1c6a512-1295-4272-9138-f99709370657
* iPod: Enable peakmeterDave Chapman2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8516 a1c6a512-1295-4272-9138-f99709370657
* EQ filtering code for ARM targets.Thom Johansen2006-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8515 a1c6a512-1295-4272-9138-f99709370657
* Handle 8-bit BMP filesLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8514 a1c6a512-1295-4272-9138-f99709370657
* Slighly less confusing handling of inverted monochrome imagesLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8513 a1c6a512-1295-4272-9138-f99709370657
* Restored inverted background image in the ipodVOL WPSLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8512 a1c6a512-1295-4272-9138-f99709370657
* Handle .S files properlyLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8511 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Another grayscale bmp loader bug fixed: clear the right amount of ↵Magnus Holmgren2006-01-31
| | | | | | data, to avoid garbage in the images. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8510 a1c6a512-1295-4272-9138-f99709370657
* Correct PaddedWidth calculationLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8509 a1c6a512-1295-4272-9138-f99709370657
* Misleading parameter name.Thom Johansen2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8508 a1c6a512-1295-4272-9138-f99709370657
* Colour boxes WPS for iPod (and H3xx - but it'll look a little odd on that ↵Christi Scarborough2006-01-31
| | | | | | screen. A work in progress / proof of concept. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8507 a1c6a512-1295-4272-9138-f99709370657
* Revert accidental changeChristi Scarborough2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8506 a1c6a512-1295-4272-9138-f99709370657
* ARM: r12 is scratch, so don't save it.Thom Johansen2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8505 a1c6a512-1295-4272-9138-f99709370657
* Small iPod colour BMP fix by linuxstdChristi Scarborough2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8504 a1c6a512-1295-4272-9138-f99709370657
* Small ARM opt. Saves eight bytes!Thom Johansen2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8503 a1c6a512-1295-4272-9138-f99709370657
* Now dircache should work on players requiring long aligned memoryMiika Pekkarinen2006-01-31
| | | | | | | accesses. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8502 a1c6a512-1295-4272-9138-f99709370657
* Oops - fix red iPod bootloader buildDave Chapman2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8501 a1c6a512-1295-4272-9138-f99709370657
* iPod: Initial implementation of a debug i/o ports screenDave Chapman2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8500 a1c6a512-1295-4272-9138-f99709370657
* iPod: Fix the detection of lcd type for the iPod Photo - this should fix ↵Dave Chapman2006-01-31
| | | | | | problems with that LCD. Affected users also need to install a new bootloader - available from the iPod Installation wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8499 a1c6a512-1295-4272-9138-f99709370657
* Fixed endianness problem in the BMP loaderLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8498 a1c6a512-1295-4272-9138-f99709370657