summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-07-10Just another MHz saved on ARM for aac he decoding.Andree Buschmann1-2/+43
2010-07-09More work on libfaad's aac he decoder. Resort table to allow more efficient l...Andree Buschmann2-369/+179
2010-07-09FS#11466 and FS#11467 by Pierre-Yves RoosensRafaël Carré1-23/+23
2010-07-09Revert r27359Rafaël Carré1-1/+1
2010-07-09Fix red. Remove a small array from IRAM that is not critical to performance.Andree Buschmann1-1/+1
2010-07-09Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, ...Andree Buschmann7-544/+202
2010-07-09Update japanese translation. make translation consistent.Teruaki Kawashima1-18/+125
2010-07-08text viewer: fix the statusbar is displayed when the global statusbar setting...Yoshihisa Uchida1-2/+5
2010-07-08plugin api: delete sb_skin_update().Yoshihisa Uchida3-3/+1
2010-07-07battery_bench: make log time start at 0 (since plugin started)Rafaël Carré1-11/+18
2010-07-07Even more readable codeAlexander Levin1-0/+2
2010-07-07wmapro codec sim build needs to link with libmRafaël Carré1-0/+10
2010-07-07plugin api: new functions set the end of the structure. thanks to Frank Gevae...Yoshihisa Uchida2-8/+12
2010-07-07text viewer: fixed the following bugs.Yoshihisa Uchida3-7/+11
2010-07-07plugin api: add the following functions.Yoshihisa Uchida2-2/+12
2010-07-06Remove unneeded libfaad files from SOURCE.Andree Buschmann1-6/+0
2010-07-06Integrate FS#11445 to raac. In addition remove faad specific pcm conversion a...Andree Buschmann1-10/+46
2010-07-06Slightly rearranged lines to execute only what's really needed. No functional...Alexander Levin1-3/+3
2010-07-06Rename functions so that the code is easier to readAlexander Levin3-10/+10
2010-07-06HD200 - add remote keymapMarcin Bukat1-10/+155
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz1-1/+1
2010-07-06Clean up naming of radio preset functions and move global radio preset method...Bertrik Sikken4-62/+79
2010-07-06lrcplayer:Teruaki Kawashima1-20/+11
2010-07-06make the fms updateJonathan Gordon1-1/+5
2010-07-06Commit FS#11458 by me. Fixes test_codec to work on files larger then the ava...Michael Giacomelli1-15/+76
2010-07-05Partial conversion of the wmapro decoder to fixed point arithmetic. Currently...Mohamed Tarek14-43/+3644
2010-07-05Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and ...Andree Buschmann1-0/+12
2010-07-05Provide the option to automatically update existing bookmark files on stop, w...Torne Wuff5-1/+24
2010-07-05text viewer: fixed StatusBar randomly appears (FS#11455).Yoshihisa Uchida1-2/+4
2010-07-05Serbian translation update, FS #11456 by Ivan PesicBertrik Sikken1-24/+522
2010-07-05Move the test and benchmark plugins to the top of the viewers list, since if ...Michael Giacomelli1-11/+11
2010-07-05pdbox: Optimizations in the audio output code.Wincent Balin1-1/+5
2010-07-05pdbox: Added Sansa e200 to supported devices.Wincent Balin2-1/+10
2010-07-05pdbox: Added different sampling rates based on hardware capabilities.Wincent Balin1-4/+11
2010-07-04Simulator: build recording codeRafaël Carré6-89/+16
2010-07-04chessbox: fix 'i = i++', based on gnuchess4.0-pl80Rafaël Carré1-2/+2
2010-07-04Include 16-Adobe-Helvetica.fnt on targets with LCD_HEIGHT <= 400 (Ondas) as d...Marianne Arnold1-0/+2
2010-07-03Add -lm to pdbox sim buildFrank Gevaerts1-0/+17
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts2-0/+2
2010-07-03We already build with -fomit-frame-pointer so there's no need to specify that...Nils Wallménius1-1/+1
2010-07-02Commit FS#7831. Corrects our flac decoder to not reject files that have samp...Michael Giacomelli1-6/+13
2010-07-02text viewer: for tv_action and tv_bookmark, the prototype of the initializer ...Yoshihisa Uchida5-25/+83
2010-07-02HD200 - rework keymapMarcin Bukat1-93/+151
2010-07-02text viewer: fixed garbage data are not stored in the setting file.Yoshihisa Uchida1-7/+9
2010-07-02Fix red.Andree Buschmann1-0/+2
2010-07-02r27225 broke AAC HE profile decoding due to missing check for buffersize. Int...Andree Buschmann1-7/+28
2010-07-01Remove false comment.Andree Buschmann1-1/+0
2010-07-01Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ...Andree Buschmann2-3/+3
2010-07-01Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik...Andree Buschmann19-134/+121
2010-07-01Factor out sane code list bisection code and use instead of insane code, clea...Nils Wallménius1-25/+21