summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Import Vorbis seeking improvements from Tremor SVN.Magnus Holmgren2009-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21841 a1c6a512-1295-4272-9138-f99709370657
* Slightly reduce the bin size by using ushort instead of int in arraysAlexander Levin2009-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21840 a1c6a512-1295-4272-9138-f99709370657
* Correctly compute the array size regardless of the element typeAlexander Levin2009-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21839 a1c6a512-1295-4272-9138-f99709370657
* Fix another file for r12 being a scratch register. Overlooked earlier ↵Jens Arnold2009-07-13
| | | | | | | | | because this file used literal 'r13' instead of 'sp'. Changed 'r13' to 'sp' for consistency. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21838 a1c6a512-1295-4272-9138-f99709370657
* Make clix more usable on touchscreen targetsMaurus Cuelenaere2009-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21837 a1c6a512-1295-4272-9138-f99709370657
* Modified the code for seeking to speed it up a bit. Instead of searching Mohamed Tarek2009-07-13
| | | | | | | | | | the file for the required timestamp, we seek directly to a calcualted position. If we go to a point beyond the desired seek_time, we seek back in blocks (normally one or two blocks to the back) to get the required block. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21836 a1c6a512-1295-4272-9138-f99709370657
* Reorder some operands to increase frequency of multiply early termination on ↵Andrew Mahone2009-07-13
| | | | | | TDMI targets, reorder some operations to try to reduce stalls. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21834 a1c6a512-1295-4272-9138-f99709370657
* Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at ↵Michael Giacomelli2009-07-13
| | | | | | the cost of 30.5 kbytes of IRAM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21833 a1c6a512-1295-4272-9138-f99709370657
* Add new asmdefs mechanism for exporting information only available to the C ↵Andrew Mahone2009-07-13
| | | | | | compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21831 a1c6a512-1295-4272-9138-f99709370657
* * Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold2009-07-12
| | | | | | | * ARM dualcore: Don't save r12 in switch_thread_core() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21830 a1c6a512-1295-4272-9138-f99709370657
* Update Dutch langfilePeter D'Hoye2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21827 a1c6a512-1295-4272-9138-f99709370657
* Another patch by Wincent Balin (from the FS #10416 series): get rid of some ↵Peter D'Hoye2009-07-12
| | | | | | warnings. PDBox now builds without any error or warning. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21819 a1c6a512-1295-4272-9138-f99709370657
* PDBox: One file with stuff is enough....Peter D'Hoye2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21818 a1c6a512-1295-4272-9138-f99709370657
* More work on PDBox by Wincent Balin. The PDBox plug-in is now working with ↵Peter D'Hoye2009-07-12
| | | | | | the pdpod_test.pd file from the PureData.zip archive git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21816 a1c6a512-1295-4272-9138-f99709370657
* Patch by Wincent Balin: convert pdbox from app to viewerPeter D'Hoye2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21815 a1c6a512-1295-4272-9138-f99709370657
* Unify semitone and cent macros and make the formula a bit more obviousAlexander Levin2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21814 a1c6a512-1295-4272-9138-f99709370657
* Silence warnings to fix yellows for now.Mohamed Tarek2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21810 a1c6a512-1295-4272-9138-f99709370657
* set svn:keywords propertyTeruaki Kawashima2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21809 a1c6a512-1295-4272-9138-f99709370657
* Some fixes for the standalone test program.Mohamed Tarek2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21807 a1c6a512-1295-4272-9138-f99709370657
* Add seeking support in cook codec.Mohamed Tarek2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21806 a1c6a512-1295-4272-9138-f99709370657
* * ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold2009-07-12
| | | | | | | | | * Fix saving another unused reg in dsp code * Use less regs in the generic ARM mpegplayer adding idct pure DC case * Fix ARMv6 mpegplayer adding idct using an unsaved register in pure DC case git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21803 a1c6a512-1295-4272-9138-f99709370657
* Optimize chopper a bit by making a often used macro an inline function(which ↵Thomas Martitz2009-07-12
| | | | | | means its parameter expressions are evaluated before expanding) and removing a unecessary display clear. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21802 a1c6a512-1295-4272-9138-f99709370657
* Fix plugins for the changed pitch scale from r21781Jens Arnold2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21794 a1c6a512-1295-4272-9138-f99709370657
* Remove an unneeded includeAlexander Levin2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21790 a1c6a512-1295-4272-9138-f99709370657
* Properly ifdef the pitchscreen settings as well (aka fix red Player build).Jens Arnold2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21789 a1c6a512-1295-4272-9138-f99709370657
* Those strings only apply to targets having the pitchscreen feature.Jens Arnold2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21788 a1c6a512-1295-4272-9138-f99709370657
* Fix red in bootloadersAlexander Levin2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21782 a1c6a512-1295-4272-9138-f99709370657
* Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21781 a1c6a512-1295-4272-9138-f99709370657
* clix: fix bug that game isn't over when no move is possible.Teruaki Kawashima2009-07-11
| | | | | | clean up a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21774 a1c6a512-1295-4272-9138-f99709370657
* Correct return value when quit sudoku from the menu.Teruaki Kawashima2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21771 a1c6a512-1295-4272-9138-f99709370657
* FS#10421 - clip keymap updates.Jonathan Gordon2009-07-11
| | | | | | | | | | | | | | | | | | | | | Major changes: - try to minimise combos - home is goto menu just about everywhere (and goto previous from the main menu) - home+select is goto wps - long home is quickscreen - removed referneces to the rec screen... we can argue about that when recording is implemented in the wps: - down = id3 screen - long down = pitch screen lists: - select+up/down is page up/down.... home+right isnt a valid combo, nor is home+up :< - home in quickscreen is exit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21770 a1c6a512-1295-4272-9138-f99709370657
* Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21769 a1c6a512-1295-4272-9138-f99709370657
* FS#10418: Change menu button in Sudoku on Fuze, by Nick TryonJohannes Schwarz2009-07-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21750 a1c6a512-1295-4272-9138-f99709370657
* Correct another small typo in a comment.Thomas Martitz2009-07-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21746 a1c6a512-1295-4272-9138-f99709370657
* Correct return value of function get_ucs, position of next character, in ↵Teruaki Kawashima2009-07-10
| | | | | | viewer plugin (FS #9387, patch by Yoshihisa Uchida, small modification by me). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21743 a1c6a512-1295-4272-9138-f99709370657
* Fix a typoAlexander Levin2009-07-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21741 a1c6a512-1295-4272-9138-f99709370657
* Fix a few comments in gwps.c.Thomas Martitz2009-07-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21740 a1c6a512-1295-4272-9138-f99709370657
* Lua:Maurus Cuelenaere2009-07-10
| | | | | | | | * add ./?/init.lua to the search path for require * put Lua libs in /.rockbox/rocks/viewers/lua/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21739 a1c6a512-1295-4272-9138-f99709370657
* fix FS#9383 (chessclock freezes on deleting a player), patch by Yoshihisa ↵Teruaki Kawashima2009-07-09
| | | | | | Uchida. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21733 a1c6a512-1295-4272-9138-f99709370657
* Helloworld.lua: fix file_put_contents depending on a wrong return value of ↵Maurus Cuelenaere2009-07-08
| | | | | | io.write + use a cleaner version of if(file == nil) (thanks to Christophe Gragnic) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21731 a1c6a512-1295-4272-9138-f99709370657
* Add the ability to seek to the start of the track.Mohamed Tarek2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21728 a1c6a512-1295-4272-9138-f99709370657
* Previous commit didn't fix compiling on Cygwin, this one should.Maurus Cuelenaere2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21724 a1c6a512-1295-4272-9138-f99709370657
* add keymap for m300 and fix warnings of previous patchJohannes Schwarz2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21723 a1c6a512-1295-4272-9138-f99709370657
* Fix compiling on Cygwin hosts.Maurus Cuelenaere2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21722 a1c6a512-1295-4272-9138-f99709370657
* new game plugin for colored players named clix (by Rene Peinthor)Johannes Schwarz2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21720 a1c6a512-1295-4272-9138-f99709370657
* Try at fixing 'cast to/from pointer to/from integer of different size' warningsMaurus Cuelenaere2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21719 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" ↵Bertrik Sikken2009-07-08
| | | | | | by Matthew Bonnett. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21718 a1c6a512-1295-4272-9138-f99709370657
* Cook codec: make sure the RMContext get aligned correctly, or we won't be ↵Maurus Cuelenaere2009-07-08
| | | | | | able to find it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21717 a1c6a512-1295-4272-9138-f99709370657
* RM metadata parser: fix unaligned accessMaurus Cuelenaere2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21716 a1c6a512-1295-4272-9138-f99709370657
* Lua IOlib: don't create files when they don't existMaurus Cuelenaere2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21715 a1c6a512-1295-4272-9138-f99709370657