summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon5-40/+35
2010-05-09wave/wave64 LIST chunk parserYoshihisa Uchida1-88/+40
2010-05-09revert those last few...Jonathan Gordon1-2/+2
2010-05-09mono targets dont support backdrops so dont use that #defineJonathan Gordon1-2/+2
2010-05-09fix redJonathan Gordon1-1/+1
2010-05-09use a better value for the needed skin buffer sizeJonathan Gordon1-2/+2
2010-05-09Fix redJeffrey Goode2-0/+4
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode15-515/+100
2010-05-08Slovak language updateBertrik Sikken1-0/+49
2010-05-08Czech language updateBertrik Sikken1-61/+263
2010-05-08Save some binsize.Magnus Holmgren1-13/+11
2010-05-08wave/wave64: parse LIST chunk.Yoshihisa Uchida1-26/+166
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis1-7/+11
2010-05-07Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann1-3/+3
2010-05-07Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann1-8/+20
2010-05-07Unroll mpc's requantization loops for some (minor) speed up.Andree Buschmann1-19/+60
2010-05-07Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts3-5/+5
2010-05-07Refactor mpc's requantization to use identical macros for each subframe.Andree Buschmann1-101/+76
2010-05-07Fix possible buffer overflowFrank Gevaerts1-4/+4
2010-05-07fix one more size_t/ssize_t misuseFrank Gevaerts1-5/+5
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts14-36/+42
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz3-4/+3
2010-05-07Fix yellow.Steve Bavin1-1/+1
2010-05-07Minor const police raid.Steve Bavin5-8/+8
2010-05-07Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. ...Jeffrey Goode1-4/+9
2010-05-07Fix redJeffrey Goode2-6/+1
2010-05-07Revert hotkey bitmapsJeffrey Goode7-2/+0
2010-05-07mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis1-320/+320
2010-05-07mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis1-1/+12
2010-05-07Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis1-4/+32
2010-05-07Correct bitmap color depthJeffrey Goode5-0/+0
2010-05-07Hotkey menu items have their own iconJeffrey Goode12-8/+21
2010-05-07Remove last traces of sprintf.hJeffrey Goode1-1/+0
2010-05-06Fix last two yellowsFrank Gevaerts2-2/+2
2010-05-06Fix the remaining reds.Thomas Martitz1-0/+1
2010-05-06Fix c&p error from r25853 that should've fixed some snprintf warnings.Thomas Martitz1-0/+1
2010-05-06Fix some more snprintf related warnings.Thomas Martitz3-2/+3
2010-05-06Fix some size_t related warnings (hopefully, they seem system dependant).Thomas Martitz3-4/+4
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz110-206/+225
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz67-104/+145
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz22-37/+37
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon3-3/+17
2010-05-05Another logf fix in voice_thread.cJeffrey Goode1-1/+1
2010-05-05Remove unneeded include from screens.cJeffrey Goode1-1/+0
2010-05-05fix player red.Jonathan Gordon1-1/+1
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon7-7/+47
2010-05-04Fix typos in the comment (now in .c)Alexander Levin1-3/+3
2010-05-04Fix typos in the commentAlexander Levin1-3/+3
2010-05-04Fix logf behavior in voice_thread.cJeffrey Goode1-2/+5
2010-05-04Add logf line to talk.cJeffrey Goode1-0/+2