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
2007-07-03
Fix serious bug in FAT filename check, preventing most files from being creat...
Magnus Holmgren
1
-38
/
+13
2007-07-03
Proper filename checking in the FAT driver (FS#7222 and FS#6358)
Jonathan Gordon
1
-26
/
+44
2007-07-03
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...
Dave Chapman
2
-0
/
+4
2007-07-03
More PP502x clock setup rework. This should fix the freezes on PP5020 once an...
Jens Arnold
5
-13
/
+29
2007-07-02
H1x0: Increase delay during button reads. Hopefully fixes the scroll down pro...
Magnus Holmgren
1
-9
/
+9
2007-07-02
Ooops.
Jens Arnold
1
-1
/
+1
2007-07-02
Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...
Jens Arnold
13
-65
/
+54
2007-06-30
Fix yellow
Nils Wallménius
1
-4
/
+4
2007-06-30
Change unsigned long to uint32_t and long to int32_t to fix a crash in
Nils Wallménius
2
-27
/
+31
2007-06-30
Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...
Michael Sevakis
17
-502
/
+840
2007-06-29
Shutdown and powermanagement cleanup: * Use the proper function for determini...
Jens Arnold
2
-15
/
+1
2007-06-28
FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #define
Nicolas Pennequin
1
-1
/
+3
2007-06-27
Forget all the nonsense with C delay loops. 'volatile' on the variable makes ...
Michael Sevakis
3
-13
/
+49
2007-06-27
Woops. Forgot to remove the param to fmradio_i2c_ack. It was always called wi...
Michael Sevakis
1
-10
/
+3
2007-06-27
Bit banged TEA5767 i2c driver was broken by -Os because delay loops were opti...
Michael Sevakis
1
-13
/
+12
2007-06-26
Fix up the ACK generation in the Coldfire i2c driver.
Michael Sevakis
1
-16
/
+18
2007-06-26
Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin con...
Michael Sevakis
4
-92
/
+106
2007-06-25
current_tick really does need to be volatile since gcc can optimize away chec...
Michael Sevakis
2
-2
/
+2
2007-06-25
Simple coldfire assembly strlen() function, 20-25% faster than the c
Nils Wallménius
2
-1
/
+41
2007-06-25
Gigabeat: Turn off more devices that aren't needed or not needed right away. ...
Michael Sevakis
1
-13
/
+27
2007-06-24
Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...
Michael Sevakis
2
-26
/
+37
2007-06-24
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...
Peter D'Hoye
1
-0
/
+5
2007-06-23
only go into USB mode when the cradle is powered
Marcoen Hirschberg
1
-1
/
+1
2007-06-22
Fixed missing semicolon in logf builds.
Miika Pekkarinen
1
-1
/
+1
2007-06-22
Fix FS#7336 - scrolling lines don't stay coloured.
Jonathan Gordon
2
-7
/
+33
2007-06-19
Fix iriver H100 i2c driver which was broken by the switch to build with -Os. ...
Nils Wallménius
1
-1
/
+1
2007-06-18
e200: Remove register fiddling in the tuner driver that has nothing to do wit...
Michael Sevakis
1
-1
/
+0
2007-06-17
Give color targets the ability to display each LCD line a different color and...
Brandon Low
3
-7
/
+12
2007-06-17
Fix up #endif.
Steve Bavin
1
-4
/
+5
2007-06-17
remove dead code and unmatched #endif
Marcoen Hirschberg
1
-5
/
+0
2007-06-17
add missing define
Marcoen Hirschberg
1
-0
/
+1
2007-06-17
PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...
Michael Sevakis
3
-4
/
+8
2007-06-13
Accept FS#7264 'Build with -Os switch for coldfire targets'.
Nils Wallménius
3
-5
/
+5
2007-06-13
now back to green
Christian Gmeiner
1
-4
/
+2
2007-06-13
fix red
Christian Gmeiner
1
-1
/
+0
2007-06-13
* changed pararmeter of audiohw_mute from int to bool
Christian Gmeiner
15
-38
/
+31
2007-06-11
some little more work on audio codec driver unification - more will follow
Christian Gmeiner
15
-25
/
+16
2007-06-08
Straighten out some audio path APIs and misc. audio stuff. Having recording i...
Michael Sevakis
12
-43
/
+53
2007-06-07
e200: Better sync of display enabling and display update. The display would b...
Michael Sevakis
2
-43
/
+51
2007-06-07
increase the SD stack.
Jonathan Gordon
1
-1
/
+1
2007-06-06
Assumption about there being MPEG1-only samplerates available and therefore M...
Michael Sevakis
1
-4
/
+6
2007-06-06
Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...
Michael Sevakis
8
-33
/
+961
2007-06-05
Apply FS#7183. Also change to use documented ways to avoid inlining of functi...
Magnus Holmgren
1
-8
/
+6
2007-06-05
Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...
Dave Chapman
2
-0
/
+4
2007-06-05
e200: Fix errors from recording addition and a warning that comes up when fix...
Michael Sevakis
1
-2
/
+20
2007-06-05
e200: Add recording. Just from MIC right now and FM integration will happen s...
Michael Sevakis
10
-134
/
+534
2007-06-04
Commit part of FS7113: This adds proper LCD initialization to the gigabeat th...
Karl Kurbjun
1
-15
/
+61
2007-06-04
Bring back rolo for mi4-based targets (H10 and Sansa).
Barry Wardell
7
-0
/
+143
2007-06-03
Some fixes to doom dehacked loading - make embedded dehacked files actually l...
Karl Kurbjun
1
-20
/
+54
2007-06-03
e200: Update the button init code to be more correct for using GPIO IRQs.
Michael Sevakis
1
-8
/
+12
[next]