summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* update doc on custom modeMarcus Asteborg2022-07-091-1/+2
* doc: Use consistent alternative notationMark Harris2022-07-051-2/+2
* Fix opus.h for doxygen when referencing alternative valuesAlexander Traud2022-07-051-1/+1
* Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin2022-06-301-2/+4
* Add support for Meson build systemTim-Philipp Müller2020-10-281-0/+13
* Replace WIN32 with _WIN32 everywhereNirbheek Chauhan2020-08-211-1/+1
* Fix a typo in in opus_custom.h.Hua, Chunbo2020-04-261-2/+2
* API for checking whether the encoder is in DTXGustaf Ullberg2019-04-101-0/+11
* Fix opus_packet_parse() non-null arg attributeMark Harris2018-05-031-1/+1
* Support for Ambisonics.Andrew Allen2018-03-211-0/+3
* Decouple OpusProjection* API from static matrices.Andrew Allen2017-12-071-1/+1
* Define integer types from stdint.h where it's availableKári Tristan Helgason2017-11-161-9/+16
* Support for Channel Mapping 253Andrew Allen2017-11-071-0/+568
* Avoid warning when __STDC_VERSION__ is not definedCarlos Alberto Lopez Perez2017-05-011-1/+1
* Fix OPUS_ARG_NONNULL indices in opus_multistream.hFelicia Lim2017-03-271-2/+2
* Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin2016-11-041-2/+0
* Support encoding 80/100/120 ms frame lengthsFelicia Lim2016-10-271-0/+9
* Allow disabling phase inversion for multistreamMark Harris2016-09-031-5/+6
* Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin2016-09-011-1/+25
* Packets indicating DTX may be up to 2 bytesMark Harris2016-07-081-1/+1
* Update URLsMark Harris2016-07-061-4/+4
* win32: only use dllexport when building DLLDaniel Verkamp2016-04-201-1/+1
* Suggest OPUS_LSB_DEPTH(14) for G.711. r=td-linux,mark4oRalph Giles2016-01-071-0/+9
* Updating links for both https and new versionsv1.1.1-rcMark Harris2015-10-231-3/+3
* Corrections to docMark Harris2015-10-231-10/+21
* Improve OPUS_GET_LSB_DEPTH documentation.Timothy B. Terriberry2015-06-231-0/+3
* Document how to tell if your build is fixed-point.Timothy B. Terriberry2015-02-201-0/+4
* Document the motivation for the 120 ms repacketizer limit.Ralph Giles2014-12-201-1/+4
* Lowered the smallest packet that the multi-stream encoder can encodeJean-Marc Valin2014-09-041-1/+1
* Fixes encoder/decoder classification of ctl() requests.Bruno Randolf2014-02-241-25/+25
* Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell2013-11-241-2/+3
* Adds functions for multistream padding/unpadding and single-stream unpaddingJean-Marc Valin2013-11-181-1/+57
* Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin2013-11-151-0/+10
* Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin2013-11-131-0/+2
* Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin2013-11-081-1/+0
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-282-1/+13
* Fixes some return without va_end in the api, adds tests.Gregory Maxwell2013-06-291-6/+19
* Use __declspec(dllexport) on mingw build.Jacek Caban2013-06-171-3/+3
* Change few remaining instances of short to opus_int16Jean-Marc Valin2013-05-181-2/+2
* Implements basic surround maskingJean-Marc Valin2013-05-051-0/+1
* Initial surround code with new APIJean-Marc Valin2013-05-051-0/+28
* Minor soft clipping doc fixJean-Marc Valin2013-03-181-1/+1
* Merge branch 'exp_analysis'Jean-Marc Valin2013-03-081-1/+37
|\
| * Adds support for delayed decisionJean-Marc Valin2013-02-201-4/+13
| * First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin2013-02-101-1/+28
* | Oops, fixed API name from previous commitJean-Marc Valin2013-03-011-1/+1
* | Applies soft-clipping to the int decoder API.Jean-Marc Valin2013-03-011-0/+14
|/
* Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.Ralph Giles2012-12-111-0/+3
* Implements opus_packet_get_nb_samples()Jean-Marc Valin2012-12-041-0/+11
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-041-1/+10