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-09update doc on custom modeMarcus Asteborg
2022-07-06doc: Use consistent alternative notationMark Harris
2022-07-06Fix opus.h for doxygen when referencing alternative valuesAlexander Traud
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-04-26Fix a typo in in opus_custom.h.Hua, Chunbo
2019-04-11API for checking whether the encoder is in DTXGustaf Ullberg
2018-05-04Fix opus_packet_parse() non-null arg attributeMark Harris
2018-03-21Support for Ambisonics.Andrew Allen
2017-12-08Decouple OpusProjection* API from static matrices.Andrew Allen
2017-11-17Define integer types from stdint.h where it's availableKári Tristan Helgason
2017-11-08Support for Channel Mapping 253Andrew Allen
2017-05-02Avoid warning when __STDC_VERSION__ is not definedCarlos Alberto Lopez Perez
2017-03-27Fix OPUS_ARG_NONNULL indices in opus_multistream.hFelicia Lim
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-07-08Packets indicating DTX may be up to 2 bytesMark Harris
2016-07-07Update URLsMark Harris
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-23Updating links for both https and new versionsv1.1.1-rcMark Harris
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-12-20Document the motivation for the 120 ms repacketizer limit.Ralph Giles
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-24Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell
2013-11-19Adds functions for multistream padding/unpadding and single-stream unpaddingJean-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-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-18Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-05-05Implements basic surround maskingJean-Marc Valin
2013-05-05Initial surround code with new APIJean-Marc Valin
2013-03-19Minor soft clipping doc fixJean-Marc Valin
2013-03-08Merge branch 'exp_analysis'Jean-Marc Valin
2013-03-02Oops, fixed API name from previous commitJean-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-10First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin
2012-12-11Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.Ralph Giles
2012-12-05Implements opus_packet_get_nb_samples()Jean-Marc Valin
2012-12-05Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin