Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-18fix for divide by zerosilk_tuningsFelicia Lim
2016-02-21set back to floating point by defaultKoen Vos
2016-02-21Clean up: alignment of commentsKoen Vos
2016-02-21Clean up: replace tabs by spacesKoen Vos
2016-02-21take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos
2016-02-21NLSF_del_dec_quant minor clean upKoen Vos
2016-02-21NLSF_encode now also uses NLSF weights from tableKoen Vos
2016-02-21NLSF VQ now uses absolute error, and predictionKoen Vos
2016-02-21NLSF decoding now uses tables for NLSF weightsKoen Vos
2016-02-21removed prefilterKoen Vos
2016-02-21restores decoder bit exactnessKoen Vos
2016-02-20slight clean upKoen Vos
2016-02-19undo some loop unrollingKoen Vos
2016-02-19fixes bug in sum_sqr_shift where overflow could happen for the last sample of...Koen Vos
2016-02-19undo experimental setting from previous commitKoen Vos
2016-02-19pitch estimator: added saturation to low-pass filter and unrolled loop. also ...Koen Vos
2016-02-19pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos
2016-02-19minor clean up of pointer offsetsKoen Vos
2016-02-19replaced 64-bit correlations with scaled 32-bit ones, in BurgKoen Vos
2016-02-19sum_sqr_shift: reduced headroom (ie more preserved resolution); shift increme...Koen Vos
2016-02-18simplified computation of LTP coefsKoen Vos
2016-01-13faster Burg implementationexp_lbr_tune4Koen Vos
2016-01-11Quality: Retrained classifier MLP with better dataJean-Marc Valin
2016-01-11Using "hybrid" flag instead of "start!=0"Jean-Marc Valin
2016-01-11Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-01-11Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin
2016-01-11Quality: Adds SILK rate interpolation functionJean-Marc Valin
2016-01-11Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin
2016-01-11Quality: Forces trim to 5 on hybrid modeJean-Marc Valin
2016-01-11Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin
2016-01-11Quality: removes VBR attenuation at low bitrateJean-Marc Valin
2016-01-04Add a check target to the static makefiles. r=ronRalph Giles
2016-01-04Add 'force' to the phony target list. r=ronRalph Giles
2015-12-31Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin
2015-12-31Actually fix pedantic build bustage.Timothy B. Terriberry
2015-12-31Fix pedantic build bustage.Timothy B. Terriberry
2015-12-31Add tonality_analysis_reset().Ralph Giles
2015-12-31Add an initializer for TonalityAnalysisState.Ralph Giles
2015-12-30Remove unused encoder field analysis_offsetMark Harris
2015-12-30Avoids having the Opus-level "arch" be set to 0 on encoder/decoder resetJean-Marc Valin
2015-12-28oggopus: More updates for AD review comments.Timothy B. Terriberry
2015-12-24Fixes patch_transient_decision() for hybrid modeJean-Marc Valin
2015-12-24Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin
2015-12-12oggopus: Revert SHOULD->MUST for reserved mappings.Timothy B. Terriberry
2015-12-11oggopus: Fix typo.Timothy B. Terriberry
2015-12-11oggopus: First pass updates for AD review comments.Timothy B. Terriberry
2015-12-05Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin
2015-12-04opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin
2015-12-04Fixes memory leak in some CELT unit testsJean-Marc Valin
2015-12-04Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin