summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-11-19rockpaint: cache font preview when browsing fonts.Teruaki Kawashima1-69/+156
2010-11-18libtremor: Use larger cachesize for codebook decoding on targets with 1MB cod...Nils Wallménius1-0/+6
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon4-3/+36
2010-11-17rockpaint: change browse_fonts to use dircache and use whole screen. add scro...Teruaki Kawashima1-125/+117
2010-11-17ffmpeg flac does actually support up to 192k sample rates, and my test file s...Michael Giacomelli1-2/+2
2010-11-16Accept FS#11722 by Michael HohmuthJonathan Gordon1-0/+3
2010-11-16rockpaint: change the way to handle tools to improve readability.Teruaki Kawashima1-273/+305
2010-11-15libtremor: correct constraint for coldfire asm, swap can only be used on data...Nils Wallménius1-1/+1
2010-11-15FS#11751: increase buffer size of settings to store path.Teruaki Kawashima3-6/+8
2010-11-14iPod Nano 2G: Show all PLLPMS and CLKCON values in the battery debug screenMichael Sparmann1-9/+8
2010-11-14rockpaint: fix gradient functions.Teruaki Kawashima1-135/+127
2010-11-14Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.Magnus Holmgren1-1/+6
2010-11-14Use same loop count for writing and memset'ing in test_mem to have same preci...Andree Buschmann1-1/+1
2010-11-13rockpaint: disable playback control if the buffer is taken from the audio buf...Teruaki Kawashima1-8/+13
2010-11-13rockpaint: merge similar switch-case statements for readability. slightly red...Teruaki Kawashima1-152/+73
2010-11-12Android: Fix compilation failureThomas Martitz1-0/+2
2010-11-12Minor speed up of mpc requantization.Andree Buschmann1-6/+17
2010-11-12Re-submit ARM asm optimizations in mpc synthesis as the performance regressio...Andree Buschmann1-17/+10
2010-11-12Set alignment for major data arrays in the mpc codec. This avoids performance...Andree Buschmann3-7/+13
2010-11-11Update the french translation regarding the previous revision.Mustapha Senhaji1-0/+17
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken4-0/+49
2010-11-11rest of FS#11632 by Michael Stummvoll with modification by me.Teruaki Kawashima2-9/+21
2010-11-11maintain spaces and remove tabs for readability in apps/plugins/rockboy/rockb...Teruaki Kawashima1-185/+185
2010-11-11FS#11632: (rockboy) Some fixes and improvements by Michael StummvollTeruaki Kawashima1-42/+49
2010-11-11fix warningsJonathan Gordon1-1/+1
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon1-0/+5
2010-11-10Remove some benchmarking code accidentally included in the previous commit.Michael Giacomelli1-3/+3
2010-11-10Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...Michael Giacomelli5-9/+205
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-1/+11
2010-11-10Introduce macros to ARM asm atrac3 filterbank for better readability.Andree Buschmann1-102/+48
2010-11-09Roll back r28488 as it slows down mpc by 2% on S5L8701.Andree Buschmann1-10/+17
2010-11-09Correct comment.Andree Buschmann1-1/+1
2010-11-09Create index array to filetypes used in the open with list while loading view...Teruaki Kawashima1-51/+53
2010-11-08Change an #ifdef CONFIG_TUNER into #if CONFIG_TUNER (CONFIG_TUNER is always d...Bertrik Sikken1-1/+1
2010-11-08update the asap codec to version 2.1.2Dominik Wenger8-141/+198
2010-11-08fix sdl RaaA buildMarcin Bukat1-0/+2
2010-11-07Clean up libmad, remove unused compile options and source paths.Andree Buschmann5-343/+14
2010-11-07Tiny refactoring of libmad's synthesis filter. This allows minor speed up and...Andree Buschmann2-81/+49
2010-11-07pictreflow: tweak alpha value for the case number of slides < 3 so that fadin...Teruaki Kawashima1-31/+45
2010-11-07set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima8-12/+8
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat1-366/+0
2010-11-06rockboy: fix that description is cut off if it is near 20 bytes in load/save ...Teruaki Kawashima1-26/+31
2010-11-06FS#11546: Adjustable brightness in lamp pluginTeruaki Kawashima1-47/+72
2010-11-06Those DeleteGlobalRef() should be DeleteLocalRef().Thomas Martitz1-3/+3
2010-11-06Android: Use our translations for the yes/no/ok/cancel buttons in the yesno a...Thomas Martitz2-7/+25
2010-11-06Android: Use wakeup objects instead of polling for the dialog results in the ...Thomas Martitz2-41/+62
2010-11-05Make the context menu pop up instantly after the long press timeout when hold...Thomas Martitz1-8/+13
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz3-13/+13
2010-11-05Android port: NewStringUTF() JNI call doesn't need freeing, these will get ga...Maurus Cuelenaere2-5/+3
2010-11-05libmusepack: use postindexing on the pointer when storing to increment it for...Nils Wallménius1-6/+3