summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin2016-09-012-0/+40
* Correct multistream variable frame size strideMark Harris2016-08-271-3/+1
* Correct analysis downmix scaling factorMark Harris2016-08-271-4/+4
* Properly process both channels for DTXJean-Marc Valin2016-08-251-13/+17
* Make the DC rejection filter Q14 instead of Q15Jean-Marc Valin2016-08-211-2/+2
* Oops, fixes the sign in dc_reject()Jean-Marc Valin2016-08-151-3/+3
* Implementing compute_frame_energy() from celt_inner_prod() for floatJean-Marc Valin2016-08-151-10/+15
* Reducing the overhead due to dependency chains in dc_reject() for stereoJean-Marc Valin2016-08-151-10/+43
* Reducing the dependency chain in dc_reject()Jean-Marc Valin2016-08-151-2/+2
* Making stereo_itheta() use the same atan2() approximation as tonality_analysis()Jean-Marc Valin2016-08-111-23/+5
* 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