summaryrefslogtreecommitdiff
path: root/include/opus_defines.h
Commit message (Expand)AuthorAgeFilesLines
* Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin2022-06-301-2/+4
* Replace WIN32 with _WIN32 everywhereNirbheek Chauhan2020-08-211-1/+1
* API for checking whether the encoder is in DTXGustaf Ullberg2019-04-101-0/+11
* Support for Ambisonics.Andrew Allen2018-03-211-0/+3
* 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
* 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
* 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
* 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
* Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin2013-11-151-0/+10
* 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-281-0/+12
* 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
* Implements basic surround maskingJean-Marc Valin2013-05-051-0/+1
* 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
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-041-1/+10
* Allow the build files to override OPUS_EXPORT.Ralph Giles2012-11-291-7/+9
* Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for not...Gregory Maxwell2012-10-311-13/+13
* Remove large multistream stack buffers.Timothy B. Terriberry2012-09-081-1/+11
* More doc fixes.Gregory Maxwell2012-08-121-7/+6
* Documentation updates for the CTLs.Timothy B. Terriberry2012-08-091-103/+210
* Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin2012-08-061-0/+13
* Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré2012-07-261-1/+1
* Replace C99 restrict keyword with OPUS_RESTRICT.Gregory Maxwell2012-07-181-0/+12
* Clarify difference between user bandwidth settings.Timothy B. Terriberry2012-07-171-2/+14
* Make OPUS_SET_GAIN survive decode reset.Gregory Maxwell2012-07-111-1/+2
* Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell2012-07-111-1/+26
* Update headers to cause warnings on unused returns and null args.Gregory Maxwell2012-06-011-0/+23
* Seems like using dllimport on Windows wasn't usefulJean-Marc Valin2012-05-311-1/+1
* Fix for building mingw32 apps.Gregory Maxwell2012-05-301-1/+1
* Tweak doxygen input so that the manpage names won't conflict.Gregory Maxwell2012-05-201-8/+8
* Merge commit '390c89225d'Jean-Marc Valin2012-04-241-3/+3
|\
| * s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
| * Misc changes to address Robert Sparks' commentsJean-Marc Valin2012-04-201-1/+1
* | Fix documenation typos.Ralph Giles2012-03-051-13/+13
|/
* Misc documentation fixes (no code change)Ralph Giles2011-11-251-3/+55
* Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin2011-10-271-17/+0
* Moves the main headers from src/ to include/Jean-Marc Valin2011-10-261-0/+407