aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-21Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-04-26Fix a typo in in opus_custom.h.Hua, Chunbo
2019-04-10API for checking whether the encoder is in DTXGustaf Ullberg
2018-05-03Fix opus_packet_parse() non-null arg attributeMark Harris
2018-03-21Support for Ambisonics.Andrew Allen
2017-12-07Decouple OpusProjection* API from static matrices.Andrew Allen
2017-11-16Define integer types from stdint.h where it's availableKári Tristan Helgason
2017-11-07Support for Channel Mapping 253Andrew Allen
2017-05-01Avoid warning when __STDC_VERSION__ is not definedCarlos Alberto Lopez Perez
2017-03-27Fix OPUS_ARG_NONNULL indices in opus_multistream.hFelicia Lim
2016-11-04Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2016-10-27Support 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 purposesJean-Marc Valin
2016-07-08Packets indicating DTX may be up to 2 bytesMark Harris
2016-07-06Update URLsMark Harris
2016-04-20win32: only use dllexport when building DLLDaniel Verkamp
2016-01-07Suggest OPUS_LSB_DEPTH(14) for G.711. r=td-linux,mark4oRalph Giles
2015-10-23Updating links for both https and new versionsMark 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-24Fixes 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-18Adds 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-13Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-11-08Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-06-29Fixes 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-18Minor soft clipping doc fixJean-Marc Valin
2013-03-08Merge branch 'exp_analysis'Jean-Marc Valin
2013-03-01Oops, fixed API name from previous commitJean-Marc Valin
2013-03-01Applies 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-04Implements opus_packet_get_nb_samples()Jean-Marc Valin
2012-12-04Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-12-04Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-11-29Allow the build files to override OPUS_EXPORT.Ralph Giles
2012-11-08Fixes issues with multiple files defining CELT_CJean-Marc Valin
2012-11-08Splits out the CELT encoder and decoderJean-Marc Valin