Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libopus
/
badd1e56c64a4af8138c542c2a0507f3c8cca1d9
badd1e5
Suggest basic build dependencies in the README.
by Ralph Giles
· 8 years ago
1f8cea2
Avoid warning when __STDC_VERSION__ is not defined
by Carlos Alberto Lopez Perez
· 8 years ago
a31e9fd
oops, fix build broken by previous patch
by Jean-Marc Valin
· 8 years ago
17e14fb
Non-diegetic support for Ambisonics Mapping 254.
by Drew Allen
· 8 years ago
8e19536
Optimize silk_warped_autocorrelation_FIX() for ARM NEON
by Linfeng Zhang
· 8 years ago
c43633d
Fix OPUS_ARG_NONNULL indices in opus_multistream.h
by Felicia Lim
· 8 years ago
c293ded
VS2015: remove previously ignored C4146 in kiss_fft.c
by Ricardo Constantino
· 8 years ago
b95c5e7
VS2015: Ignore LNK4221 and properly force SSE off for Win32
by Ricardo Constantino
· 8 years ago
4d88328
VS2015: ignore C4244 warning in opus_compare.c
by Ricardo Constantino
· 8 years ago
d6d7037
Fix compiler warnings
by Mark Harris
· 8 years ago
8056706
Add common.props to Makefile.am
by Ricardo Constantino
· 8 years ago
6116892
VS2015: only compile fixed silk for appropriate configs
by Ricardo Constantino
· 8 years ago
9c2736d
VS2015: Move back PreprocessorDefinitions to opus
by Ricardo Constantino
· 8 years ago
daf1d12
VS2015: join common options in a properties file
by Ricardo Constantino
· 8 years ago
0335534
VS2015: remove dead options for linker in static configurations
by Ricardo Constantino
· 8 years ago
c340d83
test_opus_decode: Fix build on GCC 3.4 to 4.5.x
by Mark Harris
· 8 years ago
ad15578
Fix sum initializer in celt_fir()
by Jean-Marc Valin
· 8 years ago
abc1a77
Fix stability test
by Jean-Marc Valin
· 8 years ago
0834ad6
Speed up test_unit_LPC_inv_pred_gain by returning early on stable filters
by Jean-Marc Valin
· 8 years ago
414eef5
Remove SMALL_FOOTPRINT code for celt_fir()
by Jean-Marc Valin
· 8 years ago
3c9b4d6
Increasing GLOBAL_STACK_SIZE to 120000 to avoid failure
by Jean-Marc Valin
· 8 years ago
c930cc5
Reduce the scope of Ne10 includes
by Michael Bradshaw
· 8 years ago
4911460
Remove #include "config.h" from ARM Ne10 headers
by Michael Bradshaw
· 8 years ago
95d4c9f
Optimize silk_LPC_inverse_pred_gain() for ARM NEON
by Linfeng Zhang
· 8 years ago
6868865
Adding a unit test for LPC_inv_pred_gain()
by Jean-Marc Valin
· 8 years ago
4176a0c
Add more coverage to travis tests.
by Stephen
· 8 years ago
cfc8e30
Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functions
by Jean-Marc Valin
· 8 years ago
468327d
Add decoder fuzz target.
by Felicia Lim
· 8 years ago
572d65d
Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhere
by Jean-Marc Valin
· 8 years ago
c5a84df
arm2gnu.pl: Fix GNU ARM .type directive
by Mark Harris
· 8 years ago
feabcdc
fix ARM build w/--disable-intrinsics --enable-asm
by James Zern
· 8 years ago
cfdaf36
Optimize silk_NSQ_del_dec() for ARM NEON
by Linfeng Zhang
· 8 years ago
68afa49
Avoids undefined behaviour in ARM-optimized code
by Jean-Marc Valin
· 8 years ago
32b302c
Add --enable-check-asm
by Felicia Lim
· 8 years ago
864bc8c
Update NSQ_LPC_BUF_LENGTH macro
by Linfeng Zhang
· 8 years ago
aef4756
configure: Improve error message
by Mark Harris
· 8 years ago
d664319
Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filter
by Felicia Lim
· 8 years ago
783ad76
Revise celt_fir_c() to not pass in argument "mem"
by Linfeng Zhang
· 8 years ago
c9ba552
fixed_debug.h: delete some dead code
by James Zern
· 8 years ago
19b1344
Fix error message
by Chris Rudmin
· 8 years ago
ec11c82
Avoids pre-echo in hybrid mode caused by noise being injected in the first band
by Jean-Marc Valin
· 8 years ago
efcdeb9
Fix some compiler warnings
by Mark Harris
· 8 years ago
cf9409f
Makes analysis run at 24 kHz, with 20-ms frames
by Jean-Marc Valin
· 8 years ago
159bb6d
update draft: oops, fixes use of "above"
by Jean-Marc Valin
· 8 years ago
4a48ce8
Update draft: addressing WGLC comments
by Jean-Marc Valin
· 8 years ago
c84f486
opus_demo: remove obsolete option from usage
by Mark Harris
· 8 years ago
8375830
Adding a missing "else"
by Jean-Marc Valin
· 8 years ago
8fe210f
genversion.bat: generate same version as update_version
by Ricardo Constantino
· 8 years ago
bd54e27
Correct SILK encoder gain limit
by Mark Harris
· 8 years ago
ab14848
vs2015: reenable DebugDLL versions of opus_demo
by Ricardo Constantino
· 8 years ago
4dde082
Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined.
by Ralph Giles
· 8 years ago
3fdfcd4
Remove commented-out DEBUG_STORE_DATA calls. r=keon
by Ralph Giles
· 8 years ago
f4389ef
appveyor: don't leave artifacts under a subdir
by Ricardo Constantino
· 8 years ago
71ae28a
appveyor: pack interesting files too, not just lib
by Ricardo Constantino
· 8 years ago
d73c5a9
Remove redundant code
by Mark Harris
· 8 years ago
d74fa27
Fix crash on bad encoder frame_size argument
by Mark Harris
· 8 years ago
132ed59
Removes OPUS_FRAMESIZE_VARIABLE
by Jean-Marc Valin
· 8 years ago
e619ea7
vs2015: Add missing file to test_opus_encode.
by Ricardo Constantino
· 8 years ago
bd109a2
Adds checksum for 1.2-alpha
by Jean-Marc Valin
· 8 years ago
92282c1
Improves CELT bit allocation at very low bitrates
by Jean-Marc Valin
· 8 years ago
f1deb29
Eliminate trailing spaces
by Mark Harris
· 8 years ago
20bf3b3
Reduce redundancy when SILK uses too many bits
by Mark Harris
· 8 years ago
1fd53f9
Fix redundancy on SILK 80+ms bandwidth switch
by Mark Harris
· 8 years ago
d31f883
Add copyright notice to autogen.sh to make the Chromium people happy
by Jean-Marc Valin
· 8 years ago
80052fe
Fixes NE10 configure problem
by Jean-Marc Valin
· 8 years ago
b0949f1
Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.c
by Jean-Marc Valin
· 8 years ago
1b633ab
Bump static PACKAGE_VERSION string in version.mk
by Jean-Marc Valin
· 8 years ago
8fec416
Fix amount of extra bytes reserved for 100 ms
by Felicia Lim
· 8 years ago
7e12239
Don't use hybrid "weak transients" on vowels
by Jean-Marc Valin
· 8 years ago
e8b6ee2
Adds opus_encode_regressions.c to the MIPS Makefile
by Jean-Marc Valin
· 8 years ago
880f57a
Adds opus_encode_regressions.c to the UNIX Makefile
by Jean-Marc Valin
· 8 years ago
d0d1cf3
New regression test from Mark's fuzzing test cases
by Jean-Marc Valin
· 8 years ago
90f20c6
Define "weak transients" for low bitrate hybrid
by Jean-Marc Valin
· 8 years ago
bcfe0f6
Multistream encoder: allocate an extra byte per stream for 100 ms
by Felicia Lim
· 8 years ago
e564cc5
Fix CBR packet sizes for 80 ms
by Felicia Lim
· 8 years ago
33698ee
Update bandwidth and opusCanSwitch before generating SILK DTX ToC
by Felicia Lim
· 8 years ago
9962bf3
Encode correct headers when asking for very small output bytes and using long frames
by Felicia Lim
· 8 years ago
0962cbe
Support encoding 80/100/120 ms frame lengths
by Felicia Lim
· 8 years ago
8bca154
Move multiframe encoding into a separate function
by Felicia Lim
· 8 years ago
2af92cd
Fixes an unstable energy issue for low-bitrate hybrid
by Jean-Marc Valin
· 8 years ago
76fa939
Make use of dot optional in generating documentation.
by Ralph Giles
· 8 years ago
6d06284
Account for redundancy signalling when computing st->silk_mode.maxBits
by Jean-Marc Valin
· 8 years ago
4667b69
updating update draft
by Jean-Marc Valin
· 8 years ago
3868831
Fixing some opus_int vs opus_int32 mismatches
by Jean-Marc Valin
· 8 years ago
ae5f5cc
Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytes
by Jean-Marc Valin
· 8 years ago
8ac5d89
Consider per-channel energy bits in surround_rate_allocation()
by Jean-Marc Valin
· 8 years ago
a3fadcb
Fixes surround_analysis() for frame size > 20 ms
by Jean-Marc Valin
· 8 years ago
c305b82
Remove float ops from encoder settings fuzzer test
by Felicia Lim
· 8 years ago
f4dcc09
Fix mixed declarations and code
by Jean-Marc Valin
· 8 years ago
348bb27
Fuzzer test for changing encoder settings online
by Felicia Lim
· 8 years ago
e5ad261
Prevents ridiculously large gains from causing inf/NaNs in float decoder
by Jean-Marc Valin
· 8 years ago
70e3c34
Fixing failure due to CBR allocating zero byte to a stream
by Jean-Marc Valin
· 8 years ago
fa2578b
Fix ambisonics bitrate when bitrate_bps is OPUS_AUTO
by Michael Graczyk
· 8 years ago
ac9fabc
Fixes an internal error in the Opus encoder
by Jean-Marc Valin
· 8 years ago
dbff5fc
Prevent tonality estimator from running too often with 2.5 and 5 ms frames
by Jean-Marc Valin
· 8 years ago
f4f5a6a
Prevents an overflow in multi-stream encoder rate computation
by Jean-Marc Valin
· 8 years ago
691d493
Allow disabling phase inversion for multistream
by Mark Harris
· 8 years ago
f25b46a
misc fixes to update draft
by Jean-Marc Valin
· 8 years ago
cf0e557
minor fix to update draft
by Jean-Marc Valin
· 8 years ago
08eb1b8
vs2015: include files added in 76674fea
by Ricardo Constantino (:RiCON)
· 8 years ago
Next »