1. ec407a8 Code policy... by Michiel Van Der Kolk · 20 years ago
  2. 388d9ff This should give some optimization when and-ing things.... by Michiel Van Der Kolk · 20 years ago
  3. 238bea7 dumb dumb dumb dumb dumb..... by Michiel Van Der Kolk · 20 years ago
  4. 6752d13 Make searchengine compile for all targets; correct linking for archos. by Jens Arnold · 20 years ago
  5. a40a315 Fixed stripping of \n.. by Michiel Van Der Kolk · 20 years ago
  6. d98b6ae scanf sucks :/ by Michiel Van Der Kolk · 20 years ago
  7. a43f90f scanf sucks >.<; by Michiel Van Der Kolk · 20 years ago
  8. 8c0dfb4 Searchengine is a viewer now, .rsp "Rockbox Smart Playlist" by Michiel Van Der Kolk · 20 years ago
  9. fff0d92 low level search query file maker, to be built on host, not target.. by Michiel Van Der Kolk · 20 years ago
  10. c099300 Count hits... string searches appear to be broken for now, unsure why, by Michiel Van Der Kolk · 20 years ago
  11. 29909a3 Read searchquery from a search "file" (search tokenstream) by Michiel Van Der Kolk · 20 years ago
  12. 9ceac0a Better endian functions for reading longs/shorts by Michiel Van Der Kolk · 20 years ago
  13. 4350eec Proper headers, simulator support should (emphasis on should) work. by Michiel Van Der Kolk · 20 years ago
  14. c013936 No unneeded delays... by Michiel Van Der Kolk · 20 years ago
  15. 9369d48 Search engine core for database v2, has an hardcoded "songs for year >= 1980 and year < 1990" at the moment. by Michiel Van Der Kolk · 20 years ago
  16. a7f7781 MMC driver does now handle block sizes != 512 bytes, which is necessary to support cards > 1 GB. Changed error handling to use the same method as other parts of rockbox, allowing to trace the call chain. Long policy, code cleanup. by Jens Arnold · 20 years ago
  17. 7e3f91d Obvious optimizations (i wasn't quite awake yet) + Code formatting policy. by Michiel Van Der Kolk · 20 years ago
  18. 67772bb More database maintenance functions.. by Michiel Van Der Kolk · 20 years ago
  19. 08dae4f merf. oops. by Michiel Van Der Kolk · 20 years ago
  20. 929e783 Restructurizing database code, seperating database code from dbtree code, by Michiel Van Der Kolk · 20 years ago
  21. 04ed408 ID3DB: Reload database when returning from USB mode. Fixed reload_root issue in id3db browse mode. The database is now properly closed before entering USB mode. by Jens Arnold · 20 years ago
  22. 7de0b0e Removed 'static' keyword from non-static variables. by Thom Johansen · 20 years ago
  23. 7d98481 iRiver: extended remote lcd driver. displaying text works now - see start-up-screen by Christian Gmeiner · 20 years ago
  24. b015d64 Fixed bad directory length when browsing "all files" for an artist, with not enough files to fill a screen. by Michiel Van Der Kolk · 20 years ago
  25. d41d44f (Tag) Database v2. this fixes all bugs in the old songdb.pl, should react like by Michiel Van Der Kolk · 20 years ago
  26. de4ef01 Long policy again by Linus Nielsen Feltzing · 20 years ago
  27. c27d51c Long policy by Linus Nielsen Feltzing · 20 years ago
  28. 63c5fc7 Don't build splitedit.c on iriver by Linus Nielsen Feltzing · 20 years ago
  29. ef73c2e Even more correct conditions for mpeg_get_last_header() by Linus Nielsen Feltzing · 20 years ago
  30. 78c829f Bad conditions for including mpeg_get_last_header() by Linus Nielsen Feltzing · 20 years ago
  31. e2ae4f3 New BMP reader by Tomas Salfischberger by Linus Nielsen Feltzing · 20 years ago
  32. 250678b New BMP reader by Tomas Salfischberger by Linus Nielsen Feltzing · 20 years ago
  33. 9ec1ff8 Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. by Stepan Moskovchenko · 20 years ago
  34. 74e9d54 I'm a fool by Jonas Häggqvist · 20 years ago
  35. c88b5b7 Ooops by Linus Nielsen Feltzing · 20 years ago
  36. eaef66e Synced by Jonas Häggqvist · 20 years ago
  37. 1f5fb99 Some shifting optimizations. Working code. 50% realtime. by Stepan Moskovchenko · 20 years ago
  38. ed0c876 iRiver: added support for hold-button on main unit and remote control by Christian Gmeiner · 20 years ago
  39. 134d251 Removed warnings by Linus Nielsen Feltzing · 20 years ago
  40. daa7fdc some libmad test performance improvements by Linus Nielsen Feltzing · 20 years ago
  41. 5b707d7 Synced. by Mats Lidell · 20 years ago
  42. 4b773c0 Added xxx2wav support, an icon, and some optimizations by Stepan Moskovchenko · 20 years ago
  43. cdd35ba fix compiler error by Daniel Stenberg · 20 years ago
  44. 5811214 Code cleanup, fix warnings, error checking, add midi2wav to viewers.config by Stepan Moskovchenko · 20 years ago
  45. 21aa3b1 IRiver: show logo on startup at remote lcd by Christian Gmeiner · 20 years ago
  46. 8c0c53e no new line fix by Christian Gmeiner · 20 years ago
  47. 652d133 IRiver: better default contrast value by Christian Gmeiner · 20 years ago
  48. 562c872 whoops... forgot one file by Christian Gmeiner · 20 years ago
  49. 4dabec4 plugin to test remote lcd by Christian Gmeiner · 20 years ago
  50. c63430e IRiver: extended plugin api with current remote lcd functions by Christian Gmeiner · 20 years ago
  51. 859095d synced by Christian Gmeiner · 20 years ago
  52. 7c1879b IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main.c (3) updated english.lang by Christian Gmeiner · 20 years ago
  53. 215e492 Added MIDI synthesizer plugin by Stepan Moskovchenko · 20 years ago
  54. 267eb07 New API for buffered PCM playback by Linus Nielsen Feltzing · 20 years ago
  55. 4488ad6 Synced. by Mats Lidell · 20 years ago
  56. b0b013e Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some data to iram. by Thom Johansen · 20 years ago
  57. ac69e2a Add mpc2wav to viewers.config. by Thom Johansen · 20 years ago
  58. ad17fd4 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. by Thom Johansen · 20 years ago
  59. c194fab FM preset menu: store current preset immediately after leaving. by Jens Arnold · 20 years ago
  60. cef15c6 FM preset menu: Set cursor to the current preset on enter. Added a generic function to the menu system which allows for setting the position. by Jens Arnold · 20 years ago
  61. 1fa117d Temp fix to allow playlist creation with .ogg, .wav and .wma files by Linus Nielsen Feltzing · 20 years ago
  62. 579f3d8 Added iriverify to viewers.config by Linus Nielsen Feltzing · 20 years ago
  63. 2fa2bf6 Patch #1164207 by Alexandre Bourget, the iriverify plugin, transforms Rockbox generated playlists so they are recognized by the iRiver firmware by Linus Nielsen Feltzing · 20 years ago
  64. 43bf39e First lame attempt to show correct battery level on the iRiver by Linus Nielsen Feltzing · 20 years ago
  65. 09e55a9 Connected my brain by Linus Nielsen Feltzing · 20 years ago
  66. ce726be Added the IS_SYSEVENT() macro by Linus Nielsen Feltzing · 20 years ago
  67. 3d21781 Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARGER_CONNECTED and SYS_CHARGER_DISCONNECTED events by Linus Nielsen Feltzing · 20 years ago
  68. 27dfe68 updated by Jonas Häggqvist by Daniel Stenberg · 20 years ago
  69. d34865a mp3buf renamed to audiobuf by Linus Nielsen Feltzing · 20 years ago
  70. eaa1bbb Synced. by Jens Arnold · 20 years ago
  71. 4a20e8e Slight fixes. by Jens Arnold · 20 years ago
  72. cf986e8 Triggered recording fixes: (1) Made it compile for Ondio FM recorder (no led, button assigment). (2) Disabled trigger settings and peakmeter trigger handling for devices without recording. Saves > 2 KB of code on Ondio SP. (3) Const policed, saves some more code size. (4) Some code cleanup. by Jens Arnold · 20 years ago
  73. e1f7058 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  74. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  75. ec4e9b8 Correct handling of USB events by Linus Nielsen Feltzing · 20 years ago
  76. 1ca931d Oops by Linus Nielsen Feltzing · 20 years ago
  77. 68482bb Patch #868645 by Philipp Pertermann, volume triggered recording for the Archos recording devices by Linus Nielsen Feltzing · 20 years ago
  78. 5fb6c64 Smaller code size due to use of post-increment addressing. Move code out of iram. Cosmetic changes. by Thom Johansen · 20 years ago
  79. d204183 Forgot to include sound.h by Linus Nielsen Feltzing · 20 years ago
  80. 674eaca Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() by Linus Nielsen Feltzing · 20 years ago
  81. 88d5aab Better #ifdef for the RoLo functionality by Linus Nielsen Feltzing · 20 years ago
  82. bd42d31 RoLo now works on the iRiver by Linus Nielsen Feltzing · 20 years ago
  83. e996e2f Added pcm_play_pause() to the plugin API by Linus Nielsen Feltzing · 20 years ago
  84. 9253d4d iRiver: call pcm_init() instead of uda1380_init() by Linus Nielsen Feltzing · 20 years ago
  85. 7eeb40b iRiver: More DMA debug output by Linus Nielsen Feltzing · 20 years ago
  86. 1e77c70 added dumb by Daniel Stenberg · 20 years ago
  87. c1a951f Fixed link error for Archos Players/Recorders by Henrik Backe · 20 years ago
  88. f33ca63 ladida... iriver sim fix till pcm playback is implemented there. by Michiel Van Der Kolk · 20 years ago
  89. 3210ada This is completely obsolete :p by Michiel Van Der Kolk · 20 years ago
  90. 9d2531a Re-do previous patch, again. xshock's patch undid this. by Michiel Van Der Kolk · 20 years ago
  91. 6c08b93 I've fixed this before, i know i did! ;p (xshocks patch undid my earlier one) by Michiel Van Der Kolk · 20 years ago
  92. a87188e archos fix blah by Michiel Van Der Kolk · 20 years ago
  93. 451dd48 Sound api improvements, rockboy sound, contributed by xshock. by Michiel Van Der Kolk · 20 years ago
  94. 3644fa2 patch # 1159539 from GvB: V1 charging cleanup by Jörg Hohensohn · 20 years ago
  95. 9e173d1 Temporary fix for the broken sim build.. till someone implements sound by Michiel Van Der Kolk · 20 years ago
  96. 9bc6226 oops. by Michiel Van Der Kolk · 20 years ago
  97. 671235e Fixed dumb cleaning, libmad.a cleaning. by Michiel Van Der Kolk · 20 years ago
  98. b045f00 Alpha sound driver for rockboy, should work in theory, but in practice, by Michiel Van Der Kolk · 20 years ago
  99. 457e138 Added new pcm playback api to the plugin api by Michiel Van Der Kolk · 20 years ago
  100. 1bba84f Audio test is only for iriver by Linus Nielsen Feltzing · 20 years ago