summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove decoder delay for widebandexp_silk_feature_dumpJean-Marc Valin2019-04-091-1/+1
* Dump features from the SILK decoderJean-Marc Valin2019-04-073-2/+26
* Fix #elif OPUS_ARM_INLINE_EDSPJean-Marc Valin2019-04-011-1/+1
* Fix mismatching arg names in function declaration and definitionFelicia Lim2019-03-012-2/+2
* test_opus_encode: Use fprintf instead of snprintfMark Harris2019-02-251-16/+18
* Reset nb_no_activity_frames when analysis DTX isn't usedanalysis_fix2Jean-Marc Valin2019-02-131-0/+2
* Improve silence handlingJean-Marc Valin2019-02-131-1/+5
* Fixing initialization issues on small frame sizesJean-Marc Valin2019-02-131-3/+5
* Fixes analysis buffering for silence and complexity changesJean-Marc Valin2019-02-134-20/+50
* Avoiding problems with x87Jean-Marc Valin2019-02-121-1/+1
* Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUESTJean-Marc Valin2019-01-232-2/+2
* Fix FIXED_POINT conditional checkevpobr2019-01-201-2/+2
* Clean up resources in projection testMark Harris2018-12-291-0/+2
* Refactoring: Isolating the matrix-vector product in gemm_accum()Jean-Marc Valin2018-11-221-36/+39
* missing scriptJean-Marc Valin2018-11-031-0/+12
* Adding the scripts used to train the RNN classifierJean-Marc Valin2018-11-032-0/+243
* Trivial sprintf to snprintf conversion. Some linkers warn about unbounded spr...Janne Johansson2018-10-311-1/+1
* Make float2int() static with VSJean-Marc Valin2018-10-311-2/+2
* Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELTJean-Marc Valin2018-10-301-1/+0
* Fixes misleading initialization with not enough zerosJean-Marc Valin2018-10-301-2/+2
* update checksumsJean-Marc Valin2018-10-301-0/+13
* Bump LT version numbersv1.3Jean-Marc Valin2018-10-161-3/+3
* Proper detection of _mm_cvtss_si32 for MS compilerPavel P2018-10-161-1/+1
* Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashesJean-Marc Valin2018-10-164-4/+4
* Prevent the SILK counter from overflowing after 2 years and 9 monthsJean-Marc Valin2018-09-261-3/+2
* Retrain RNN classifier weights to include reverberated speechJean-Marc Valin2018-09-252-627/+625
* Fixes packet parsing for 16-bit CPUsv1.3-rc2Jean-Marc Valin2018-09-141-1/+1
* Clarify configure --helpJean-Marc Valin2018-09-141-2/+2
* Update ISO Base Media Format draft to version 0.8.1.Ralph Giles2018-09-121-100/+108
* Avoiding get_demixing_matrix() symbol clash on unified buildJean-Marc Valin2018-09-102-8/+8
* OpusMSDecoder does not have an arch fieldJean-Marc Valin2018-09-101-4/+0
* Add include/opus_projection.h to opus_headers.mkJean-Marc Valin2018-09-061-0/+1
* Apply equal bit allocation to ambisonic channelsMarcin Gorzel2018-08-311-51/+6
* Work around VS2015 internal compiler errorstagingMark Harris2018-07-281-3/+3
* Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation()Jean-Marc Valin2018-07-281-5/+5
* Fix bitrate allocation for channel mapping 2Felicia Lim2018-07-281-1/+3
* win32: Add ambisonics sources to VS projectJoshua Bowman2018-07-262-0/+20
* Fixes C90 "mixed declarations and code" errorJean-Marc Valin2018-07-261-1/+1
* Remove ambisonics experimental flagJean-Marc Valin2018-07-268-246/+1
* Enable ambisonics by defaultJean-Marc Valin2018-07-261-1/+1
* Enable hardening by defaultJean-Marc Valin2018-07-261-1/+1
* Fix comma that should have been a semicolonJean-Marc Valin2018-07-261-1/+1
* oopsJean-Marc Valin2018-07-261-2/+2
* Use ambisonics families 2 and 3 instead of 254 and 253Jean-Marc Valin2018-07-252-5/+5
* Validate multistream/projection decoder frame_sizeMark Harris2018-07-212-0/+7
* Silence compiler warningsMark Harris2018-07-216-46/+54
* Make bandwidth detection more conservative to avoid low-passing framesJean-Marc Valin2018-06-141-0/+16
* update checksumsJean-Marc Valin2018-06-011-0/+2
* Avoiding arithmetic on NULL pointerv1.3-rcJean-Marc Valin2018-05-291-2/+0
* Avoiding leaks when opus_demo exits with an errorJean-Marc Valin2018-05-291-46/+36