summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoids unnecessary copying in opus_encode for delayed decisionexp_surround1Jean-Marc Valin2013-09-281-2/+2
* Makes analysis work when encoding more than 20 ms at a timeJean-Marc Valin2013-09-282-18/+28
* run_analysis() doesn't need to return the frame size anymoreJean-Marc Valin2013-09-283-14/+4
* Makes the fixed-point build only run the float analysis at complexity 10Jean-Marc Valin2013-09-161-3/+10
* Moves frame size selection back out of opus_encode_native()Jean-Marc Valin2013-09-165-40/+107
* Very basic surround rate calibrationJean-Marc Valin2013-09-142-1/+3
* Allowing surround to use lower bandwidth than fullbandJean-Marc Valin2013-09-131-1/+12
* More surround masking tuningJean-Marc Valin2013-09-132-11/+45
* Tuning the surround maskingJean-Marc Valin2013-09-121-9/+17
* Surround analysis should now work for non-20ms frame sizes.Jean-Marc Valin2013-09-111-2/+5
* Code for handling upsampling in surround_analysis()Jean-Marc Valin2013-09-111-8/+11
* Adds surround masking to SILKJean-Marc Valin2013-09-102-3/+38
* Fixes delayed decision for fixed-pointJean-Marc Valin2013-09-091-12/+0
* Analysis scaling fixesJean-Marc Valin2013-09-093-24/+23
* Makes speech/music detection work with FIXED_POINT (code still float)Jean-Marc Valin2013-09-064-9/+38
* First pass at making the analysis code run with FIXED_POINTJean-Marc Valin2013-09-0610-41/+70
* Moves the analysis back to opus_encode_native() to it runs for all streams.Jean-Marc Valin2013-09-055-168/+113
* Adds trim and dynalloc control to surround maskingJean-Marc Valin2013-09-052-7/+43
* Makes surround_analysis() work in fixed-pointJean-Marc Valin2013-08-311-17/+48
* Surround masking rewriteJean-Marc Valin2013-08-304-248/+254
* Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin2013-08-294-8/+31
* Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr()Jean-Marc Valin2013-08-281-2/+11
* Share auto-correlation code between SILK and CELTJean-Marc Valin2013-08-283-57/+58
* Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin2013-08-264-12/+25
* Fix more VS2010 header paths.Ralph Giles2013-08-213-41/+41
* Fix relative paths the header file in the VS2010 projects.Ralph Giles2013-08-214-46/+46
* Fixes a denorm issue in the VoIP mode high-pass filterJean-Marc Valin2013-08-121-1/+1
* Update the RTP draft for resubmitJean-Marc Valin2013-08-121-4/+4
* Fix broken URL in entdec.c.Timothy B. Terriberry2013-08-041-1/+1
* Better handling of the dynalloc cap for CBR/CVBRJean-Marc Valin2013-07-301-1/+3
* Fixes an integer wrap-around due to an exceedingly large QCONST16Jean-Marc Valin2013-07-251-1/+1
* Add SET_MAX_BANDWIDTH to multistream encoder ctl listDaniel Jensen2013-07-231-0/+1
* Disable MSVC posix security warnings in the project file.Ralph Giles2013-07-155-15/+15
* Conditionalize #pragma warn for MSVC.Ralph Giles2013-07-151-0/+2
* Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell2013-07-156-32/+32
* Revert "Additional MSVC warning missed in the last commit."Gregory Maxwell2013-07-151-1/+1
* Additional MSVC warning missed in the last commit.Gregory Maxwell2013-07-151-1/+1
* Fixes a number of double promotions and missing casts.Gregory Maxwell2013-07-156-32/+32
* Always try to update the version when autogen.sh is runRon2013-07-131-1/+2
* Update draft for the Opus RFCJean-Marc Valin2013-07-121-0/+259
* Fixes MSVC warningsJean-Marc Valin2013-07-121-2/+2
* Updates version.mk for 1.1-beta until we can get rid of itv1.1-betaJean-Marc Valin2013-07-121-1/+1
* Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin2013-07-123-3/+5
* Fixes build when DISABLE_FLOAT_API is definedPedro Becerra2013-07-111-21/+23
* Surround masking tuningJean-Marc Valin2013-07-071-4/+6
* Better handling of centre for surround masking, bitrate tuningJean-Marc Valin2013-07-071-8/+42
* Fixes silly fixed-point bug with the surround downmixJean-Marc Valin2013-07-071-2/+2
* Prevents zero-energy on LFEJean-Marc Valin2013-07-071-0/+3
* Link libopus itself with libm tooRon2013-07-021-0/+1
* More speech/music detection comments (delayed decision)Jean-Marc Valin2013-07-012-2/+20