summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-29AMSSansa: clock-target.h and debug-as3525 now use AS3525_FCLK_PREDIV corre...Jack Halpin2-8/+7
2009-05-29AMSSansa: Change comment to describe FCLK as input more accuratelyJack Halpin1-1/+1
2009-05-28Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere2-8/+2
2009-05-28mkamsboot : brackets at the start of functions must be on their line - thanks...Rafaël Carré1-16/+26
2009-05-28AMSSansa: Display AMBA Bus mode and mmu, icache, & dcache status on View HW i...Jack Halpin1-2/+7
2009-05-28Describe the magic of search_albumart_files (still not complete)Alexander Levin1-5/+9
2009-05-28FS#10253 : mkamsboot v1.0mkamsboot_1.0Rafaël Carré14-689/+1058
2009-05-28pdbox: new patch from wincent balin. make m_memory.c work in rockbox.Dominik Wenger2-2/+5
2009-05-28Add Clipv2 to the configure script and tools/scramble to reserve a target idRafaël Carré2-18/+42
2009-05-28FS#10256 by Frank Oosterhuis : use HOME button to quit pluginsRafaël Carré2-6/+5
2009-05-28scramble : add c2v2 (c200v2) in help messageRafaël Carré1-1/+1
2009-05-28Use core splash for PictureFlow's error_wait, exit error display 2s after any...Andrew Mahone1-8/+3
2009-05-28Display error message on screen until user presses SELECT before exiting Pict...Andrew Mahone1-8/+22
2009-05-28Suggested by Thomas Martitz, don't check for track-specific files when search...Andrew Mahone2-8/+12
2009-05-28Suggested by Thomas Martitz, use tagcache_fill_tags to speed up PictureFlow a...Andrew Mahone3-4/+20
2009-05-28Remove use of uniqbuf in PictureFlow, preventing crash on 64-bit sim and free...Andrew Mahone1-8/+3
2009-05-27Add myself to docs/COMMITTERS and move on to the next chapter of Advanced SVN...Jack Halpin1-0/+1
2009-05-27Fix yellow & redMaurus Cuelenaere2-1/+9
2009-05-27Lua: add support for os libraryMaurus Cuelenaere7-3/+398
2009-05-27Set up the c100 for dual-booting.Marc Guay2-2/+6
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Check for PLAY_MODE befo...Michael Giacomelli1-2/+2
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and ...Michael Giacomelli4-6/+6
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Removed unneeded error c...Michael Giacomelli1-16/+0
2009-05-27Commit next part of FS#10138 by Teruaki Kawashima. Fixes mistaken error retu...Michael Giacomelli1-1/+1
2009-05-27Commit next part of FS#10138 by Teruaki Kawashima. Fixes check for open erro...Michael Giacomelli1-1/+1
2009-05-27Commit part of FS#10138 by Teruaki Kawashima. Fixes up ugly formatting in gig...Michael Giacomelli1-38/+38
2009-05-26Fix yellowMaurus Cuelenaere1-0/+2
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere7-112/+114
2009-05-26FS#10216 : Sansa AMS : Do not cross a bank boundary in a single transfer (Onl...Rafaël Carré1-30/+36
2009-05-26Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, if...Peter D'Hoye8-10/+35
2009-05-26Fix typo in the menu entryAlexander Levin1-1/+1
2009-05-26Fix typo in the commentAlexander Levin1-1/+1
2009-05-26Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone3-3/+5
2009-05-26Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone5-210/+354
2009-05-26FS #10233 by Johannes Schwarz: "The following patch allows the user to resume...Antoine Cellerier1-49/+85
2009-05-26Update the Swedish translation.Magnus Holmgren1-2/+67
2009-05-26FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMSRafaël Carré9-73/+155
2009-05-25Samsung YH*: enable bmp scaler and core jpeg supportThomas Martitz3-0/+18
2009-05-25Samsung YH*: A few keymap tweaks (still nothing final yet)Thomas Martitz2-20/+17
2009-05-25fix yellow by acknowledging the fread() return code and also allowDaniel Stenberg2-5/+11
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo46-26/+5028
2009-05-25Should fix redMaurus Cuelenaere1-0/+3
2009-05-25Improve the c100 keymap and button names.Marc Guay3-128/+88
2009-05-25Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere1-6/+16
2009-05-25Specify that the Battery Capacity setting is used for runtime estimation, not...Marc Guay1-3/+3
2009-05-25Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere1-0/+4
2009-05-25Fix some typosMaurus Cuelenaere2-3/+3
2009-05-25Lua: port viewports + add test_viewports.luaMaurus Cuelenaere3-2/+189
2009-05-25Fix mingw & cygwin buildsMaurus Cuelenaere1-1/+1
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere5-5/+64