summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17FS#11822: use rockbox_browse() in plugins to select file.Teruaki Kawashima4-164/+43
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29069 a1c6a512-1295-4272-9138-f99709370657
2011-01-16image viewer: add quick guide describing how to add image decoder. also ↵Teruaki Kawashima2-8/+50
improve comments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29066 a1c6a512-1295-4272-9138-f99709370657
2011-01-16Czech language update - FS#11869 by Marek SalabaBertrik Sikken1-71/+99
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29064 a1c6a512-1295-4272-9138-f99709370657
2011-01-15fix FS#11835: %Lt tag doesn't work on targets with more than 1 screen.Teruaki Kawashima1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29058 a1c6a512-1295-4272-9138-f99709370657
2011-01-14pitch_detector: add the key transposition feature which makes the plugin ↵Alexander Levin1-4/+44
better usable with/for transposing instruments (FS#11752 by Robert Horn) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29052 a1c6a512-1295-4272-9138-f99709370657
2011-01-13SA9200: Modify pacbox keymap a slight bit to avoid bunchingRobert Menes1-2/+2
up all of the buttons to the touchpad. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29047 a1c6a512-1295-4272-9138-f99709370657
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing ↵Jonathan Gordon6-6/+65
playback git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29046 a1c6a512-1295-4272-9138-f99709370657
2011-01-13here tooJonathan Gordon1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29045 a1c6a512-1295-4272-9138-f99709370657
2011-01-13remove unecessary (duplicated even) headerJonathan Gordon1-1/+0
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 Gordon6-7/+59
%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énius10-27/+26
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-12Add test_gfx and test_resize to CATEORIES so they show up in the right placeFrank Gevaerts1-0/+2
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 Arnold1-1/+2
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-11pitch_detector: bring the name of the settings file in line with the plugin nameAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29031 a1c6a512-1295-4272-9138-f99709370657
2011-01-11SA9200: Add YUV blitting, do full-screen updates more efficiently and ↵Michael Sevakis3-3/+3
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-10Add backgrounds for 128x160 displays to bubbles and rockblox. Set the ↵Michael Sevakis5-12/+27
coordinates in the code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29020 a1c6a512-1295-4272-9138-f99709370657
2011-01-09Fix r29016 red.Michael Sevakis1-1/+1
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 Sevakis4-6/+16
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 Buschmann1-1/+8
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-09jewels: hopefully fix FS#11842, by checking if there are available moves ↵Nils Wallménius1-8/+1
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 Bukat12-358/+574
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 Sevakis1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29011 a1c6a512-1295-4272-9138-f99709370657
2011-01-08Add AI to the pong plugin, to allow single-player operation.Frank Gevaerts1-12/+91
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 Senhaji1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29006 a1c6a512-1295-4272-9138-f99709370657
2011-01-08pitch detector: Fix a typo in a comment.Mustapha Senhaji1-1/+1
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 Sparmann1-12/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29003 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29002 a1c6a512-1295-4272-9138-f99709370657
2011-01-07pitch_detector: remove a double 'break'Alexander Levin1-2/+0
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 Levin1-1/+2
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 Gevaerts1-1/+47
as sim_, thereby fixing application builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28993 a1c6a512-1295-4272-9138-f99709370657
2011-01-07Put illustrative switch case back, because it clarifies intention...maybe ;).Michael Sevakis1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28985 a1c6a512-1295-4272-9138-f99709370657
2011-01-07MPEGPlyaer: A bit of audio mutation. Remove a useless thread state. Take ↵Michael Sevakis5-84/+141
some control over the buffer away from the audio thread itself. Some atomicity corrections. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28984 a1c6a512-1295-4272-9138-f99709370657
2011-01-06Finally fix FS#10678. Now the mp3 encoder plugin supports mono/stereo and ↵Andree Buschmann1-26/+18
the sampling rates 16/22.05/24/32/44.1/48 kHz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28976 a1c6a512-1295-4272-9138-f99709370657
2011-01-06Updated italian translation.Alessio Lenzi1-0/+45
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28975 a1c6a512-1295-4272-9138-f99709370657
2011-01-06Related to FS#10678. The mp3 encoder plugin of Rockbox does not encode MPEG2 ↵Andree Buschmann1-15/+35
layer3 properly and does not support MPEG2.5 layer3 at all. Therefor only samplerates of 32, 44.1 and 48 kHz are supported as input. This change introduces a proper error handling and user error message until the underlying error is fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28973 a1c6a512-1295-4272-9138-f99709370657
2011-01-05Fix FS#5317. mp3_encoder does now properly encode mono files. Still there is ↵Andree Buschmann1-10/+19
a bug when using sampling rates != 44100 Hz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28971 a1c6a512-1295-4272-9138-f99709370657
2011-01-04Oops, remove an unneeded bit from FS#11855 committed in r28968Mustapha Senhaji1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28970 a1c6a512-1295-4272-9138-f99709370657
2011-01-04Fix another comment typoAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28969 a1c6a512-1295-4272-9138-f99709370657
2011-01-04Update the tagalog translation by Melba Sitjar FS#11855.Mustapha Senhaji1-1/+29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28968 a1c6a512-1295-4272-9138-f99709370657
2011-01-04Update the portugues translation by Gabriel Maia FS#11857.Mustapha Senhaji1-0/+46
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28967 a1c6a512-1295-4272-9138-f99709370657
2011-01-04Update the french translation.Mustapha Senhaji1-5/+29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28966 a1c6a512-1295-4272-9138-f99709370657
2011-01-04MPEGPlayer: Give the parser a little stronger going over this time so it ↵Michael Sevakis1-42/+53
tolerates odd audio timestamps better. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28965 a1c6a512-1295-4272-9138-f99709370657
2011-01-04mpeg_parser: fix a typo in the commentAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28964 a1c6a512-1295-4272-9138-f99709370657
2011-01-03MPEGPlayer: Try a few timestamps for all streams at the beginning, not just ↵Michael Sevakis1-2/+5
video, to help deal with anomalous start PTS values in a stream. Hopefully the hardcoded number gives it enough tolerance. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28961 a1c6a512-1295-4272-9138-f99709370657
2011-01-03MPEGPlayer graphics mutation: Implement a more visible FPS display and ↵Michael Sevakis8-93/+333
remove the debugging info from it. Tweak thumbnailing and printing of unavailable frames. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28960 a1c6a512-1295-4272-9138-f99709370657
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann1-0/+10
Major known issues: - No bootloader yet - No support for the first-generation 160GB CE-ATA hard disk drive yet - Audio playback is slow, only FLAC seems to reach realtime git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28953 a1c6a512-1295-4272-9138-f99709370657
2011-01-02Don't load the colours file if it's set to '' (partial fix for FS#11847)Alexander Levin1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28949 a1c6a512-1295-4272-9138-f99709370657
2011-01-02Don't load the keyboard layout '-.kbd' (partial fix for FS#11847)Alexander Levin1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28948 a1c6a512-1295-4272-9138-f99709370657
2011-01-02Fix typo in the commentAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28947 a1c6a512-1295-4272-9138-f99709370657
2011-01-02Fix an ugly-looking commentMichael Sparmann1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28945 a1c6a512-1295-4272-9138-f99709370657