summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Silence fixed point unused parameter warningMark Harris2016-07-211-0/+1
* Fix use_dtx for DISABLE_FLOAT_APIFelicia Lim2016-07-201-3/+7
* Tune SILK rate for hybrid with FEC enabledJean-Marc Valin2016-07-191-11/+14
* Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin2016-07-191-0/+43
* Taking loss rate into account in compute_equiv_rate()Jean-Marc Valin2016-07-191-5/+8
* Oops, edited the wrong comment in the previous commitJean-Marc Valin2016-07-191-2/+2
* Re-tuning compute_equiv_rate()Jean-Marc Valin2016-07-191-4/+4
* Getting rid of the SILK penalty for hybrid CBR.Jean-Marc Valin2016-07-191-2/+2
* Improving CBR for hybrid modeJean-Marc Valin2016-07-191-6/+13
* Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-07-191-17/+17
* We should now be able to be less conservative when using CBRJean-Marc Valin2016-07-171-7/+5
* Fixing bandwidth selection hysteresisJean-Marc Valin2016-07-171-2/+4
* Turn on DTX only when the noise is sufficiently quietFelicia Lim2016-07-171-3/+52
* New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim2016-07-172-3/+57
* Skip analysis if the frame contains only digital silenceFelicia Lim2016-07-171-7/+38
* Simplifying fast_atan2f()Jean-Marc Valin2016-07-171-14/+8
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-07-171-0/+8
* Better modeling of the effect of CBR and complexityJean-Marc Valin2016-07-171-13/+42
* Re-enabling high-band attenuation for hybrid modeJean-Marc Valin2016-07-171-5/+1
* Quality: Retrained classifier MLP with better dataJean-Marc Valin2016-07-174-106/+118
* Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-07-151-14/+14
* Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin2016-07-151-0/+1
* Quality: Adds SILK rate interpolation functionJean-Marc Valin2016-07-151-12/+45
* Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin2016-07-151-1/+22
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2016-07-151-5/+5
* Slightly increase the safety margin for opus_pcm_soft_clip()v1.1.3Jean-Marc Valin2016-07-151-2/+2
* Fixes opus_pcm_soft_clip() returning values slightly larger than +/-1 with -f...Jean-Marc Valin2016-07-151-0/+4
* Makes CBR calculations more accurate for 60-ms framesJean-Marc Valin2016-07-071-2/+5
* Respect CBR even at ridiculourly low rateJean-Marc Valin2016-07-071-8/+15
* Prevents an invalid ToC to be generated at ridiculously low rateJean-Marc Valin2016-07-071-1/+1
* make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_pack...Jean-Marc Valin2016-07-061-1/+3
* Check for len<1 in opus_packet_parse_impl()Jean-Marc Valin2016-07-061-1/+1
* Forgot to call RESTORE_STACK in 328953e1896432bc700b9b5c69ae2987c5d752f4Jean-Marc Valin2016-07-041-0/+3
* Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin2016-07-042-2/+9
* Fix build error from comma at end of enumMichael Graczyk2016-06-291-2/+3
* Addressing more issues from scan-buildJean-Marc Valin2016-06-291-2/+3
* Address static analysis reports from scan-buildJean-Marc Valin2016-06-292-15/+8
* 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