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
2023-11-02
Codecs: mp4: Fix sign overflow in seek by offset
roman.artiukhin
1
-1
/
+1
2023-10-31
Fix rewind on resume is applied for skip length across tracks action after au...
roman.artiukhin
1
-0
/
+1
2023-10-03
Codecs: mp4: Fix seek to end of track
roman.artiukhin
2
-0
/
+4
2023-10-02
Codecs: mp4: Ignore decode errors till next chunk present in lookup_table
roman.artiukhin
1
-1
/
+5
2023-10-01
Remove structec API from codecs
Aidan MacDonald
3
-15
/
+23
2023-09-29
Codecs: mp4: Skip FOURCC filetype chunk check
roman.artiukhin
2
-32
/
+8
2023-09-26
codec.h fix ifdef for older compilers
William Wilgus
1
-1
/
+1
2023-09-26
Support per file logging with LOGF_ENABLE in codecs
roman.artiukhin
2
-16
/
+4
2023-09-22
Codecs: mp4: Fix seek in files with single element in lookup_table
roman.artiukhin
2
-8
/
+8
2023-09-20
Codecs: mp4: Fix sbr detections for some files
roman.artiukhin
1
-6
/
+7
2023-09-20
Codecs: mp4: Accurate seek in large files with small lookup_table
roman.artiukhin
3
-6
/
+25
2023-09-19
alac: Fix warnings introduced in ac82a653bb
Solomon Peachy
1
-6
/
+6
2023-09-19
libm4a: Fix warnings introduced in 001a338e51
Solomon Peachy
3
-34
/
+34
2023-09-19
Codecs: mp4: Reuse lookup_table index from seek in m4a_check_sample_offset
roman.artiukhin
4
-10
/
+12
2023-09-19
Codecs: mp4: Optimize m4a_check_sample_offset
roman.artiukhin
2
-12
/
+10
2023-09-18
Codecs: mp4: Small cleanup
roman.artiukhin
1
-4
/
+1
2023-09-18
Codecs: mp4: Improve support for long files. Part 2
roman.artiukhin
2
-42
/
+38
2023-09-15
Codecs: mp4: Fix seek in very large files
roman.artiukhin
4
-10
/
+11
2023-09-15
Codecs: mp4: metadata: Fix time length in very large files
roman.artiukhin
2
-6
/
+4
2023-09-09
Codecs: mp4: Improve support for long files, prevent endless loop
William Wilgus
1
-2
/
+2
2023-09-06
Codecs: mp4: Improve support for long files
roman.artiukhin
1
-8
/
+27
2023-09-06
Codecs: mp4: Skip unknown chunks
roman.artiukhin
1
-1
/
+2
2023-08-28
Fix MP3 VBR seek jumps in wrong direction for long files
roman.artiukhin
1
-2
/
+10
2023-07-02
libmusepack: Fix inconsistent definition of an array size
Solomon Peachy
1
-1
/
+1
2023-03-23
Fix unified syntax in ARM inline assembly
Aidan MacDonald
1
-3
/
+6
2023-03-23
Using ARM Unified Assembler Language
Chris Chua
5
-18
/
+22
2023-03-21
plugins: Simplify plugin/codec API versioning
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
metadata: sid: allow RSIDs as well
Wolfram Sang
1
-1
/
+1
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
3
-13
/
+2
2023-01-15
rbcodec: Fix FLAC out of bounds read
Aidan MacDonald
1
-7
/
+12
2023-01-15
"Fix" warble build warnings 800bc000a0
Aidan MacDonald
1
-1
/
+1
2023-01-15
buflib: Prep for multiple backend support, rename to buflib_mempool
Aidan MacDonald
1
-1
/
+1
2023-01-13
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
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
[next]