aboutsummaryrefslogtreecommitdiff
path: root/include/opus_defines.h
AgeCommit message (Expand)Author
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-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-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-24Fixes encoder/decoder classification of ctl() requests.Bruno Randolf
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-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-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-04Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-11-29Allow the build files to override OPUS_EXPORT.Ralph Giles
2012-10-31Move 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-06Implements 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-20Tweak doxygen input so that the manpage names won't conflict.Gregory Maxwell
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-20s/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-05Fix documenation typos.Ralph Giles
2011-11-25Misc documentation fixes (no code change)Ralph Giles
2011-10-27Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin
2011-10-26Moves the main headers from src/ to include/Jean-Marc Valin