summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-042-4/+20
* Allow the build files to override OPUS_EXPORT.Ralph Giles2012-11-291-7/+9
* Fixes issues with multiple files defining CELT_CJean-Marc Valin2012-11-081-3/+3
* Splits out the CELT encoder and decoderJean-Marc Valin2012-11-081-37/+49
* Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for not...Gregory Maxwell2012-10-311-13/+13
* Fix typo in documentation for opus_decoder_create().Gregory Maxwell2012-10-061-1/+1
* Belabor OPUS_SET_BITRATE instead of max_packet, as this is a common trap.Gregory Maxwell2012-09-272-17/+24
* Fix common misspellingsPhilip Jägenstedt2012-09-272-2/+2
* Docbug: Replace opus_encode_frame with opus_encode_float in doxygen.Gregory Maxwell2012-09-241-1/+1
* Replace 'maximum frame size' with 'maximum packet duration' in the docs.Gregory Maxwell2012-09-192-7/+8
* Fixes multistream docJean-Marc Valin2012-09-102-70/+68
* Expand documentation for the multistream API.Timothy B. Terriberry2012-09-102-123/+621
* Fixes to the new repacketizer docJean-Marc Valin2012-09-101-9/+20
* Add documentation for the repacketizer API.Timothy B. Terriberry2012-09-101-8/+283
* 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
* Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.Gregory Maxwell2012-08-061-2/+2