summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-05-10HD200 - add support for the device in greylibMarcin Bukat
2010-05-10flac: remove ARM assemblyRafaël Carré
2010-05-10chunksize decreases 4 bytes regardless wave/wave64.Yoshihisa Uchida
2010-05-10wmafixed.h: remove double declarationRafaël Carré
2010-05-09Fix ffmpeg revision number in libwmapro/README.rockboxMohamed Tarek
2010-05-09nomsgMohamed Tarek
2010-05-09Fix wav metadata bug, also fix typos and some const policeJeffrey Goode
2010-05-09Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...Andree Buschmann
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon
2010-05-09wave/wave64 LIST chunk parserYoshihisa Uchida
2010-05-09revert those last few...Jonathan Gordon
2010-05-09mono targets dont support backdrops so dont use that #defineJonathan Gordon
2010-05-09fix redJonathan Gordon
2010-05-09use a better value for the needed skin buffer sizeJonathan Gordon
2010-05-09Fix redJeffrey Goode
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode
2010-05-08Slovak language updateBertrik Sikken
2010-05-08Czech language updateBertrik Sikken
2010-05-08Save some binsize.Magnus Holmgren
2010-05-08wave/wave64: parse LIST chunk.Yoshihisa Uchida
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis
2010-05-07Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann
2010-05-07Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann
2010-05-07Unroll mpc's requantization loops for some (minor) speed up.Andree Buschmann
2010-05-07Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts
2010-05-07Refactor mpc's requantization to use identical macros for each subframe.Andree Buschmann
2010-05-07Fix possible buffer overflowFrank Gevaerts
2010-05-07fix one more size_t/ssize_t misuseFrank Gevaerts
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz
2010-05-07Fix yellow.Steve Bavin
2010-05-07Minor const police raid.Steve Bavin
2010-05-07Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. ...Jeffrey Goode
2010-05-07Fix redJeffrey Goode
2010-05-07Revert hotkey bitmapsJeffrey Goode
2010-05-07mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis
2010-05-07mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis
2010-05-07Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis
2010-05-07Correct bitmap color depthJeffrey Goode
2010-05-07Hotkey menu items have their own iconJeffrey Goode
2010-05-07Remove last traces of sprintf.hJeffrey Goode
2010-05-06Fix last two yellowsFrank Gevaerts
2010-05-06Fix the remaining reds.Thomas Martitz
2010-05-06Fix c&p error from r25853 that should've fixed some snprintf warnings.Thomas Martitz
2010-05-06Fix some more snprintf related warnings.Thomas Martitz
2010-05-06Fix some size_t related warnings (hopefully, they seem system dependant).Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon