summaryrefslogtreecommitdiff
path: root/src
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-292-3/+57
* Skip analysis if the frame contains only digital silenceFelicia Lim2016-06-291-7/+38
* Simplifying fast_atan2f()Jean-Marc Valin2016-06-291-14/+8
* 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: Retrained classifier MLP with better dataJean-Marc Valin2016-06-294-110/+118
* 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
* Add static bitrate allocation and force CELT-only for ambisonics encodingMichael Graczyk2016-06-291-10/+93
* Add experimental support for ambisonic encodingMichael Graczyk2016-06-291-16/+55
* 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-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
* opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin2015-12-041-1/+1
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-074-9/+12
* Extra safety against NaNs in surround_analysis()Mark Harris2015-10-071-1/+1
* Preventing NaNs from crashing surround_analysis()Jean-Marc Valin2015-10-072-0/+17
* Fixes bitrate statistics for decode-only operation and inband FECKoen Vos2015-08-201-11/+15
* Fix const struct to work with C++ compilationMark Harris2015-08-072-2/+2
* Silence clang -Wcast-align warningsMark Harris2015-08-071-2/+4
* Eliminate signed division overhead in align()Mark Harris2015-08-041-1/+1
* Simplify and generalize implementation of align(). Should be very efficient o...Jonathan Lennox2015-08-041-9/+9
* Make align() work even on machines with 32-bit charsJean-Marc Valin2015-08-041-2/+7
* More conservative alignmentJean-Marc Valin2015-08-031-2/+5
* Avoiding the term "mode" in opus_demoJean-Marc Valin2015-02-271-3/+3
* opus_demo: remove unused but set valuesTristan Matthews2015-02-241-5/+2
* Fix warnings in pedantic build.Timothy B. Terriberry2014-12-261-1/+12
* multistream: improve arg checkMark Harris2014-11-272-5/+13
* There are no tabs in source code.Timothy B. Terriberry2014-10-035-504/+504