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
2015-10-08armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-10-07Extra safety against NaNs in surround_analysis()Mark Harris
2015-10-07Preventing NaNs from crashing surround_analysis()Jean-Marc Valin
2015-08-07Silence clang -Wcast-align warningsMark Harris
2014-11-27multistream: improve arg checkMark Harris
2014-09-04Fixes commentsJean-Marc Valin
2014-09-04Takes into account a corner case with the multistream encoderJean-Marc Valin
2014-09-04Lowered the smallest packet that the multi-stream encoder can encodeJean-Marc Valin
2014-06-21multi-stream fix when setting bitrate to AUTO, MAX, or small valuesJean-Marc Valin
2014-01-27Fix surround encodingMark Harris
2013-12-10Optimizes encoder NaN detection and clipping by only running them when neededJean-Marc Valin
2013-11-24Surround low-passing thresholds set to much lower bitratesJean-Marc Valin
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin
2013-11-14Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-11-14Rename preemphasis() to celt_preemphasis() to avoid amrnb symbol clashJean-Marc Valin
2013-11-14Fixes more warningsJean-Marc Valin
2013-11-14Increase surround allocation offset for smaller frame sizesJean-Marc Valin
2013-11-13Fixes MSVC conversion warningsJean-Marc Valin
2013-11-09Makes surround bandwidth decision based on the number of channels (duh!)Jean-Marc Valin
2013-10-29Fixes DISABLE_FLOAT_API buildJean-Marc Valin
2013-10-29Implements OPUS_RESET_STATE for multi-stream encoderJean-Marc Valin
2013-10-15Fixes multistream CBR encoding and multistream surround for >20 msJean-Marc Valin
2013-10-14Surround encoder can now produce hard CBR streams again.Jean-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 missing VARDECL()Jean-Marc Valin
2013-09-16Moves frame size selection back out of opus_encode_native()Jean-Marc Valin
2013-09-14Allowing surround to use lower bandwidth than fullbandJean-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-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-07-23Add SET_MAX_BANDWIDTH to multistream encoder ctl listDaniel Jensen
2013-07-13Fixes MSVC warningsJean-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-02Adds some checks to the surround APIJean-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-05-28Disables all the surround mode forcing for mono/stereoJean-Marc Valin
2013-05-07Revisit surround rate allocationsurroundJean-Marc Valin
2013-05-05Implements basic surround maskingJean-Marc Valin
2013-05-05Adds support for all Vorbis mappingsJean-Marc Valin
2013-05-05Surround: Better LFE handlingJean-Marc Valin
2013-05-05Initial surround code with new APIJean-Marc Valin