summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-14pitch_detector: don't use a struct with only one memberRafaël Carré
2010-09-14Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann
2010-09-13Further libfaad cleanup.Andree Buschmann
2010-09-13Clean up libfaad's fixed point implementation.Andree Buschmann
2010-09-12The zip target isn't a good prerequisite for another make target so remove it.Thomas Martitz
2010-09-12Adhere to the 80-char line width limit.Thomas Martitz
2010-09-12Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now...Thomas Martitz
2010-09-12Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz
2010-09-12The rockbox header got lost at some point.Thomas Martitz
2010-09-12Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warni...Thomas Martitz
2010-09-12Extend make clean for android zu also cleanup the compiled java classes and a...Thomas Martitz
2010-09-12AMS USBv2: use OF settings for undocumented registerRafaël Carré
2010-09-12Android: Fix a problem where entered Rockbox multiple times (with multiple in...Thomas Martitz
2010-09-12Use getMinBufferSize instead of hardcoding a buffer size.Thomas Martitz
2010-09-09Fix beast, forgot the asm label when renaming.Thomas Martitz
2010-09-09Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz
2010-09-09Fix sim reds (forgot \ at end of line).Thomas Martitz
2010-09-09Bump plugin api for new functions.Thomas Martitz
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz
2010-09-09Forgot to rename cpucache_flush/_invalidate for PP502x.Thomas Martitz
2010-09-09codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz
2010-09-08Oops, remove left-over DEBUGFs.Thomas Martitz
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz
2010-09-08fix red.Thomas Martitz
2010-09-08Cleanup io.c a bit.Thomas Martitz
2010-09-08keybox: do not leak filehandle when the wrong password is entered.Nils Wallménius
2010-09-08Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz
2010-09-08Rename cache coherency functions.Thomas Martitz
2010-09-08USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type()Rafaël Carré
2010-09-08USB AMSv2: split handle_ep_int()Rafaël Carré
2010-09-08USB AMSv2: smaller struct usb_endpointRafaël Carré
2010-09-08USB AMSv2: only read endpoint interrupt status register onceRafaël Carré
2010-09-08usb-drv-as3525v2.c: cosmetics (remove trailing spaces)Rafaël Carré
2010-09-08USB AMSv2: Reduce the size of (in/out)_ep_listRafaël Carré
2010-09-08USB AMSv2: simplify FOR_EACH* macrosRafaël Carré
2010-09-08USB AMSv2: use status == -1 to signal errorsRafaël Carré
2010-09-08usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the defineRafaël Carré
2010-09-08USB AMSv2: cosmeticsRafaël Carré
2010-09-08USB AMSv2: update endpoint->len on transferRafaël Carré
2010-09-08as3525v2 usb: define USB_HAS_BULKRafaël Carré
2010-09-08usb-drv-as3525v2: use dump_dcache_range()Rafaël Carré
2010-09-08usb-drv-as3525v2: fixesRafaël Carré
2010-09-07as3525v2-usb: don't disable data transfers !Amaury Pouly
2010-09-07as3525v2-usb: fix red and fix stupid typo about endpoint statusAmaury Pouly
2010-09-07as3525v2-usb: all control operations are working, there is a problem with UMS...Amaury Pouly
2010-09-07as3525v2-usb:Amaury Pouly
2010-09-07workaround weird gcc behaviourRafaël Carré
2010-09-07m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99Rafaël Carré
2010-09-07invadrox: make all inline functions static inlineRafaël Carré
2010-09-07invadrox: make inline function static inlineRafaël Carré