summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-02-21Make mdct compilable again for non-ARM targets.Andree Buschmann1-0/+1
2010-02-21Further work on cook codec. Rounding is not needed when using a large fract p...Andree Buschmann2-24/+15
2010-02-21Eep, didn't mean to commit those other filesDave Hooper3-8/+11
2010-02-21Get a few more % speedup on ARM (measured on ipod video) - improve imdct full...Dave Hooper4-34/+116
2010-02-21Don't be too wasteful and only reparse skins when actually needed.Thomas Martitz1-1/+3
2010-02-21Shorten settings_skins_apply() and correct some checks.Thomas Martitz1-41/+36
2010-02-21Properly generate (with "Save Theme Settings") and handle filename settings w...Thomas Martitz3-12/+21
2010-02-21Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann5-56/+34
2010-02-21Fix the mechanism to fail to parse skins if images fail to load and fix havin...Thomas Martitz2-8/+14
2010-02-21remote multifont fixes. it shoud be working again (blame AlexP! he made me br...Jonathan Gordon3-7/+8
2010-02-21Brickmania: Hopefully prevent dissappearing of the ballTomer Shalev1-104/+104
2010-02-21Brickmania: Use predefined macro definition when possibleTomer Shalev1-6/+6
2010-02-21Unroll and optimise channel coupling for arm gives 0.6Mhz speed for vorbis on...Dave Hooper1-23/+68
2010-02-21remove unused fields from struct gui_synclist.Teruaki Kawashima3-27/+0
2010-02-21FS#11017: add Playlist Catalog and Properties item to database's context menu.Teruaki Kawashima1-3/+15
2010-02-21make sure font fd's get closed when a new skin is loadedJonathan Gordon1-0/+1
2010-02-20Factor out some drawing code.Thomas Martitz1-45/+23
2010-02-20Quickscreen for the radio screen. I added a keymap for almost all targets. I ...Thomas Martitz18-10/+52
2010-02-20Fix up Fuze's radio keymap a bit.Thomas Martitz2-2/+4
2010-02-20Remove a few unused definesThomas Martitz1-13/+0
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz8-35/+60
2010-02-20Use a helpfer function to avoid ugly casting and correct some data types (no ...Thomas Martitz1-14/+16
2010-02-20WPS: Use helper local variable instead of its value (no functional change)Tomer Shalev1-1/+1
2010-02-20Reinstate ICONST_ATTR for matrixCoeffs_fix ; remove (silly) gain_tab1 and re...Dave Hooper2-9/+3
2010-02-20Remove ICONST_ATTR from some tables, to fit into PP5020 iram (now that mdct i...Dave Hooper1-4/+4
2010-02-20Adding ICODE for imdct (and its constituent ifft bits) gives 0.5MHz boost on ...Dave Hooper2-3/+16
2010-02-20libpcm: linear pcm decode logic separates according to each bitspersample, en...Yoshihisa Uchida1-56/+160
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