1. e553945 imx233/fuze+: implement various audio stubs and update source by Amaury Pouly · 14 years ago
  2. 696b9d1 imx233/fuze+: implement lradc function and adc on top of it by Amaury Pouly · 14 years ago
  3. 45537a4 imx233/fuze+: implement power management stubs by Amaury Pouly · 14 years ago
  4. 06c03b5 imx233/fuze+: fix default init code (define lcd kind as 9325 and do 7783 init !) by Amaury Pouly · 14 years ago
  5. 11883f4 imx233/fuze+: correctly lcdif block by Amaury Pouly · 14 years ago
  6. eedbed1 imx233/fuze+: fix prototype by Amaury Pouly · 14 years ago
  7. c36d33c imx233/fuze+: correctly reset timrot block by Amaury Pouly · 14 years ago
  8. af9d256 imx233/fuze+: define mmc stubs, correctly handle ssp maximum transfer size, correctly handle flash size (including windowing) by Amaury Pouly · 14 years ago
  9. 7ac1b9f imx233/fuze+: define sd stub by Amaury Pouly · 14 years ago
  10. 1b220f1 imx233/fuze+: reset dma block correctly and define maximum transfer size by Amaury Pouly · 14 years ago
  11. b27d07e imx233/fuze+: reset ssp block correctly, define maximum ssp transfer size by Amaury Pouly · 14 years ago
  12. b51ecea imx233/fuze+: add more interrupts, rewrite block resetting, reset icoll on boot (useful for firmware) by Amaury Pouly · 14 years ago
  13. ddb96f1 imx233/fuze+: fix ctr0 to use a fresh stack and update firmware linker script by Amaury Pouly · 14 years ago
  14. 3d46b08 imx233/fuze+: use random size for plugin and codec buf (must be non-zero for init attr) by Amaury Pouly · 14 years ago
  15. d945c36 imx233/fuze+: rework linker script to load the bootloader at ram start + 1Mb to leave a load for the firmware by Amaury Pouly · 14 years ago
  16. dad541a HDD6330: fix the behavior of the lcd during shutdown (fading out), disable poweroff while charging for now. by Szymon Dziok · 14 years ago
  17. 036c5fe HDD6330: implement lcd_enable (display on/off). by Szymon Dziok · 14 years ago
  18. 780968d Manual: make features processing silent by default. by Dominik Riebeling · 14 years ago
  19. 89ccbea Add a missing string to the US English translation. Thanks to Richard Brittain (FS#12269) by Frank Gevaerts · 14 years ago
  20. 85ef108 codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead of explicit negation, changes output slightly but is as close to the c version as before. Gives about 0.4MHz speedup of vorbis on cf. by Nils Wallménius · 14 years ago
  21. b627190 Make sure to set the current lcd backdrop id so the buflib move callback can reset the correct backdrop by Jonathan Gordon · 14 years ago
  22. 8a0db7b Fix FS#12272 - genlang changes broke some targets by Torne Wuff · 14 years ago
  23. f93530c codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little for the mdct, speeds up codecs using the codeclib mdct 0.5-1.5MHz on h300. by Nils Wallménius · 14 years ago
  24. edf06b7 if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so allocating the buffer size is pointless by Jonathan Gordon · 14 years ago
  25. 8ec2873 manual: mp3_encoder is available on lowmem targets by Rafaël Carré · 14 years ago
  26. 9ea367e AAC: Enable SBR decoding for all targets by Rafaël Carré · 14 years ago
  27. 78a0d49 Second attempt at making %ss utf8-clean by Frank Gevaerts · 14 years ago
  28. bce46a7 Make %ss utf8-aware by Frank Gevaerts · 14 years ago
  29. 7179490 HDD6330: Enable headphone detection. by Szymon Dziok · 14 years ago
  30. a943e74 HDD6330: Enable only one led (from five) on the scroll strip in order to save battery life. by Szymon Dziok · 14 years ago
  31. 201574d HDD6330: Fix random issues with the button light (MENU button sometimes does not light up). by Szymon Dziok · 14 years ago
  32. 6f00e82 HDD6330: Fix random strange behavior of the touchpad. Setting the sensitivity higher than normal is not a good idea for this one. by Szymon Dziok · 14 years ago
  33. 6c1de04 fix red by Jonathan Gordon · 14 years ago
  34. 3d0317a Rework how the skin gets the list item text to save some ram. Also allow the %LI and %LT tags to take 2 optional parameters to get a different items text/icon: by Jonathan Gordon · 14 years ago
  35. 93a600f Fix albumart which r30500 broke (FS#12271) by Jonathan Gordon · 14 years ago
  36. 3b9ffd2 New tag %ss() which lets you get a substring of another tag. by Jonathan Gordon · 14 years ago
  37. 86c5432 Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() doesnt crash later by Jonathan Gordon · 14 years ago
  38. e80acd4 libgme: make local functions static, where possible by Bertrik Sikken · 14 years ago
  39. f163b40 Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. by Andree Buschmann · 14 years ago
  40. d4249af Remove residual floating point code from libgme's ym2612_emu. Saves several KB of codesize. by Andree Buschmann · 14 years ago
  41. 585eb12 Buflib: Correct return value of handle_table_shrink() to match comment. by Thomas Martitz · 14 years ago
  42. 4096cb1 Further work on libgme's emu2413. Fully remove floating point, introduce another precalculated table, directly use predefined tables instead of copying them. Reduces memory and codesize by several KB. by Andree Buschmann · 14 years ago
  43. e8dc7a6 Migrate some floating point code to fixed point in libgme. by Andree Buschmann · 14 years ago
  44. 559e0e1 Remove a stray include that managed to slip into the previous commit by Frank Gevaerts · 14 years ago
  45. bd292b2 Extend $if() to also allow lt, gt, lte, and gte for strings. by Frank Gevaerts · 14 years ago
  46. c97c5e5 Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modified(), correctly set PSG voices in vgm_emu, correctly set current_track in vgm_emu, correct call of Sound_mute_voices() in nsf_emu. Additionally migrate few floating point code to fixed point -- even though this is unused and therefor commented out. by Andree Buschmann · 14 years ago
  47. 544a52d Add "USB Hide Internal Drive" option for multidrive devices with software usb. by Frank Gevaerts · 14 years ago
  48. 49b64f1 Remove obsolete comment by Thomas Martitz · 14 years ago
  49. f7cff8b Buflib: Stop caching the first unallocated block. It has little benefit but is complicated to keep up-to-date. by Thomas Martitz · 14 years ago
  50. 0dcbc6c Buflib: Handle not having enough space for new handles (fixes FS#12265). by Thomas Martitz · 14 years ago
  51. 7e3a3f4 Remove return value from show_logo() in bootloader/ by Bertrik Sikken · 14 years ago
  52. e6317d5 Improve sim win32 cross compiling. by Dominik Riebeling · 14 years ago
  53. 385af79 Fix toolchain installation. by Dominik Riebeling · 14 years ago
  54. dc14de0 Exit of SDL_WaitEvent() returns an error. by Thomas Martitz · 14 years ago
  55. 82acdd3 Make genlang faster by doing better regexes. by Thomas Martitz · 14 years ago
  56. 87daeae Buflib/swcodec: Improve playback stopping behavior on allocation. by Thomas Martitz · 14 years ago
  57. 7337bcb FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displays (clips and mrobe100). by Nils Wallménius · 14 years ago
  58. a483c9c Use buflib for skin images. Allows much more images to be loaded by Jonathan Gordon · 14 years ago
  59. 4f4e91e make some stuff static by Jonathan Gordon · 14 years ago
  60. a91fa97 fix checkwps by Jonathan Gordon · 14 years ago
  61. 070f6e1 Use buflib for the skin backdrop images potentially allowing multiple images per skin in the future by Jonathan Gordon · 14 years ago
  62. ae5d09b MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'. Now only set this parameter if GCCNUM > 401. by Andree Buschmann · 14 years ago
  63. daaae99 Remove unecessary casting by Thomas Martitz · 14 years ago
  64. 5296af8 Buflib: Clarification about invalid handles by Thomas Martitz · 14 years ago
  65. 6a989b8 Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when compiling. Fixes compiler warnings for mingw and cygwin simulatior builds. by Andree Buschmann · 14 years ago
  66. 28c4f2a Fix FS#12261. Only set '-fgnu89-inline' if GCC >= 4.1.3 is used. by Andree Buschmann · 14 years ago
  67. c1a1486 Fix FS#12262 - Volume (and all sound settings and anything using the "table" setting type) don't get applied correctly when being changed from the quickscreen or by using the %T(..., setting_inc/dec) skin tag by Jonathan Gordon · 14 years ago
  68. 101bb25 sansa clipzip: fix lcd init delay (remove lcd_delay and replace it with a sleep) by Bertrik Sikken · 14 years ago
  69. d43b85c fix the last of the error by Jonathan Gordon · 14 years ago
  70. d2ab44e fix checkwps by Jonathan Gordon · 14 years ago
  71. 63a379c Add the new file and fix the compile error by Jonathan Gordon · 14 years ago
  72. 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 14 years ago
  73. 77a82ad rk27load - fix indentation by Marcin Bukat · 14 years ago
  74. 6d5671a rk27xx - enable a few test plugins by Marcin Bukat · 14 years ago
  75. 4c896d9 rk27xx - enable debug screen by Marcin Bukat · 14 years ago
  76. 2d2eec4 rk27xx - update firmware/SOURCES by Marcin Bukat · 14 years ago
  77. 287c278 rk27xx - enable cache by Marcin Bukat · 14 years ago
  78. c9c03d6 rk27xx - update config files by Marcin Bukat · 14 years ago
  79. dc5bfc7 rk27xx - adjust core files for rk27xx internal codec by Marcin Bukat · 14 years ago
  80. 4072879 rk27xx - arm7ej-s doesn't have MMU/MPU (just like arm7tdmi) by Marcin Bukat · 14 years ago
  81. 7936649 rk27xx - disable core_sleep() as it simply hangs when cache is enabled for unknown reason. by Marcin Bukat · 14 years ago
  82. 6d959a0 rk27xx - implement cache handling functions by Marcin Bukat · 14 years ago
  83. 4e6daf0 rk27xx adc - fix function name by Marcin Bukat · 14 years ago
  84. 7aca544 remove references to ipod nano 2g rom ata-nand-rk27xx.c by Marcin Bukat · 14 years ago
  85. 6a628c9 add lcd_blit_yuv() stub to the rk27xx lcd driver by Marcin Bukat · 14 years ago
  86. 7d33d83 rk27xx - tweak a bit sd driver and add some debuging code by Marcin Bukat · 14 years ago
  87. 52c72fa rk27xx - implement basic keymap for reference design by Marcin Bukat · 14 years ago
  88. 0b35cdd rk27xx - app linker script by Marcin Bukat · 14 years ago
  89. 472314b rk27xx - implement pcm driver. by Marcin Bukat · 14 years ago
  90. 727b98e rk27xx - basic power management related functions by Marcin Bukat · 14 years ago
  91. 1371dfb rk27xx - nand stub by Marcin Bukat · 14 years ago
  92. 781e3e3 rk27xx - implement driver for usb controller in rk27xx. This does not quite work now because of the way how controller and our usb stack are implemented. by Marcin Bukat · 14 years ago
  93. 9c40939 rk27xx - implement dbg_hw_info() and dbg_ports() by Marcin Bukat · 14 years ago
  94. fa85646 Implement driver for internal codec in rk27xx (shCODlp-100.01-HD IP core from Dolphin) by Marcin Bukat · 14 years ago
  95. 2afc175 midi: make the patch sample data pointer a *int16_t to get rid of some ugly casting and drop an acessor macro to make caching the pointer in the synthVoice loop possible. Speeds up midi by 1-2% on cf and 3-5% on PP. by Nils Wallménius · 14 years ago
  96. 2ac668e imx233/fuze+: implement user time api, implement a stub function, protect timrot against irq by Amaury Pouly · 14 years ago
  97. 333b9ed imx233/fuze+: fix apps linker script, add comment in bootloader by Amaury Pouly · 14 years ago
  98. 2052540 sansa clipzip: implement default dualboot code (boots to OF unconditionally for now) by Bertrik Sikken · 14 years ago
  99. 25f0060 imx233/fuze+: don't reboot after usb more, enter usb more after storage init, remove useless printf by Amaury Pouly · 14 years ago
  100. f695681 usb: make sure device init happens *after* queue/thread creation by Amaury Pouly · 14 years ago