summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-07-15Remove two unused macros.Nils Wallménius1-3/+0
2010-07-15Correction of bug in Czech language - FS #11428 by Marek SalabaBertrik Sikken1-0/+1
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius1-1/+1
2010-07-15Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli5-1244/+5
2010-07-15Hopefully fix 'comparison between signed and unsigned' warningNils Wallménius1-1/+1
2010-07-15Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius11-788/+315
2010-07-15Slovak language update - FS #11481 by Peter LeckyBertrik Sikken1-0/+65
2010-07-15Update of Czech language - FS #11479 by Marek SalabaBertrik Sikken1-23/+87
2010-07-15Update Thai translation - FS #11474 by Phinitnun ChanasabaengBertrik Sikken1-9/+487
2010-07-15Initial cleanup for libwmapro.Mohamed Tarek33-12233/+126
2010-07-14Updated italian translation.Alessio Lenzi1-0/+93
2010-07-14Build wmapro, disabled on targets with less than 2MB of ramRafaël Carré2-0/+6
2010-07-14remove unused CODECLIBS variable from makefileRafaël Carré1-6/+0
2010-07-14wmapro: silence some warnings related to function prototypes unused in rockboxRafaël Carré1-0/+5
2010-07-14wmapro: don't force little endiannessRafaël Carré1-1/+1
2010-07-14Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v...Rafaël Carré1-2/+2
2010-07-14Remove WMA Pro again from the main build temporarily till the errors/warnings...Mohamed Tarek2-4/+1
2010-07-14Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151...Mohamed Tarek19-206/+81
2010-07-14Remove the floating point code from wmaprodec.c and change variable names acc...Mohamed Tarek5-322/+75
2010-07-14Add a lcd_contrast feature and use it for the relevant manual sectionRafaël Carré1-0/+4
2010-07-13Oops, one explicit colon is enough (though an extra one doesn't hurt).Jens Arnold1-1/+1
2010-07-13The simplification from r27406 changed the format of 'genlang-features': it u...Jens Arnold1-1/+1
2010-07-13genlang-features: simplify generationRafaël Carré1-2/+1
2010-07-12Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and...Nils Wallménius1-1/+6
2010-07-12Coldfire assembler implementation of hybrid_filter for libtta. Speeds up deco...Nils Wallménius4-1/+172
2010-07-12Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) a...Nils Wallménius3-16/+16
2010-07-12Complete the conversion of WMA Pro to fixed point. Floating point code is sti...Mohamed Tarek6-36/+243
2010-07-12improve displaying of string containing diacritic characters. add some charac...Teruaki Kawashima2-6/+54
2010-07-12text_editor: make functions and variables static. slightly reduce plugin size.Teruaki Kawashima1-20/+23
2010-07-12text_viewer: remove unneeded code.Teruaki Kawashima3-15/+2
2010-07-11Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce...Andree Buschmann1-52/+44
2010-07-11Fix the commentAlexander Levin1-1/+1
2010-07-11Minor correction to macros, beautification of loop.Andree Buschmann2-4/+4
2010-07-11skin engine: fix simulator buildsRafaël Carré1-2/+3
2010-07-11enable skin debug only in the simulatorRafaël Carré3-3/+3
2010-07-11pdbox: avoid making own DEBUG clash with rockbox defineRafaël Carré1-4/+4
2010-07-11lua: make DEBUG undefined by default, as doc statesRafaël Carré2-4/+4
2010-07-11make language array initialized correctlly with builtin strings when loading ...Teruaki Kawashima1-1/+1
2010-07-11Further changes to aac-he decoding. Refactor and rearrange dct tabs to be abl...Andree Buschmann1-128/+94
2010-07-11do not redraw menu when exiting the menu.Teruaki Kawashima1-11/+5
2010-07-11Revert accidental change.Jens Arnold1-2/+0
2010-07-11EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249.Jens Arnold2-20/+54
2010-07-11Refacture parts of libfaad filterbank. Faster windowing for 8-short-window se...Andree Buschmann1-46/+80
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz11-18/+18
2010-07-10tweak position of splash so that it is displayed inside the ui viewport.Teruaki Kawashima1-6/+3
2010-07-10keyboard: change how charactars are stored in the buffer.Teruaki Kawashima1-86/+82
2010-07-10pdbox: Now backlight does not fade out -- making music requires attention.Wincent Balin1-0/+8
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