summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-07-22Sudoku coloured number displayJens Arnold
2010-07-21rockboy: simplify build conditionRafaël Carré
2010-07-20Convert inline coldfire assembler to a 'real' assembler function, with tweaks...Nils Wallménius
2010-07-20Shorten: tweak some inline asm, use local lables to not cause problems when t...Nils Wallménius
2010-07-19Update Chinese (simple) translation - FS #11489 by Purling NayukiBertrik Sikken
2010-07-19Make libdemac compile again on OSX x86 and x86_64 by replacing .rept with fan...Jens Arnold
2010-07-19Update of Czech language - FS #11488 by Marek SalabaBertrik Sikken
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius
2010-07-18Add a 'ab_repeat_buttons' featureRafaël Carré
2010-07-18Properly initialize tagcache headers when doing commit() duringMiika Pekkarinen
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré
2010-07-18Update Chinese (simple) translation - FS #11484 by Purling NayukiBertrik Sikken
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts
2010-07-17Prettier genlang-features output. Use the same style for max_language_size.h.Thomas Martitz
2010-07-17Beautify view_battery() graph in debug menu. FS#11324 by meMarcin Bukat
2010-07-17Oops, revert unintentional commitNils Wallménius
2010-07-17Delete unused headerNils Wallménius
2010-07-17Walloon language update - FS #11039 by Stéphane QuertinmontBertrik Sikken
2010-07-17libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius
2010-07-17libwma: Reuse a static buffer that was unused while decoding lsp files for so...Nils Wallménius
2010-07-17Check for errors from decode_packet in wmapro.cMohamed Tarek
2010-07-17Increase the size of quant table in libwmapro to accomodate more values for e...Mohamed Tarek
2010-07-17libwma: Reduce size of runtab and levtab buffers, only one set can get the wo...Nils Wallménius
2010-07-17Remove unused 2kB buffer and some dead code.Nils Wallménius
2010-07-17Begin shoehorning wma into the clip codec buffer again. Reduce the static buf...Nils Wallménius
2010-07-17libwmapro no longer needs libm in the sim; update the makefile and README.roc...Mohamed Tarek
2010-07-17libwmapro : remove dead/unneeded code from wma.[ch]Mohamed Tarek
2010-07-17libwmapro : Rename all FIXED occurrances to int32_t and remove types.hMohamed Tarek
2010-07-17More cleaning for libwmapro; use codeclib's bitstream functions and drop thos...Mohamed Tarek
2010-07-17Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h t...Mohamed Tarek
2010-07-16libwma has Huffman tables that are too big for the stack temp buffer. Make te...Nils Wallménius
2010-07-16prevent the parser crashing if a font fails to load and is refresencd in more...Jonathan Gordon
2010-07-15Remove two unused macros.Nils Wallménius
2010-07-15Correction of bug in Czech language - FS #11428 by Marek SalabaBertrik Sikken
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius
2010-07-15Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli
2010-07-15Hopefully fix 'comparison between signed and unsigned' warningNils Wallménius
2010-07-15Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius
2010-07-15Slovak language update - FS #11481 by Peter LeckyBertrik Sikken
2010-07-15Update of Czech language - FS #11479 by Marek SalabaBertrik Sikken
2010-07-15Update Thai translation - FS #11474 by Phinitnun ChanasabaengBertrik Sikken
2010-07-15Initial cleanup for libwmapro.Mohamed Tarek
2010-07-14Updated italian translation.Alessio Lenzi
2010-07-14Build wmapro, disabled on targets with less than 2MB of ramRafaël Carré
2010-07-14remove unused CODECLIBS variable from makefileRafaël Carré
2010-07-14wmapro: silence some warnings related to function prototypes unused in rockboxRafaël Carré
2010-07-14wmapro: don't force little endiannessRafaël Carré
2010-07-14Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v...Rafaël Carré
2010-07-14Remove WMA Pro again from the main build temporarily till the errors/warnings...Mohamed Tarek
2010-07-14Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151...Mohamed Tarek