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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Bump codec API version, remove dummy configure loop in dsp_init()
Aidan MacDonald
3
-13
/
+2
11 days
rbcodec: Fix FLAC out of bounds read
Aidan MacDonald
1
-7
/
+12
11 days
"Fix" warble build warnings 800bc000a0
Aidan MacDonald
1
-1
/
+1
12 days
buflib: Prep for multiple backend support, rename to buflib_mempool
Aidan MacDonald
1
-1
/
+1
14 days
Remove buflib allocation names, part two
Aidan MacDonald
2
-2
/
+2
2023-01-12
rbcodec/dsp: restore configure loop in dsp_init() (FS#13386)
Aidan MacDonald
2
-0
/
+11
2023-01-04
[BugFix] Fix some Shif related UB -- ASAN
William Wilgus
2
-13
/
+19
2023-01-02
tlsf fix corruption checks
William Wilgus
1
-4
/
+4
2022-12-31
tlsf: Update to upstream 2.4.6 release
Solomon Peachy
5
-118
/
+224
2022-12-23
Remove lib/x1000-installer
Aidan MacDonald
35
-3381
/
+0
2022-12-23
rbcodec dsp: Refactor DSP init routines, restore INIT_ATTR
Aidan MacDonald
10
-35
/
+62
2022-12-22
rbcodec dsp: Replace enum dsp_ids arguments with unsigned int
Aidan MacDonald
8
-26
/
+18
2022-12-22
rbcodec dsp: Move dsp_sample_io_configure() to its own file
Aidan MacDonald
5
-103
/
+129
2022-12-18
Fix red in 8165a6c245
Aidan MacDonald
1
-1
/
+1
2022-12-18
rbcodec dsp: Remove INIT_ATTR from the DSP library
Aidan MacDonald
8
-20
/
+15
2022-12-16
[Bug Fix] haas surround use delay_ms instead of index surround_strength
William Wilgus
2
-33
/
+24
2022-12-11
[Bug Fix] dsp_proc_enable init race / crash
William Wilgus
2
-2
/
+9
2022-11-17
strlcpy finish cleanup
William Wilgus
1
-1
/
+1
2022-11-16
codecs: alac: Improve resume accuracy and clean up rounding errors
Aidan MacDonald
1
-31
/
+33
2022-11-16
codecs: aac: Prefer to resume by time instead of offset
Aidan MacDonald
1
-5
/
+5
2022-11-15
Fix last of red for strmemccpy
William Wilgus
1
-0
/
+1
2022-11-01
codecs: mpa: Improve seek & resume accuracy for VBR files
Aidan MacDonald
1
-55
/
+32
2022-11-01
Refactor to reuse seek code for resume by time
roman.artiukhin
1
-36
/
+37
2022-10-15
move buflib_free invalid handle check to the function
William Wilgus
2
-8
/
+2
2022-10-13
Revert "RFC: Get rid of mpegplayer plugin"
Solomon Peachy
3
-4
/
+30
2022-10-02
RFC: Get rid of mpegplayer plugin
Solomon Peachy
3
-30
/
+4
2022-09-18
Suppress bogus GCC 12 -Waddress warnings for SKINOFFSETTOPTR
Aidan MacDonald
1
-2
/
+13
2022-07-11
Fix a couple of warnings uncovered by GCC12
Solomon Peachy
1
-0
/
+2
2022-06-21
fix uninitialized warning in libopus
William Wilgus
1
-1
/
+1
2022-05-22
mips: add native backtrace implementation
Aidan MacDonald
5
-0
/
+338
2022-05-03
add const to const * strings
William Wilgus
2
-5
/
+5
2022-05-02
codecs: m4a: improve seek accuracy
Aidan MacDonald
3
-53
/
+127
2022-05-02
Fix some non-portable alignment values
Aidan MacDonald
1
-2
/
+2
2022-04-20
buffering: remove bufgettail/bufcuttail
Aidan MacDonald
2
-39
/
+0
2022-04-17
Fix undefined behavior that blocks compiling with UBSan
Aidan MacDonald
1
-1
/
+2
2022-03-20
[COV] metadata module, fix uninit warnings #2
William Wilgus
2
-10
/
+12
2022-03-20
[COV] metadata module, fix uninit warnings
William Wilgus
4
-9
/
+9
2022-03-14
metadata.c fix red
William Wilgus
1
-2
/
+2
2022-03-14
BUGFIX string_option parsers
William Wilgus
3
-20
/
+30
2022-03-13
replace more strcmp if then trees with string_option()
William Wilgus
4
-51
/
+66
2022-03-13
Warble builds define WARBLE fix metadata_common in warble builds
William Wilgus
1
-1
/
+1
2022-03-13
option_string clean-up and consolidate with metadata_common
William Wilgus
4
-27
/
+54
2022-03-13
metadata_common.c optimize parse_tag
William Wilgus
1
-28
/
+50
2022-03-12
ARM support, optimize popcount fn
William Wilgus
1
-19
/
+24
2022-03-11
BUGFIX arm aeabi_sdivmod crashes in interupt mode
William Wilgus
1
-4
/
+4
2022-03-08
backtrace, put pc and sp on their own lines
William Wilgus
1
-1
/
+2
2022-02-12
buflib: add a common dummy callbacks struct & use it
Aidan MacDonald
4
-2
/
+19
2021-11-28
x1000-installer: remove redundant overflow check
Aidan MacDonald
1
-3
/
+1
2021-11-28
x1000-installer: map filenames accept only valid characters
Aidan MacDonald
1
-1
/
+13
2021-11-28
x1000-installer: add test for xf_map_parseline
Aidan MacDonald
3
-0
/
+143
[next]