Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-04There are no tabs in source code.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2013-12-11Fixes code that was doing arithmetic on a void pointer.Jean-Marc Valin
2013-12-10More NaN hardening in the analysis codeJean-Marc Valin
2013-12-10Making NaN detection more robust to -ffast-math.Jean-Marc Valin
2013-12-10Using celt_inner_prod() for input sanity check.Jean-Marc Valin
2013-12-10Replaces inline copies and initialization with OPUS_*() macros.Jean-Marc Valin
2013-12-10Optimizes encoder NaN detection and clipping by only running them when neededJean-Marc Valin
2013-11-25Makes SILK surround masking a bit more aggressive in both directionsJean-Marc Valin
2013-11-24Using a more reasonably SILK surround calibration valueJean-Marc Valin
2013-11-24Reducing the thresholds for enabling stereo and higher audio bandwidthsJean-Marc Valin
2013-11-21Applies padding to all CBR packets, including PLC and CELT silenceJean-Marc Valin
2013-11-19Don't attenuate hybrid high-band for surroundJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-18Fixes SILK surround calibration while fixing other MSVC warningsJean-Marc Valin
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin
2013-11-15Fixes a bug where the encoder was trying to use redundancy in CELT modeJean-Marc Valin
2013-11-14Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-11-14Fixes max_redundancy so that hybrid CBR can fill all bytesJean-Marc Valin
2013-11-13Variable frame size fixes (still not exposed in the API)Jean-Marc Valin
2013-11-09Taking into account the frame size in more encoder decisionsJean-Marc Valin
2013-10-29Fixes DISABLE_FLOAT_API buildJean-Marc Valin
2013-10-15Fixes weird LFE bugJean-Marc Valin
2013-10-14Surround encoder can now produce hard CBR streams again.Jean-Marc Valin
2013-10-02Fixes scaling of downmix_float() for fixed-point.Jean-Marc Valin
2013-09-29Avoids unnecessary copying in opus_encode for delayed decisionexp_surround1Jean-Marc Valin
2013-09-29Makes analysis work when encoding more than 20 ms at a timeJean-Marc Valin
2013-09-29run_analysis() doesn't need to return the frame size anymoreJean-Marc Valin
2013-09-16Makes the fixed-point build only run the float analysis at complexity 10Jean-Marc Valin
2013-09-16Moves frame size selection back out of opus_encode_native()Jean-Marc Valin
2013-09-14Very basic surround rate calibrationJean-Marc Valin
2013-09-13More surround masking tuningJean-Marc Valin
2013-09-10Adds surround masking to SILKJean-Marc Valin
2013-09-10Fixes delayed decision for fixed-pointJean-Marc Valin
2013-09-10Analysis scaling fixesJean-Marc Valin
2013-09-07First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-09-06Moves the analysis back to opus_encode_native() to it runs for all streams.Jean-Marc Valin
2013-08-31Surround masking rewriteJean-Marc Valin
2013-08-12Fixes a denorm issue in the VoIP mode high-pass filterJean-Marc Valin
2013-07-16Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-16Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-07-12Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin
2013-06-30Braces go on the next line.Gregory Maxwell
2013-06-30Brace a number of if statements instead of one-lining them.Gregory Maxwell
2013-06-30Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2013-06-27Fixes more MSVC warningsJean-Marc Valin
2013-06-27Fixes MSVC warningsJean-Marc Valin
2013-06-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-18Making sure redundant frames never use outdated analysis infoJean-Marc Valin
2013-05-17Merge branch 'surround'Jean-Marc Valin