- c9f997c strstr(): cosmetics by Rafaël Carré · 14 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 · 14 years ago
- c9a4fb0 Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce macro, beautify indentations. by Andree Buschmann · 14 years ago
- 6aff55b strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibc by Rafaël Carré · 14 years ago
- 145a89f Fix the comment by Alexander Levin · 14 years ago
- fe61885 Minor correction to macros, beautification of loop. by Andree Buschmann · 14 years ago
- bc48fed skin engine: fix simulator builds by Rafaël Carré · 14 years ago
- 4b94912 enable skin debug only in the simulator by Rafaël Carré · 14 years ago
- aa3c676 pdbox: avoid making own DEBUG clash with rockbox define by Rafaël Carré · 14 years ago
- 9122e52 lua: make DEBUG undefined by default, as doc states by Rafaël Carré · 14 years ago
- c7c04eb fat.c: fix format specifier in DEBUG build by Rafaël Carré · 14 years ago
- 4f1d9b1 make language array initialized correctlly with builtin strings when loading .lng file. by Teruaki Kawashima · 14 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 · 14 years ago
- b1f5e56 do not redraw menu when exiting the menu. by Teruaki Kawashima · 14 years ago
- 911ed00 Revert accidental change. by Jens Arnold · 14 years ago
- 12857ce EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249. by Jens Arnold · 14 years ago
- 6cf66eb Refacture parts of libfaad filterbank. Faster windowing for 8-short-window sequences. by Andree Buschmann · 14 years ago
- f65ed0d Theme Editor: Added support for larger fonts by Robert Bieber · 14 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 · 14 years ago
- a6df932 Generalize the application bundle copy workaround to simplify later reuse. by Dominik Riebeling · 14 years ago
- d298fa8 Add missing quote, and use the right word by Frank Gevaerts · 14 years ago
- 0133cec Fix red in app builds by Thomas Martitz · 14 years ago
- 6206f40 Update the text in rockboxdev.sh to make it clear that EABI should be used on ARM by Michael Giacomelli · 14 years ago
- 463be79 Revert accidental change (I ran configure from within the tools/database directory). by Thomas Martitz · 14 years ago
- 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 14 years ago
- e87ff2b tweak position of splash so that it is displayed inside the ui viewport. by Teruaki Kawashima · 14 years ago
- 3d29faa keyboard: change how charactars are stored in the buffer. by Teruaki Kawashima · 14 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 · 14 years ago
- 9bb36b0 pdbox: Now backlight does not fade out -- making music requires attention. by Wincent Balin · 14 years ago
- 0b86dda SDL: fix typo by Rafaël Carré · 14 years ago
- 1edfe3f SDL enhancements: by Rafaël Carré · 14 years ago
- 2f271ac Just another MHz saved on ARM for aac he decoding. by Andree Buschmann · 14 years ago
- e7ffe1c More work on libfaad's aac he decoder. Resort table to allow more efficient load access. by Andree Buschmann · 14 years ago
- 5674e88 FS#11466 and FS#11467 by Pierre-Yves Roosens by Rafaël Carré · 14 years ago
- ae79b67 Revert r27359 by Rafaël Carré · 14 years ago
- f746302 configure: build ipod4g with eabi by Rafaël Carré · 14 years ago
- c6898a0 Fix red. Remove a small array from IRAM that is not critical to performance. by Andree Buschmann · 14 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 · 14 years ago
- f3e0207 Update japanese translation. make translation consistent. by Teruaki Kawashima · 14 years ago
- a6478fd fix yellow by Marcin Bukat · 14 years ago
- 78d54fa HD200 - Add delay when leaving bootloader USB mode. Add more comments in bootloader. by Marcin Bukat · 14 years ago
- b990664 Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel by Robert Bieber · 14 years ago
- 73a3747 Theme Editor: Built a ui for the timer panel, not functional yet by Robert Bieber · 14 years ago
- 9dd5f75 Clarify where music can be put on the player. by Alex Parker · 14 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 · 14 years ago
- d367ab4 HD200 - calibrate battery indicator based on measurements and battery_benches by Marcin Bukat · 14 years ago
- 771dc22 text viewer: fix the statusbar is displayed when the global statusbar settings is STATUSBAR_OFF. by Yoshihisa Uchida · 14 years ago
- bc46541 plugin api: delete sb_skin_update(). by Yoshihisa Uchida · 14 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 · 14 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 · 14 years ago
- eb93e3b Theme Editor: Removed papause from line scrolling by Robert Bieber · 14 years ago
- 13e97cd Theme Editor: Implemented line scrolling by Robert Bieber · 14 years ago
- d4f4104 More consistent formatting of setting names by Alexander Levin · 14 years ago
- de9ba10 Theme Editor: Made auto-expand/highlight of parse tree optional (through preferences dialog), added Simulation Time variable to device config panel, subline alternation is now dependent on that rather than time in song by Robert Bieber · 14 years ago
- 80fa0ef buildzip.pl: more fixes by Rafaël Carré · 14 years ago
- f984a65 buildzip.pl: fix r27310 and r27317 by Rafaël Carré · 14 years ago
- d245d83 battery_bench: make log time start at 0 (since plugin started) by Rafaël Carré · 14 years ago
- f8e7870 Even more readable code by Alexander Levin · 14 years ago
- 8ee65d0 Describe what 'Update on stop' does by Alexander Levin · 14 years ago
- d05a24e wmapro codec sim build needs to link with libm by Rafaël Carré · 14 years ago
- 3691435 plugin api: new functions set the end of the structure. thanks to Frank Gevaerts. by Yoshihisa Uchida · 14 years ago
- 276dfa2 text viewer: fixed the following bugs. by Yoshihisa Uchida · 14 years ago
- e5a2576 plugin api: add the following functions. by Yoshihisa Uchida · 14 years ago
- 6d609e0 Theme Editor: Implemented caching for rendered text, added profiling info to debug build, added a 500msec delay when rendering after code changes to prevent editor from hanging on large themes by Robert Bieber · 14 years ago
- 6f06793 Theme Editor: Fixed rendering bug that caused text in sublines not to appear, implemented a global font cache by Robert Bieber · 14 years ago
- 8814565 Theme Editor: Delaying rendering of text lines until newline reached by Robert Bieber · 14 years ago
- e03d373 Theme Editor: WorkingWorking on speeding up the renderer, replaced for-loops with faster method call by Robert Bieber · 14 years ago
- 60d8cff HD200 - fix misleading comment in system-hd200.c by Marcin Bukat · 14 years ago
- 3214e37 Theme Editor: Made all lines of text render as a single graphic, viewport size limits now enforced on text width by Robert Bieber · 14 years ago
- ce5ee19 Theme Editor: Moved volume options in device configuration panel by Robert Bieber · 14 years ago
- 86d8a53 Add Theme Editor application icon for Windows by Dominik Riebeling · 14 years ago
- b4443ef Add Info.plist and application icon to Theme Editor on OS X. by Dominik Riebeling · 14 years ago
- e464128 Rework libskin_parser Makefile for OS X support. by Dominik Riebeling · 14 years ago
- eccc2bd Theme Editor: Added font directory option in preferences dialog, renderer will now search that directory for fonts if they're not found in the project directory by Robert Bieber · 14 years ago
- 120f3e1 Theme Editor: Default theme font is now correctly loaded by Robert Bieber · 14 years ago
- 91d6fa7 Remove unneeded libfaad files from SOURCE. by Andree Buschmann · 14 years ago
- 5ac3545 Integrate FS#11445 to raac. In addition remove faad specific pcm conversion and use rockbox' optimized dsp routines. On a 192kbps file and PP5022 the decoding speeds up by 17%. by Andree Buschmann · 14 years ago
- 39e2520 Theme Editor: Rockbox FNT files now supported. Theme editor will currently load fonts from the current project directory, or use the built-in font if they're not present by Robert Bieber · 14 years ago
- 5de6ddc Add a check for '' not being set. make zip doesn't work for me without it. Perhaps only a problem on Cygwin? by Magnus Holmgren · 14 years ago
- 57484bd HD200 - add support for remote in bootloader by Marcin Bukat · 14 years ago
- f99e4fb HD200 - turn off charging IC by default by Marcin Bukat · 14 years ago
- 2c56ac8 Slightly rearranged lines to execute only what's really needed. No functional changes. by Alexander Levin · 14 years ago
- 7d4c0c5 Rename functions so that the code is easier to read by Alexander Levin · 14 years ago
- 76f2b9c HD200 - add remote keymap by Marcin Bukat · 14 years ago
- 72e463f Fix a typo and clarify when bookmarks are autocreated by Alexander Levin · 14 years ago
- 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 14 years ago
- 9da7079 Clean up naming of radio preset functions and move global radio preset methods into apps/radio/presets.h by Bertrik Sikken · 14 years ago
- 1c3ae92 Add --prefix option to configure, and add it to make reconf. by Thomas Martitz · 14 years ago
- 3cdee0f HD200 - Fix GPIO setup in button_init_device()- this change fixes sound output broken in r27258. Slightly adjust main buttons reading routine so key reading is more reliable with and without remote present by Marcin Bukat · 14 years ago
- 7c908bb HD200 - more work on remote handling by Marcin Bukat · 14 years ago
- 851e066 lrcplayer: by Teruaki Kawashima · 14 years ago
- 079e194 make the fms update by Jonathan Gordon · 14 years ago
- 35717ec Commit FS#11458 by me. Fixes test_codec to work on files larger then the available audio buffer. Allows test_codec to work normally on the AMS Sansas as well as D2, etc. by Michael Giacomelli · 14 years ago
- d884af2 Partial conversion of the wmapro decoder to fixed point arithmetic. Currently inverse quantization & rescaling, by Mohamed Tarek · 14 years ago
- 6a04479 Theme Editor: Began working on font loading. Font header info is now read and spewed out onto the debug console by Robert Bieber · 14 years ago
- 8a23b8e Theme Editor: Added the built-in font to the project resources by Robert Bieber · 14 years ago
- 27debea Theme Editor: Fixed redundant directory separator bug in addresourcedir script by Robert Bieber · 14 years ago
- ac58d02 Theme Editor: Added a small PHP script to auto-generate a qrc entry for a directory with aliases for each file by Robert Bieber · 14 years ago
- 4158192 Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and -O1 for other CPUs. This speeds up decoding by 1-5%. by Andree Buschmann · 14 years ago
- 68756cc Theme Editor: Enabled conditional display of ID3/file info with checkbox on the device panel by Robert Bieber · 14 years ago