summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Reduce CPU usage while changing EQ by only updating the coefficients of the ↵Dan Everton2006-02-17
| | | | | | band being modified. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8718 a1c6a512-1295-4272-9138-f99709370657
* Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and ↵Jens Arnold2006-02-17
| | | | | | iPod. Approximately doubles decoding speed on Iriver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8717 a1c6a512-1295-4272-9138-f99709370657
* Use macro instead of literal constant for readability.Jens Arnold2006-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8716 a1c6a512-1295-4272-9138-f99709370657
* Colour JPEG display on colour targets.Jens Arnold2006-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8715 a1c6a512-1295-4272-9138-f99709370657
* *Side flickering bug fixed. *Continue game bug fixed. + Added sleep timer ↵Ben Basha2006-02-17
| | | | | | counting the score. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8714 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Change USB detection to use pin 1 on GPIOB instead of the USB ↵Dave Chapman2006-02-17
| | | | | | status register. One user reported that USB_STATUS was giving false positives, and never changing when USB was inserted/removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8713 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Split lcd_bcm_finishup() function into two halves, and incorporate ↵Dave Chapman2006-02-16
| | | | | | into the start and end of lcd_update_rect. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8712 a1c6a512-1295-4272-9138-f99709370657
* the JPEG core can now also decode color images, this has to be wired to the ↵Jörg Hohensohn2006-02-16
| | | | | | application (memory management, color space converting display) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8711 a1c6a512-1295-4272-9138-f99709370657
* Plugin loader adjustments: * Don't clear the LCD before loading, just show a ↵Jens Arnold2006-02-16
| | | | | | splash instead. * After successful loading, remove backdrop, then clear display, to properly prepare the screen for the plugin. * Clear after returning from plugin and restoring the backdrop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8710 a1c6a512-1295-4272-9138-f99709370657
* Smoother slider knob movement.Dan Everton2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8709 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Put lcd_update_rect function in IRAM - increases speed from 52fps ↵Dave Chapman2006-02-16
| | | | | | to 54fps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8708 a1c6a512-1295-4272-9138-f99709370657
* Revert the ATA/USB power fix until I find an even more correct way of doing ↵Linus Nielsen Feltzing2006-02-16
| | | | | | it :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8707 a1c6a512-1295-4272-9138-f99709370657
* Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is ↵Jens Arnold2006-02-16
| | | | | | possible. * LCD driver now uses proper native bitmaps resembling the LCD internal format. Mono bitmaps are still transposed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8706 a1c6a512-1295-4272-9138-f99709370657
* Actually fix the palette issue.Dan Everton2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8705 a1c6a512-1295-4272-9138-f99709370657
* Fix palette generation and remote LCD update in SDL sim.Dan Everton2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8704 a1c6a512-1295-4272-9138-f99709370657
* Important bugfix for lcd_bitmap_part(). * Some slight optimisations.Jens Arnold2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8703 a1c6a512-1295-4272-9138-f99709370657
* Patch #1432941 - Colour support for Plasma by Mikael MagnussonDave Chapman2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8702 a1c6a512-1295-4272-9138-f99709370657
* Fixed a buffer length problem in kbd_input()Linus Nielsen Feltzing2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8701 a1c6a512-1295-4272-9138-f99709370657
* include all .pl filesDaniel Stenberg2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8700 a1c6a512-1295-4272-9138-f99709370657
* Fixed scrolling for iPods (now scrolling the wheel forward will move down, ↵Zakk Roberts2006-02-16
| | | | | | and scrolling backward will move up). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8699 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Another LCD optimisation, now at 52fpsDave Chapman2006-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8698 a1c6a512-1295-4272-9138-f99709370657
* Bejeweled: speed fixes, graphics enhancements, and use external bitmapsAdam Boot2006-02-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8697 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Further LCD driver optimisations - it is now working at 42fps for ↵Dave Chapman2006-02-15
| | | | | | full-screen updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8696 a1c6a512-1295-4272-9138-f99709370657
* New powerup - multi ballsBen Basha2006-02-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8695 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Small LCD optimisation - make lcd_bcm_write32 inline. Increases ↵Dave Chapman2006-02-15
| | | | | | LCD speed from 28fps to 31fps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8694 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Add a yield() to the lcd_bcm_finishup() function. This function ↵Dave Chapman2006-02-15
| | | | | | typically waits in a while loop for 14ms whilst the Broadcom DSP updates the LCD - yielding gives that time back to audio decoding. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8693 a1c6a512-1295-4272-9138-f99709370657
* And shorten one string due to a small buffer...Magnus Holmgren2006-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8692 a1c6a512-1295-4272-9138-f99709370657
* Minor changes for consistency and correctness.Magnus Holmgren2006-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8691 a1c6a512-1295-4272-9138-f99709370657
* Reverse scroll forwardd/back button mapping for iPod in the SDL sim.Dan Everton2006-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8690 a1c6a512-1295-4272-9138-f99709370657
* Only clear the backdrop after a plugin has been loaded successfully - ↵Dave Chapman2006-02-14
| | | | | | prevents the backdrop being lost if the plugin fails to load. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8689 a1c6a512-1295-4272-9138-f99709370657
* More correct power handling of the HDD and ISD300 chips on the H300 platformLinus Nielsen Feltzing2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8688 a1c6a512-1295-4272-9138-f99709370657
* iAudio X5 has 16Mbyte RAMLinus Nielsen Feltzing2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8687 a1c6a512-1295-4272-9138-f99709370657
* Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still ↵Dan Everton2006-02-13
| | | | | | doesn't work right, but is closer to how the actual Rockbox system does it. Move some stub functions in to Win32 and X11 sims to keep them compiling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8686 a1c6a512-1295-4272-9138-f99709370657
* Don't leave whitespace on last screen when in paged scrolling mode.Dan Everton2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8685 a1c6a512-1295-4272-9138-f99709370657
* Common internal sample format for AC3.Thom Johansen2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8684 a1c6a512-1295-4272-9138-f99709370657
* Forgot to update CREDITS. Previous patch from musicmad.Dan Everton2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8683 a1c6a512-1295-4272-9138-f99709370657
* Add paged scrolling option. Really helps when scrolling through large lists ↵Dan Everton2006-02-13
| | | | | | on targets with slow LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8682 a1c6a512-1295-4272-9138-f99709370657
* Convert to use common internal sample format.Thom Johansen2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8681 a1c6a512-1295-4272-9138-f99709370657
* Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen2006-02-13
| | | | | | | or s3.28 fixed point). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8680 a1c6a512-1295-4272-9138-f99709370657
* Synced.Mats Lidell2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8679 a1c6a512-1295-4272-9138-f99709370657
* Add comments, and prevent a nearly impossible wrapping bug. There's always ↵Brandon Low2006-02-13
| | | | | | enough space for the next whole audio chunk now, so it's faster too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8678 a1c6a512-1295-4272-9138-f99709370657
* Don't boost from inside the DMA interrupt, everBrandon Low2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8677 a1c6a512-1295-4272-9138-f99709370657
* iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to ↵Dave Chapman2006-02-13
| | | | | | wmcodec_* to enable unification of the audio code for WM codecs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8676 a1c6a512-1295-4272-9138-f99709370657
* Hopefully fix highly parallel build of recorder 8mbBrandon Low2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8675 a1c6a512-1295-4272-9138-f99709370657
* add the Adobe Helvetica font.Marcoen Hirschberg2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8674 a1c6a512-1295-4272-9138-f99709370657
* Correct the usage outputHristo Kovachev2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8673 a1c6a512-1295-4272-9138-f99709370657
* Add 4g grayscale support for the win32 simDave Chapman2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8672 a1c6a512-1295-4272-9138-f99709370657
* Fixed warnings in the iFP target.Tomasz Malesinski2006-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8671 a1c6a512-1295-4272-9138-f99709370657
* Added iFP keybindings.Tomasz Malesinski2006-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8670 a1c6a512-1295-4272-9138-f99709370657
* Changed endpoint 0 max packet size to 64 in order to make the driverTomasz Malesinski2006-02-12
| | | | | | | work in highspeed mode. Changed debugging code a little. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8669 a1c6a512-1295-4272-9138-f99709370657