- 701dafd MPIO HD200 grey blitting: Use line reads for the pixel values as well. Almost doubles the ISR speed (47% -> 24% load), giving 42% faster greylib framebuffer updates. by Jens Arnold · 15 years ago
- bb236ce prevent the parser crashing if a font fails to load and is refresencd in more than one viewport by Jonathan Gordon · 15 years ago
- 765c4f1 mkamsboot: update outdated comment by Rafaël Carré · 15 years ago
- f5c7910 mkamsboot: fix for newer fuzev2 by Rafaël Carré · 15 years ago
- 6d732a3 Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is set if the generic functions from system.h are needed. by Nils Wallménius · 15 years ago
- c272144 Theme Editor: Added New Project feature by Robert Bieber · 15 years ago
- e700e19 Remove two unused macros. by Nils Wallménius · 15 years ago
- 8acbad0 Correction of bug in Czech language - FS #11428 by Marek Salaba by Bertrik Sikken · 15 years ago
- 3a354dd Theme Editor: Corrected last commit. Touch areas should have been made relative, not absolute by Robert Bieber · 15 years ago
- 209e308 Theme Editor: Made toutouch area coordinates absolute rather than relative by Robert Bieber · 15 years ago
- 7406384 Properly fix warning by copying the swap16 and swap32 inline functions from system.h to mips/ingenic_jz47xx/system-target.h to replace the defines. by Nils Wallménius · 15 years ago
- b9e7c18 Use codeclib version of the ffmpeg bitstream code for wma rather then ancient hacked up version. by Michael Giacomelli · 15 years ago
- 30a55c1 Hopefully fix 'comparison between signed and unsigned' warning by Nils Wallménius · 15 years ago
- a87c618 Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstream.c as a part of the codec lib. Use this codeclib implementation in libffmpegFLAC. Implement adapted version of the unaligned longword reading optimization for coldfire from the libwma version of this code. Speeds up cook decoding by 2-3% on h300 and flac by 25% on h300, also speeds up flac decoding by 2% on c200 (decoding speed of cook on c200 is unchanged). by Nils Wallménius · 15 years ago
- 328f2f9 Slovak language update - FS #11481 by Peter Lecky by Bertrik Sikken · 15 years ago
- 68ffb76 Update of Czech language - FS #11479 by Marek Salaba by Bertrik Sikken · 15 years ago
- 023cc43 Update Thai translation - FS #11474 by Phinitnun Chanasabaeng by Bertrik Sikken · 15 years ago
- 15488a0 Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon. Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format by Robert Bieber · 15 years ago
- 387af97 Initial cleanup for libwmapro. by Mohamed Tarek · 15 years ago
- 5d2969c Updated italian translation. by Alessio Lenzi · 15 years ago
- de8369f Build wmapro, disabled on targets with less than 2MB of ram by Rafaël Carré · 15 years ago
- 0159c0c remove unused CODECLIBS variable from makefile by Rafaël Carré · 15 years ago
- 4a3e6de wmapro: silence some warnings related to function prototypes unused in rockbox by Rafaël Carré · 15 years ago
- 7a1e049 wmapro: don't force little endianness by Rafaël Carré · 15 years ago
- b3fee10 Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which value they have by Rafaël Carré · 15 years ago
- 26e70eb Remove WMA Pro again from the main build temporarily till the errors/warnings are sorted out. by Mohamed Tarek · 15 years ago
- d63abfc Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151% realtime in a 320kbps sample on a sansa e200. Lots of cleanup still need to be done, and optimisations should start soon too. by Mohamed Tarek · 15 years ago
- 16284ae Remove the floating point code from wmaprodec.c and change variable names accordingly. by Mohamed Tarek · 15 years ago
- 4b457d6 Theme Editor: Added optional plaintext editing for config files by Robert Bieber · 15 years ago
- 895e104 Add a lcd_contrast feature and use it for the relevant manual section by Rafaël Carré · 15 years ago
- 9dbdd8f Fuze*/e200v2: remove unused lcd_set_contrast() by Rafaël Carré · 15 years ago
- b76b644 Theme Editor: Added Close Project feature by Robert Bieber · 15 years ago
- 78fc984 Oops, one explicit colon is enough (though an extra one doesn't hurt). by Jens Arnold · 15 years ago
- 9c4ba5e The simplification from r27406 changed the format of 'genlang-features': it used to have a leading colon. Fix missing target and feature specific strings resulting from that (mashed target name and first feature) by inserting a colon into the command line explicitly. by Jens Arnold · 15 years ago
- 19a21a2 Oops, remove leftovers by Thomas Martitz · 15 years ago
- 3de1ab6 Remove forgotten lines and add a commit regarding app builds by Thomas Martitz · 15 years ago
- 35ac407 Fix up buildzip.pl by Thomas Martitz · 15 years ago
- f1ff3e0 genlang-features: simplify generation by Rafaël Carré · 15 years ago
- 44f8faa Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and 0.4MHz on c200v1. by Nils Wallménius · 15 years ago
- a4cad3d Coldfire assembler implementation of hybrid_filter for libtta. Speeds up decoding on h300 by 4.2MHz. Set svn properties. by Nils Wallménius · 15 years ago
- d3a1945 Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) and 2.7MHz on c200v1 (pp5024) by Nils Wallménius · 15 years ago
- ec4ee48 Complete the conversion of WMA Pro to fixed point. Floating point code is still there for better history and to have a returning point in svn should something go wrong. by Mohamed Tarek · 15 years ago
- ddbfffb improve displaying of string containing diacritic characters. add some characters to determine the position to break line. by Teruaki Kawashima · 15 years ago
- 8e68e22 text_editor: make functions and variables static. slightly reduce plugin size. by Teruaki Kawashima · 15 years ago
- a874f77 text_viewer: remove unneeded code. by Teruaki Kawashima · 15 years ago
- 64af2b3 Theme Editor: Made %pv tag display bar and select from conditional branches correctly by Robert Bieber · 15 years ago
- bae1836 Theme Editor: Implemented some touch area click events by Robert Bieber · 15 years ago
- c9f997c strstr(): cosmetics by Rafaël Carré · 15 years ago
- 8a07e78 D2: Fix another timing loop that broke when we switched to the EABI compiler, this time in the LCD driver. by Rob Purchase · 15 years ago
- c9a4fb0 Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce macro, beautify indentations. by Andree Buschmann · 15 years ago
- 6aff55b strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibc by Rafaël Carré · 15 years ago
- 145a89f Fix the comment by Alexander Levin · 15 years ago
- fe61885 Minor correction to macros, beautification of loop. by Andree Buschmann · 15 years ago
- bc48fed skin engine: fix simulator builds by Rafaël Carré · 15 years ago
- 4b94912 enable skin debug only in the simulator by Rafaël Carré · 15 years ago
- aa3c676 pdbox: avoid making own DEBUG clash with rockbox define by Rafaël Carré · 15 years ago
- 9122e52 lua: make DEBUG undefined by default, as doc states by Rafaël Carré · 15 years ago
- c7c04eb fat.c: fix format specifier in DEBUG build by Rafaël Carré · 15 years ago
- 4f1d9b1 make language array initialized correctlly with builtin strings when loading .lng file. by Teruaki Kawashima · 15 years ago
- cef3681 Further changes to aac-he decoding. Refactor and rearrange dct tabs to be able to use consecutive addresses (this allows additional optimization for ARM through ldm-usage). Define a macro for identical butterfly operations and exchange 2 butterflyies with less compex operations. by Andree Buschmann · 15 years ago
- b1f5e56 do not redraw menu when exiting the menu. by Teruaki Kawashima · 15 years ago
- 911ed00 Revert accidental change. by Jens Arnold · 15 years ago
- 12857ce EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249. by Jens Arnold · 15 years ago
- 6cf66eb Refacture parts of libfaad filterbank. Faster windowing for 8-short-window sequences. by Andree Buschmann · 15 years ago
- f65ed0d Theme Editor: Added support for larger fonts by Robert Bieber · 15 years ago
- 364af4f Theme Editor: Fixed rendering behavior of default viewport. Now when other viewports are present in the skin, only _text_ from the default viewport is not rendered by Robert Bieber · 15 years ago
- a6df932 Generalize the application bundle copy workaround to simplify later reuse. by Dominik Riebeling · 15 years ago
- d298fa8 Add missing quote, and use the right word by Frank Gevaerts · 15 years ago
- 0133cec Fix red in app builds by Thomas Martitz · 15 years ago
- 6206f40 Update the text in rockboxdev.sh to make it clear that EABI should be used on ARM by Michael Giacomelli · 15 years ago
- 463be79 Revert accidental change (I ran configure from within the tools/database directory). by Thomas Martitz · 15 years ago
- 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 15 years ago
- e87ff2b tweak position of splash so that it is displayed inside the ui viewport. by Teruaki Kawashima · 15 years ago
- 3d29faa keyboard: change how charactars are stored in the buffer. by Teruaki Kawashima · 15 years ago
- 1423874 Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be displayed, but they're not clickable yet by Robert Bieber · 15 years ago
- 9bb36b0 pdbox: Now backlight does not fade out -- making music requires attention. by Wincent Balin · 15 years ago
- 0b86dda SDL: fix typo by Rafaël Carré · 15 years ago
- 1edfe3f SDL enhancements: by Rafaël Carré · 15 years ago
- 2f271ac Just another MHz saved on ARM for aac he decoding. by Andree Buschmann · 15 years ago
- e7ffe1c More work on libfaad's aac he decoder. Resort table to allow more efficient load access. by Andree Buschmann · 15 years ago
- 5674e88 FS#11466 and FS#11467 by Pierre-Yves Roosens by Rafaël Carré · 15 years ago
- ae79b67 Revert r27359 by Rafaël Carré · 15 years ago
- f746302 configure: build ipod4g with eabi by Rafaël Carré · 15 years ago
- c6898a0 Fix red. Remove a small array from IRAM that is not critical to performance. by Andree Buschmann · 15 years ago
- 811af59 Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, PP5022 +19%, MCF5249 +35%, MCF5250 +80%), still not realtime on most targets though. This change does a lot of refactoring in the sbr filters and the dct, switching to our optimized codeclib fft and tweaking IRAM usage. by Andree Buschmann · 15 years ago
- f3e0207 Update japanese translation. make translation consistent. by Teruaki Kawashima · 15 years ago
- a6478fd fix yellow by Marcin Bukat · 15 years ago
- 78d54fa HD200 - Add delay when leaving bootloader USB mode. Add more comments in bootloader. by Marcin Bukat · 15 years ago
- b990664 Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel by Robert Bieber · 15 years ago
- 73a3747 Theme Editor: Built a ui for the timer panel, not functional yet by Robert Bieber · 15 years ago
- 9dd5f75 Clarify where music can be put on the player. by Alex Parker · 15 years ago
- 91a0e8a Theme Editor: Simplified clock tab in device control panel, now one set of values controls all the cX tags by Robert Bieber · 15 years ago
- d367ab4 HD200 - calibrate battery indicator based on measurements and battery_benches by Marcin Bukat · 15 years ago
- 771dc22 text viewer: fix the statusbar is displayed when the global statusbar settings is STATUSBAR_OFF. by Yoshihisa Uchida · 15 years ago
- bc46541 plugin api: delete sb_skin_update(). by Yoshihisa Uchida · 15 years ago
- cd98d01 Theme Editor: Implemented the song time (pS, pE, px, pc, etc.) in the device configuration panel, all depending on one value for current time in song and one value for length of song by Robert Bieber · 15 years ago
- 6358d41 Theme Editor: Began working on special cases for device option panel. Implemented path info for current and next file by Robert Bieber · 15 years ago
- eb93e3b Theme Editor: Removed papause from line scrolling by Robert Bieber · 15 years ago
- 13e97cd Theme Editor: Implemented line scrolling by Robert Bieber · 15 years ago
- d4f4104 More consistent formatting of setting names by Alexander Levin · 15 years ago