Sign in
chromium
/
chromium
/
deps
/
opus
/
HEAD
5c94ec3
Fix a typo in in opus_custom.h.
by Hua, Chunbo
· 5 years ago
main
master
7f035cc
cmake - add option for fast math
by Marcus Asteborg
· 5 years ago
c5c986a
cmake - add option for float_approx for IEEE 754 compatible targets
by Marcus Asteborg
· 5 years ago
a0e14e7
cmake - Add variable length detection and alloca detection
by Marcus Asteborg
· 5 years ago
7628d84
CMake Changes
by Nathaniel R. Lewis
· 5 years ago
4fc7d87
cmake - Fix OPUS_STACK_PROTECTOR option
by Marcus Asteborg
· 5 years ago
66422d0
cmake - Add OPUS prefix to feature info to show correct commandline option
by Marcus Asteborg
· 5 years ago
c401f21
cmake - Add option for testing to improve cli
by Marcus Asteborg
· 5 years ago
927de84
cmake - intinsics fixes, only compile SSE source with SSE flags on non-windows when target use runtime check (GH #154). For windows we only use /arch flag when target is presumed to support SSE to avoid AVX function pollution (GH #132).
by Marcus Asteborg
· 5 years ago
ddb2c97
cmake - add math library for test programs demo and compare when building dynamic library
by willson-chen
· 5 years ago
d637b90
cmake - Fix CMake install include directory
by evpobr
· 5 years ago
94b68f3
cmake - Add support for detecting the presence of lrint and lrintf.
by Nathaniel R. Lewis
· 5 years ago
e780645
cmake - add CPack and default to TGZ package
by Marcus Asteborg
· 5 years ago
6adac61
cmake - make package version parsing more robust
by Marcus Asteborg
· 5 years ago
06a6515
Fix celt decoder assertion when using OPUS_CUSTOM
by Niclas Olmenius
· 5 years ago
adcb7bc
Fix another signed integer overflow in silk_noise_shape_quantizer_del_dec
by Felicia Lim
· 5 years ago
923bebd
Fix signed integer overflows in silk_noise_shape_quantizer_del_dec
by Felicia Lim
· 5 years ago
be68a9a
Fix for an assertion when running the fixed point tests
by Jesús de Vicente Peña
· 5 years ago
3880c5a
Reland "Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision"
by Jesús de Vicente Peña
· 5 years ago
89c5e06
Revert "Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision"
by Felicia Lim
· 5 years ago
ea3b30f
Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision
by Jesús de Vicente Peña
· 5 years ago
cf58efe
Revert "Attenuate SILK PLC gain only for unvoiced speech"
by Jesús de Vicente Peña
· 5 years ago
6d29f51
CMake: use PACKAGE_VERSION for the pkg-config file
by DeadSix27
· 5 years ago
60472f2
CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pattern.
by Nathaniel R. Lewis
· 5 years ago
965a72e
CMake: Add shared library to features
by Marcus Asteborg
· 5 years ago
c487f53
CMake: add option to set BUILD_SHARED_LIBS variable
by Davide Beatrici
· 5 years ago
93b373e
OPUS_GET_IN_DTX handles Silk middle channel only
by Gustaf Ullberg
· 5 years ago
8493bf5
Don't update null data pointer after each multistream decoder
by Felicia Lim
· 5 years ago
cd529ed
Fix NEON optimizations buffer read overrun
by Felicia Lim
· 6 years ago
812ae3f
Avoid processing LPC coeffs beyond the given order in NEON optimizations
by Felicia Lim
· 6 years ago
ad8fe90
Fix typo in _FORTIFY_SOURCE define.
by Marcus Asteborg
· 6 years ago
3ebf4ad
Silk CNG adapts faster to received packets with lower gains
by Felicia Lim
· 6 years ago
86e5f5e
Add mising cmake file from make dist
by Jean-Marc Valin
· 6 years ago
exp_ignore
296d556
Update checksums
by Jean-Marc Valin
· 6 years ago
e85ed77
Bump LT version
by Jean-Marc Valin
· 6 years ago
v1.3.1
1f92613
CMake changes
by Marcus Asteborg
· 6 years ago
268780f
CMake changes
by Marcus Asteborg
· 6 years ago
4f4b11c
API for checking whether the encoder is in DTX
by Gustaf Ullberg
· 6 years ago
afea46e
Correctly enable/disable SILK DTX with forced mode
by Mark Harris
· 6 years ago
196511d
Fix build errors using Makefile.mips
by Mark Harris
· 6 years ago
f9d3d43
Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobr
by Marcus Asteborg
· 6 years ago
3765a24
Fix #elif OPUS_ARM_INLINE_EDSP
by Jean-Marc Valin
· 6 years ago
db08296
Fix mismatching arg names in function declaration and definition
by Felicia Lim
· 6 years ago
6554681
test_opus_encode: Use fprintf instead of snprintf
by Mark Harris
· 6 years ago
cdaf661
Reset nb_no_activity_frames when analysis DTX isn't used
by Jean-Marc Valin
· 6 years ago
analysis_fix2
57092f9
Improve silence handling
by Jean-Marc Valin
· 6 years ago
a7aa7fb
Fixing initialization issues on small frame sizes
by Jean-Marc Valin
· 6 years ago
843121b
Fixes analysis buffering for silence and complexity changes
by Jean-Marc Valin
· 6 years ago
0619d08
Avoiding problems with x87
by Jean-Marc Valin
· 6 years ago
9f2a0c7
Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUEST
by Jean-Marc Valin
· 6 years ago
f579083
Fix FIXED_POINT conditional check
by evpobr
· 6 years ago
9b24723
Clean up resources in projection test
by Mark Harris
· 6 years ago
9791b22
Refactoring: Isolating the matrix-vector product in gemm_accum()
by Jean-Marc Valin
· 7 years ago
054acff
missing script
by Jean-Marc Valin
· 7 years ago
3ff7e1a
Adding the scripts used to train the RNN classifier
by Jean-Marc Valin
· 7 years ago
59f8e5e
Trivial sprintf to snprintf conversion. Some linkers warn about unbounded sprintf calls.
by Janne Johansson
· 7 years ago
5548090
Make float2int() static with VS
by Jean-Marc Valin
· 7 years ago
833d2f0
Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELT
by Jean-Marc Valin
· 7 years ago
befb83b
Fixes misleading initialization with not enough zeros
by Jean-Marc Valin
· 7 years ago
04e07d2
update checksums
by Jean-Marc Valin
· 7 years ago
83d5155
Bump LT version numbers
by Jean-Marc Valin
· 7 years ago
v1.3
4d523a9
Proper detection of _mm_cvtss_si32 for MS compiler
by Pavel P
· 7 years ago
aebc904
Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashes
by Jean-Marc Valin
· 7 years ago
a8e2a2b
Prevent the SILK counter from overflowing after 2 years and 9 months
by Jean-Marc Valin
· 7 years ago
5d29023
Retrain RNN classifier weights to include reverberated speech
by Jean-Marc Valin
· 7 years ago
4a643d9
Fixes packet parsing for 16-bit CPUs
by Jean-Marc Valin
· 7 years ago
v1.3-rc2
c6d977a
Clarify configure --help
by Jean-Marc Valin
· 7 years ago
f689e05
Update ISO Base Media Format draft to version 0.8.1.
by Ralph Giles
· 7 years ago
5cbd7d5
Avoiding get_demixing_matrix() symbol clash on unified build
by Jean-Marc Valin
· 7 years ago
eb55ebf
OpusMSDecoder does not have an arch field
by Jean-Marc Valin
· 7 years ago
5d4db02
Add include/opus_projection.h to opus_headers.mk
by Jean-Marc Valin
· 7 years ago
c2a6ac4
Apply equal bit allocation to ambisonic channels
by Marcin Gorzel
· 7 years ago
38fca4a
Work around VS2015 internal compiler error
by Mark Harris
· 7 years ago
staging
dd6d6d5
Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation()
by Jean-Marc Valin
· 7 years ago
6adfa70
Fix bitrate allocation for channel mapping 2
by Felicia Lim
· 7 years ago
bc4ecf1
win32: Add ambisonics sources to VS project
by Joshua Bowman
· 7 years ago
1f0c1b1
Fixes C90 "mixed declarations and code" error
by Jean-Marc Valin
· 7 years ago
722a66b
Remove ambisonics experimental flag
by Jean-Marc Valin
· 7 years ago
ac04450
Enable ambisonics by default
by Jean-Marc Valin
· 7 years ago
2c0061c
Enable hardening by default
by Jean-Marc Valin
· 7 years ago
ea8b26f
Fix comma that should have been a semicolon
by Jean-Marc Valin
· 7 years ago
784d4ff
oops
by Jean-Marc Valin
· 7 years ago
6a74b41
Use ambisonics families 2 and 3 instead of 254 and 253
by Jean-Marc Valin
· 7 years ago
1827db6
Validate multistream/projection decoder frame_size
by Mark Harris
· 7 years ago
01b035f
Silence compiler warnings
by Mark Harris
· 7 years ago
c1c247d
Make bandwidth detection more conservative to avoid low-passing frames
by Jean-Marc Valin
· 7 years ago
16160ac
update checksums
by Jean-Marc Valin
· 7 years ago
693098f
Avoiding arithmetic on NULL pointer
by Jean-Marc Valin
· 7 years ago
v1.3-rc
d5a8136
Avoiding leaks when opus_demo exits with an error
by Jean-Marc Valin
· 7 years ago
d6ae25a
Fix DISABLE_FLOAT_API unused parameter warning
by Mark Harris
· 7 years ago
697beca
Only call isqrt32() with a positive argument
by Mark Harris
· 7 years ago
287cb03
Switch from narrowband to wideband at 9 kb/s, don't use mediumband
by Jean-Marc Valin
· 7 years ago
exp_bandwidth_fix4
ed72830
Fix decision thresholds for larger frame sizes
by Jean-Marc Valin
· 7 years ago
exp_bandwidth_fix3
cd78f39
Fixes a SILK bandwidth switching regression
by Jean-Marc Valin
· 7 years ago
85ce87f
Improving rate control for low bitrate
by Jean-Marc Valin
· 7 years ago
004ef8b
Oops, fix NaN test
by Jean-Marc Valin
· 7 years ago
652c455
Aborting on NaN in CELT
by Jean-Marc Valin
· 7 years ago
42f43db
Silk makes use of Opus VAD
by Gustaf Ullberg
· 7 years ago
1b58446
README: Update to reflect RFC 7845 and 8251
by Mark Harris
· 7 years ago
19966cc
Fix opus_packet_parse() non-null arg attribute
by Mark Harris
· 7 years ago
Next »