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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-22Fixes a potential crash when encoding NaNsJean-Marc Valin
2013-10-15Fixes multistream CBR encoding and multistream surround for >20 msJean-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-14Oops, thanks to Mark Harris for spotting this!Jean-Marc Valin
2013-10-14opus_packet_parse_impl() now computes the packet size with paddingJean-Marc Valin
2013-10-13Rejects bad multistream frame lengthMark Harris
2013-10-13Fixes PLC for sizes that don't match basic Opus frame sizes.Mark Harris
2013-10-12Make -loss valid for opus_demo -eMark Harris
2013-10-12Fix 40/60ms zero-length frame decode failureMark Harris
2013-10-12Cleaning up multistream packet validationJean-Marc Valin
2013-10-12Do up-front validation of multistream packetsJean-Marc Valin
2013-10-02Removes useless VARDECL() of "out"Jean-Marc Valin
2013-10-02Replaces log2() with celt_log2() and fixes a potential divide-by-zeroJean-Marc Valin
2013-10-02Fixes scaling of downmix_float() for fixed-point.Jean-Marc Valin
2013-10-02Fixes missing VARDECL()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-14Allowing surround to use lower bandwidth than fullbandJean-Marc Valin
2013-09-13More surround masking tuningJean-Marc Valin
2013-09-12Surround analysis should now work for non-20ms frame sizes.Jean-Marc Valin
2013-09-11Code for handling upsampling in surround_analysis()Jean-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-07Makes speech/music detection work with FIXED_POINT (code still float)Jean-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-09-05Adds trim and dynalloc control to surround maskingJean-Marc Valin
2013-08-31Makes surround_analysis() work in fixed-pointJean-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-23Add SET_MAX_BANDWIDTH to multistream encoder ctl listDaniel Jensen
2013-07-16Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-16Revert "Additional MSVC warning missed in the last commit."Gregory Maxwell
2013-07-16Additional MSVC warning missed in the last commit.Gregory Maxwell
2013-07-16Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-07-13Fixes MSVC warningsJean-Marc Valin
2013-07-12Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin
2013-07-11Fixes build when DISABLE_FLOAT_API is definedPedro Becerra
2013-07-07Better handling of centre for surround masking, bitrate tuningJean-Marc Valin
2013-07-07Fixes silly fixed-point bug with the surround downmixJean-Marc Valin
2013-07-02More speech/music detection comments (delayed decision)Jean-Marc Valin
2013-07-02Commenting the speech/music Markov codeJean-Marc Valin
2013-07-02Adds some checks to the surround APIJean-Marc Valin