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
2019-02-13Fixes analysis buffering for silence and complexity changesJean-Marc Valin
2018-07-27Remove ambisonics experimental flagJean-Marc Valin
2017-12-07Fix memory issues in Projection API.Andrew Allen
2017-11-08Support for Channel Mapping 253Andrew Allen
2016-11-05Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2015-08-05Eliminate signed division overhead in align()Mark Harris
2015-08-04Simplify and generalize implementation of align(). Should be very efficient o...Jonathan Lennox
2015-08-04Make align() work even on machines with 32-bit charsJean-Marc Valin
2015-08-04More conservative alignmentJean-Marc Valin
2013-12-11Fixes code that was doing arithmetic on a void pointer.Jean-Marc Valin
2013-12-10Optimizes encoder NaN detection and clipping by only running them when neededJean-Marc Valin
2013-11-14Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-11-13Variable frame size fixes (still not exposed in the API)Jean-Marc Valin
2013-10-29Fixes DISABLE_FLOAT_API buildJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
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-12Do up-front validation of multistream packetsJean-Marc Valin
2013-09-16Moves frame size selection back out of opus_encode_native()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-05-18Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-03-08Merge branch 'exp_analysis'Jean-Marc Valin
2013-03-02Applies soft-clipping to the int decoder API.Jean-Marc Valin
2013-02-20Adds support for delayed decisionJean-Marc Valin
2013-02-11Making multistream variable duration work for both the float and int APIJean-Marc Valin
2013-02-11Multistream support for variable frame durationJean-Marc Valin
2012-12-21Capping lsb_depth to 16 unless using the float API of a float buildJean-Marc Valin
2012-11-08Splits out the Opus multi-stream encoder and decoderJean-Marc Valin
2012-10-10Attenuates the HF in hybrid mode to match what SILK does below the cutoffKoen Vos
2012-08-17Fix an MSVC warning.Ralph Giles
2012-05-05Increase alignment of the internal state structures to sizeof(void *) from 4 ...Gregory Maxwell
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-03-08Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin
2012-03-06More consistent types for 16-bit architecturesJean-Marc Valin
2011-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-10-28Gives the Opus code direct access to (non-opaque) OpusRepacketizerJean-Marc Valin
2011-10-27Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin
2011-09-09Makes multi-stream encoding code use the repacketizerJean-Marc Valin
2011-09-08Adds ctl() requests for forcing any operating mode in the encoderJean-Marc Valin
2011-08-28Making sure that everything in opus.h has a opus prefixJean-Marc Valin
2011-08-27Adds support for multi-stream encoding/decodingJean-Marc Valin
2011-08-23encode_size() moved out of opus_encoder.cJean-Marc Valin
2011-08-22Moves align() to a single headerJean-Marc Valin