Age | Commit message (Expand) | Author |
2004-03-30 | Fixed the prerecording as well | Linus Nielsen Feltzing |
2004-03-30 | Fixed the problem when high quality recordings could start with a corrupt frame | Linus Nielsen Feltzing |
2004-03-25 | Increased the USB thread stack. This fixed bug #762588. | Linus Nielsen Feltzing |
2004-03-25 | The ID3V2 TCON frame is now parsed in a little more forgiving manner | Linus Nielsen Feltzing |
2004-03-22 | No need to turn on the backlight for remote button presses. | Björn Stenberg |
2004-03-21 | First try to get a better transition from a cancelled clip to a new one, by m... | Jörg Hohensohn |
2004-03-19 | Third step of the voice-UI: numerical settings are spoken (composed at runtim... | Jörg Hohensohn |
2004-03-19 | Include mem*.S in daily tar balls | Henrik Backe |
2004-03-19 | A hip shot trying to make the Red LED Death situation a little better | Linus Nielsen Feltzing |
2004-03-18 | patch #919088: 17% faster bitswap(), by Jens "SH" Arnold | Jörg Hohensohn |
2004-03-18 | patch #917153: faster memset()/memcpy() | Jörg Hohensohn |
2004-03-16 | Increased the maximum battery capacity | Linus Nielsen Feltzing |
2004-03-14 | killed an overlooked warning | Jörg Hohensohn |
2004-03-14 | First step of the voice-UI: the menus can talk. You need a "voicefont" file i... | Jörg Hohensohn |
2004-03-13 | Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th... | Linus Nielsen Feltzing |
2004-03-13 | We had a few set_irq_level(15) left in the code, instead of the new set_irq_l... | Jörg Hohensohn |
2004-03-13 | nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1... | Jörg Hohensohn |
2004-03-11 | Feature for recording: Delayed file open avoids disk spinup as long as the bu... | Jörg Hohensohn |
2004-03-11 | patch #910193 by Jens Arnold: smaller and faster descramble/RoLo | Jörg Hohensohn |
2004-03-10 | You can't open() a directory as a file (at least not for writing) | Linus Nielsen Feltzing |
2004-03-10 | - no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please... | Jörg Hohensohn |
2004-03-09 | Reverted the STANDBY fix from 2004-02-15, rev 1.106 | Linus Nielsen Feltzing |
2004-03-03 | 14% faster bitswap, thanks Jens | Jörg Hohensohn |
2004-03-03 | wasteful alignment fixed, thanks Jens | Jörg Hohensohn |
2004-03-02 | Removed compiler warning | Linus Nielsen Feltzing |
2004-03-02 | Made set_irq_level() an inline function, and optimized it by removing the bit... | Linus Nielsen Feltzing |
2004-03-02 | Removed the interrupt disabling in lcd_write_data() | Linus Nielsen Feltzing |
2004-03-02 | Now sets the highest possible PIO mode in set_features() | Linus Nielsen Feltzing |
2004-02-25 | The cli()/sti() functions are not safe. We should have removed them long ago. | Linus Nielsen Feltzing |
2004-02-17 | fixed compiling errors | Linus Nielsen Feltzing |
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 |