summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Collapse)AuthorAge
...
* Added word alignmentBjörn Stenberg2003-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3606 a1c6a512-1295-4272-9138-f99709370657
* More detailed error codesLinus Nielsen Feltzing2003-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3605 a1c6a512-1295-4272-9138-f99709370657
* Changed remote control button events to separate codes. Now the remote ↵Björn Stenberg2003-04-23
| | | | | | control works while keys are locked. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3586 a1c6a512-1295-4272-9138-f99709370657
* Added caption backlight: Turns on backlight briefly at the start and end of ↵Björn Stenberg2003-04-23
| | | | | | each track. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3585 a1c6a512-1295-4272-9138-f99709370657
* better treatment if no toolsdir define was set, use the old one thenDaniel Stenberg2003-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3583 a1c6a512-1295-4272-9138-f99709370657
* use the TOOLSDIR as passed-in from the top-level Makefile, you need toDaniel Stenberg2003-04-22
| | | | | | | run 'configure update' in your build dirs for everything to work git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3581 a1c6a512-1295-4272-9138-f99709370657
* Fixed compiler error on debug buildsLinus Nielsen Feltzing2003-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3573 a1c6a512-1295-4272-9138-f99709370657
* Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing2003-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3572 a1c6a512-1295-4272-9138-f99709370657
* Stupid compiler...Linus Nielsen Feltzing2003-04-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3570 a1c6a512-1295-4272-9138-f99709370657
* Removed a warningLinus Nielsen Feltzing2003-04-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3568 a1c6a512-1295-4272-9138-f99709370657
* Better generation of Xing headers, now they contain the correct MPEG version ↵Linus Nielsen Feltzing2003-04-19
| | | | | | and sample rate info. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3567 a1c6a512-1295-4272-9138-f99709370657
* Increased the buffer size for get_mp3file_info(). This is supposed to fix ↵Linus Nielsen Feltzing2003-04-19
| | | | | | bugs #722233, #722521 and #723922 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3566 a1c6a512-1295-4272-9138-f99709370657
* Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing2003-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3565 a1c6a512-1295-4272-9138-f99709370657
* Safer low water mark when recordingLinus Nielsen Feltzing2003-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3557 a1c6a512-1295-4272-9138-f99709370657
* Update fileoffset and cacheoffset on error.Björn Stenberg2003-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3556 a1c6a512-1295-4272-9138-f99709370657
* Changed some debug outputLinus Nielsen Feltzing2003-04-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3547 a1c6a512-1295-4272-9138-f99709370657
* ata_write_sectors() didn't handle odd buffer addressesLinus Nielsen Feltzing2003-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3544 a1c6a512-1295-4272-9138-f99709370657
* Fixed the dreaded 'silent play' bugLinus Nielsen Feltzing2003-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3541 a1c6a512-1295-4272-9138-f99709370657
* Now creates an empty ID3 header to not confuse MP3 editorsLinus Nielsen Feltzing2003-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3539 a1c6a512-1295-4272-9138-f99709370657
* Corrected win1251 -> iso 8859-5 conversion (Alex)Björn Stenberg2003-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3532 a1c6a512-1295-4272-9138-f99709370657
* Don't enter cpu sleep during disk operationsBjörn Stenberg2003-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3530 a1c6a512-1295-4272-9138-f99709370657
* Better handling of next/prevLinus Nielsen Feltzing2003-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3528 a1c6a512-1295-4272-9138-f99709370657
* Added missing gain setting code (Henrik Backe)Björn Stenberg2003-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3521 a1c6a512-1295-4272-9138-f99709370657
* The newest ATA driver fixes broke the ata_spinup_time informationLinus Nielsen Feltzing2003-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3515 a1c6a512-1295-4272-9138-f99709370657
* Ooops, forgot to check for frame count overflowLinus Nielsen Feltzing2003-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3508 a1c6a512-1295-4272-9138-f99709370657
* Killed a warning (saving 417 bytes in the process :-)Linus Nielsen Feltzing2003-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3507 a1c6a512-1295-4272-9138-f99709370657
* Recorded files shorter than 3 hours now show correct average bitrate even ↵Linus Nielsen Feltzing2003-04-01
| | | | | | | | | without VBRFix. Moved some code around. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3505 a1c6a512-1295-4272-9138-f99709370657
* Better led control. Added status read delay. Fixed potential ↵Björn Stenberg2003-03-31
| | | | | | last_disk_activity race. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3501 a1c6a512-1295-4272-9138-f99709370657
* Finally, S/PDIF monitoring worksLinus Nielsen Feltzing2003-03-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3499 a1c6a512-1295-4272-9138-f99709370657
* Another attempt to stop the red led dead.Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3498 a1c6a512-1295-4272-9138-f99709370657
* The Xing flag word wasn't correctly generatedLinus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3495 a1c6a512-1295-4272-9138-f99709370657
* Fixed silly overflow in recalculate_watermark()Linus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3494 a1c6a512-1295-4272-9138-f99709370657
* Reverted last changeLinus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3493 a1c6a512-1295-4272-9138-f99709370657
* Don't fail on bitrate 0. Our own recordings have bitrate 0...Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3492 a1c6a512-1295-4272-9138-f99709370657
* Tidied up the ID3V2 parser a littleLinus Nielsen Feltzing2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3475 a1c6a512-1295-4272-9138-f99709370657
* Faster ID3 parsing with the new filesize() functionLinus Nielsen Feltzing2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3474 a1c6a512-1295-4272-9138-f99709370657
* Added the filesize() functionLinus Nielsen Feltzing2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3473 a1c6a512-1295-4272-9138-f99709370657
* Don't spin down disk while retryingBjörn Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3457 a1c6a512-1295-4272-9138-f99709370657
* kill warningDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3455 a1c6a512-1295-4272-9138-f99709370657
* only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg2003-03-16
| | | | | | | | for the win32 simulator and the fprintf() of Rockbox differs slightly from how the true POSIX one is (the first argument). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3452 a1c6a512-1295-4272-9138-f99709370657
* added fprintf() protoDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3451 a1c6a512-1295-4272-9138-f99709370657
* introducing fprintf():Daniel Stenberg2003-03-16
| | | | | | | | | int fprintf(int fd, const char *fmt, ...) Returns number of bytes written to the file descriptor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3450 a1c6a512-1295-4272-9138-f99709370657
* initial test code for the snprintf() (and family) functionDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3449 a1c6a512-1295-4272-9138-f99709370657
* Previous change broke read after seek. Reverted that change and added ↵Hardeep Sidhu2003-03-15
| | | | | | temporary fix in flush_cache to make sure we are on correct sector before writing to disk. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3448 a1c6a512-1295-4272-9138-f99709370657
* patch #702874 by Craig Sather, fixes a pause bug in WPSLinus Nielsen Feltzing2003-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3447 a1c6a512-1295-4272-9138-f99709370657
* The frame buffer was too small for 320kbit/s framesLinus Nielsen Feltzing2003-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3446 a1c6a512-1295-4272-9138-f99709370657
* FM recorders can wake up from RTC alarm.Björn Stenberg2003-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3445 a1c6a512-1295-4272-9138-f99709370657
* Moved read code around a bit to more strictly obey the ATA specification.Björn Stenberg2003-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3444 a1c6a512-1295-4272-9138-f99709370657
* Make sure we are on correct sector after lseek. This fixes the queue file ↵Hardeep Sidhu2003-03-14
| | | | | | corruption bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3443 a1c6a512-1295-4272-9138-f99709370657
* Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ↵Björn Stenberg2003-03-13
| | | | | | never copied. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3441 a1c6a512-1295-4272-9138-f99709370657