summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* fix one more size_t/ssize_t misuseFrank Gevaerts2010-05-07
* Fix size_t handling in plugin_get_buffer()Frank Gevaerts2010-05-07
* Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz2010-05-07
* Fix yellow.Steve Bavin2010-05-07
* Minor const police raid.Steve Bavin2010-05-07
* Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. ...Jeffrey Goode2010-05-07
* Fix redJeffrey Goode2010-05-07
* Revert hotkey bitmapsJeffrey Goode2010-05-07
* mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis2010-05-07
* mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis2010-05-07
* Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis2010-05-07
* Correct bitmap color depthJeffrey Goode2010-05-07
* Hotkey menu items have their own iconJeffrey Goode2010-05-07
* Remove last traces of sprintf.hJeffrey Goode2010-05-07
* Fix last two yellowsFrank Gevaerts2010-05-06
* Fix the remaining reds.Thomas Martitz2010-05-06
* Fix c&p error from r25853 that should've fixed some snprintf warnings.Thomas Martitz2010-05-06
* Fix some more snprintf related warnings.Thomas Martitz2010-05-06
* Fix some size_t related warnings (hopefully, they seem system dependant).Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon2010-05-06
* Another logf fix in voice_thread.cJeffrey Goode2010-05-05
* Remove unneeded include from screens.cJeffrey Goode2010-05-05
* fix player red.Jonathan Gordon2010-05-05
* Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon2010-05-05
* Fix typos in the comment (now in .c)Alexander Levin2010-05-04
* Fix typos in the commentAlexander Levin2010-05-04
* Fix logf behavior in voice_thread.cJeffrey Goode2010-05-04
* Add logf line to talk.cJeffrey Goode2010-05-04
* Stop scrolling when exiting the CPU boost log menuMaurus Cuelenaere2010-05-03
* Update a comment to reflect the previous commit.Thomas Martitz2010-05-03
* Move read_line() further down so that it can be used in checkwps and remove c...Thomas Martitz2010-05-03
* FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov2010-05-02
* FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov2010-05-02
* missed a commentMohamed Tarek2010-05-02
* Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek2010-05-02
* Test more possible alignments in the Write & Verify test. Some ata drivers ap...Jens Arnold2010-05-02
* Remove residual tabs in codec directory.Andree Buschmann2010-05-02
* Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann2010-05-02
* - Modify metadata/asf.c to use libasf.Mohamed Tarek2010-05-02
* Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek2010-05-02
* - Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek2010-05-02
* Fix a bug introduced with r25777.Andree Buschmann2010-05-02
* Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek2010-05-02
* Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann2010-05-02
* Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold2010-05-02
* Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold2010-05-02
* Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realti...Michael Sevakis2010-05-02