Age | Commit message (Expand) | Author |
2004-02-17 | set_features() is now called from ata_power_on() | Linus Nielsen Feltzing |
2004-02-16 | Silly me, I forgot to remove my debugging code | Linus Nielsen Feltzing |
2004-02-16 | Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ... | Linus Nielsen Feltzing |
2004-02-15 | Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ... | Jörg Hohensohn |
2004-02-11 | Empty file/dir names are now rejected by open() and mkdir() | Linus Nielsen Feltzing |
2004-02-09 | Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa... | Jörg Hohensohn |
2004-02-05 | Better charging feedback for FM/V2 devices | Linus Nielsen Feltzing |
2004-01-30 | hope I killed that warning now | Jörg Hohensohn |
2004-01-30 | inconsistent argument type for backlight_set_timeout() fixed | Jörg Hohensohn |
2004-01-30 | mp3 playback "engine" now in plugin API, rocks can make sound | Jörg Hohensohn |
2004-01-28 | preparation for running directly from flash ROM | Jörg Hohensohn |
2004-01-27 | no code change, I just forgot to take my template disassembly out (a big comm... | Jörg Hohensohn |
2004-01-27 | Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 f... | Jörg Hohensohn |
2004-01-26 | Really squeezed lcd_write_data() with tricky assembler optimization. Now it d... | Jörg Hohensohn |
2004-01-26 | Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out. | Linus Nielsen Feltzing |
2004-01-21 | New feature: NOw you can store the recorded files in either /recordings (the ... | Linus Nielsen Feltzing |
2004-01-20 | Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse... | Linus Nielsen Feltzing |
2004-01-16 | warning + obsolete variable removed | Jörg Hohensohn |
2004-01-16 | Optimized the sector read loop as much as C allows. I measured an overall spe... | Jörg Hohensohn |
2004-01-15 | Ooops. Forgot to clear the newly allocated cluster in mkdir() | Linus Nielsen Feltzing |
2004-01-15 | Second bug in mkdir() :-) | Linus Nielsen Feltzing |
2004-01-15 | Added mpeg_next_track(), which returns a pointer to the id3 struct of the | Daniel Stenberg |
2004-01-15 | First mkdir() bug killed :-) | Linus Nielsen Feltzing |
2004-01-15 | Implemented the mkdir() function in the FAT32 driver | Linus Nielsen Feltzing |
2004-01-14 | Added acoustic management, power management and read look-ahead. | Björn Stenberg |
2004-01-13 | Craig Sather's patch #849405: | Daniel Stenberg |
2004-01-13 | Slightly improved VBR fixer, now uses the same template header throughout the... | Linus Nielsen Feltzing |
2004-01-13 | mpeg_stop() now clears the paused flag in the simulator | Linus Nielsen Feltzing |
2004-01-13 | Increased the mp3 buffer for the simulator, to avoid crash when running the X... | Linus Nielsen Feltzing |
2004-01-13 | Faster, simplified A/D driver. The previous batch convert in init_adc() produ... | Linus Nielsen Feltzing |
2004-01-10 | next round of playback function split: everything in place, working and used;... | Jörg Hohensohn |
2004-01-09 | Removed malloc | Björn Stenberg |
2004-01-09 | The Unicode parser now handles unterminated strings, plus it tries to guess t... | Linus Nielsen Feltzing |
2004-01-08 | ancient experimental test code not used for 2+ years, removed | Daniel Stenberg |
2004-01-08 | prehistoric stuff never used | Daniel Stenberg |
2004-01-08 | malloc is not used in Rockbox | Daniel Stenberg |
2004-01-08 | not used | Daniel Stenberg |
2004-01-08 | Fixed the newly introduced hang when leaving the recording screen | Linus Nielsen Feltzing |
2004-01-08 | add newline at end of file as older gcc compilers warn about this | Daniel Stenberg |
2004-01-06 | typo: one create_thread() too many, caused crash | Jörg Hohensohn |
2004-01-05 | still trying to fix the sim (blindfolded) | Jörg Hohensohn |
2004-01-05 | fixes the red builds, I hope | Jörg Hohensohn |
2004-01-05 | Moved the low-level playback functionality into a new, separate module "mp3_p... | Jörg Hohensohn |
2004-01-04 | Got rid of the reset parameter to xxx_unsynched() | Linus Nielsen Feltzing |
2004-01-04 | ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ... | Linus Nielsen Feltzing |
2004-01-01 | nicer handling of button_flip(), swap stored value, too, and avoid race condi... | Jörg Hohensohn |
2003-12-31 | New recording feature: Prerecord up to 30 seconds before you press the Play k... | Linus Nielsen Feltzing |
2003-12-28 | Fixed yellow and red builds | Linus Nielsen Feltzing |
2003-12-28 | Internal code cleanup - the header template is not taken from the stream if a... | Linus Nielsen Feltzing |
2003-12-28 | Internal code cleanup - the header template for the Xing header generation is... | Linus Nielsen Feltzing |