summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-13here tooJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29045 a1c6a512-1295-4272-9138-f99709370657
2011-01-13remove unecessary (duplicated even) headerJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29044 a1c6a512-1295-4272-9138-f99709370657
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon
%pL for the left channel, %pR for the right channel... usable as a value, conditional or bar (exactly the same as %pv/%bl/etc) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29043 a1c6a512-1295-4272-9138-f99709370657
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius
Retune codec compiler optimizations with new compiler. Overall speedup with aac and flac getting big speedups. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29042 a1c6a512-1295-4272-9138-f99709370657
2011-01-12rockboxdev.sh: coldfire toolchain upgrade, now using gcc 4.5.2 and binutils ↵Nils Wallménius
2.20.1. The configure switch will come as soon as a few buildclients are updated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29039 a1c6a512-1295-4272-9138-f99709370657
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss ↵Nils Wallménius
section NOLOAD, thanks for gevaerts for testing on his x5. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29037 a1c6a512-1295-4272-9138-f99709370657
2011-01-12Add test_gfx and test_resize to CATEORIES so they show up in the right placeFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29036 a1c6a512-1295-4272-9138-f99709370657
2011-01-12Fix the 'Gather Runtime Data' language string on HWCODEC which accidentally ↵Marianne Arnold
got disabled in r28943. Patch taken from FS#11748, author: Michael Hohmuth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29035 a1c6a512-1295-4272-9138-f99709370657
2011-01-12corrected the export-commands on the output. It should be "export ↵Michael Stummvoll
ANDROID..." and not "export $ANDROID..." git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29034 a1c6a512-1295-4272-9138-f99709370657
2011-01-12Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. ↵Andree Buschmann
The code was taken from FS#10034 and slightly changed to avoid white flashing when shutting off the display. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29033 a1c6a512-1295-4272-9138-f99709370657
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ↵Michael Sevakis
is needed to cause button presses and hopefully those settings will work nicely. Add a parameter read function to the MEP driver for debugging and RE purposes; enable compilation of it if you want to use it. Make a note in power-sa9200.c about button inits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29032 a1c6a512-1295-4272-9138-f99709370657
2011-01-11pitch_detector: bring the name of the settings file in line with the plugin nameAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29031 a1c6a512-1295-4272-9138-f99709370657
2011-01-11SA9200: Implement the backlight hold handling.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29030 a1c6a512-1295-4272-9138-f99709370657
2011-01-11SA9200: Give LCD about an 8% speedup. Sync optional LCD settings to defaults ↵Michael Sevakis
in lcd_init_device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29029 a1c6a512-1295-4272-9138-f99709370657
2011-01-11SA9200: Add YUV blitting, do full-screen updates more efficiently and ↵Michael Sevakis
properly clip partial updates. Plugin struct becomes incompatible for this target but leave version alone since it's still dev-only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29028 a1c6a512-1295-4272-9138-f99709370657
2011-01-10Revert unneeded change from r29026.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29027 a1c6a512-1295-4272-9138-f99709370657
2011-01-10iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29026 a1c6a512-1295-4272-9138-f99709370657
2011-01-10Add missing ) to manual.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29025 a1c6a512-1295-4272-9138-f99709370657
2011-01-10rockboxdev.sh: switch back to using the kernel.org mirrors as the gnu.org ↵Nils Wallménius
mirrors were unreliable and inconsistent. Hardcode the mpc url as mpc is not on the kernel.org mirrors. Sorry for the noise. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29024 a1c6a512-1295-4272-9138-f99709370657
2011-01-10HD300 - adjust default battery capacity (based on battery benches)Marcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29021 a1c6a512-1295-4272-9138-f99709370657
2011-01-10Add backgrounds for 128x160 displays to bubbles and rockblox. Set the ↵Michael Sevakis
coordinates in the code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29020 a1c6a512-1295-4272-9138-f99709370657
2011-01-10Add progress bar graphic for CabbieV2 for 128x160x16 LCDs.Robert Menes
Part of FS#10937 by Michael Carr and Stephen Carroll. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29019 a1c6a512-1295-4272-9138-f99709370657
2011-01-09Commit part of FS#10937: CabbieV2 port for the Philips GoGearRobert Menes
SA9200 (128x160x16 LCD). Ported by Michael Carr with cleanup by Stephen Carroll. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29018 a1c6a512-1295-4272-9138-f99709370657
2011-01-09Fix r29016 red.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29017 a1c6a512-1295-4272-9138-f99709370657
2011-01-09SA9200: Make plugins. Cheat a little just to get things to make at first by ↵Michael Sevakis
using some artwork for 128x128 screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
2011-01-09Fix FS#11858 which was introduced with r28937. Several *.rm were not played ↵Andree Buschmann
because the parser aborted with error for several files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29015 a1c6a512-1295-4272-9138-f99709370657
2011-01-09SA9200 boot: Add OF.ebn to the list of OF filenames to check.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29014 a1c6a512-1295-4272-9138-f99709370657
2011-01-09jewels: hopefully fix FS#11842, by checking if there are available moves ↵Nils Wallménius
after checking if we should advance to the next level. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29013 a1c6a512-1295-4272-9138-f99709370657
2011-01-09Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.Marcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29012 a1c6a512-1295-4272-9138-f99709370657
2011-01-09Gigabeat F can easily manage 60fps in pacbox.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29011 a1c6a512-1295-4272-9138-f99709370657
2011-01-08Fix iPod Classic LCD problemsMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29009 a1c6a512-1295-4272-9138-f99709370657
2011-01-08Some static data is only used by .init functions. Add .initdata to declare ↵Michael Sevakis
such data (otherwise section conflicts arise). For i.MX31, use INITDATA_ATTR in the appropriate places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29008 a1c6a512-1295-4272-9138-f99709370657
2011-01-08Add AI to the pong plugin, to allow single-player operation.Frank Gevaerts
Part of FS#5855 by Travis Hyyppa (the colour changes were removed from the patch) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29007 a1c6a512-1295-4272-9138-f99709370657
2011-01-08Revert r29004 putting the original comment back (sorry to fml for this :)Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29006 a1c6a512-1295-4272-9138-f99709370657
2011-01-08Adjust iPod Classic CPU clock speed constants to at least roughly correct valuesMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29005 a1c6a512-1295-4272-9138-f99709370657
2011-01-08pitch detector: Fix a typo in a comment.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29004 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Oops, that didn't belong in there.Michael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29003 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29002 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Implement hold switch and headphone detection on iPod ClassicMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29001 a1c6a512-1295-4272-9138-f99709370657
2011-01-07HD300 - calibrate discharge curveMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28998 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Rockbox Utility: update the Russian translation (FS#11861 by Simon Zhukovsky ↵Alexander Levin
with minor tweaks by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28997 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Gigabeat S/i.MX31: Take care of an interrupt priority inversion that can ↵Michael Sevakis
happen during PCM callback lockout when DVFS switches frequecies during the lockout, preventing a thread from unlocking the callback until DVFS finishes, causing an SSI FIFO underrun. Hadn't thought of an acceptable way to deal with it before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28996 a1c6a512-1295-4272-9138-f99709370657
2011-01-07pitch_detector: remove a double 'break'Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28995 a1c6a512-1295-4272-9138-f99709370657
2011-01-07pitch_detector: the menu function already returns a bool, so use the return ↵Alexander Levin
value directly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28994 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Add some app_*() wrappers for file IO functions to make app_ work the same ↵Frank Gevaerts
as sim_, thereby fixing application builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28993 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Add LCD type to iPod Classic HW debug screenMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28992 a1c6a512-1295-4272-9138-f99709370657
2011-01-07iPod Classic: Fix remaining PCM issues and add DMA information to the HW ↵Michael Sparmann
debug screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28991 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Fix yellowMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28990 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Fix iPod Classic playback slownessMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28989 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Fix iPod Classic tick timer (still not 100% calibrated, but close enough for ↵Michael Sparmann
now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28988 a1c6a512-1295-4272-9138-f99709370657