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
AgeCommit message (Expand)Author
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-12Tuning the surround maskingJean-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-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-08-29Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr()Jean-Marc Valin
2013-08-29Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-08-27Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin
2013-08-22Fix more VS2010 header paths.Ralph Giles
2013-08-22Fix relative paths the header file in the VS2010 projects.Ralph Giles
2013-08-12Fixes a denorm issue in the VoIP mode high-pass filterJean-Marc Valin
2013-08-12Update the RTP draft for resubmitJean-Marc Valin
2013-08-05Fix broken URL in entdec.c.Timothy B. Terriberry
2013-07-30Better handling of the dynalloc cap for CBR/CVBRJean-Marc Valin
2013-07-25Fixes an integer wrap-around due to an exceedingly large QCONST16Jean-Marc Valin
2013-07-23Add SET_MAX_BANDWIDTH to multistream encoder ctl listDaniel Jensen
2013-07-16Disable MSVC posix security warnings in the project file.Ralph Giles
2013-07-16Conditionalize #pragma warn for MSVC.Ralph Giles
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-13Always try to update the version when autogen.sh is runRon
2013-07-13Update draft for the Opus RFCJean-Marc Valin
2013-07-13Fixes MSVC warningsJean-Marc Valin
2013-07-12Updates version.mk for 1.1-beta until we can get rid of itv1.1-betaJean-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-07Surround masking tuningJean-Marc Valin
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-07Prevents zero-energy on LFEJean-Marc Valin
2013-07-02Link libopus itself with libm tooRon
2013-07-02More speech/music detection comments (delayed decision)Jean-Marc Valin