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
/
codecs
Age
Commit message (
Expand
)
Author
Files
Lines
8 hours
plugins: Simplify plugin/codec API versioning
HEAD
master
Aidan MacDonald
1
-13
/
+15
2023-02-07
SID: Disable SID on 2MB targets, as cRSID needs a lot of RAM.
Solomon Peachy
2
-1
/
+3
2023-02-07
codec: sid: use cRSID as a library for playing SID files
Wolfram Sang
5
-1272
/
+75
2023-02-07
codec: sid: split cRSID header into a public and a private header
Wolfram Sang
4
-165
/
+176
2023-02-07
codec: sid: add cRSID-1.0 for 21st century SID playback
Wolfram Sang
12
-0
/
+2525
2023-01-18
Bump codec API version, remove dummy configure loop in dsp_init()
Aidan MacDonald
1
-2
/
+2
2023-01-15
rbcodec: Fix FLAC out of bounds read
Aidan MacDonald
1
-7
/
+12
2023-01-04
[BugFix] Fix some Shif related UB -- ASAN
William Wilgus
1
-2
/
+3
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-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-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-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-02
codecs: m4a: improve seek accuracy
Aidan MacDonald
3
-53
/
+127
2021-08-08
As3525 wavpack_enc document some intentional switch fall through
William Wilgus
1
-0
/
+1
2021-08-04
Document intentional fallthroughs + fix harmless unintended ones
Aidan MacDonald
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-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-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-02-28
Support MP3 audiostreams embedded in ASF containers.
Solomon Peachy
3
-22
/
+143
2020-10-28
libgme: Fix yellow in hosted MIPS builds
Solomon Peachy
1
-0
/
+1
2020-10-28
wmapro: Backport multiple fixes
Solomon Peachy
1
-39
/
+91
2020-10-13
Build: Bump all toolchains to GCC 4.9.4 + Binutils 2.26.1
Solomon Peachy
1
-0
/
+1
2020-10-09
codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.
Solomon Peachy
11
-0
/
+1438
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2
-8
/
+5
2020-07-15
Add support for ID3 tags embedded in AIFF files
Moshe Piekarski
1
-0
/
+4
2020-07-15
opus: shrink stack usage by nearly 700 bytes
Solomon Peachy
1
-28
/
+33
2020-07-03
Fix logf warnings in more codecs
Moshe Piekarski
2
-6
/
+7
2020-06-28
Fix logf build warnings in speex codec
Moshe Piekarski
1
-10
/
+11
2020-04-15
libedemac: ARMv7 asm code is for NEON-equipped processors only
Solomon Peachy
1
-1
/
+1
2020-03-28
sid: Fix an out-of-bounds read in the channel mixing code
Solomon Peachy
1
-1
/
+0
2019-08-14
opus reset decoder on seek completion to prevent stack overflow
William Wilgus
1
-0
/
+3
2019-07-31
FS#11052 -- SID Playback in Stereo
Solomon Peachy
1
-109
/
+120
2019-07-25
fixed alac_set_info() issues.
aozima
1
-1
/
+1
2019-01-25
opus fix playback opustag skipping
William Wilgus
1
-7
/
+7
2019-01-25
opus fix comment skipping code
William Wilgus
1
-1
/
+29
2019-01-23
opus optimize playback function
William Wilgus
1
-74
/
+54
2019-01-04
Fix Opus FS#13133 - Files with embedded artwork 45.8KiB+ skip near beginning
William Wilgus
1
-2
/
+27
2018-12-28
Third attempt to shut up the warble build printf() warning.
Solomon Peachy
1
-1
/
+1
[next]