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. 74875ef Speed optimisations: (1) Read, write: Use single/multiple block commands depending on the block count. (2) Write: Combine first partial sector transfer (after caching) & main loop into one block-transfer sequence. by Jens Arnold · 20 years ago
  4. 238bea7 dumb dumb dumb dumb dumb..... by Michiel Van Der Kolk · 20 years ago
  5. 6752d13 Make searchengine compile for all targets; correct linking for archos. by Jens Arnold · 20 years ago
  6. a40a315 Fixed stripping of \n.. by Michiel Van Der Kolk · 20 years ago
  7. d98b6ae scanf sucks :/ by Michiel Van Der Kolk · 20 years ago
  8. a43f90f scanf sucks >.<; by Michiel Van Der Kolk · 20 years ago
  9. 8c0dfb4 Searchengine is a viewer now, .rsp "Rockbox Smart Playlist" by Michiel Van Der Kolk · 20 years ago
  10. fff0d92 low level search query file maker, to be built on host, not target.. by Michiel Van Der Kolk · 20 years ago
  11. c099300 Count hits... string searches appear to be broken for now, unsure why, by Michiel Van Der Kolk · 20 years ago
  12. 29909a3 Read searchquery from a search "file" (search tokenstream) by Michiel Van Der Kolk · 20 years ago
  13. 9ceac0a Better endian functions for reading longs/shorts by Michiel Van Der Kolk · 20 years ago
  14. 4350eec Proper headers, simulator support should (emphasis on should) work. by Michiel Van Der Kolk · 20 years ago
  15. 8c4e2be Doubled-checked checksums and added more by Jonas Häggqvist · 20 years ago
  16. c013936 No unneeded delays... by Michiel Van Der Kolk · 20 years ago
  17. 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
  18. 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
  19. 7e3f91d Obvious optimizations (i wasn't quite awake yet) + Code formatting policy. by Michiel Van Der Kolk · 20 years ago
  20. 67772bb More database maintenance functions.. by Michiel Van Der Kolk · 20 years ago
  21. fd83f52 Adding entries to the FAT16 root dir still failed under certain conditions. The shortcut check cannot work the way it was implemented - removed it. by Jens Arnold · 20 years ago
  22. 9536efa fixed the removal of the endian test program to not fail on cygwin by Daniel Stenberg · 20 years ago
  23. 6c38d85 First shot at autodetecting endianess, and storing the found results in the by Daniel Stenberg · 20 years ago
  24. 08dae4f merf. oops. by Michiel Van Der Kolk · 20 years ago
  25. 929e783 Restructurizing database code, seperating database code from dbtree code, by Michiel Van Der Kolk · 20 years ago
  26. 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
  27. e4e3bce add fwpatcher files to source tarball by Daniel Stenberg · 20 years ago
  28. 7de0b0e Removed 'static' keyword from non-static variables. by Thom Johansen · 20 years ago
  29. 7d98481 iRiver: extended remote lcd driver. displaying text works now - see start-up-screen by Christian Gmeiner · 20 years ago
  30. 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
  31. 9213fb2 initial makefile, builds crosscompiled on Linux fine by Daniel Stenberg · 20 years ago
  32. e6b1c27 Broken icon. by Thom Johansen · 20 years ago
  33. 8e20f02 GUI firmware patcher for windows. by Thom Johansen · 20 years ago
  34. 7254b9c --add option, by request of amiconn. by Michiel Van Der Kolk · 20 years ago
  35. 143a872 Whoops. cleaned up some code leftovers by Michiel Van Der Kolk · 20 years ago
  36. 73f247a TagDatabase v2 tester, needs its internal defines to be set to the proper values for the specific database before usage. by Michiel Van Der Kolk · 20 years ago
  37. d41d44f (Tag) Database v2. this fixes all bugs in the old songdb.pl, should react like by Michiel Van Der Kolk · 20 years ago
  38. de4ef01 Long policy again by Linus Nielsen Feltzing · 20 years ago
  39. c27d51c Long policy by Linus Nielsen Feltzing · 20 years ago
  40. 63c5fc7 Don't build splitedit.c on iriver by Linus Nielsen Feltzing · 20 years ago
  41. ef73c2e Even more correct conditions for mpeg_get_last_header() by Linus Nielsen Feltzing · 20 years ago
  42. 78c829f Bad conditions for including mpeg_get_last_header() by Linus Nielsen Feltzing · 20 years ago
  43. e2ae4f3 New BMP reader by Tomas Salfischberger by Linus Nielsen Feltzing · 20 years ago
  44. 250678b New BMP reader by Tomas Salfischberger by Linus Nielsen Feltzing · 20 years ago
  45. 11359df Do not distinguish between case when sorting entries. by Michiel Van Der Kolk · 20 years ago
  46. e327cc8 Fall back on "<no album tag>" if the file is in the root of the player and doesn't have an album tag... by Michiel Van Der Kolk · 20 years ago
  47. 50b656f Fall back on directory name if no album tag, instead of <no album tag>. by Michiel Van Der Kolk · 20 years ago
  48. 438366c Proper dumpint function.. by Michiel Van Der Kolk · 20 years ago
  49. 7aa75e1 Another broken link. Albums -> Artist was completely nonsense. fixed. by Michiel Van Der Kolk · 20 years ago
  50. cec134f Song -> Album links were broken. by Michiel Van Der Kolk · 20 years ago
  51. e4e1f2c create_dos_name() return value was meaningless. by Jens Arnold · 20 years ago
  52. a07c735 Bugfixes: (1) add_dir_entry() always appended new entries, although the code intended to reuse deleted entries. New code reuses deleted entries whenever possible. (2) If the code could not extend the dir to append new entries (FAT16 root dir or disk full), it failed because of (1). (3) Even if reuse had worked, it would never have reused entry 0. (4) Shortname char 0xE5->0x05 replacement to avoid treatment as free entry was done for all chars although it should only be done for the first. The 0x05->0xE5 replacement on read was missing altogether. (5) Obey directory size limit (65536 entries == 2 MB). Improvements: (1) The (undocumented) flags used by WinNT derivates to store the case of a shortname's name and extension part are now supported for reading. (2) smaller code size. by Jens Arnold · 20 years ago
  53. b5a507b Small fix for compilation under GCC4. Note: It still doesn't even fully compile for SH1, and coldfire builds are reported to crash, so ymmv. by Jens Arnold · 20 years ago
  54. 9418e92 typo (ok, my commits get trivial) by Jörg Hohensohn · 20 years ago
  55. 9ec1ff8 Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. by Stepan Moskovchenko · 20 years ago
  56. 74e9d54 I'm a fool by Jonas Häggqvist · 20 years ago
  57. c88b5b7 Ooops by Linus Nielsen Feltzing · 20 years ago
  58. 18610f1 Sound on iRiver by Jonas Häggqvist · 20 years ago
  59. 1c40d3c Ooops. DRAM can't start at 0x30000000 on iRiver by Linus Nielsen Feltzing · 20 years ago
  60. eaef66e Synced by Jonas Häggqvist · 20 years ago
  61. 1f5fb99 Some shifting optimizations. Working code. 50% realtime. by Stepan Moskovchenko · 20 years ago
  62. c3d0a22 make use of font_getstringsize by Christian Gmeiner · 20 years ago
  63. c6ec0f4 moved lcd_getstringsize into font.c by Christian Gmeiner · 20 years ago
  64. ed0c876 iRiver: added support for hold-button on main unit and remote control by Christian Gmeiner · 20 years ago
  65. e5e08c7 The future is not here yet... by Jonas Häggqvist · 20 years ago
  66. 134d251 Removed warnings by Linus Nielsen Feltzing · 20 years ago
  67. daa7fdc some libmad test performance improvements by Linus Nielsen Feltzing · 20 years ago
  68. aed6f4f Added link to rashers statistics page by Linus Nielsen Feltzing · 20 years ago
  69. b061400 Changed nick reference by Björn Stenberg · 20 years ago
  70. 5b707d7 Synced. by Mats Lidell · 20 years ago
  71. a02567d 64 sectors are 64 sectors... by Jens Arnold · 20 years ago
  72. ae2bf7a Display return code. by Björn Stenberg · 20 years ago
  73. 8776fc0 rename() requires path on destination name now by Björn Stenberg · 20 years ago
  74. 4d1757b Don't create /dir in buildimage by Björn Stenberg · 20 years ago
  75. b99551d FAT test case builds again by Björn Stenberg · 20 years ago
  76. 70ad08c iRiver: Correct port pin setup for the local and remote keypad by Linus Nielsen Feltzing · 20 years ago
  77. 6ea21f6 iRiver LCD update by Jonas Häggqvist · 20 years ago
  78. 4b773c0 Added xxx2wav support, an icon, and some optimizations by Stepan Moskovchenko · 20 years ago
  79. cdd35ba fix compiler error by Daniel Stenberg · 20 years ago
  80. 5811214 Code cleanup, fix warnings, error checking, add midi2wav to viewers.config by Stepan Moskovchenko · 20 years ago
  81. 19631f4 iRiver: Independent backlight timers for the main and remote LCD by Linus Nielsen Feltzing · 20 years ago
  82. 21aa3b1 IRiver: show logo on startup at remote lcd by Christian Gmeiner · 20 years ago
  83. 8c0c53e no new line fix by Christian Gmeiner · 20 years ago
  84. 652d133 IRiver: better default contrast value by Christian Gmeiner · 20 years ago
  85. cf2b821 IRiver: added remote backlight handling into backlight thread by Christian Gmeiner · 20 years ago
  86. 562c872 whoops... forgot one file by Christian Gmeiner · 20 years ago
  87. 4dabec4 plugin to test remote lcd by Christian Gmeiner · 20 years ago
  88. d0a9491 corrected copyright infos by Christian Gmeiner · 20 years ago
  89. c63430e IRiver: extended plugin api with current remote lcd functions by Christian Gmeiner · 20 years ago
  90. 7e01562 Some code policing by Linus Nielsen Feltzing · 20 years ago
  91. 394c2d9 compile fix by Christian Gmeiner · 20 years ago
  92. 859095d synced by Christian Gmeiner · 20 years ago
  93. 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
  94. a6a0190 Even more updates to the remote LCD driver. Now it actually works... by Linus Nielsen Feltzing · 20 years ago
  95. d1e89d6 IRiver: some defines by Christian Gmeiner · 20 years ago
  96. 769af0e Updated H100 remote LCD driver by Rick by Linus Nielsen Feltzing · 20 years ago
  97. 215e492 Added MIDI synthesizer plugin by Stepan Moskovchenko · 20 years ago
  98. 9ae63e4 I'll commit a working version now, then... by Jonas Häggqvist · 20 years ago
  99. 0a93a30 Snap font imported from Debian xfonts-artwiz package and updated to include all of iso8859-15 by Jonas Häggqvist · 20 years ago
  100. 267eb07 New API for buffered PCM playback by Linus Nielsen Feltzing · 20 years ago