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
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2020-08-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2019-04-11API for checking whether the encoder is in DTXGustaf Ullberg
2018-03-21Support for Ambisonics.Andrew Allen
2016-11-05Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2016-10-28Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-09-03Allow disabling phase inversion for multistreamMark Harris
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-04-20win32: only use dllexport when building DLLDaniel Verkamp
2016-01-08Suggest OPUS_LSB_DEPTH(14) for G.711. r=td-linux,mark4oRalph Giles
2015-10-23Corrections to docMark Harris
2015-06-23Improve OPUS_GET_LSB_DEPTH documentation.Timothy B. Terriberry
2015-02-20Document how to tell if your build is fixed-point.Timothy B. Terriberry
2014-09-04Lowered the smallest packet that the multi-stream encoder can encodeJean-Marc Valin
2014-02-25Fixes encoder/decoder classification of ctl() requests.Bruno Randolf
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin
2013-11-09Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-06-30Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2013-06-17Use __declspec(dllexport) on mingw build.Jacek Caban
2013-05-05Implements basic surround maskingJean-Marc Valin
2013-02-20Adds support for delayed decisionJean-Marc Valin
2013-02-10First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin
2012-12-05Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-11-29Allow the build files to override OPUS_EXPORT.Ralph Giles
2012-11-01Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for not...Gregory Maxwell
2012-09-08Remove large multistream stack buffers.Timothy B. Terriberry
2012-08-12More doc fixes.Gregory Maxwell
2012-08-09Documentation updates for the CTLs.Timothy B. Terriberry
2012-08-07Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-07-26Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré
2012-07-18Replace C99 restrict keyword with OPUS_RESTRICT.Gregory Maxwell
2012-07-17Clarify difference between user bandwidth settings.Timothy B. Terriberry
2012-07-11Make OPUS_SET_GAIN survive decode reset.Gregory Maxwell
2012-07-11Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell
2012-06-01Update headers to cause warnings on unused returns and null args.Gregory Maxwell
2012-05-31Seems like using dllimport on Windows wasn't usefulJean-Marc Valin
2012-05-30Fix for building mingw32 apps.Gregory Maxwell
2012-05-21Tweak doxygen input so that the manpage names won't conflict.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-04-20Misc changes to address Robert Sparks' commentsJean-Marc Valin
2012-03-06Fix documenation typos.Ralph Giles
2011-11-26Misc documentation fixes (no code change)Ralph Giles
2011-10-27Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin
2011-10-27Moves the main headers from src/ to include/Jean-Marc Valin