index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2003-04-15
Safer low water mark when recording
Linus Nielsen Feltzing
2
-2
/
+4
2003-04-15
Update fileoffset and cacheoffset on error.
Björn Stenberg
1
-4
/
+10
2003-04-13
Changed some debug output
Linus Nielsen Feltzing
1
-2
/
+2
2003-04-12
ata_write_sectors() didn't handle odd buffer addresses
Linus Nielsen Feltzing
1
-2
/
+5
2003-04-12
Fixed the dreaded 'silent play' bug
Linus Nielsen Feltzing
1
-7
/
+15
2003-04-11
Now creates an empty ID3 header to not confuse MP3 editors
Linus Nielsen Feltzing
1
-0
/
+9
2003-04-11
Corrected win1251 -> iso 8859-5 conversion (Alex)
Björn Stenberg
1
-1
/
+13
2003-04-11
Don't enter cpu sleep during disk operations
Björn Stenberg
1
-6
/
+3
2003-04-11
Better handling of next/prev
Linus Nielsen Feltzing
1
-2
/
+5
2003-04-09
Added missing gain setting code (Henrik Backe)
Björn Stenberg
1
-4
/
+4
2003-04-05
The newest ATA driver fixes broke the ata_spinup_time information
Linus Nielsen Feltzing
1
-2
/
+6
2003-04-01
Ooops, forgot to check for frame count overflow
Linus Nielsen Feltzing
1
-0
/
+5
2003-04-01
Killed a warning (saving 417 bytes in the process :-)
Linus Nielsen Feltzing
1
-4
/
+4
2003-04-01
Recorded files shorter than 3 hours now show correct average bitrate even wit...
Linus Nielsen Feltzing
2
-83
/
+12
2003-03-31
Better led control. Added status read delay. Fixed potential last_disk_activi...
Björn Stenberg
1
-5
/
+18
2003-03-25
Finally, S/PDIF monitoring works
Linus Nielsen Feltzing
1
-3
/
+5
2003-03-24
Another attempt to stop the red led dead.
Björn Stenberg
1
-1
/
+3
2003-03-24
The Xing flag word wasn't correctly generated
Linus Nielsen Feltzing
1
-3
/
+3
2003-03-24
Fixed silly overflow in recalculate_watermark()
Linus Nielsen Feltzing
1
-1
/
+1
2003-03-24
Reverted last change
Linus Nielsen Feltzing
1
-1
/
+3
2003-03-24
Don't fail on bitrate 0. Our own recordings have bitrate 0...
Björn Stenberg
1
-2
/
+0
2003-03-18
Tidied up the ID3V2 parser a little
Linus Nielsen Feltzing
1
-31
/
+57
2003-03-18
Faster ID3 parsing with the new filesize() function
Linus Nielsen Feltzing
1
-13
/
+1
2003-03-18
Added the filesize() function
Linus Nielsen Feltzing
2
-0
/
+13
2003-03-17
Don't spin down disk while retrying
Björn Stenberg
1
-0
/
+1
2003-03-16
kill warning
Daniel Stenberg
1
-2
/
+2
2003-03-16
only do the fprintf() if not doing a simulator, since this file is used
Daniel Stenberg
1
-0
/
+3
2003-03-16
added fprintf() proto
Daniel Stenberg
1
-0
/
+1
2003-03-16
introducing fprintf():
Daniel Stenberg
1
-18
/
+101
2003-03-16
initial test code for the snprintf() (and family) function
Daniel Stenberg
2
-0
/
+33
2003-03-15
Previous change broke read after seek. Reverted that change and added tempor...
Hardeep Sidhu
1
-8
/
+7
2003-03-15
patch #702874 by Craig Sather, fixes a pause bug in WPS
Linus Nielsen Feltzing
1
-1
/
+1
2003-03-15
The frame buffer was too small for 320kbit/s frames
Linus Nielsen Feltzing
1
-1
/
+1
2003-03-14
FM recorders can wake up from RTC alarm.
Björn Stenberg
1
-0
/
+3
2003-03-14
Moved read code around a bit to more strictly obey the ATA specification.
Björn Stenberg
1
-11
/
+16
2003-03-14
Make sure we are on correct sector after lseek. This fixes the queue file co...
Hardeep Sidhu
1
-0
/
+7
2003-03-13
Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ...
Björn Stenberg
1
-1
/
+4
2003-03-13
Initialize return code at start of loop, not at the end.
Björn Stenberg
1
-4
/
+5
2003-03-12
Removed CPU Sleep setting. It's now permanently enabled.
Björn Stenberg
2
-8
/
+1
2003-03-12
flush_cache() failure should still return error.
Björn Stenberg
1
-2
/
+2
2003-03-12
Bug fix: If head bytes were read but sector read failed, return head byte cou...
Björn Stenberg
1
-5
/
+5
2003-03-10
Killed compiling error on debug builds
Linus Nielsen Feltzing
1
-12
/
+2
2003-03-10
Killed a warning
Linus Nielsen Feltzing
1
-0
/
+2
2003-03-10
Don't accidentally add Xing headers to CBR files
Linus Nielsen Feltzing
3
-35
/
+56
2003-03-10
Experimental Xing header generation added. Use with caution
Linus Nielsen Feltzing
4
-57
/
+100
2003-03-10
Faster disk updates with the flush() function
Linus Nielsen Feltzing
1
-14
/
+3
2003-03-10
Zagor added the flush() function
Linus Nielsen Feltzing
2
-1
/
+28
2003-03-10
Ignore duplicate id3v2 tags or frames. Patch by Bill Napier.
Björn Stenberg
1
-10
/
+18
2003-03-10
I hate it when rippers don't follow the ID3V2 specs
Linus Nielsen Feltzing
1
-2
/
+4
2003-03-10
New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code
Linus Nielsen Feltzing
6
-423
/
+1008
[next]