- 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
- e9c0e83 Fixed the simulator. by Miika Pekkarinen · 19 years ago
- eab434c More accurate playback position calculation. by Miika Pekkarinen · 19 years ago
- 3b6a9f3 Fixed the simulator. by Miika Pekkarinen · 19 years ago
- f090dc3 Crossfade (and pcm buffer size) length is now configurable. by Miika Pekkarinen · 19 years ago
- 05012ac Enable crossfade for simulator. by Miika Pekkarinen · 19 years ago
- febb52f First take at PCM playback in the X11 sim on Linux. by Daniel Stenberg · 19 years ago
- 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
- c3b1ece Added dummy function and simulator stub. by Jens Arnold · 19 years ago
- 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
- cdd236c Wrong filename for directory voice files in the simulator by Linus Nielsen Feltzing · 20 years ago
- c540e82 sim fix for ATA stubs by Jörg Hohensohn · 20 years ago
- d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
- 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
- 687793c oops, dear sims, please excuse by Jörg Hohensohn · 20 years ago
- b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 20 years ago
- 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 20 years ago
- e7b2ed9 remove_thread() stubbed for the simulator, but this is a "make it compile" hack. It should rather do the real thing, I just don't know how. by Jörg Hohensohn · 20 years ago
- 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 20 years ago
- 99483de talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 extension by Jörg Hohensohn · 21 years ago
- 9568ca6 my usual simulator postfix by Jörg Hohensohn · 21 years ago
- c778aa6 warning and simulator build fix by Jörg Hohensohn · 21 years ago
- 5e4aa64 my usual simulator postfix by Jörg Hohensohn · 21 years ago
- 5495d6e another sim fix, I just _love_ to break these builds by Jörg Hohensohn · 21 years ago
- 78f06b9 missing stub broke the sim build by Jörg Hohensohn · 21 years ago
- 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
- 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 21 years ago
- a5e1d06 Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs by Jörg Hohensohn · 21 years ago
- 3f54121 Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 21 years ago
- c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
- a9b04be get_time() for sim by Daniel Stenberg · 22 years ago
- f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 3262207 Updated for better player simulator. by Kjell Ericson · 22 years ago
- 08cbf69 Removed warnings. by Kjell Ericson · 22 years ago
- d19b9ed Added stubs that shall not be in the player simulator. by Kjell Ericson · 22 years ago
- 5cb429e Added mpeg_set_pitch() stub to simulator. by Björn Stenberg · 22 years ago
- a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 22 years ago
- ac2b1b9 Icons were flipped. by Mats Lidell · 22 years ago
- 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
- 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago
- b3438e8 added a silly stub for oscillograph to remove an #ifdef in the actual code by Daniel Stenberg · 22 years ago
- d4d3a5d rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building by Daniel Stenberg · 22 years ago
- d5fd94d Player simulator stuff for patterns added. by Mats Lidell · 22 years ago
- 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
- c43b36c backlight when charging now is for players and simulators too by Daniel Stenberg · 22 years ago
- b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
- a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
- d4e2ee5 Fixed win32 build problems. by Björn Stenberg · 22 years ago
- 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 22 years ago
- 3d641c9 Added lcd_putc() by Linus Nielsen Feltzing · 22 years ago
- 644e4ce Added lcd_define_pattern() by Linus Nielsen Feltzing · 22 years ago
- 457b8a0 Added configurable disk spindown. The disk will also now not spin down while you are running around in the dir browser or pressing buttons in the wps. by Björn Stenberg · 22 years ago
- 7c3dd40 menu fix by Daniel Stenberg · 22 years ago
- b1d5124 simulate_usb ignores key releases by Björn Stenberg · 22 years ago
- 42564a1 USB display for simulator purpose by Daniel Stenberg · 22 years ago
- 6224cdb Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. by Björn Stenberg · 22 years ago
- c9d98ca Added delayed write for settings. Doesn't write until someone else accesses the disk. by Björn Stenberg · 22 years ago
- cd7691d Enabled saving settings to disk on player by Björn Stenberg · 22 years ago
- c15b405 im stupid, this shouldn't have been removed by Robert Hak · 22 years ago
- d06cd2e we don't need this anymore by Robert Hak · 22 years ago
- 2534097 battery_level() already had a stub by Björn Stenberg · 22 years ago
- 1812eae Added stub for battery_level() by Björn Stenberg · 22 years ago