summaryrefslogtreecommitdiff
path: root/src/opus_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* Tune SILK rate for hybrid with FEC enabledJean-Marc Valin2016-06-291-11/+14
* Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin2016-06-291-0/+43
* Taking loss rate into account in compute_equiv_rate()Jean-Marc Valin2016-06-291-5/+8
* Oops, edited the wrong comment in the previous commitJean-Marc Valin2016-06-291-2/+2
* Re-tuning compute_equiv_rate()Jean-Marc Valin2016-06-291-4/+4
* Getting rid of the SILK penalty for hybrid CBR.Jean-Marc Valin2016-06-291-2/+2
* Improving CBR for hybrid modeJean-Marc Valin2016-06-291-6/+13
* Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-06-291-17/+17
* We should now be able to be less conservative when using CBRJean-Marc Valin2016-06-291-7/+5
* Fixing bandwidth selection hysteresisJean-Marc Valin2016-06-291-2/+4
* Turn on DTX only when the noise is sufficiently quietFelicia Lim2016-06-291-3/+52
* New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim2016-06-291-3/+54
* Skip analysis if the frame contains only digital silenceFelicia Lim2016-06-291-7/+38
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-06-291-0/+8
* Better modeling of the effect of CBR and complexityJean-Marc Valin2016-06-291-13/+42
* Re-enabling high-band attenuation for hybrid modeJean-Marc Valin2016-06-291-5/+1
* Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-06-291-14/+14
* Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin2016-06-291-0/+1
* Quality: Adds SILK rate interpolation functionJean-Marc Valin2016-06-291-12/+45
* Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin2016-06-291-1/+22
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2016-06-291-5/+5
* Fixes an invalid read in compute_stereo_width() for 2.5 ms frames at 12 kHzJean-Marc Valin2016-06-271-1/+4
* Fixes floating-point bug introduced in be9e747bcc542c277d30f6c78a57b0940e0c5b5eJean-Marc Valin2016-04-221-1/+1
* Fixes overflows on CPUs with 16-bit intsJean-Marc Valin2016-03-241-4/+4
* 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-311-7/+8
* Add an initializer for TonalityAnalysisState.Ralph Giles2015-12-311-1/+8
* 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-301-1/+1
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-071-1/+1
* Preventing NaNs from crashing surround_analysis()Jean-Marc Valin2015-10-071-0/+3
* Fix warnings in pedantic build.Timothy B. Terriberry2014-12-261-1/+12
* There are no tabs in source code.Timothy B. Terriberry2014-10-031-2/+2
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-031-1/+1
* Fixes code that was doing arithmetic on a void pointer.Jean-Marc Valin2013-12-101-4/+5
* More NaN hardening in the analysis codeJean-Marc Valin2013-12-101-1/+1
* Making NaN detection more robust to -ffast-math.Jean-Marc Valin2013-12-091-1/+1
* Using celt_inner_prod() for input sanity check.Jean-Marc Valin2013-12-091-3/+3
* Replaces inline copies and initialization with OPUS_*() macros.Jean-Marc Valin2013-12-091-11/+12
* Optimizes encoder NaN detection and clipping by only running them when neededJean-Marc Valin2013-12-091-7/+22
* Makes SILK surround masking a bit more aggressive in both directionsJean-Marc Valin2013-11-251-4/+8
* Using a more reasonably SILK surround calibration valueJean-Marc Valin2013-11-241-1/+1
* Reducing the thresholds for enabling stereo and higher audio bandwidthsJean-Marc Valin2013-11-241-14/+14
* Applies padding to all CBR packets, including PLC and CELT silenceJean-Marc Valin2013-11-211-1/+1
* Don't attenuate hybrid high-band for surroundJean-Marc Valin2013-11-181-5/+8
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-181-5/+5
* Fixes SILK surround calibration while fixing other MSVC warningsJean-Marc Valin2013-11-171-2/+2
* Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin2013-11-151-2/+22
* Fixes a bug where the encoder was trying to use redundancy in CELT modeJean-Marc Valin2013-11-151-4/+3