- 95298a9 mp3 playback "engine" now in plugin API, rocks can make sound by Jörg Hohensohn · 21 years ago
- 41354a8 Fixed bug when inserting playlists where comment and empty lines were not being skipped. by Hardeep Sidhu · 21 years ago
- 7789f98 preparation for running directly from flash ROM by Jörg Hohensohn · 21 years ago
- bf4460e no code change, I just forgot to take my template disassembly out (a big comment block) by Jörg Hohensohn · 21 years ago
- cb570b9 Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 for aligned and 1.2 for misaligned. Including my previous change the file reading is now nearly twice as fast compared to when I started this. -> Less disk uptime, longer battery life. by Jörg Hohensohn · 21 years ago
- 0a8fef9 Synced. by Mats Lidell · 21 years ago
- c127509 I knew this was going too fast with the new LCD function. Now contains a fix to control the speed to 71 fps, until I release the new A/V player. by Jörg Hohensohn · 21 years ago
- c546b70 Really squeezed lcd_write_data() with tricky assembler optimization. Now it does 114 fps when playing video from memory (way more than the ~75 fps needed, I need to slow down the video player), leaving headroom for audio. by Jörg Hohensohn · 21 years ago
- bd7c07a Fixed warning by Hardeep Sidhu · 21 years ago
- 107ebc5 Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. by Hardeep Sidhu · 21 years ago
- 1c7a88d Version 2 sync. by Mats Lidell · 21 years ago
- da115da Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out. by Linus Nielsen Feltzing · 21 years ago
- a4c67dc Brian Foley fixed a flaw that made this code segfault on bigendian systems by Daniel Stenberg · 21 years ago
- 61ba8bb Added Open Neo contributor Francois Boucher by Björn Stenberg · 21 years ago
- 11fe01b Updated german language file (in V2 format). by Uwe Freese · 21 years ago
- a91dfd5 Henrik Backe's english language file cleanup. This ups the language file by Daniel Stenberg · 21 years ago
- 8e044b7 mkdir() fix for the winsim, should fix the red build. by Daniel Stenberg · 21 years ago
- ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 21 years ago
- 33acdef Andreas Stemmer's update by Daniel Stenberg · 21 years ago
- 9891230 Check USB before resuming by Björn Stenberg · 21 years ago
- c0b90ec link to the rvf docs as well by Daniel Stenberg · 21 years ago
- 5ed1135 Andreas Stemmer's tools page! by Daniel Stenberg · 21 years ago
- f8f7b56 forgot </ol> by Daniel Stenberg · 21 years ago
- 39051a5 The bookmark options were incorrectly read from the settings block, even if the data was uninitialized. by Linus Nielsen Feltzing · 21 years ago
- f33b951 Fixed the english language file, patch by Philip Pertermann by Linus Nielsen Feltzing · 21 years ago
- 26f4260 Reverted to the old ADC driver, since it appeared to cause fake OFF keypresses (weird indeed, since the OFF key doesn't use the ADC on the plain Recorder). However, I did fix the batch convert, since it caused fake keypresses at boot time. by Linus Nielsen Feltzing · 21 years ago
- 14971f4 gone! by Daniel Stenberg · 21 years ago
- 505584e <dir> is now [dir] by Daniel Stenberg · 21 years ago
- de850d4 we have bookmarks, prerecording and 23 languages by Daniel Stenberg · 21 years ago
- 8f4550a minor formatting fix by Daniel Stenberg · 21 years ago
- 2e1844a Zakk Roberts' docs, edited by me by Daniel Stenberg · 21 years ago
- 91cb20b Added bookmark.c. Defined HAVE_RTC. by Hardeep Sidhu · 21 years ago
- 11280c7 Don't start wps from rockbox_browse(). by Hardeep Sidhu · 21 years ago
- e692b0e prepared to flash uncompressed ucl such that suitable Rockbox builds directly execute from ROM by Jörg Hohensohn · 21 years ago
- a8c9dd2 a typo prevented proper loading of the LCD flip from .cfg files by Jörg Hohensohn · 21 years ago
- db6f7cf *** empty log message *** by Björn Stenberg · 21 years ago
- fa0f02c Fixed the settings crash. The SH1 CPU is very picky about alignment. by Linus Nielsen Feltzing · 21 years ago
- 862d2b5 warning + obsolete variable removed by Jörg Hohensohn · 21 years ago
- 88faf38 Optimized the sector read loop as much as C allows. I measured an overall speed improvement for file reading of 12.5% for 16-bit aligned and 35% for misaligned. I took the rest of ata_read_sectors() out of IRAM, it's sufficient if only the copy loop stays there. by Jörg Hohensohn · 21 years ago
- 89d2039 Temporarily removed resume settings, since they crash! I need to look at it, but first I need to sleep. by Björn Stenberg · 21 years ago
- c9a9776 Allow any non-play button to cancel auto-bookmark by Björn Stenberg · 21 years ago
- baa991a Fixed resume problem (caused by the change from short to int) by Björn Stenberg · 21 years ago
- c5f0b46 Always show correct play mode by Björn Stenberg · 21 years ago
- 7c75386 Ooops. Forgot to clear the newly allocated cluster in mkdir() by Linus Nielsen Feltzing · 21 years ago
- 54353e0 Second bug in mkdir() :-) by Linus Nielsen Feltzing · 21 years ago
- d815ad6 Added mpeg_next_track(), which returns a pointer to the id3 struct of the by Daniel Stenberg · 21 years ago
- ce1c93d First mkdir() bug killed :-) by Linus Nielsen Feltzing · 21 years ago
- 60b1c4b Implemented the mkdir() function in the FAT32 driver by Linus Nielsen Feltzing · 21 years ago
- a73cc6a Re-added wake-up alarm which was lost in the menu reorganisation. by Björn Stenberg · 21 years ago
- 4044f1e nicer reverse play, FF/FR with acceleration and position bar by Jörg Hohensohn · 21 years ago
- 0151659 Firmware and a lost question mark. by Mats Lidell · 21 years ago
- 453a799 Synced. by Mats Lidell · 21 years ago
- ef1ecad Fixed typo by Björn Stenberg · 21 years ago
- 218754a Added display of acoustic management, power management and read look-ahead. by Björn Stenberg · 21 years ago
- fe375a0 Menu reorganization (patch #872810 by Peter Schneider) by Björn Stenberg · 21 years ago
- a53afc0 Added acoustic management, power management and read look-ahead. by Björn Stenberg · 21 years ago
- d2b625f Craig Sather's patch #749974: by Daniel Stenberg · 21 years ago
- e99f3b2 Removed warnings by Björn Stenberg · 21 years ago
- a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
- 50b6358 Craig Sather's patch #849405: by Daniel Stenberg · 21 years ago
- 1936c41 Slightly improved VBR fixer, now uses the same template header throughout the entire file by Linus Nielsen Feltzing · 21 years ago
- bc9f60d mpeg_stop() now clears the paused flag in the simulator by Linus Nielsen Feltzing · 21 years ago
- 1cd5b02 Increased the mp3 buffer for the simulator, to avoid crash when running the Xing header generator by Linus Nielsen Feltzing · 21 years ago
- 5bd3297 Faster, simplified A/D driver. The previous batch convert in init_adc() produced garbage because of the fast conversion time, causing fake keypresses that made ask_resume() return prematurely. This should fix the intermittent resume problem reported by many users. by Linus Nielsen Feltzing · 21 years ago
- 8815d88 Synced. by Mats Lidell · 22 years ago
- 04519db Restore LCD margins after plugin exits by Björn Stenberg · 22 years ago
- be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 22 years ago
- ec5d446 next round of playback function split: everything in place, working and used; except for the playtime by Jörg Hohensohn · 22 years ago
- 1e32b94 Added mp3_playback.c by Hardeep Sidhu · 22 years ago
- 165b9e8 Removed malloc by Björn Stenberg · 22 years ago
- 2f4a561 The Unicode parser now handles unterminated strings, plus it tries to guess the byte order when the BOM is missing (a violation of the spec, btw) by Linus Nielsen Feltzing · 22 years ago
- 4b4776c Removed gnush by Björn Stenberg · 22 years ago
- 123ae83 Added multimedia support (but no compression) by Björn Stenberg · 22 years ago
- 8463a2b ancient experimental test code not used for 2+ years, removed by Daniel Stenberg · 22 years ago
- 5c7d668 prehistoric stuff never used by Daniel Stenberg · 22 years ago
- e11a1e2 malloc is not used in Rockbox by Daniel Stenberg · 22 years ago
- 21fba08 not used by Daniel Stenberg · 22 years ago
- e428647 Itai Shaked/pascal paillet (?) brought this mosaique plugin displaying by Daniel Stenberg · 22 years ago
- aac303e Lee Pilgrim's patch to enable the chip8 plugin for the simulator by Daniel Stenberg · 22 years ago
- 0f68958 Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories by Daniel Stenberg · 22 years ago
- 7b4cc78 Updated the plugin API number due to the modified splash(). The plugins made by Daniel Stenberg · 22 years ago
- 84a7b24 adjust to the new splash() by Daniel Stenberg · 22 years ago
- 0582b91 use the new splash() api by Daniel Stenberg · 22 years ago
- cd8847b Fixed the newly introduced hang when leaving the recording screen by Linus Nielsen Feltzing · 22 years ago
- 1afa395 The splash() function's second argument (keymask) is now removed, as it by Daniel Stenberg · 22 years ago
- fe706d2 add newline at end of file as older gcc compilers warn about this by Daniel Stenberg · 22 years ago
- 7f749b4 Added support for multimedia .ajz files by Björn Stenberg · 22 years ago
- a55bfd9 removed evil DOS newlines by Daniel Stenberg · 22 years ago
- b46a8c6 fix by Alex Pleiner by Jörg Hohensohn · 22 years ago
- e412a98 typo: one create_thread() too many, caused crash by Jörg Hohensohn · 22 years ago
- daaec5d still trying to fix the sim (blindfolded) by Jörg Hohensohn · 22 years ago
- 97c76f9 trying to fix the sim by Jörg Hohensohn · 22 years ago
- 881b53f fixes the red builds, I hope by Jörg Hohensohn · 22 years ago
- f993365 Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc. by Jörg Hohensohn · 22 years ago
- 974c2f0 tolerate firmware v1.32 for a V2 Recorder by Jörg Hohensohn · 22 years ago
- 2fa3ea3 bring back the cat for the preprocessing of the app.lds file, since by Daniel Stenberg · 22 years ago
- 187b8ed Got rid of the reset parameter to xxx_unsynched() by Linus Nielsen Feltzing · 22 years ago
- 219d52a ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch the whole tag before we can parse the individual frames. by Linus Nielsen Feltzing · 22 years ago
- 32c6631 oops, before code police arrests me: C++ style comment removed by Jörg Hohensohn · 22 years ago
- 0aad375 checks relaxed again, to tolerate firmware 1.15-1.29 for recorders by Jörg Hohensohn · 22 years ago