summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-15Minor atrac3 codec optimization. Refacturate requantization of spectral lines...Andree Buschmann1-10/+47
2010-02-15Brickmania: Fix continue message for Cowon D2Tomer Shalev1-0/+1
2010-02-15Further optimization of atrac3 codec. Refacturate gainCompensateAndOverlap(),...Andree Buschmann1-38/+145
2010-02-15Minor speed up of atrac3 codec. Applying 2 bits fract part to scalefactors in...Andree Buschmann1-11/+12
2010-02-15onplay.c: optimize a little bit.Teruaki Kawashima1-55/+43
2010-02-15Work on atrac Joint Stereo mode. Correct calculation in getChannelWeights(), ...Andree Buschmann3-52/+34
2010-02-15libdemac: Add x86/x86_64 MMX asm for the filters. Not relevant for target but...Jens Arnold2-0/+222
2010-02-15revert last commit (r24660). There was a mistake in the location of the Mohamed Tarek1-8/+12
2010-02-14Fold a 2-bit shift into decodeSpectrum(), saves 1MHz on ARM, +2% Mohamed Tarek1-12/+8
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok17-0/+148
2010-02-14Touchscreen: Pitch-screen and Quick-screen keymapping changesTomer Shalev1-0/+6
2010-02-14Touchscreen: Change WPS key mappingsTomer Shalev1-4/+4
2010-02-14WPS volume touchregion: fix reverse Y coordinate in portrait modeMaurus Cuelenaere1-1/+1
2010-02-14Further optimization and minor clean up of atrac codec: Unroll iqmf_dewindowi...Andree Buschmann3-16/+78
2010-02-14Have tagcache_fill_tags also fill the length entry of the mp3entry structure.Amaury Pouly1-0/+1
2010-02-14onplay: move functions to a bit more logical order; some functions, some menu...Teruaki Kawashima1-212/+193
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon14-55/+357
2010-02-14keyboard: check length of the last line. avoid dividing by 0.Teruaki Kawashima1-2/+8
2010-02-14Make deceodeSpectrum() store the spectral coefficients of odd bands in revers...Mohamed Tarek1-19/+11
2010-02-13Speed up atrac codec for ARM through simple loop unrolling. Saves 9 MHz on PP...Andree Buschmann1-20/+107
2010-02-13Touchscreen: fix scrollbar handling when it's on the rightMaurus Cuelenaere1-3/+9
2010-02-13Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok33-1/+323
2010-02-13Lua fscanf: use pointer of file descriptor instead of file descriptor itself ...Maurus Cuelenaere1-3/+4
2010-02-13Fix FS#11007: Lua didn't parse negative numbers correct when reading from filesMaurus Cuelenaere4-13/+297
2010-02-13keyboard: stretch dispalying of virtual keyboard to fit the screen width if p...Teruaki Kawashima1-1/+17