summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-10-05Fix a possible deadlock if the album art loading failsJonathan Gordon1-2/+1
2008-10-04Accept FS #9451 by Melba Sitjar: add missing strings to the Tagalog Language ...Robert Menes1-0/+21
2008-10-04Made some read-only arrays const, simplified a funky for-loop, fixed potentia...Bertrik Sikken1-8/+8
2008-10-03Fix warnings on non-arm targets.Jens Arnold1-1/+1
2008-10-03Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...Jens Arnold6-17/+76
2008-10-03Speed up decoding on Gigabeat F/X and S by lowering BLOCKS_PER_LOOP. This hel...Jens Arnold1-1/+1
2008-10-03Put the rangecoder struct into IRAM for a nice speedup on coldfire.Jens Arnold1-2/+2
2008-10-03Fix red on Players, hopefully.Robert Menes1-0/+2
2008-10-03Further speedup for ARMv6 by better pipelining in scalarproduct().Jens Arnold1-27/+53
2008-10-03Recommit FS #9428 by David Hall. The SWCODEC targets should all work with thi...Robert Menes1-18/+18
2008-10-03Fix static noise on armv6.Jens Arnold1-4/+3
2008-10-03Add preliminary ARMv5te optimisations (verified working, but can probably be ...Jens Arnold3-3/+205
2008-10-03Add armv6 specific asm code for the APE filters, speeding up -c2000..-c5000 a...Jens Arnold2-0/+289
2008-10-03Fix FS#9397 - calendar plugin shows incorrect calendars, fix suggested by Tho...Nils Wallménius1-4/+0
2008-10-03Revert r18687, as the patch appears to break battery_bench on the Archos Play...Robert Menes1-18/+18
2008-10-03fix yellow... should also actyually fix the issue...Jonathan Gordon1-1/+1
2008-10-03Commit FS#9428 by David Hall: change battery bench messages on SWCODEC target...Robert Menes1-18/+18
2008-10-03Hopefully fix crashes if the start screen is set to previous and nvram.bin be...Jonathan Gordon1-0/+3
2008-10-02Fix FS#9296 by catching repeat events for wheel targets too, moved a bit of c...Nils Wallménius1-154/+133
2008-09-29Fix FS#9418 'Player unresponsive while searching playlist with directory cach...Nils Wallménius1-0/+1
2008-09-29Delete unused function, const police, minor style policeNils Wallménius2-47/+17
2008-09-25redo the previous commit so its actually useful.Jonathan Gordon2-2/+12
2008-09-25have the info lists set the selection before they are exited, this is sometim...Jonathan Gordon2-4/+7
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius8-47/+37
2008-09-24Slight clean up of splash calls, use HZ instead of explicit numbersNils Wallménius1-7/+7
2008-09-24Print a helpful error in the sim for usupported formats in Ogg containers (f....Nils Wallménius1-0/+2
2008-09-24fix the button on the "X to abort " splash for the gigabeat f/sJonathan Gordon1-0/+4
2008-09-23Updated italian translation.Alessio Lenzi1-2/+19
2008-09-23Display the expected album art size in the info screenJonathan Gordon3-0/+53
2008-09-23Use the correct #ifdefs for the added kernel objects.Jonathan Gordon2-3/+7
2008-09-23Opening function brace style police.Michael Sevakis1-14/+28
2008-09-23Simplify synchronizaton for MPA codec and make it fully atomic, let synth thr...Michael Sevakis1-72/+72
2008-09-23Oops, forgot the touchscreen targets.Jens Arnold1-20/+12
2008-09-23Simplify controls in order to resolve impossible combos on several targets. N...Jens Arnold1-254/+157
2008-09-23Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ...Michael Giacomelli1-0/+30
2008-09-22Add player name and rockbox version to the battery_bench outputFrank Gevaerts3-2/+14
2008-09-22Correct version of memory sizes in config-logikdax.h (previous values were ju...Dave Chapman1-1/+1
2008-09-22Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik ...Dave Chapman3-7/+328
2008-09-22Fix careless typo on my part that broke MP3 playback on Coldfire.Michael Giacomelli1-1/+1
2008-09-22Hopefully fix glitches when seeking in MP3s on dual core processors. Also, c...Michael Giacomelli1-3/+11
2008-09-21more slight playlist resume cleanuping... dont bother saving the playlist fir...Jonathan Gordon4-27/+3
2008-09-20Threading functions aren't all available on HWCODEC, so don't try to build th...Michael Giacomelli2-3/+7
2008-09-20Opps, fix mp3 decoding in the sim.Michael Giacomelli1-2/+2
2008-09-20Fix test_codec on multiprocessor codecs (MP3, SPC).Michael Giacomelli3-1/+31
2008-09-20Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...Michael Giacomelli9-33/+181
2008-09-20FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure...Jonathan Gordon4-37/+1
2008-09-18Make local function ticking_callback static in apps/menus/display_menu.cBertrik Sikken1-1/+1
2008-09-17Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott.Nicolas Pennequin1-5/+4
2008-09-16D2/Touchscreen keymap improvements: onscreen keyboard is now usable; PLAY/pau...Rob Purchase3-8/+45
2008-09-16Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...Rob Purchase2-5/+16