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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-22
ErosQNative: Enable Line Out capabilities on new revision players
Dana Conrad
1
-12
/
+11
2023-01-14
si4700: remove unneeded ';' directly after a 'case'
Wolfram Sang
1
-1
/
+1
2023-01-08
lcd: Fix 4bpp optimized 16-bit alpha blit
Aidan MacDonald
1
-2
/
+3
2023-01-06
lcd: Rewrite 16bit alpha bitmap blit
Aidan MacDonald
1
-225
/
+220
2023-01-02
clean up button.c optimize !filter_first_keypress
William Wilgus
1
-102
/
+108
2022-12-20
ata: Prevent powering-off ATA hardwre if it reports as mSATA or m.2
Solomon Peachy
1
-3
/
+17
2022-11-27
ata: Improve heuristics for detecting SSDs
Solomon Peachy
1
-13
/
+16
2022-11-27
pcf56065: Fix a compile warning uncovered by GCC8
Solomon Peachy
1
-4
/
+3
2022-11-17
strlcpy finish cleanup
William Wilgus
1
-1
/
+1
2022-11-14
replace strlcpy with strmemccpy
William Wilgus
1
-1
/
+1
2022-11-14
Remove some shadowed variables identified by -Wshadow
William Wilgus
1
-4
/
+2
2022-10-16
lcd: Fix clear_viewport on grayscale displays
Aidan MacDonald
1
-1
/
+1
2022-10-15
lcd: Fix off by one error in clipping check
Aidan MacDonald
1
-2
/
+2
2022-10-13
Revert "Remove YUV blitting functions and LCD modes"
Solomon Peachy
2
-0
/
+287
2022-10-12
lcd: Fix update_viewport() for non-default stride viewports
Aidan MacDonald
1
-20
/
+1
2022-10-12
lcd: Fix bug in grayscale clear_display() implementation
Aidan MacDonald
4
-4
/
+4
2022-10-12
lcd: Move grayscale clear_viewport() to lcd-bitmap-common.c
Aidan MacDonald
5
-109
/
+28
2022-10-12
lcd: Refactor viewport clipping functions
Aidan MacDonald
9
-51
/
+47
2022-10-12
lcd: Cosmetic variable renaming
Aidan MacDonald
8
-125
/
+163
2022-10-10
usb dwc2: Fix a potential garbage string print in an error path.
Solomon Peachy
1
-1
/
+1
2022-10-09
lcd: Move parameter handling calls to lcd-bitmap-common.c
Aidan MacDonald
6
-204
/
+46
2022-10-09
lcd: Remove internal function get_viewport()
Aidan MacDonald
2
-17
/
+3
2022-10-09
lcd: Consolidate drawpixel, drawline, and drawrect functions
Aidan MacDonald
6
-559
/
+127
2022-10-09
lcd: Consolidate in-viewport clipping routines
Aidan MacDonald
10
-948
/
+214
2022-10-03
Remove YUV blitting functions and LCD modes
Aidan MacDonald
2
-287
/
+0
2022-09-30
lcd: Fix incorrect use of LCD_STRIDEFORMAT for remote LCDs
Aidan MacDonald
2
-2
/
+2
2022-09-30
Define LCD_STRIDEFORMAT unconditionally
Aidan MacDonald
5
-5
/
+5
2022-09-27
lcd: Remove HAVE_VIEWPORT_CLIP
Aidan MacDonald
10
-877
/
+0
2022-04-17
viewports, set flags to VP_DEFAULT_FLAGS
William Wilgus
5
-0
/
+5
2022-04-15
viewport FIX RED remote screens
William Wilgus
1
-2
/
+6
2022-04-15
viewports add flag to disable updates
William Wilgus
1
-1
/
+11
2022-03-21
Lcd save function pointer to frame buffer get_address_fn before loops
William Wilgus
1
-5
/
+13
2022-03-21
lcd-bitmap-common optimize a few viewport functions
William Wilgus
1
-5
/
+13
2022-03-18
[COV] fix uninitialized warning
William Wilgus
1
-1
/
+1
2022-03-16
rds: make newly added function static
Wolfram Sang
1
-1
/
+1
2022-02-07
sync clock with RDS time
Wolfram Sang
1
-2
/
+16
2022-02-07
RFT: convert Gigabeat RDS to thread
Wolfram Sang
2
-48
/
+0
2022-01-30
si4700: optimize RDS cache update a little
Wolfram Sang
1
-1
/
+1
2022-01-16
fiiom3k: power down amp before switching DAC power modes
Aidan MacDonald
1
-1
/
+19
2022-01-16
audiohw: avoid magic numbers for DAC power mode
Aidan MacDonald
1
-2
/
+2
2022-01-16
x1000: internal codec audio driver
Aidan MacDonald
1
-0
/
+286
2022-01-09
axp-pmu: adc refactor
Aidan MacDonald
1
-118
/
+28
2022-01-09
axp-pmu: remove chip ID code
Aidan MacDonald
1
-13
/
+0
2022-01-09
axp-pmu: clean up charge current setting
Aidan MacDonald
1
-30
/
+13
2022-01-09
Revert "AXP PMU rewrite (again)"
Aidan MacDonald
2
-810
/
+670
2021-12-28
AXP PMU rewrite (again)
Aidan MacDonald
2
-670
/
+810
2021-12-05
lcd-16bit: rewrite mono_bitmap_part
Aidan MacDonald
1
-96
/
+72
2021-11-27
usb-designware: fix setup packet error handling
Aidan MacDonald
1
-8
/
+26
2021-11-24
Shanling Q1: enable multi-touch reporting
Aidan MacDonald
1
-25
/
+39
2021-11-21
touchscreen: change odd sentinel value for time of last touch
Aidan MacDonald
1
-3
/
+3
[next]