Jean-Marc Valin
|
ab86a9cca7
Fixes more warnings
|
11 gadi atpakaļ |
Jean-Marc Valin
|
87ca6c08ea
Increase surround allocation offset for smaller frame sizes
|
11 gadi atpakaļ |
Jean-Marc Valin
|
0d584b905a
Prevents LFE from busting at really low bitrate
|
11 gadi atpakaļ |
Jean-Marc Valin
|
a71c9adf52
Fixes MSVC conversion warnings
|
11 gadi atpakaļ |
Jean-Marc Valin
|
8848171b2f
Variable frame size fixes (still not exposed in the API)
|
11 gadi atpakaļ |
Jean-Marc Valin
|
8ea01eed10
Making the CELT fixed-point decoder a bit more robust to extreme signals
|
11 gadi atpakaļ |
Jean-Marc Valin
|
db5b19455f
Fixes an initialization issue in SILK prefill found by Coverity
|
11 gadi atpakaļ |
Jean-Marc Valin
|
1d72d383ac
oops, don't need RESTORE_STACK when there's no stack
|
11 gadi atpakaļ |
Jean-Marc Valin
|
77a5963658
gcc -pedantic had "comparison of unsigned expression < 0 is always false"
|
11 gadi atpakaļ |
Jean-Marc Valin
|
f6066df2b9
More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0
|
11 gadi atpakaļ |
Jean-Marc Valin
|
ca6fac041b
Fixes some minor issues found by scan build
|
11 gadi atpakaļ |
Jean-Marc Valin
|
a599ccd217
stupid uninitialized variable in the mlp training caught by cppcheck
|
11 gadi atpakaļ |
Jean-Marc Valin
|
5174817d36
Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually works
|
11 gadi atpakaļ |
Jean-Marc Valin
|
420231ab19
Makes surround bandwidth decision based on the number of channels (duh!)
|
11 gadi atpakaļ |
Jean-Marc Valin
|
c1959e7dc3
Taking into account the frame size in more encoder decisions
|
11 gadi atpakaļ |
Jean-Marc Valin
|
9ffce06c77
This should be less confusing for static analyzers
|
11 gadi atpakaļ |
Jean-Marc Valin
|
d814c5d283
Exposes --disable-float-api in autoconf
|
11 gadi atpakaļ |
Jean-Marc Valin
|
8f466274d3
Removes a float var that shouldn't have been there
|
11 gadi atpakaļ |
Jean-Marc Valin
|
c2b3441211
Fixes DISABLE_FLOAT_API build
|
11 gadi atpakaļ |
Jean-Marc Valin
|
0fb0fd715c
Moves opus_packet_parse_impl() from opus_decoder.c to opus.c
|
11 gadi atpakaļ |
Jean-Marc Valin
|
811db62ead
Implements OPUS_RESET_STATE for multi-stream encoder
|
11 gadi atpakaļ |
Gregory Maxwell
|
60429d366f
Avoid a bogus uninitialized warning and simplify some code.
|
11 gadi atpakaļ |
Gregory Maxwell
|
1750f568d8
Remove now-unused check_decoder_option.
|
11 gadi atpakaļ |
Jean-Marc Valin
|
9c23f5cdca
Makes stereo savings still less aggressive
|
11 gadi atpakaļ |
Gregory Maxwell
|
5484a28063
Add a little missive when compiling without optimization.
|
11 gadi atpakaļ |
Gregory Maxwell
|
7830cf1bd2
Replace "inline" with OPUS_INLINE.
|
11 gadi atpakaļ |
Stefan Beller
|
2891d852a3
Remove dead code
|
11 gadi atpakaļ |
Jean-Marc Valin
|
d6b56793d8
Fixes a potential crash when encoding NaNs
|
11 gadi atpakaļ |
Ralph Giles
|
e8f18c403c
Remove restrict definition from the unix Makefile.
|
11 gadi atpakaļ |
Jean-Marc Valin
|
2e653a7b47
Fixes multistream CBR encoding and multistream surround for >20 ms
|
11 gadi atpakaļ |