1. 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
  2. 3cca7e8 Include host system's header files and don't compile our c library replacements in the sim. by Thomas Martitz · 15 years ago
  3. 3d1a856 Give pitch_detector the IRAMming it deserves. by Michael Sevakis · 15 years ago
  4. 9fedf45 updates the README document. by Yoshihisa Uchida · 15 years ago
  5. 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
  6. 32794a9 fix: The second playback time is not correct in playing TTA musics continuously. by Yoshihisa Uchida · 15 years ago
  7. 020dddf Enable recording on clipv1/m200v4/c200v2 by Rafaël Carré · 15 years ago
  8. 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
  9. 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
  10. 057c111 Fix LUA red and yellow. by Michael Sevakis · 15 years ago
  11. ef0b8ca Fix some sim warnings. by Michael Sevakis · 15 years ago
  12. 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
  13. 0b52d34 FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox by Nils Wallménius · 15 years ago
  14. 289b6bd fix pitch_detector: recording will stop itself if the callback returns <0 by Rafaël Carré · 15 years ago
  15. 8cb4183 Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->102.84 MHz. Should be realtime on all CF targets. by Michael Giacomelli · 15 years ago
  16. 0f5c6d4 add True Audio (TTA) codec by Yoshihisa Uchida · 15 years ago
  17. 889b4a8 Two tiny tweaks to some arm asm by Nils Wallménius · 15 years ago
  18. 230f040 Correct detection of the absence of the current preset by Alexander Levin · 15 years ago
  19. 88bd8e7 Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHz by Nils Wallménius · 15 years ago
  20. 182d13e fix the freq bar after music plays by Jonathan Gordon · 15 years ago
  21. 3fbe4d2 fix FS#11264 - frequency bar and presets not working in the sbs by Jonathan Gordon · 15 years ago
  22. 85f0873 Simplify special case function, speedup of about 0.2MHz on both coldfire and pp decoding the files in the test set by Nils Wallménius · 15 years ago
  23. 6e294e2 Avoid duplicated code, create a formatting function for FM frequency by Alexander Levin · 15 years ago
  24. f2df42e fix: the problem to which new filetypes cannot be registered. by Yoshihisa Uchida · 15 years ago
  25. a5d8d21 fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) by Jonathan Gordon · 15 years ago
  26. 7b931f0 fix red and yellow (most of it anyway) by Jonathan Gordon · 15 years ago
  27. 1bd072c FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags by Jonathan Gordon · 15 years ago
  28. f9736c0 ok, use a smaller font size on shorter display targets (3K instead of 10K) by Jonathan Gordon · 15 years ago
  29. d6dbfef Borrow another 10K to make sure multifont will have room on even the smallerst screens by Jonathan Gordon · 15 years ago
  30. 35fd1e4 Fix F_T_SOUND voicing for decimals and physical values. by Michael Sevakis · 15 years ago
  31. 1de56ac Have option_get_valuestring always call sound_val2phys before formatting rather than only if fractional places are specified. by Michael Sevakis · 15 years ago
  32. c79bc80 No need to have a variable for a thing computed by the preprocessor by Alexander Levin · 15 years ago
  33. aaa0797 Fix yellow by Jeffrey Goode · 15 years ago
  34. e141f80 Add Insert Shuffled to hotkey options by Jeffrey Goode · 15 years ago
  35. 565a863 ARM DSP: Add assembly custom sound channel processing. 13% to 14% faster than currently-used default C code on ARMv4. by Michael Sevakis · 15 years ago
  36. 81bfa13 ARM DSP: Get an instruction out of the crossfeed main loop and improve loads and interlocks for stacked vars. by Michael Sevakis · 15 years ago
  37. 51845b3 ARM DSP: Remove a couple comments that no longer apply. by Michael Sevakis · 15 years ago
  38. 1e3eec2 ARM DSP: fore some reason I neglected dsp_downsample completely. Do a small reordering. by Michael Sevakis · 15 years ago
  39. ab4c86c ARM DSP: Make things a little more pipeline friendly. Reduce nonvolatile register stacking where possible. Routines now handle odd sample counts properly and will not over-write in that case. Remove a few pointless labels. by Michael Sevakis · 15 years ago
  40. 156272f More hotkey code cleanup by Jeffrey Goode · 15 years ago
  41. 08d3c0b Revert r25929. Test have shown that the assembler code is more than 50% faster than the C code both on ARM7TDMI (tested on PP5002 and PP5022) and on ARM1136JF-S (tested on Gigabeat S). If it is slower on ARM9*, it should be disabled for ARM9 only. by Jens Arnold · 15 years ago
  42. a62db97 HD200 - add support for the device in greylib by Marcin Bukat · 15 years ago
  43. aee2dcf flac: remove ARM assembly by Rafaël Carré · 15 years ago
  44. 90de864 chunksize decreases 4 bytes regardless wave/wave64. by Yoshihisa Uchida · 15 years ago
  45. b24fac4 wmafixed.h: remove double declaration by Rafaël Carré · 15 years ago
  46. 270f136 Fix ffmpeg revision number in libwmapro/README.rockbox by Mohamed Tarek · 15 years ago
  47. cd4d80a nomsg by Mohamed Tarek · 15 years ago
  48. a26a68d Fix wav metadata bug, also fix typos and some const police by Jeffrey Goode · 15 years ago
  49. 70daf4e Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add ARM assembler and change the result format. by Andree Buschmann · 15 years ago
  50. 38ef849 slightly rework peakmeter handling to make it cleaner and be able to be used in conditionals by Jonathan Gordon · 15 years ago
  51. 20eb5f4 wave/wave64 LIST chunk parser by Yoshihisa Uchida · 15 years ago
  52. 52a8a54 revert those last few... by Jonathan Gordon · 15 years ago
  53. bbb22fa mono targets dont support backdrops so dont use that #define by Jonathan Gordon · 15 years ago
  54. 66e78ff fix red by Jonathan Gordon · 15 years ago
  55. 3a1d661 use a better value for the needed skin buffer size by Jonathan Gordon · 15 years ago
  56. 847bd28 Fix red by Jeffrey Goode · 15 years ago
  57. 1ad76ff FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match. by Jeffrey Goode · 15 years ago
  58. 8d35534 Slovak language update by Bertrik Sikken · 15 years ago
  59. aee2c12 Czech language update by Bertrik Sikken · 15 years ago
  60. fe29ad2 Save some binsize. by Magnus Holmgren · 15 years ago
  61. 35808b7 wave/wave64: parse LIST chunk. by Yoshihisa Uchida · 15 years ago
  62. a420561 Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of DEVBSS_ATTR for this target and implement as NOCACHEBSS_ATTR. Plugin and codec buffers move so all that is now incompatible (do full update). No version increase for plugins/codecs because the loader will reject them. by Michael Sevakis · 15 years ago
  63. dbcb028 Use 'HZ' and remove 'volatile' as suggested by kugel. by Andree Buschmann · 15 years ago
  64. 4c4ae04 Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable unrolling of read/write loops to better match memory bandwidth. by Andree Buschmann · 15 years ago
  65. 452c5b2 Unroll mpc's requantization loops for some (minor) speed up. by Andree Buschmann · 15 years ago
  66. 7a994c1 Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) by Frank Gevaerts · 15 years ago
  67. f2b1f8d Refactor mpc's requantization to use identical macros for each subframe. by Andree Buschmann · 15 years ago
  68. e4f1bfe Fix possible buffer overflow by Frank Gevaerts · 15 years ago
  69. 1c9cc68 fix one more size_t/ssize_t misuse by Frank Gevaerts · 15 years ago
  70. 8d4ff63 Fix size_t handling in plugin_get_buffer() by Frank Gevaerts · 15 years ago
  71. e919b5d Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn't like mode_t there, and unsigned int should be equally correct) and check the correct bitmask in sim_open(). by Thomas Martitz · 15 years ago
  72. 9697b37 Fix yellow. by Steve Bavin · 15 years ago
  73. b08222c Minor const police raid. by Steve Bavin · 15 years ago
  74. 227e619 Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. Will not exit the context menu now by Jeffrey Goode · 15 years ago
  75. 2ccb83d Fix red by Jeffrey Goode · 15 years ago
  76. 32ad1f8 Revert hotkey bitmaps by Jeffrey Goode · 15 years ago
  77. eae0ced mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for identifiers to "OSD". by Michael Sevakis · 15 years ago
  78. 455c34a mpegplayer: make button timeout half the OSD update interval so that it updates the indicators properly when not holding a key. Add capability to show OSD without changing volume, seeking, etc. Enable this functionality on Gigabeat S using the back (<--) button since it wasn't used in playback mode at all. by Michael Sevakis · 15 years ago
  79. 79e7375 Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to control seeking. by Michael Sevakis · 15 years ago
  80. 50d9907 Correct bitmap color depth by Jeffrey Goode · 15 years ago
  81. 16e0c57 Hotkey menu items have their own icon by Jeffrey Goode · 15 years ago
  82. 13b8e3d Remove last traces of sprintf.h by Jeffrey Goode · 15 years ago
  83. 65b875b Fix last two yellows by Frank Gevaerts · 15 years ago
  84. 55e4fe7 Fix the remaining reds. by Thomas Martitz · 15 years ago
  85. b91f15d Fix c&p error from r25853 that should've fixed some snprintf warnings. by Thomas Martitz · 15 years ago
  86. 77dfff5 Fix some more snprintf related warnings. by Thomas Martitz · 15 years ago
  87. 54548df Fix some size_t related warnings (hopefully, they seem system dependant). by Thomas Martitz · 15 years ago
  88. 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 15 years ago
  89. 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 15 years ago
  90. c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 15 years ago
  91. 49f2709 If dircache and database "load to ram" is enabled then get the id3 info from the database in the WPS playlist viewer for non buffered tracks by Jonathan Gordon · 15 years ago
  92. ab0a0bf Another logf fix in voice_thread.c by Jeffrey Goode · 15 years ago
  93. ccd113a Remove unneeded include from screens.c by Jeffrey Goode · 15 years ago
  94. 1453275 fix player red. by Jonathan Gordon · 15 years ago
  95. efd1f4e Make it possible to move the UI viewport using conditional viewports. by Jonathan Gordon · 15 years ago
  96. 00e2252 Fix typos in the comment (now in .c) by Alexander Levin · 15 years ago
  97. 295da3f Fix typos in the comment by Alexander Levin · 15 years ago
  98. 09cd188 Fix logf behavior in voice_thread.c by Jeffrey Goode · 15 years ago
  99. 433cad6 Add logf line to talk.c by Jeffrey Goode · 15 years ago
  100. c5abd15 Stop scrolling when exiting the CPU boost log menu by Maurus Cuelenaere · 15 years ago