summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix for divide by zerosilk_tuningsFelicia Lim2016-03-181-6/+8
* set back to floating point by defaultKoen Vos2016-02-211-1/+1
* Clean up: alignment of commentsKoen Vos2016-02-214-36/+36
* Clean up: replace tabs by spacesKoen Vos2016-02-2128-245/+245
* take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos2016-02-216-35/+12
* NLSF_del_dec_quant minor clean upKoen Vos2016-02-211-5/+3
* NLSF_encode now also uses NLSF weights from tableKoen Vos2016-02-211-22/+10
* NLSF VQ now uses absolute error, and predictionKoen Vos2016-02-214-19/+28
* NLSF decoding now uses tables for NLSF weightsKoen Vos2016-02-218-21/+109
* removed prefilterKoen Vos2016-02-2129-930/+251
* restores decoder bit exactnessKoen Vos2016-02-212-8/+4
* slight clean upKoen Vos2016-02-209-88/+135
* undo some loop unrollingKoen Vos2016-02-194-21/+8
* fixes bug in sum_sqr_shift where overflow could happen for the last sample of...Koen Vos2016-02-191-1/+2
* undo experimental setting from previous commitKoen Vos2016-02-191-1/+1
* pitch estimator: added saturation to low-pass filter and unrolled loop. also ...Koen Vos2016-02-193-14/+18
* pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos2016-02-191-56/+40
* minor clean up of pointer offsetsKoen Vos2016-02-195-16/+13
* replaced 64-bit correlations with scaled 32-bit ones, in BurgKoen Vos2016-02-192-5/+13
* sum_sqr_shift: reduced headroom (ie more preserved resolution); shift increme...Koen Vos2016-02-192-14/+13
* simplified computation of LTP coefsKoen Vos2016-02-1821-1043/+265
* faster Burg implementationexp_lbr_tune4Koen Vos2016-01-123-198/+189
* Quality: Retrained classifier MLP with better dataJean-Marc Valin2016-01-114-110/+118
* Using "hybrid" flag instead of "start!=0"Jean-Marc Valin2016-01-111-5/+5
* Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-01-111-14/+14
* Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin2016-01-111-0/+1
* Quality: Adds SILK rate interpolation functionJean-Marc Valin2016-01-111-12/+45
* Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin2016-01-112-9/+52
* Quality: Forces trim to 5 on hybrid modeJean-Marc Valin2016-01-111-2/+5
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2016-01-111-5/+5
* Quality: removes VBR attenuation at low bitrateJean-Marc Valin2016-01-111-11/+4
* Add a check target to the static makefiles. r=ronRalph Giles2016-01-042-4/+14
* Add 'force' to the phony target list. r=ronRalph Giles2016-01-042-2/+2
* Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin2015-12-316-11/+11
* Actually fix pedantic build bustage.Timothy B. Terriberry2015-12-311-1/+1
* Fix pedantic build bustage.Timothy B. Terriberry2015-12-311-1/+2
* Add tonality_analysis_reset().Ralph Giles2015-12-313-9/+25
* Add an initializer for TonalityAnalysisState.Ralph Giles2015-12-313-6/+29
* Remove unused encoder field analysis_offsetMark Harris2015-12-301-1/+0
* Avoids having the Opus-level "arch" be set to 0 on encoder/decoder resetJean-Marc Valin2015-12-302-2/+2
* oggopus: More updates for AD review comments.Timothy B. Terriberry2015-12-281-38/+105
* Fixes patch_transient_decision() for hybrid modeJean-Marc Valin2015-12-231-11/+11
* Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin2015-12-231-1/+1
* oggopus: Revert SHOULD->MUST for reserved mappings.Timothy B. Terriberry2015-12-111-2/+2
* oggopus: Fix typo.Timothy B. Terriberry2015-12-111-1/+1
* oggopus: First pass updates for AD review comments.Timothy B. Terriberry2015-12-111-44/+42
* Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin2015-12-041-1/+9
* opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin2015-12-041-1/+1
* Fixes memory leak in some CELT unit testsJean-Marc Valin2015-12-043-1/+4
* Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin2015-12-041-16/+9