summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-03Stop scrolling when exiting the CPU boost log menuMaurus Cuelenaere1-0/+1
2010-05-03Update a comment to reflect the previous commit.Thomas Martitz1-1/+1
2010-05-03Move read_line() further down so that it can be used in checkwps and remove c...Thomas Martitz1-36/+38
2010-05-02FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov1-13/+0
2010-05-02FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov3-23/+21
2010-05-02missed a commentMohamed Tarek1-2/+0
2010-05-02Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek3-10/+10
2010-05-02Test more possible alignments in the Write & Verify test. Some ata drivers ap...Jens Arnold1-4/+4
2010-05-02Remove residual tabs in codec directory.Andree Buschmann2-47/+47
2010-05-02Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann2-16/+16
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek5-43/+9
2010-05-02Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek2-4/+24
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek6-370/+429
2010-05-02Fix a bug introduced with r25777.Andree Buschmann1-1/+1
2010-05-02Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek1-2/+2
2010-05-02Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann2-242/+30
2010-05-02Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold1-118/+136
2010-05-02Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold1-50/+52