summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* update mpegplayer manual.Teruaki Kawashima2010-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28670 a1c6a512-1295-4272-9138-f99709370657
* Fixing FS#11745 (Rockboy Screen on Sansa Clip+)Michael Stummvoll2010-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28669 a1c6a512-1295-4272-9138-f99709370657
* Code Police: C comment style.Mustapha Senhaji2010-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28668 a1c6a512-1295-4272-9138-f99709370657
* FS#8607: MPEG video playlistTeruaki Kawashima2010-11-26
| | | | | | | Add mode to play multiple mpeg files in the same directory in the order the file browser shows. In this mode, Mpegplayer exits after finishing the last .mpg file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28667 a1c6a512-1295-4272-9138-f99709370657
* libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, ↵Nils Wallménius2010-11-26
| | | | | | saving one instruction, *tiny* speedup, output unchanged git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28666 a1c6a512-1295-4272-9138-f99709370657
* Fix the Russian spellingAlexander Levin2010-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28665 a1c6a512-1295-4272-9138-f99709370657
* Added the snapshot patch for rockboy (FS#11757)Michael Stummvoll2010-11-25
| | | | | | | | Added a simple filesize-check for the options file before loading to avoid crashes due the changed config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28664 a1c6a512-1295-4272-9138-f99709370657
* Update Russian translation - FS#11770 by Alexey PolkhirevBertrik Sikken2010-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28663 a1c6a512-1295-4272-9138-f99709370657
* Sansa c200/c200v2: limit allowable contrast value to 0-127, it wraps at 128.Bertrik Sikken2010-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28662 a1c6a512-1295-4272-9138-f99709370657
* correction from previous commit. Completly removing the splashes is betterMichael Stummvoll2010-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28661 a1c6a512-1295-4272-9138-f99709370657
* Rockboy: Changed the time of showing splash messages to 0 to decrase loading ↵Michael Stummvoll2010-11-24
| | | | | | | | | time. now the messages will only shown as long as needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28660 a1c6a512-1295-4272-9138-f99709370657
* test_codec: fix menu broken in r28637Nils Wallménius2010-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28659 a1c6a512-1295-4272-9138-f99709370657
* Rockboy: Added an short stats option which only shows the two numbersMichael Stummvoll2010-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28658 a1c6a512-1295-4272-9138-f99709370657
* rockoy: boosting the max frameskip option up to 20 Max instead of 6 Michael Stummvoll2010-11-24
| | | | | | | because 6 is not enough sometimes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28657 a1c6a512-1295-4272-9138-f99709370657
* codeclib: there is no need to limit the outputs of the coldfire X(N)PROD_R ↵Nils Wallménius2010-11-24
| | | | | | macros to data registers, no significant speed diff git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28656 a1c6a512-1295-4272-9138-f99709370657
* Adding an reset option to the rockboy menuMichael Stummvoll2010-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28655 a1c6a512-1295-4272-9138-f99709370657
* thanks for admitting me to the team :)Michael Stummvoll2010-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28654 a1c6a512-1295-4272-9138-f99709370657
* codeclib: don't mark the outputs for the coldfire X(N)PROD_R asm macros as ↵Nils Wallménius2010-11-23
| | | | | | earlyclobbers as they are not, lets gcc produce better code. Speedup of 0.2-0.3MHz for codecs using the mdct, (larger speedup when building with gcc 4.4). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28650 a1c6a512-1295-4272-9138-f99709370657
* Playlist viewer: Fix regression introduced by r28138 which made some buttons ↵Thomas Martitz2010-11-23
| | | | | | | | not work in the playlist viewer. Fixes FS#11772. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28648 a1c6a512-1295-4272-9138-f99709370657
* once moreJonathan Gordon2010-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28647 a1c6a512-1295-4272-9138-f99709370657
* fix redJonathan Gordon2010-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28646 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#11723 by Michael HohmuthJonathan Gordon2010-11-23
| | | | | | | Tagcache returns stale numeric (runtime statistics) data git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28645 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#11721 by Michael HohmuthJonathan Gordon2010-11-23
| | | | | | | Fix Runtime statistics data not gathered when playback stops git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28644 a1c6a512-1295-4272-9138-f99709370657
* Use MEM_ALIGN_ATTR in libatrac3.Andree Buschmann2010-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28643 a1c6a512-1295-4272-9138-f99709370657
* Fix bug in libatrac which lead to playback errors and/or distortions with ↵Andree Buschmann2010-11-22
| | | | | | some atrac3 files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28642 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in comment.Andree Buschmann2010-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28641 a1c6a512-1295-4272-9138-f99709370657
* Align various libwma buffers. Saves about 1 MHz on the Gigabeat S.Michael Giacomelli2010-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28640 a1c6a512-1295-4272-9138-f99709370657
* Force alignment of various data structures in libmad. Speeds up Gigabeat S ↵Michael Giacomelli2010-11-22
| | | | | | decoding by about 1MHz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28639 a1c6a512-1295-4272-9138-f99709370657
* Fix mistake on targets without frequency scaling.Michael Giacomelli2010-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28638 a1c6a512-1295-4272-9138-f99709370657
* Add option to run test_codec unboosted on players with boosting.Michael Giacomelli2010-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28637 a1c6a512-1295-4272-9138-f99709370657
* Use MEM_ALIGN_ATTR in pitch detector plugin.Andree Buschmann2010-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28636 a1c6a512-1295-4272-9138-f99709370657
* Remove tabs.Andree Buschmann2010-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28635 a1c6a512-1295-4272-9138-f99709370657
* Comment unused function.Andree Buschmann2010-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28634 a1c6a512-1295-4272-9138-f99709370657
* Remove unused define.Andree Buschmann2010-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28633 a1c6a512-1295-4272-9138-f99709370657
* Use MEM_ALIGN_ATTR in libdemac instead of fixed alignment. Speeds up arm11 ↵Andree Buschmann2010-11-21
| | | | | | by ~6%. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28632 a1c6a512-1295-4272-9138-f99709370657
* Fix pointer aliasing warning which for some reason was only triggered in SH ↵Jens Arnold2010-11-21
| | | | | | builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28630 a1c6a512-1295-4272-9138-f99709370657
* fix --rbdir is ignored in configureTeruaki Kawashima2010-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28629 a1c6a512-1295-4272-9138-f99709370657
* Bring the spanish translation up to date.Mustapha Senhaji2010-11-21
| | | | | | | | Flyspray: FS#11768 Author: Sergio Vera git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28628 a1c6a512-1295-4272-9138-f99709370657
* Use MEM_ALIGN_ATTR in mpc codec. Speed up by 22-24% was measured on ARM11.Andree Buschmann2010-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28627 a1c6a512-1295-4272-9138-f99709370657
* FS#6321: Universal Image ViewerTeruaki Kawashima2010-11-21
| | | | | | This unifies jpeg viewer, png viewer, and bmp viewer to one plugin, image viewer, so that you can navigate through different image formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28626 a1c6a512-1295-4272-9138-f99709370657
* Change alignment macros to allow further performance optimization. Define ↵Andree Buschmann2010-11-21
| | | | | | the CACHEALIGN macros for all ARM CPUs, the used alignment size is derived from CACHEALIGN_BITS which has been defined for each supported ARM CPU with r28619. The default alignment size for ARM is set to 32 bytes as new -- not yet supported -- ARM CPUs will most probably need this alignment. To be able to differ between ARM and other CPUs a new macro called MEM_ALIGN_ATTR is introduced. This equals CACHEALIGN_ATTR for ARM, 16 byte alignment for Coldfire and is kept empty for other CPUs. MEM_ALIGN_ATTR is available system wide. From measurements it is expected that the usage of MEM_ALIGN_ATTR can give significant performance gain on ARM11 CPUs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28625 a1c6a512-1295-4272-9138-f99709370657
* Commit first part of FS#11235 by Buschel and I. Improves scheduling on arm9 ↵Michael Giacomelli2010-11-20
| | | | | | for two filter macros in libmad that are almost never called. A larger speed up will be possible when the remaining ASM code is improved. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28624 a1c6a512-1295-4272-9138-f99709370657
* rockpaint: cache font preview when browsing fonts.Teruaki Kawashima2010-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28623 a1c6a512-1295-4272-9138-f99709370657
* Forgot this very minor tweak.Alex Parker2010-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28622 a1c6a512-1295-4272-9138-f99709370657
* Minor English correction.Alex Parker2010-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28621 a1c6a512-1295-4272-9138-f99709370657
* Reinsert CACHEALIGN_SIZE to imx31l.h, r28619 expected another local change.Andree Buschmann2010-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28620 a1c6a512-1295-4272-9138-f99709370657
* Define CACHEALIGN_BITS for missing ARM CPUs for later use.Andree Buschmann2010-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28619 a1c6a512-1295-4272-9138-f99709370657
* Correct supported sample rates for iPod nano 2G, at least prepares the ↵Andree Buschmann2010-11-18
| | | | | | manual for recording on this target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28618 a1c6a512-1295-4272-9138-f99709370657
* Add section 'Running Time' to the manual. Fixes FS#11561.Andree Buschmann2010-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28617 a1c6a512-1295-4272-9138-f99709370657
* FS#11608: switch cpu to async operation in boosted modeFred Bauer2010-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28616 a1c6a512-1295-4272-9138-f99709370657