aboutsummaryrefslogtreecommitdiff
path: root/include/opus.h
AgeCommit message (Expand)Author
2016-07-08Packets indicating DTX may be up to 2 bytesMark Harris
2014-12-20Document the motivation for the 120 ms repacketizer limit.Ralph Giles
2013-11-18Adds functions for multistream padding/unpadding and single-stream unpaddingJean-Marc Valin
2013-11-13Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-05-18Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-03-18Minor soft clipping doc fixJean-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
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-04Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-10-06Fix typo in documentation for opus_decoder_create().Gregory Maxwell
2012-09-27Belabor OPUS_SET_BITRATE instead of max_packet, as this is a common trap.Gregory Maxwell
2012-09-27Fix common misspellingsPhilip Jägenstedt
2012-09-24Docbug: Replace opus_encode_frame with opus_encode_float in doxygen.Gregory Maxwell
2012-09-19Replace 'maximum frame size' with 'maximum packet duration' in the docs.Gregory Maxwell
2012-09-10Fixes multistream docJean-Marc Valin
2012-09-10Expand documentation for the multistream API.Timothy B. Terriberry
2012-09-10Fixes to the new repacketizer docJean-Marc Valin
2012-09-10Add documentation for the repacketizer API.Timothy B. Terriberry
2012-08-06Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.Gregory Maxwell
2012-07-21Add some more api docs.Gregory Maxwell
2012-06-11Pretty up the HTML doxygen output.Gregory Maxwell
2012-06-10Add brief descriptions to the encode/decode groups to avoid weird autobreif s...Gregory Maxwell
2012-06-10Correct documentation in opus_custom.h.Gregory Maxwell
2012-06-01Update headers to cause warnings on unused returns and null args.Gregory Maxwell
2012-05-20Tweak doxygen input so that the manpage names won't conflict.Gregory Maxwell
2012-05-17Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY.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-02Improve decoder_create documentation.Ralph Giles
2012-03-05Fix typos in the API documentation.Ralph Giles
2012-03-0540/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell
2011-11-25Misc documentation fixes (no code change)Ralph Giles
2011-10-26Moves the main headers from src/ to include/Jean-Marc Valin