summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz20-102/+313
2009-08-16remove the rockbox info line saying the AA size and replace it with skin RAM ...Jonathan Gordon31-189/+95
2009-08-16remove an unused #defineJonathan Gordon1-1/+0
2009-08-16Use a more appropriated word than the string commited in r21223.Mustapha Senhaji1-2/+2
2009-08-16remove the limit of touch regions in touchscreen skinsJonathan Gordon3-11/+21
2009-08-16Fix realloc bug in TLSF.Magnus Holmgren1-1/+2
2009-08-16Fix loading of multiple .wps/.rwps files in a row, by reloading all wpses upo...Thomas Martitz3-25/+47
2009-08-16Recalibrate the skin buffer size calculation so that targets with remote get ...Thomas Martitz1-6/+23
2009-08-16fix playerJonathan Gordon2-1/+4
2009-08-16more wps->skin engine work..Jonathan Gordon11-365/+597
2009-08-16Save a bit of binsize by using a more suitable datatype and making the array ...Jens Arnold1-1/+2
2009-08-16revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek5-2/+1253
2009-08-16pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a mu...Teruaki Kawashima1-5/+5
2009-08-16Put the lookup tables into iram ; 2% speedup on ColdFire 1% on ARMMohamed Tarek1-7/+7
2009-08-16Make those functions actually inline. Around 20% speedup on coldfire, 10% spe...Jens Arnold3-71/+65
2009-08-16fix crossfade setting broken by r22192.Teruaki Kawashima1-2/+3
2009-08-16Remove svn:executable on source file and set keywords.Dominik Riebeling1-1/+1
2009-08-16Revert r22339 as it causes immediate stack overflow on target, at least on co...Jens Arnold2-5/+5
2009-08-16Put QMF coefficients into IRAM. Update test program to still compile with IB...Michael Giacomelli2-2/+2
2009-08-16Make the IMDCT temporary working buffer a local variable instead of keeping o...Michael Giacomelli2-5/+5
2009-08-15Fix red.Mohamed Tarek1-1/+0
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek18-2553/+40
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek6-303/+3
2009-08-15Fix handling of unaligned input buffers in libatrac.Mohamed Tarek1-10/+5
2009-08-15FS#10526: mpegplayer audio out of sync, reverts r22280Jeffrey Goode1-12/+3
2009-08-15Correct the ffmpeg revision of libatrac and write more import details.Mohamed Tarek1-1/+5
2009-08-14Fix yellow.Mohamed Tarek1-1/+1
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek10-12/+227
2009-08-14Revert the asm fixmul stuff for now.Mohamed Tarek1-10/+1
2009-08-14Use the bytestream reading functions form librm and drop bytestream.h and lib...Mohamed Tarek6-716/+26
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek5-66/+62
2009-08-14Move main() outside atrac3.c and create atrac3.hMohamed Tarek4-244/+251
2009-08-14Replace av_log() with DEBUGF and drop some now-useless files.Mohamed Tarek10-4256/+19
2009-08-14Fix a (stupid) mistake in libatrac/atrac3.cMohamed Tarek1-1/+1
2009-08-13Call the asm definitions of fixmul functions when possible.Mohamed Tarek1-1/+11
2009-08-13Remove a forgotten DEBUGF from librm/rm.c - No functional changes.Mohamed Tarek1-1/+0
2009-08-13Remove mallocs from libatrac.Mohamed Tarek1-29/+5
2009-08-13Modify libatrac to use fixed-point arithmetic.Mohamed Tarek10-5756/+324
2009-08-13Modify libcook to use rockbox's mdct library in its standalone test program.Mohamed Tarek5-870/+14
2009-08-13Also modify mdct_lookup.c for compiling outside rockbox.Mohamed Tarek1-1/+4
2009-08-13Modify the mdct library to enable using it outside rockbox - No functional ch...Mohamed Tarek3-0/+9
2009-08-13Update the french translation.Mustapha Senhaji1-25/+217
2009-08-13Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.Thomas Martitz2-3/+3
2009-08-13Make gui_syncquickscreen_run() static as it's not used anywhere.Thomas Martitz2-4/+1
2009-08-12FS#10446: Bug defense in dsp.c, minor tweaks and commentsJeffrey Goode2-24/+16
2009-08-12FS#10512: Bookmarking does not behave correctly (fixes r22192)Jeffrey Goode1-2/+2
2009-08-12FS#10504: Make mpegplayer audio thread use correct sample countJeffrey Goode1-3/+12
2009-08-12Adds DSP testing and WAV writing to test_codecJeffrey Goode3-10/+87
2009-08-12Protect viewport.h against multiple inclusion.Thomas Martitz1-0/+6
2009-08-12Fix mistake at checking the return in rockboy. Thanks Al Le for spotting.Thomas Martitz1-1/+1