Age | Commit message (Expand) | Author |
2003-05-09 | Configurable dir browser file buffer size. No more 400-file limit. No more wh... | Linus Nielsen Feltzing |
2003-05-03 | Idle poweroff fix for FM radio, as suggested by Mike Holden | Linus Nielsen Feltzing |
2003-05-03 | Stop radio when playing mp3 files | Linus Nielsen Feltzing |
2003-05-03 | Finally, FM radio support on the FM Recorder | Linus Nielsen Feltzing |
2003-04-30 | Spin down disk directly after buffer saves when recording | Linus Nielsen Feltzing |
2003-04-28 | Corrected wrong write return code. | Björn Stenberg |
2003-04-25 | remove the ifdef for simulator | Daniel Stenberg |
2003-04-25 | use size_t and not int as the prototype says so | Daniel Stenberg |
2003-04-25 | include the sprintf.h header, basicly for simulator purposes | Daniel Stenberg |
2003-04-24 | Added word alignment | Björn Stenberg |
2003-04-24 | More detailed error codes | Linus Nielsen Feltzing |
2003-04-23 | Changed remote control button events to separate codes. Now the remote contro... | Björn Stenberg |
2003-04-23 | Added caption backlight: Turns on backlight briefly at the start and end of e... | Björn Stenberg |
2003-04-22 | better treatment if no toolsdir define was set, use the old one then | Daniel Stenberg |
2003-04-22 | use the TOOLSDIR as passed-in from the top-level Makefile, you need to | Daniel Stenberg |
2003-04-20 | Fixed compiler error on debug builds | Linus Nielsen Feltzing |
2003-04-20 | Xing headers now support mono better, added the 'editable files' option | Linus Nielsen Feltzing |
2003-04-19 | Stupid compiler... | Linus Nielsen Feltzing |
2003-04-19 | Removed a warning | Linus Nielsen Feltzing |
2003-04-19 | Better generation of Xing headers, now they contain the correct MPEG version ... | Linus Nielsen Feltzing |
2003-04-19 | Increased the buffer size for get_mp3file_info(). This is supposed to fix bug... | Linus Nielsen Feltzing |
2003-04-16 | Magnus Öman's long awaited inverted cursor patch | Linus Nielsen Feltzing |
2003-04-15 | Safer low water mark when recording | Linus Nielsen Feltzing |
2003-04-15 | Update fileoffset and cacheoffset on error. | Björn Stenberg |
2003-04-13 | Changed some debug output | Linus Nielsen Feltzing |
2003-04-12 | ata_write_sectors() didn't handle odd buffer addresses | Linus Nielsen Feltzing |
2003-04-12 | Fixed the dreaded 'silent play' bug | Linus Nielsen Feltzing |
2003-04-11 | Now creates an empty ID3 header to not confuse MP3 editors | Linus Nielsen Feltzing |
2003-04-11 | Corrected win1251 -> iso 8859-5 conversion (Alex) | Björn Stenberg |
2003-04-11 | Don't enter cpu sleep during disk operations | Björn Stenberg |
2003-04-11 | Better handling of next/prev | Linus Nielsen Feltzing |
2003-04-09 | Added missing gain setting code (Henrik Backe) | Björn Stenberg |
2003-04-05 | The newest ATA driver fixes broke the ata_spinup_time information | Linus Nielsen Feltzing |
2003-04-01 | Ooops, forgot to check for frame count overflow | Linus Nielsen Feltzing |
2003-04-01 | Killed a warning (saving 417 bytes in the process :-) | Linus Nielsen Feltzing |
2003-04-01 | Recorded files shorter than 3 hours now show correct average bitrate even wit... | Linus Nielsen Feltzing |
2003-03-31 | Better led control. Added status read delay. Fixed potential last_disk_activi... | Björn Stenberg |
2003-03-25 | Finally, S/PDIF monitoring works | Linus Nielsen Feltzing |
2003-03-24 | Another attempt to stop the red led dead. | Björn Stenberg |
2003-03-24 | The Xing flag word wasn't correctly generated | Linus Nielsen Feltzing |
2003-03-24 | Fixed silly overflow in recalculate_watermark() | Linus Nielsen Feltzing |
2003-03-24 | Reverted last change | Linus Nielsen Feltzing |
2003-03-24 | Don't fail on bitrate 0. Our own recordings have bitrate 0... | Björn Stenberg |
2003-03-18 | Tidied up the ID3V2 parser a little | Linus Nielsen Feltzing |
2003-03-18 | Faster ID3 parsing with the new filesize() function | Linus Nielsen Feltzing |
2003-03-18 | Added the filesize() function | Linus Nielsen Feltzing |
2003-03-17 | Don't spin down disk while retrying | Björn Stenberg |
2003-03-16 | kill warning | Daniel Stenberg |
2003-03-16 | only do the fprintf() if not doing a simulator, since this file is used | Daniel Stenberg |
2003-03-16 | added fprintf() proto | Daniel Stenberg |