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. 63c5fc7 Don't build splitedit.c on iriver by Linus Nielsen Feltzing · 20 years ago
  17. 9ec1ff8 Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. by Stepan Moskovchenko · 20 years ago
  18. c88b5b7 Ooops by Linus Nielsen Feltzing · 20 years ago
  19. 1f5fb99 Some shifting optimizations. Working code. 50% realtime. by Stepan Moskovchenko · 20 years ago
  20. 134d251 Removed warnings by Linus Nielsen Feltzing · 20 years ago
  21. daa7fdc some libmad test performance improvements by Linus Nielsen Feltzing · 20 years ago
  22. 4b773c0 Added xxx2wav support, an icon, and some optimizations by Stepan Moskovchenko · 20 years ago
  23. cdd35ba fix compiler error by Daniel Stenberg · 20 years ago
  24. 5811214 Code cleanup, fix warnings, error checking, add midi2wav to viewers.config by Stepan Moskovchenko · 20 years ago
  25. 8c0c53e no new line fix by Christian Gmeiner · 20 years ago
  26. 562c872 whoops... forgot one file by Christian Gmeiner · 20 years ago
  27. 4dabec4 plugin to test remote lcd by Christian Gmeiner · 20 years ago
  28. 215e492 Added MIDI synthesizer plugin by Stepan Moskovchenko · 20 years ago
  29. ac69e2a Add mpc2wav to viewers.config. by Thom Johansen · 20 years ago
  30. ad17fd4 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. by Thom Johansen · 20 years ago
  31. 579f3d8 Added iriverify to viewers.config by Linus Nielsen Feltzing · 20 years ago
  32. 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
  33. d34865a mp3buf renamed to audiobuf by Linus Nielsen Feltzing · 20 years ago
  34. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  35. 674eaca Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() by Linus Nielsen Feltzing · 20 years ago
  36. f33ca63 ladida... iriver sim fix till pcm playback is implemented there. by Michiel Van Der Kolk · 20 years ago
  37. 3210ada This is completely obsolete :p by Michiel Van Der Kolk · 20 years ago
  38. a87188e archos fix blah by Michiel Van Der Kolk · 20 years ago
  39. 451dd48 Sound api improvements, rockboy sound, contributed by xshock. by Michiel Van Der Kolk · 20 years ago
  40. b045f00 Alpha sound driver for rockboy, should work in theory, but in practice, by Michiel Van Der Kolk · 20 years ago
  41. 80a8ea1 Source documentation of gnuboy (all there is anyways...) by Michiel Van Der Kolk · 20 years ago
  42. ae4b2de Removed unnecessary extra check. by Jens Arnold · 20 years ago
  43. 81b51eb Made the IRAM usage depend on the CPU type. by Jens Arnold · 20 years ago
  44. 657fdf2 Compile the simulators without special code & data sections. Fixes intermittent hangs/ crashes of mpa2wav. by Jens Arnold · 20 years ago
  45. 58aa4c9 Fixes for the codec test environment: (1) Long aligned codec_malloc(). (2) Update all stats at most once per second. by Jens Arnold · 20 years ago
  46. 0300fca Baild out instead of crashing when called directly (without playing a ROM file). by Jens Arnold · 20 years ago
  47. 5152eca do the SOURCES magic correct here too by Daniel Stenberg · 20 years ago
  48. f9b36e3 don't say anything, just slap me on sight... :-! by Daniel Stenberg · 20 years ago
  49. 2d493de Oops. I didn't mean to commit this just yet, this is work in progress. by Daniel Stenberg · 20 years ago
  50. 8ebff81 Use the new generic SRC build "macro" in tools/makesrc.inc to process the by Daniel Stenberg · 20 years ago
  51. 1167b40 first shot at a perl script that generates the dependencies for the .elf files by Daniel Stenberg · 20 years ago
  52. db7986c Made the plugin linking depend on the plugin library for the simulator builds too. Removed unneeded dependency on plugin.h, because the .o gets rebuilt anyway when plugin.h changes: by Jens Arnold · 20 years ago
  53. e5b4913 Minor bug when writing files; files weren't truncated to 0, so when by Michiel Van Der Kolk · 20 years ago
  54. fabdf1d Logo plugin: (1) Changed button handling. Left/Down now always decreases the absolute delta (down to 0), while Right/Up increaes it. (2) Adapted for player using the player graphics library. by Jens Arnold · 20 years ago
  55. 72975fa Bugggggggggggssssssssss *chases with flyswatter and swats them* by Michiel Van Der Kolk · 20 years ago
  56. 71eceb4 printing of the PC in assembly dumps. by Michiel Van Der Kolk · 20 years ago
  57. 12ab0ab Dynarec debug system added - creates various debugging files in the root. by Michiel Van Der Kolk · 20 years ago
  58. d1f9484 More opcodes implemented on dynarec, somewhat working, some bugs. by Michiel Van Der Kolk · 20 years ago
  59. 75640f4 Player graphics library: fixed and more robust bounds check, added bitmap drawing. by Jens Arnold · 20 years ago
  60. b0f57cb Properly clean the rockboy dependency file. by Jens Arnold · 20 years ago
  61. a9ee48a LCD mode switching added for recorders (uses ON button). by Jens Arnold · 20 years ago
  62. ebd63b5 New lcd mode: drop every 9th line; set as default. by Michiel Van Der Kolk · 20 years ago
  63. 984cd6e New lcd mode; drop top 8 and bottom 8 lines by Michiel Van Der Kolk · 20 years ago
  64. 3e60b5a Lcd mode selecting between top 16 and bottom 16 lines being dropped by by Michiel Van Der Kolk · 20 years ago
  65. ca2e99b Grayscale support for rockboy - can't work without markuns patch, by Michiel Van Der Kolk · 20 years ago
  66. ee811a3 Inserted optimized synth_full and put some vital data in IRAM. by Thom Johansen · 20 years ago
  67. d787c83 fixed gbc typo by Daniel Stenberg · 20 years ago
  68. 254100a load/savestate support added to the menu, contributed by pabs by Michiel Van Der Kolk · 20 years ago
  69. 0de0162 no menu for archos players till menu.c is adapted to work for them too... by Michiel Van Der Kolk · 20 years ago
  70. 0dc6b12 replaced BUTTON_SELECT with BUTTON_OFF by Michiel Van Der Kolk · 20 years ago
  71. e5f9306 forgot an #ifdef by Michiel Van Der Kolk · 20 years ago
  72. 31f215e ack, forgot to add file by Michiel Van Der Kolk · 20 years ago
  73. cd040dd First stages of rockboy menu - press A/B mode to enter, contributed by pabs by Michiel Van Der Kolk · 20 years ago
  74. 3921e1a Added dynarec(under construction) and outline for lcd modes by Michiel Van Der Kolk · 20 years ago
  75. 348f567 Mode button quits now instead of the center button - prevents accidental quits. by Michiel Van Der Kolk · 20 years ago
  76. 9581972 Functions and data into iram mode for iriver, seems faster. by Michiel Van Der Kolk · 20 years ago
  77. 0cecadd Automatic cpu boosting when emulating, when supported by Michiel Van Der Kolk · 20 years ago
  78. 384de10 Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, but already playable on iRiver H1xx and the simulators. The archos recorder version is currently rather slow... by Jens Arnold · 20 years ago
  79. 8c82d81 Sokoban: Made the walls dithered again. Code policing, removed tab chars. by Jens Arnold · 20 years ago
  80. 8fb8742 iRiver: Make better use of internal RAM, and larger buffers by Linus Nielsen Feltzing · 20 years ago
  81. 2d69f4c Fix for adjustable frequency by Linus Nielsen Feltzing · 20 years ago
  82. b363d65 Get malloc() and friends out of the way for the cygwin linker (and maybe others), to make plugins work properly in the simulator. by Jens Arnold · 20 years ago
  83. 274e5c2 Killed a warning by Linus Nielsen Feltzing · 20 years ago
  84. 4766863 Sokoban adapted to the iRiver H1xx display by Michiel van der Kolk by Linus Nielsen Feltzing · 20 years ago
  85. 74a1fb8 Use the new config-a52.h by Jens Arnold · 20 years ago
  86. 0eeb92f add wv2wav by Christian Gmeiner · 20 years ago
  87. cb78646 Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf(). by Jens Arnold · 20 years ago
  88. 6e372ab Grayscale lib: let the compiler decide when to save the pr register. by Jens Arnold · 20 years ago
  89. 0cd492f Reduced the LCD updates to once per second by Linus Nielsen Feltzing · 20 years ago
  90. 4f2a7df Win32 simulator: fixed building of codec test plugins. by Jens Arnold · 20 years ago
  91. 94b64cc There is no iram for simulator plugins. by Jens Arnold · 20 years ago
  92. 6f0c5cd Proper check for cygwin build environment, avoids win32 error 5 when loading plugins by Jens Arnold · 20 years ago
  93. 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
  94. e638ead Temporary solution for code and data in IRAM for iriver codecs by Linus Nielsen Feltzing · 20 years ago
  95. 9828f08 Byte-swap WAV data on big-endian targets by Dave Chapman · 20 years ago
  96. 4d961f2 First version of vorbis decoder by Dave Chapman · 20 years ago
  97. 7b56110 Build the codec plugins in the simulator - only tested for X11 by Dave Chapman · 20 years ago
  98. 0308fc2 use CFLAGS and the codeclibs when linking .rocks on x11 sim by Daniel Stenberg · 20 years ago
  99. cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
  100. f436476 Call button_clear_queue() before we start decoding - otherwise "open with" exited immediately by Dave Chapman · 20 years ago