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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-28
imx233: generate register headers using headergen_v2 and update code for it
Amaury Pouly
1
-3
/
+3
2016-04-07
Fix (D)EBUG compilation
Mihail Zenkov
1
-4
/
+4
2016-04-05
as3525: reverting I2C2 to non-interrupts version
Mihail Zenkov
1
-27
/
+5
2016-02-12
as3514: fix bug in volume management on AS3543 targets which are not AS3525v2
Amaury Pouly
1
-3
/
+3
2016-02-01
AS3543: Fix increasing noise and power consumption if booted through rolo
Mihail Zenkov
1
-0
/
+2
2015-10-09
Fix (D)EBUG compilation errors on targets using FAT
Cástor Muñoz
1
-8
/
+9
2015-10-07
iPod Classic: capture support for CS42L55 codec
Cástor Muñoz
1
-6
/
+129
2015-09-24
Samsung YHxxx: reduce pop noise on power down
Sebastian Leonhardt
1
-1
/
+6
2015-06-02
AS3543: Fix recording volume setting and voice
Mihail Zenkov
1
-2
/
+3
2015-02-02
iBasso DX50/DX90: Major code cleanup and reorganization.
Udo Schläpfer
2
-24
/
+21
2015-01-19
Bypass the AS3543 audio mixer at higher volumes.
Mihail Zenkov
1
-5
/
+30
2015-01-13
Don't return pointer to array allocated on the stack
Thomas Jarosch
1
-4
/
+4
2015-01-11
Limit more variables to file scope
Thomas Jarosch
2
-3
/
+3
2015-01-11
Make a few local variables static
Thomas Jarosch
1
-2
/
+2
2015-01-08
Get rid of USE_ROCKBOX_USB
Amaury Pouly
1
-1
/
+1
2015-01-05
Make thirty functions static to reduce binary size
Thomas Jarosch
1
-8
/
+8
2015-01-03
Fix up some DEBUGF statements
Thomas Jarosch
1
-2
/
+2
2014-09-18
Introducing Targets iBasso DX50 & iBasso DX90
Simon Rothen
2
-1
/
+25
2014-09-05
optimize WSPLL work for iriver h100 and h300 series
Dmitry Gamza
1
-8
/
+40
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-1976
/
+2230
2014-08-08
Fix some more straggling stuff
Michael Sevakis
1
-68
/
+0
2014-07-26
Ak4537: Optimization of the code.
Szymon Dziok
1
-76
/
+62
2014-07-26
Disable detection of fm radio for the YH920, it's pointless.
Szymon Dziok
1
-1
/
+1
2014-06-21
Fix some build errors and warnings.
Thomas Martitz
2
-1
/
+11
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
2
-4
/
+1133
2014-06-21
lcd-16bit: Split out some functions to lcd-color-common.c
Thomas Martitz
3
-575
/
+616
2014-06-18
Radio and radio recording for Samsung YH-920.
Szymon Dziok
2
-40
/
+105
2014-06-18
Samsung YH820/YH92X: Improve recording.
Szymon Dziok
1
-5
/
+6
2014-06-18
YH92x: Use the led near the lcd as the ATA led, instead of shine all the time.
Szymon Dziok
1
-2
/
+14
2014-06-01
recording on Samsung YH-820/YH-92x
Sebastian Leonhardt
1
-5
/
+99
2014-03-18
some optimization for iriver h100 and h300 series
Dmitry Gamza
1
-2
/
+2
2014-03-18
Fix (unintentional) linkage of HAVE_BUTTON_DATA with HAVE_TOUCHSCREEN
Sebastian Leonhardt
1
-1
/
+1
2014-03-09
Fix ipod6g build.
Thomas Martitz
1
-0
/
+2
2014-03-03
Fix more reds.
Thomas Martitz
2
-0
/
+4
2014-03-03
Fix various reds. Some includes needed fixup.
Thomas Martitz
3
-0
/
+6
2014-03-03
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
1
-0
/
+1
2014-02-16
imx233: add support for speaker on stmp3780
Amaury Pouly
1
-0
/
+8
2014-02-05
Samsung YP-R1 target port
Lorenzo Miori
1
-1
/
+18
2014-01-26
charcell: Fix lockup after some scrolling lines.
Thomas Martitz
1
-1
/
+5
2014-01-12
Fix remote warnings and charcell reds, and remove minor left-over tuff.
Thomas Martitz
1
-9
/
+15
2014-01-12
put_line/scrolling: Make the scroll engine inform custom scrollers about star...
Thomas Martitz
2
-31
/
+50
2014-01-11
scroll engine: Factor out renderer function so it can be called by lcd code.
Thomas Martitz
2
-53
/
+75
2014-01-09
lcd_nine_segment_bmp: Fixes for non-ideal image dimensions.
Thomas Martitz
1
-34
/
+57
2014-01-07
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
Thomas Martitz
1
-18
/
+0
2014-01-07
lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.
Thomas Martitz
2
-70
/
+66
2014-01-07
lcd-common: Remove direct style (line decorations) from lcd-puts* functions.
Thomas Martitz
1
-129
/
+17
2014-01-07
lcd-common: Remove support for specifying y_offset from lcd_puts* functions.
Thomas Martitz
1
-7
/
+7
2014-01-07
lcd-common: Remove support for custom line heights from viewport.
Thomas Martitz
1
-8
/
+7
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...
Thomas Martitz
1
-9
/
+2
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Thomas Martitz
1
-7
/
+2
[prev]
[next]