summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-08-05update wmapro's README.Mohamed Tarek1-7/+4
2010-08-05Fix reds. Mohamed Tarek1-0/+1
2010-08-05oops ! shouldn't have removed mdct_tables.Mohamed Tarek2-0/+3401
2010-08-05Drop the the mdct files from libwmapro since they are no longer needed.Mohamed Tarek5-3461/+0
2010-08-04Increase wmapro decoder output sample depth to 24 bits, makes the mean error ...Mohamed Tarek4-16/+19
2010-08-04Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.0...Mohamed Tarek1-1/+1
2010-08-04Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be sca...Mohamed Tarek5-12/+27
2010-08-04Force touchscreen targets into 3x3 grid mode when entering the wps/radio if t...Jonathan Gordon2-2/+12
2010-08-03Fix the sample count in wma pro.Mohamed Tarek2-2/+1
2010-08-03system-arm.c/__div0 are for ARM native builds onlyRafaël Carré4-4/+4
2010-08-03faad: move inline function in headerRafaël Carré2-22/+21
2010-08-03wma: move inline functions into .h fileRafaël Carré3-134/+130
2010-08-03flac: error out if max blocksize is larger than we can handle.Nils Wallménius1-1/+7
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz2-0/+6
2010-08-02A few post-fixes to the get_user_file_path() commit.Thomas Martitz3-12/+19
2010-08-02Fix FS#10926 - h300 wps wouldnt be updated correctly when the backlight turns...Jonathan Gordon2-5/+27
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon7-28/+35
2010-08-02make grey targets reject viewport colours if theyare more than one letter (i....Jonathan Gordon1-1/+1
2010-08-01Use higher precision for libwmapro's quant_tab[].Andree Buschmann1-7/+7
2010-08-01doom: fix types mismatch spotted by gcc 4.5.1Rafaël Carré4-19/+7
2010-08-01mpegplayer mad: apply r27655 fixRafaël Carré1-2/+1
2010-08-01Fix last red.Thomas Martitz1-1/+1
2010-08-01Fix reds.Thomas Martitz1-0/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz25-158/+203
2010-08-01mpa: remove bad enum comparison spotted by gcc 4.5.1Rafaël Carré1-2/+1
2010-08-01Fix FS#11508 - remote LCD targets crash because the remote wps fails to loadJonathan Gordon1-0/+17
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanupJonathan Gordon2-8/+5
2010-07-31Housekeeping for libwmapro. Define some multiple used constants, use more pre...Andree Buschmann1-20/+25
2010-07-31Various minor clean-ups for mrobeBertrik Sikken1-2/+2
2010-07-31remove an unused variableJonathan Gordon1-2/+0
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken4-6/+7
2010-07-30libwmapro: fix comment for coldfire fixmul31.Nils Wallménius1-1/+1
2010-07-29Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen...Andree Buschmann7-12/+17
2010-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon4-41/+41
2010-07-29Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius6-15/+3
2010-07-29fix touchscreen errorsJonathan Gordon1-4/+2
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon28-3115/+1649
2010-07-29libmwapro: use codeclib asm macros for XNPROD31, speeds up decoding of a 55kb...Nils Wallménius1-1/+5
2010-07-28libwmapro: coldfire asm for vector_fixmul_scalar, 1% speedupNils Wallménius1-0/+32
2010-07-28Refactor asm macros in libwmapro's vector_fixmul_() functions. No change to o...Andree Buschmann1-62/+46
2010-07-28Add ARM assembler to libwmapro vector_fixmul_scalar(). Speeds up decoding by ...Andree Buschmann1-18/+48
2010-07-28Refinement of initial lowmem handling for libwmapro (r27593). Set maximum sup...Andree Buschmann1-11/+15
2010-07-28Update Swedish translation.Magnus Holmgren1-0/+108
2010-07-28Correct the scaling of the coeffs to 17bits.Mohamed Tarek2-3/+3
2010-07-28Submit FS#11502. Minor optimization to Coldfire assembler in libatrac's fixmu...Andree Buschmann1-16/+11
2010-07-28Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A...Andree Buschmann1-9/+15
2010-07-28Enable wmapro compilation for lowmem targets by excluding multichannel buffer...Mohamed Tarek2-4/+7
2010-07-28Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek3-44/+23