summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-02-20Clarify comments in ARMv6 divider regarding special-case handling of large (h...Andrew Mahone1-4/+6
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida20-340/+1968
2010-02-20Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz.Michael Giacomelli1-11/+11
2010-02-19and actually fix multifont on remote lcd targets alsoJonathan Gordon1-2/+2
2010-02-19fix possible out-of-bounds error on remote lcd targets if they try loading a ...Jonathan Gordon1-1/+4
2010-02-19Updated Chinese TranslationMichael Chicoine1-2/+36
2010-02-19FS#10485 - Some changes for brickmaniaTomer Shalev1-66/+67
2010-02-19fix get_context_mapping for morse input mode on touchscreen.Teruaki Kawashima1-0/+1
2010-02-19Brickmania: Use defines for score valuesTomer Shalev1-20/+32
2010-02-19Brickmania: Remove spaces at the end of lineTomer Shalev1-151/+151
2010-02-19Brickmania: Forgotten one more hard-coded valueTomer Shalev1-1/+1
2010-02-19Brickmania: Use constant for default value and rename variable of flip-sides ...Tomer Shalev1-8/+10
2010-02-19Brickmania: Use constants for number of bricks rows and columns, and for numb...Tomer Shalev1-10/+12
2010-02-19Brickmania: Use constant for number of firesTomer Shalev1-5/+6
2010-02-18Brickmania: Test returned value of file operationsTomer Shalev1-30/+40
2010-02-18Hopefully fix yellow now, I don't understand why %ld works for ssize_t but %l...Thomas Martitz1-1/+2
2010-02-18Fix yellow caused by signedness.Thomas Martitz1-1/+1
2010-02-18Fix FS#11004 - Buffering crashes when skipping back from end of song.Thomas Martitz2-19/+24
2010-02-18FS#10535: bmp viewer plugin.Teruaki Kawashima11-11/+396
2010-02-18allow integer sound settings (bass, volume, etc) to be used with conditional ...Jonathan Gordon1-1/+14
2010-02-18NULL check so it doesnt display (null) on the comment lineJonathan Gordon1-0/+2
2010-02-18bandaid fix for FS#11033 where a really long comment crashes. Real fix is fig...Jonathan Gordon1-1/+2
2010-02-18fix yellowJonathan Gordon1-0/+3
2010-02-18basic alignment support (%a|l|c|r|L|R) in the playlist viewer. no sublines so...Jonathan Gordon1-3/+43
2010-02-18I don't yet fully understand why this is required, but without it the output ...Dave Hooper1-16/+16
2010-02-17Touchscreen: Yet another WPS keymap tweakTomer Shalev1-3/+3
2010-02-17Revert accidental changes from r24723Michael Sparmann4-15/+4
2010-02-17Add more information to the battery debug screen for Nano2GMichael Sparmann5-4/+37
2010-02-17playlist catalog: improve UTF-8 BOM handling. correct length of array passed ...Teruaki Kawashima1-25/+23
2010-02-17change the %St tag so it only shows the filename of file settings, not the fu...Jonathan Gordon1-1/+9
2010-02-17split_radix_permutation also unused (since now a hardcoded table) - but left ...Dave Hooper1-1/+1
2010-02-17FIx typo in coldfire asm which caused yellowDave Hooper1-2/+2
2010-02-17Fix yellow (bad function declaration)Dave Hooper1-2/+3
2010-02-17Fix yellow (ff_fft_permute_c an unused function in codeclib)Dave Hooper1-2/+2
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper31-326/+2006
2010-02-16Fix several misused of 'struct dirent' instead of 'struct dircache_entry' in ...Amaury Pouly1-5/+5
2010-02-16Only build Lua overlay on low-mem targetsMaurus Cuelenaere1-7/+2
2010-02-16Brickmania: Fix FS#10959 - Ball disappearsTomer Shalev1-7/+13
2010-02-16scrollbar.c: Simplify code a bit.Teruaki Kawashima2-24/+17
2010-02-16* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima2-10/+1
2010-02-16Add the Rockbox GNU header to some files in libatrac.Mohamed Tarek3-1/+62
2010-02-16Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...Jonathan Gordon6-41/+132
2010-02-16Initial support for ATRAC3 streams in wav containers. Mohamed Tarek4-6/+47
2010-02-16updated German translationMichael Chicoine1-3/+37
2010-02-16Fix yellow.Mohamed Tarek1-1/+1
2010-02-16Fix a comment in OMA metadata parser. No functional changes.Mohamed Tarek1-3/+2
2010-02-16"Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek6-55/+46
2010-02-16Bump APIs' versions.Mohamed Tarek2-4/+4
2010-02-16Add two extra fields to struct mp3entry, in preparation for making ATRAC3 mor...Mohamed Tarek1-0/+3
2010-02-15Major optimization of atrac3 codec for Coldfire targets. Moving several numbe...Andree Buschmann2-8/+20