1. cce9c17 HD200 minor lcd asm routines adjustments by Marcin Bukat · 15 years ago
  2. fcf36dd Simplify mpegplayer a bit and use array-based lists rather than linked lists for stream management. Move a couple useful functions to handle pointer arrays from kernel.c into general.c; mpeglayer now makes use of them. by Michael Sevakis · 15 years ago
  3. 9fde126 fft plugin: move const data into a c file and use no wider types than necessary, makes the plugin about 63kB smaller by Nils Wallménius · 15 years ago
  4. 487b24c rockboy: add a Clip keymap by Rafaël Carré · 15 years ago
  5. 22942db Update the notes for which compression levels of ape are realtime and fix the location of rockbox version in the bug reporting instructions by Nils Wallménius · 15 years ago
  6. 18b1602 I think I intended a different expression. by Michael Sevakis · 15 years ago
  7. 0a7a7ce count is being used as the value of the last item to show, so rename it to not be confusing by Jonathan Gordon · 15 years ago
  8. 908a5b6 the fm presets list should wrap.. so make that work by Jonathan Gordon · 15 years ago
  9. 226c0b1 Update and complete the start screen option description in the manual. Thanks to Alex Parker for the native speaker help. by Marianne Arnold · 15 years ago
  10. 7ae53d8 Clipv2/+ : ascodec register 0x25 is not related to backlight by Rafaël Carré · 15 years ago
  11. 0da5399 How punny. Just one more whack-a-mole to get. by Michael Sevakis · 15 years ago
  12. 2e8bd81 Improve spacing in comments by Alexander Levin · 15 years ago
  13. 26230ae MPEGPlayer: reconceal the point puns by Michael Sevakis · 15 years ago
  14. 53a858b Rearrange statements for a small binsize reduction; delete unneeded braces by Alexander Levin · 15 years ago
  15. b197c3b MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning and seeking a bit. by Michael Sevakis · 15 years ago
  16. caa4f54 fix a minor fms presetlist viewer bug with displaying prev when you are on the first playlist by Jonathan Gordon · 15 years ago
  17. 36e7c37 memset is in string.h, not memory.h. by Thomas Martitz · 15 years ago
  18. 04bd1a0 fix red by Nils Wallménius · 15 years ago
  19. 4f22052 Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip it out for the codecs. by Nils Wallménius · 15 years ago
  20. 31caef4 as3525: don't use incomplete USB code when charging by Rafaël Carré · 15 years ago
  21. 3677873 make checkwps accept .rfms files as remote skins by Jonathan Gordon · 15 years ago
  22. ddc91c3 yellow go bye bye by Jonathan Gordon · 15 years ago
  23. 3238293 .sbs is base skin, not custom statusbar by Jonathan Gordon · 15 years ago
  24. 7d5e0d7 FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running. by Jonathan Gordon · 15 years ago
  25. c785722 as3525: make sure we don't use a negative number of sectors by Rafaël Carré · 15 years ago
  26. f95a982 Fix building on cygwin. by Thomas Martitz · 15 years ago
  27. b9beecc as3525v1 use an as3515 audio codec/PMU, not an as3517 as previously thought by Rafaël Carré · 15 years ago
  28. 33bb4cd Make sure to include audiohw.h in settings.h or the definition of struct user_settings could get out of sync amongnst various #includes. Might be the reason for FS#11277 -iPod Video crashes at startup. by Michael Sevakis · 15 years ago
  29. fef807a Correct button_read_device prototype for HAVE_BUTTON_DATA. by Thomas Martitz · 15 years ago
  30. 06adb38 Fix last reds, database tool definitely needs rework. by Thomas Martitz · 15 years ago
  31. 3763ace Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo by Frank Gevaerts · 15 years ago
  32. 52d9d0d Remove outdated NODO list from the docs folder. Replace it with a link to the wiki. by Michael Giacomelli · 15 years ago
  33. edb6bed Format FM frequency depending on the regional settings (FS#11273) by Alexander Levin · 15 years ago
  34. 9eed2f7 Gigabeat S: Not defining HAVE_POWEROFF_WHILE_CHARGING is far too disruptive given that it's not obligatory for the hardware to avoid poweroff while plugged/charging. by Michael Sevakis · 15 years ago
  35. 964dcb3 Revert r26055 since it breaks certain Archos targets. by Michael Sevakis · 15 years ago
  36. b6c3bc1 Get checkwps going again, don't mess with sdl in it. by Thomas Martitz · 15 years ago
  37. 3d0cee8 - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c. by Thomas Martitz · 15 years ago
  38. dcf442e YUV Dither: r12 saving was removed but stacked parameter load offset wasn't changed to compensate, resulting in an improperly aligned dither kernel. by Michael Sevakis · 15 years ago
  39. 6f6dffa adc-as3514.c: cosmetics by Rafaël Carré · 15 years ago
  40. f6a17bd Promote Packard Bell Vibe 500 to stable. by Szymon Dziok · 15 years ago
  41. d10bf7a fuzev2: leave at least 3ms between scrollwheel events by Rafaël Carré · 15 years ago
  42. 79cfc22 fuzev2: fix buttonlight flashing on µSD access (2nd try) by Rafaël Carré · 15 years ago
  43. 90ea991 i.MX31: Issue some NOP's immediately after MCR WFI to prevent premature execution of subsequent code. by Michael Sevakis · 15 years ago
  44. 601fd3c Small mistake in francais.lang by Rafaël Carré · 15 years ago
  45. 46a9c5e Fix alarmclock plugin time miscalculation by Rafaël Carré · 15 years ago
  46. 414dad4 If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration specifies CHARGING_MONITOR or greater, allow poweroff while plugged but not actually charging the battery. by Michael Sevakis · 15 years ago
  47. e34c059 Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuffer address. by Michael Sevakis · 15 years ago
  48. e73a175 Hopefully finish off the red from r26051. by Michael Sevakis · 15 years ago
  49. 5508d40 Hopefully get some green back from r26051. by Michael Sevakis · 15 years ago
  50. 80d0d15 Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing. by Michael Sevakis · 15 years ago
  51. 0f77db7 as3525: fix capacity sanity check by Rafaël Carré · 15 years ago
  52. 338e4d7 fix inverted logic in r26047: voice works again by Rafaël Carré · 15 years ago
  53. fecf90f mp3: when ID3 tags are not found, search APE tags by Yoshihisa Uchida · 15 years ago
  54. 77ec4b3 talk_init() : don't try to load the voice file if it won't fit in memory by Rafaël Carré · 15 years ago
  55. 3c74d20 fix yellow by Yoshihisa Uchida · 15 years ago
  56. 4bb0184 as3543: output sum of line & dac to have voicing work while using FM by Rafaël Carré · 15 years ago
  57. 7a6a8c6 ID3 tags parser separates from metadata/mp3.c by Yoshihisa Uchida · 15 years ago
  58. 6bb9384b wm8978: Clean out silly macros. Use 'POS' convention instead for shifted bitfields. Additionally, use volume update latching for all volume settings. by Michael Sevakis · 15 years ago
  59. b8a51ad vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h by Jeffrey Goode · 15 years ago
  60. f2a5616 Fix yellow: missed a cast by Jeffrey Goode · 15 years ago
  61. 6ef04a7 Eliminate %zd tag in printf format strings, replace them with %ld. The %z formatter kept generating type mismatch warnings. by Jeffrey Goode · 15 years ago
  62. ff548fa Fix include problem by Jeffrey Goode · 15 years ago
  63. 6083f3d Fix logf lines in codecs (type mismatches) by Jeffrey Goode · 15 years ago
  64. 530c251 Make the sim buildable with mingw again by Frank Gevaerts · 15 years ago
  65. 759cfec Hopefully the last warning by Frank Gevaerts · 15 years ago
  66. ed56682 Fix various size_t related warnings and errors by Frank Gevaerts · 15 years ago
  67. 9e974e4 another cast ssize_t -> long by Rafaël Carré · 15 years ago
  68. 84cd376 cast ssize_t to long by Rafaël Carré · 15 years ago
  69. db42781 Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the sv8 library mpc did not use efficient buffering when seeking forward. With this change the implementation will not flush the buffer on each frame but will keep the already buffered data as long as possible. by Andree Buschmann · 15 years ago
  70. 7036a10 fuzev2: prevent button light flickering when accessing µSD by Rafaël Carré · 15 years ago
  71. 5d987d6 Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper files for their OS by Frank Gevaerts · 15 years ago
  72. 84b7747 as3525v1: detect correctly internal storage capacity by Rafaël Carré · 15 years ago
  73. e72d2da as3525v2: check if SD transfers fit with the card capacity by Rafaël Carré · 15 years ago
  74. 685209d as3525: add some comments in the microphone channel copy loop by Rafaël Carré · 15 years ago
  75. ea6eb92 builds: make clipv2/clip+/fuzev2 unstable by Rafaël Carré · 15 years ago
  76. 0246f0c Fix remaining reds/yellows. by Thomas Martitz · 15 years ago
  77. ac43fd3 as3525v1: duplicate the right channel into the left channel when recording microphone by Rafaël Carré · 15 years ago
  78. 59d827f Fix wrong #ifdefs. by Thomas Martitz · 15 years ago
  79. 110b30e Revert r26008. Fonts in the font pack should at least be able to display English menus. This font can maybe included in a theme bundle. by Alexander Levin · 15 years ago
  80. 6894747 Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h by Thomas Martitz · 15 years ago
  81. 3cca7e8 Include host system's header files and don't compile our c library replacements in the sim. by Thomas Martitz · 15 years ago
  82. 3d1a856 Give pitch_detector the IRAMming it deserves. by Michael Sevakis · 15 years ago
  83. 9fedf45 updates the README document. by Yoshihisa Uchida · 15 years ago
  84. 800e710 Set up EMAC mode in cook, fixing whitenois when transitioning from a codec using different emac mode.' by Nils Wallménius · 15 years ago
  85. 32794a9 fix: The second playback time is not correct in playing TTA musics continuously. by Yoshihisa Uchida · 15 years ago
  86. 020dddf Enable recording on clipv1/m200v4/c200v2 by Rafaël Carré · 15 years ago
  87. abd6b14 Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when transitioning from a codec using a different EMAC mode. by Nils Wallménius · 15 years ago
  88. 92a6081 Disable shutting down with the charger connected on the gigabeat s since it doesn't charge while powered off. Ideally we should implement a mode where it charges untill the battery is full and then powers off. by Nils Wallménius · 15 years ago
  89. d665c92 Cache align the pitch detector audiobuffer where needed. Some other misc. changes to try to make sure everything builds. by Michael Sevakis · 15 years ago
  90. 8cce39b as3514: mute headphones at the lowest volume by Rafaël Carré · 15 years ago
  91. 39e4b84 as3525: change SDRAM settings only in models for which there is a bootloader by Rafaël Carré · 15 years ago
  92. a1e19d8 22 pixel high Nimbus-like font, containing only digits and the period; intended for use in FM screen for displaying frequency (FS#11271) by Alexander Levin · 15 years ago
  93. 057c111 Fix LUA red and yellow. by Michael Sevakis · 15 years ago
  94. ef0b8ca Fix some sim warnings. by Michael Sevakis · 15 years ago
  95. 7250405 pitch_detector: Use continuous recording, even if the algorithm is too slow for that and record a whole buffer even if the min frequency is higher. Use the minimum samplerate that allows C-4186 to be detected (usually 11.025kHz, which can reduce computational load to 1/16 compared to 44.1kHz). Get rid of 64-bit multiplies when calculating input RMS value. Stop audio playback when entering plugin. Better backlight and CPU frequency handling. audio_sample_type->int16_t. simpler buffer size rounding. by Michael Sevakis · 15 years ago
  96. 0b52d34 FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox by Nils Wallménius · 15 years ago
  97. 90963dc as3525: retain & release DMA engine when starting and stopping recording by Rafaël Carré · 15 years ago
  98. 289b6bd fix pitch_detector: recording will stop itself if the callback returns <0 by Rafaël Carré · 15 years ago
  99. 5734091 Generating .c file make internal data structures unusable so that .fnt file can not be produced after that. Make sure that both options are not used at the same time. Better fix would be to adjust the function that generates .c file, but it would require more time. by Alexander Levin · 15 years ago
  100. 6c09fe7 clipv2: current usage estimation by Rafaël Carré · 15 years ago