Jean-Marc Valin
|
ec2802210c
Removes code that became useless with the Opus-level highpass
|
13 gadi atpakaļ |
Jean-Marc Valin
|
957f7f169b
First attempt at global high-pass filter
|
13 gadi atpakaļ |
Jean-Marc Valin
|
2f0ca7618d
Simplifying buffering to make an Opus-level highpass possible
|
13 gadi atpakaļ |
Benjamin Jemlich
|
b6c3f06b53
Fix compile errors with g++
|
13 gadi atpakaļ |
Jean-Marc Valin
|
3870ddb665
Only export the CELT calls when CUSTOM_MODES is defined
|
13 gadi atpakaļ |
Gregory Maxwell
|
6cd4e2cd01
Fix dump_modes for the api change and move it into a subdirectory
|
13 gadi atpakaļ |
Jean-Marc Valin
|
ff4000d7da
Removes c64_fft.[ch] -- hadn't been updated for ages
|
13 gadi atpakaļ |
Jean-Marc Valin
|
f9265ddf25
opus_strerror() and opus_get_version_string() moved to libcelt
|
13 gadi atpakaļ |
Jean-Marc Valin
|
7fc2fbdb14
Renamed some funciton that were likely to clash with other (non-Opus) code
|
13 gadi atpakaļ |
Jean-Marc Valin
|
4ee5753966
testcelt replaced by test_opus_custom
|
13 gadi atpakaļ |
Jean-Marc Valin
|
06237d7b8c
Implements the OpusCustom modes (mostly) properly
|
13 gadi atpakaļ |
Jean-Marc Valin
|
f9e701ad24
Sharing more macros between the Opus code and the CELT low-level code
|
13 gadi atpakaļ |
Jean-Marc Valin
|
875f8dbd56
Makes the CELT init() functions behave just like the Opus ones.
|
13 gadi atpakaļ |
Jean-Marc Valin
|
58686e6fe1
Opus now only uses the _with_ec() calls to CELT
|
13 gadi atpakaļ |
Kat Walsh
|
b4f308a2f9
Further copyediting of draft.
|
13 gadi atpakaļ |
Gregory Maxwell
|
d6335abedc
Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.
|
13 gadi atpakaļ |
Gregory Maxwell
|
17a29c2567
Fix up various mixed unsigned/signed comparisons.
|
13 gadi atpakaļ |
Jean-Marc Valin
|
927488b292
Implements OPUS_RESET_STATE for the encoder (untested as well)
|
13 gadi atpakaļ |
Jean-Marc Valin
|
0446563010
Implements OPUS_RESET_STATE for the decoder (untested)
|
13 gadi atpakaļ |
Gregory Maxwell
|
ec8008b086
Adds many syntactically unnecessary casts to silence MSVC C4244; fix an MDCT encoder reset bug.
|
13 gadi atpakaļ |
Gregory Maxwell
|
75d27803d5
Adds many syntactically unnecessary parentheses to silence MSVC C4554.
|
13 gadi atpakaļ |
Jean-Marc Valin
|
be89c39587
Using OPUS_ macros for <string.h> operations
|
13 gadi atpakaļ |
Jean-Marc Valin
|
382cad43ce
Custom modes fixes (got broken by the s/celt_alloc/opus_alloc/)
|
13 gadi atpakaļ |
Jean-Marc Valin
|
44e27dd8c2
Adds missing RESTORE_STACK to Opus encoder
|
13 gadi atpakaļ |
Jean-Marc Valin
|
69bfc67109
Fixes a bug introduced in 8fe8b8e0b
|
13 gadi atpakaļ |
Jean-Marc Valin
|
0abd1b0dea
Makes the allocation more C++-friendly
|
13 gadi atpakaļ |
Jean-Marc Valin
|
ebec87a287
oops, opus_free() shouldn't be using opus_free()
|
13 gadi atpakaļ |
Jean-Marc Valin
|
9bcfdb0d50
Fixes warnings
|
13 gadi atpakaļ |
Jean-Marc Valin
|
85b8e62065
Fixes minor issues from the previous allocation wrapper patch
|
13 gadi atpakaļ |
Jean-Marc Valin
|
07f884042e
Wrapping all allocation within opus_alloc() and opus_free()
|
13 gadi atpakaļ |