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
/
rbcodec
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
fix uninitialized warning in libopus
William Wilgus
1
-1
/
+1
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-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
2021-08-11
metadata/mp3data.c init vars & add sanity checks
William Wilgus
1
-2
/
+8
2021-08-11
metadata/metadata_common.c check read for proper bytes read
William Wilgus
1
-10
/
+8
2021-08-11
metadata/metadata_common.c WS changes
William Wilgus
1
-18
/
+18
2021-08-11
metadata/asf.c ensure variable init & add sanity checks
William Wilgus
1
-16
/
+28
2021-08-11
metadata/mp4.c fix small oversight / bug
William Wilgus
1
-4
/
+4
2021-08-11
metadata/mp4.c check for read errors skip buffer appropriately
William Wilgus
1
-47
/
+61
2021-08-08
As3525 wavpack_enc document some intentional switch fall through
William Wilgus
1
-0
/
+1
2021-08-07
metadata/asap.c consolidate read char function and check return values
William Wilgus
1
-23
/
+27
2021-08-07
metadata/asap.c WS cleanup
William Wilgus
1
-26
/
+26
2021-08-07
metadata/vfx.c cleanup string and character handling
William Wilgus
1
-17
/
+19
2021-08-07
metadata/smaf.c handle read errors
William Wilgus
1
-26
/
+27
2021-08-06
metadata/mp3data.c set data to 0 in case of read error
William Wilgus
1
-3
/
+2
2021-08-06
Fix use of uninitialized variable in mp4 metadata parser
Aidan MacDonald
1
-1
/
+1
2021-08-05
metadata: Fix sign extension in get_uint64_le() routine
Solomon Peachy
1
-1
/
+1
2021-08-04
Document intentional fallthroughs + fix harmless unintended ones
Aidan MacDonald
2
-0
/
+4
2021-08-02
metadata/flac.c fix potential buffer overrun
William Wilgus
1
-0
/
+12
2021-08-01
id3tags.c check for buffer overrun
William Wilgus
1
-0
/
+3
2021-07-25
rbcodec: Fix typo in makefile
Aidan MacDonald
1
-1
/
+1
2021-07-15
misc: Fix up a few warnings uncovered by LTO
Solomon Peachy
3
-17
/
+14
2021-07-08
build: Nuke the ASMFLAGS workaround for gcc 3.4.x
Solomon Peachy
3
-5
/
+5
2021-07-08
build: Rename SHARED_LDFLAG to SHARED_LDFLAGS
Solomon Peachy
1
-1
/
+1
2021-06-16
FS#13299: Handle MP3 files with more than 128K of headers before audio data
Solomon Peachy
1
-12
/
+15
2021-06-16
Revert "FS#13299: Simplify VBR frame parsing in the metadata decoder."
Solomon Peachy
1
-18
/
+37
2021-06-13
FS#13299: Simplify VBR frame parsing in the metadata decoder.
Solomon Peachy
1
-37
/
+18
2021-05-12
FS13094: Fix a divide-by-zero crash parsing zero-length WMA/ASF files
Solomon Peachy
1
-8
/
+8
2021-04-23
Sync opus codec to upstream git
William Wilgus
286
-1274
/
+48927
2021-04-06
rbcodec: Fix typo in include guard
amachronic
1
-1
/
+1
2021-03-22
Increase id3v2 max item size on high mem targets
Christian Soffke
1
-1
/
+4
2021-03-04
Clean up places that use #if defined(CPU_ARM | CPU_COLDFIRE | CPU_MIPS)
Solomon Peachy
2
-7
/
+7
2021-03-03
flac fix dumb typo
William Wilgus
1
-1
/
+1
2021-03-02
Nudge flac towards upstream FS#13266 -- Fix the Yellow still?
William Wilgus
1
-4
/
+4
2021-03-02
Nudge flac towards upstream FS#13266 -- Fix Yellow
William Wilgus
1
-4
/
+4
2021-03-02
Nudge flac towards upstream FS#13266
William Wilgus
3
-138
/
+198
2021-03-01
FS#13267: Fix crash when enabling Perceptual Bass Enhancment during playback
Solomon Peachy
1
-0
/
+6
2021-02-28
Support MP3 audiostreams embedded in ASF containers.
Solomon Peachy
5
-22
/
+151
2021-02-19
MP4: append mdat sections together in metadata parser
Solomon Peachy
1
-1
/
+2
2020-10-28
libgme: Fix yellow in hosted MIPS builds
Solomon Peachy
1
-0
/
+1
[next]