1. 69fa42d HD200 - rework bootloader logic by Marcin Bukat · 15 years ago
  2. bccdcf2 HD200 - move adc channel variable to iram as it is used in ISR by Marcin Bukat · 15 years ago
  3. 5ad4d13 HD200 - fix backlight flashes during startup by Marcin Bukat · 15 years ago
  4. 5bcdd92 HD200 - remove fm glue code from bootloader build by Marcin Bukat · 15 years ago
  5. 4048a1c Merely correct a comment. by Michael Sevakis · 15 years ago
  6. 5edcb11 i.MX31/Gigabeat S: Just a little paranoid change to switcher write to active regulators method, to keep things localized a bit more from global data pool, for safety's sake. It's going to Mars afterall. by Michael Sevakis · 15 years ago
  7. 931e06d i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528MHz. Requires an SPI and PMIC interface rework because of the low-latency needs for the DPTC to work best with minimal panicing. SPI can work with multitasking and asynchronously from interrupt handlers or normal code. by Michael Sevakis · 15 years ago
  8. 7480afb as3525v2: Use CD Interrupt vs. CD polling in send_cmd() by Rafaël Carré · 15 years ago
  9. 1bc5945 rolo: make PP code pp6100-compatible by Rafaël Carré · 15 years ago
  10. 056f608 Ingenic Jz4740: eliminate EP0 state machine + small cleanups by Maurus Cuelenaere · 15 years ago
  11. 35f3414 Ingenic Jz4740: cleanup USB driver a bit (no externally visible functional changes) by Maurus Cuelenaere · 15 years ago
  12. c5abd15 Stop scrolling when exiting the CPU boost log menu by Maurus Cuelenaere · 15 years ago
  13. 883e5ce Update a comment to reflect the previous commit. by Thomas Martitz · 15 years ago
  14. 69f8e8d Move read_line() further down so that it can be used in checkwps and remove checkwps' copy if it. by Thomas Martitz · 15 years ago
  15. b3f1eb8 Gigabeat S: Those odd calls to irq_handler can still happen rarely after executing WFI. With no explanation forthcoming after trying many things, hide head in sand and ignore them and the IRQ will get vectored to the correct handler anyway. Have vector tables execute an immediate return and remove irq_handler from compilation altogether. by Michael Sevakis · 15 years ago
  16. bc90a61 FFT plugin: The 64-bit sqrt function is no longer needed by Delyan Kratunov · 15 years ago
  17. af466f3 FFT plugin: eliminate 64-bit math. This should result in faster and probably more accurate calculations. by Delyan Kratunov · 15 years ago
  18. 7f9d30b missed a comment by Mohamed Tarek · 15 years ago
  19. 2fa864b Remove unnecessary parameter (struct codec_api* ci) passed to libasf functions, and consequently remove the no-longer needed #ifdef in apps/codecs/libasf/asf.h by Mohamed Tarek · 15 years ago
  20. 9a74223 Test more possible alignments in the Write & Verify test. Some ata drivers apply optimisations up to line size alignment. by Jens Arnold · 15 years ago
  21. e891e90 Save a few instructions by better use of conditions. by Jens Arnold · 15 years ago
  22. 5768f2b Remove residual tabs in codec directory. by Andree Buschmann · 15 years ago
  23. b95326d Change naming of arm asm routines in libmad's synthesis to match their functionality. by Andree Buschmann · 15 years ago
  24. 7aaae54 - Modify metadata/asf.c to use libasf. by Mohamed Tarek · 15 years ago
  25. 2ab15d9 Add myself to COMMITERS by Delyan Kratunov · 15 years ago
  26. 80b9bb4 Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in apps/codecs/wma.c by Mohamed Tarek · 15 years ago
  27. 792ae6b - Factor out container specific code from apps/codecs/wma.c. by Mohamed Tarek · 15 years ago
  28. 13075de Fix a bug introduced with r25777. by Andree Buschmann · 15 years ago
  29. 703608d Fix intdentation apps/codecs/libwma/asf.h, no functional changes. by Mohamed Tarek · 15 years ago
  30. eec5eb9 Refacturate arm version of libmad's synthesis filter. Only two asm macros left, renamed asm-implementation for better clarity. No change in speed or precision. by Andree Buschmann · 15 years ago
  31. 0fd111d Improve motion compensation for ARM: * Use less registers in the simple copy routines -> less stack usage. * Save a few instructions in constants + jumptable handling. * ARM6 optimisations. Unfortunately we can't just use uhadd8 because that rounds down, while we have to round up. by Jens Arnold · 15 years ago
  32. f275930 Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per loop, and fix comments. Speeds up fullscreen video decoding by about 5% (excluding video output). Still not perfect... by Jens Arnold · 15 years ago
  33. 9de9b9d Take version number from SVN, or via VERSION variable in Makefile - i.e. use "make VERSION=v1.0" to build with that version number. by Dave Chapman · 15 years ago
  34. cdcca87 Add support for the Cowon S9, based on the information from http://iaudiophile.net/forums/showthread.php?t=36073 by Dave Chapman · 15 years ago
  35. 5b4a84a FS#11149: alternative fix for ipod startup/shutdown issue by Torne Wuff · 15 years ago
  36. 9f157ad Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realtime BRR for all CPU that use it, add Gaussian ASM optimization for all ARM that can use it. Add some LIKELY/UNLIKELY branch hints. On Gigabeat-S gives +22% speedup. For Gigabeat F, about +5% speedup. For less-powerful players, no real change aside possibly from branch hints. by Michael Sevakis · 15 years ago
  37. 3adac47 Fix wrong udelay logic that made it be way off. by Thomas Martitz · 15 years ago
  38. a607a6c pdbox: Fixed loading of sound files, pdpod_drums.pd works now. by Wincent Balin · 15 years ago
  39. 2788f8d Small correction of the translation of a musical term by Alexander Levin · 15 years ago
  40. 88baa4d HD200 - implement blit functions by Marcin Bukat · 15 years ago
  41. 572ac53 HD200 - small fix in backlight code by Marcin Bukat · 15 years ago
  42. 2a50270 HD200 - remove moving average filtering of ADC readouts by Marcin Bukat · 15 years ago
  43. fe147ce Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. by Mohamed Tarek · 15 years ago
  44. cf43e50 Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. by Mohamed Tarek · 15 years ago
  45. bc3c5c1 sd-as3525v2: cosmetics by Rafaël Carré · 15 years ago
  46. 021d4db Add MPIO HD200 to builds.pm by Marcin Bukat · 15 years ago
  47. 67f7ecf Revert r25739 which added libwmapro to apps/codecs, in preparation to commit the unmodified ffmpeg files first, for the sake of a consistent/complete svn history. by Mohamed Tarek · 15 years ago
  48. c740af2 HD200 - add FM support. by Marcin Bukat · 15 years ago
  49. 4c03e9a fix red by Jonathan Gordon · 15 years ago
  50. 886ecaa centre splashes inside the UI viewport instead of the whole screen. Fixes the flickering statusbar issue and saves alot of fullscreen clears by Jonathan Gordon · 15 years ago
  51. 893180d as3525v2: crashless cpufreq switching by Rafaël Carré · 15 years ago
  52. 2a180e8 as3525v2: effect of CGU_PROC on fclk is instant by Rafaël Carré · 15 years ago
  53. 5187b41 Packard Bell Vibe: language corrections in the manual, thanks to: AlexP, linuxstb. by Szymon Dziok · 15 years ago
  54. 64d3763 HD200 - fix compile warning in debug_menu.c by Marcin Bukat · 15 years ago
  55. 554ae24 as3525v2: do not use IRAM for plugins by Rafaël Carré · 15 years ago
  56. 8867292 Correct path to set MSC mode in the OF for the Clip+ by Alex Parker · 15 years ago
  57. 16a0e81 Add that you need to be in MSC mode to the fuze manual. by Alex Parker · 15 years ago
  58. d7cdc65 Fuzev2: revert r25741 and r25746 by Rafaël Carré · 15 years ago
  59. bd7e71d fix r25741: the 2nd delay needs to be present when the CPU is boosted by Rafaël Carré · 15 years ago
  60. 5359d24 Cabbiev2: make the playlist position and playing time info actually show up as planned in the 128x128 colour port. by Marianne Arnold · 15 years ago
  61. 7e9537c Cabbiev2 port for the mpio HD20's 128x128 greyscale screen - mixing the same size colour version with the same width greyscale version (code could be cleaned up though). Add the necessary changes to let it be included automatically and used as default WPS. Menu backdrop and dedicated icons are missing but the inbuilt ones are still there - same as on the M3. by Marianne Arnold · 15 years ago
  62. 34e60dd Handle device name resolving failures. by Dominik Riebeling · 15 years ago
  63. b6e1f1c Fix talkfile generation for files starting with . and having no extension. by Dominik Wenger · 15 years ago
  64. 3e37460 Fuzev2 button fixes by Rafaël Carré · 15 years ago
  65. 621cf62 as3525v2: fix udelay() by Rafaël Carré · 15 years ago
  66. dda7fab Add libwmapro to trunk. by Mohamed Tarek · 15 years ago
  67. f96406c Two corrections to the previous commit (wrong timer was used, KERNEL_TIMER_FREQ is a more trustworthy). by Thomas Martitz · 15 years ago
  68. 249aae5 FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQ by Thomas Martitz · 15 years ago
  69. ee291a5 Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap. by Marcin Bukat · 15 years ago
  70. 845af67 as3525(v2): Add a somewhat inaccurate udelay (-0.5/+1.0µs). It should work good for some huge delays. by Thomas Martitz · 15 years ago
  71. f2f3488 Remove pcm_mute() which has been unused since r19308 by Rafaël Carré · 15 years ago
  72. 5e88c4b as3525v2: fix volume setting (can now go very low) by Rafaël Carré · 15 years ago
  73. be17713 as3514: detail bit of AS3543_DAC_IF by Rafaël Carré · 15 years ago
  74. 7d8069d as3514: no need to cache volume by Rafaël Carré · 15 years ago
  75. 9bf33e9 let manuals and voices have separate release numbers by Daniel Stenberg · 15 years ago
  76. 6dab171 Add MPIO HD200 port - binary files by Marcin Bukat · 15 years ago
  77. 28d54c6 Add MPIO HD200 port - new files by Marcin Bukat · 15 years ago
  78. b09d3ae Add MPIO HD200 port - changed files by Marcin Bukat · 15 years ago
  79. fa5cd0d Fuzev2: button_read_dbop() doesn't exist by Rafaël Carré · 15 years ago
  80. 7e7b3c5 Fuzev2: fix screen corruption by Rafaël Carré · 15 years ago
  81. 3925cfe remove some useless lines by Nils Wallménius · 15 years ago
  82. 7eaea74 Fix yellows by Thomas Martitz · 15 years ago
  83. 668bd34 Remove lots of simulator-speficic #ifdef'ing in sound.c to allow for DSP effects in the sims, e.g. for bass and treble (targets that do those effects in HW don't simulate using dsp). by Thomas Martitz · 15 years ago
  84. 5185d9e Log failures in mountpoint resolving, log filesystem formats in mountpoints(). by Dominik Riebeling · 15 years ago
  85. 91bdc3e Optimized DSP sample out functions for armv6. (For stereo output) ~9% faster than SVN asm and about 4% faster than SVN asm rearranged to observe pipeline hazards. by Michael Sevakis · 15 years ago
  86. b9fa116 DM320 UART: Enable clock in UART module since it will not be done in system initialization. by Karl Kurbjun · 15 years ago
  87. b15b7fa M:Robe 500 Power: Update battery Curve and simplify calculations. by Karl Kurbjun · 15 years ago
  88. 967e16f M:Robe 500 USB: Go back to OF timings for upcoming clock changes by Karl Kurbjun · 15 years ago
  89. 44e51ce fix yellow by Jonathan Gordon · 15 years ago
  90. 341cb85 Make the buffering screen use the multiscreen API (FS#11143) by Jonathan Gordon · 15 years ago
  91. 4902c43 Fix alphabetical order of COMMITERS file by Marcin Bukat · 15 years ago
  92. 4c65a19 Make battery level (%bl) work with the bmp bars drawer like %pb and %pv by Jonathan Gordon · 15 years ago
  93. cbc65be Fix for some bogus code in png by Andrew Rodland, fixing a warning when compiling with gcc 4.5 by Nils Wallménius · 15 years ago
  94. 8edca8e Charcell: Fix spurious letter appearing between board and score display. by Jens Arnold · 15 years ago
  95. 15be66a Fix red by Magnus Holmgren · 15 years ago
  96. d38093d FS#11099 - Rewind before resume by Magnus Holmgren · 15 years ago
  97. 2970eb5 Add Marcin Bukat as a commiter by Marcin Bukat · 15 years ago
  98. 76269f1 Packard Bell Vibe: clear temporary keys in the manual. by Szymon Dziok · 15 years ago
  99. 5035833 Packard Bell Vibe: finish the manual. by Szymon Dziok · 15 years ago
  100. 4e7ddd5 Gigabeat S: Will run pacbox at 60fps. Set FPS accordingly. by Michael Sevakis · 15 years ago