summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-02-20Quickscreen for the radio screen. I added a keymap for almost all targets. I ...Thomas Martitz
2010-02-20Fix up Fuze's radio keymap a bit.Thomas Martitz
2010-02-20Remove a few unused definesThomas Martitz
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz
2010-02-20Use a helpfer function to avoid ugly casting and correct some data types (no ...Thomas Martitz
2010-02-20WPS: Use helper local variable instead of its value (no functional change)Tomer Shalev
2010-02-20Reinstate ICONST_ATTR for matrixCoeffs_fix ; remove (silly) gain_tab1 and re...Dave Hooper
2010-02-20Remove ICONST_ATTR from some tables, to fit into PP5020 iram (now that mdct i...Dave Hooper
2010-02-20Adding ICODE for imdct (and its constituent ifft bits) gives 0.5MHz boost on ...Dave Hooper
2010-02-20libpcm: linear pcm decode logic separates according to each bitspersample, en...Yoshihisa Uchida
2010-02-20Clarify comments in ARMv6 divider regarding special-case handling of large (h...Andrew Mahone
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida
2010-02-20Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz.Michael Giacomelli
2010-02-19and actually fix multifont on remote lcd targets alsoJonathan Gordon
2010-02-19fix possible out-of-bounds error on remote lcd targets if they try loading a ...Jonathan Gordon
2010-02-19Updated Chinese TranslationMichael Chicoine
2010-02-19FS#10485 - Some changes for brickmaniaTomer Shalev
2010-02-19fix get_context_mapping for morse input mode on touchscreen.Teruaki Kawashima
2010-02-19Brickmania: Use defines for score valuesTomer Shalev
2010-02-19Brickmania: Remove spaces at the end of lineTomer Shalev
2010-02-19Brickmania: Forgotten one more hard-coded valueTomer Shalev
2010-02-19Brickmania: Use constant for default value and rename variable of flip-sides ...Tomer Shalev
2010-02-19Brickmania: Use constants for number of bricks rows and columns, and for numb...Tomer Shalev
2010-02-19Brickmania: Use constant for number of firesTomer Shalev
2010-02-18Brickmania: Test returned value of file operationsTomer Shalev
2010-02-18Hopefully fix yellow now, I don't understand why %ld works for ssize_t but %l...Thomas Martitz
2010-02-18Fix yellow caused by signedness.Thomas Martitz
2010-02-18Fix FS#11004 - Buffering crashes when skipping back from end of song.Thomas Martitz
2010-02-18FS#10535: bmp viewer plugin.Teruaki Kawashima
2010-02-18allow integer sound settings (bass, volume, etc) to be used with conditional ...Jonathan Gordon
2010-02-18NULL check so it doesnt display (null) on the comment lineJonathan Gordon
2010-02-18bandaid fix for FS#11033 where a really long comment crashes. Real fix is fig...Jonathan Gordon
2010-02-18fix yellowJonathan Gordon
2010-02-18basic alignment support (%a|l|c|r|L|R) in the playlist viewer. no sublines so...Jonathan Gordon
2010-02-18I don't yet fully understand why this is required, but without it the output ...Dave Hooper
2010-02-17Touchscreen: Yet another WPS keymap tweakTomer Shalev
2010-02-17Revert accidental changes from r24723Michael Sparmann
2010-02-17Add more information to the battery debug screen for Nano2GMichael Sparmann
2010-02-17playlist catalog: improve UTF-8 BOM handling. correct length of array passed ...Teruaki Kawashima
2010-02-17change the %St tag so it only shows the filename of file settings, not the fu...Jonathan Gordon
2010-02-17split_radix_permutation also unused (since now a hardcoded table) - but left ...Dave Hooper
2010-02-17FIx typo in coldfire asm which caused yellowDave Hooper
2010-02-17Fix yellow (bad function declaration)Dave Hooper
2010-02-17Fix yellow (ff_fft_permute_c an unused function in codeclib)Dave Hooper
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2010-02-16Fix several misused of 'struct dirent' instead of 'struct dircache_entry' in ...Amaury Pouly
2010-02-16Only build Lua overlay on low-mem targetsMaurus Cuelenaere
2010-02-16Brickmania: Fix FS#10959 - Ball disappearsTomer Shalev
2010-02-16scrollbar.c: Simplify code a bit.Teruaki Kawashima
2010-02-16* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima