summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré2012-07-261-1/+1
* Add some more api docs.Gregory Maxwell2012-07-211-2/+14
* Replace the remaining instances of restrict with OPUS_RESTRICT.Gregory Maxwell2012-07-201-1/+1
* Replace a remaining instance of restrict with OPUS_RESTRICT.Gregory Maxwell2012-07-201-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
* Pretty up the HTML doxygen output.Gregory Maxwell2012-06-111-1/+2
* Add brief descriptions to the encode/decode groups to avoid weird autobreif s...Gregory Maxwell2012-06-101-0/+3
* Correct documentation in opus_custom.h.Gregory Maxwell2012-06-102-123/+245
* Update headers to cause warnings on unused returns and null args.Gregory Maxwell2012-06-014-56/+79
* 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
* Add extern "C" protection to opus_multistream.h.Ralph Giles2012-05-231-0/+8
* Tweak doxygen input so that the manpage names won't conflict.Gregory Maxwell2012-05-202-26/+26
* Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY.Gregory Maxwell2012-05-171-0/+2
* Merge branch 'tmp_draft'Jean-Marc Valin2012-05-161-1/+1
|\
| * Revert "Adds 3rd clause to CELT license"Jean-Marc Valin2012-05-165-25/+0
| * Addressing the remaining comments from Robert SparksJean-Marc Valin2012-05-101-1/+1
| * Adds 3rd clause to CELT licenseJean-Marc Valin2012-04-245-0/+25
* | Merge commit '390c89225d'Jean-Marc Valin2012-04-245-11/+11
|\ \ | |/
| * s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-205-10/+10
| * Misc changes to address Robert Sparks' commentsJean-Marc Valin2012-04-201-1/+1
* | Improve decoder_create documentation.Ralph Giles2012-04-021-4/+12
* | Remove trailing whitespace.Ralph Giles2012-04-021-4/+4
* | Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin2012-03-081-4/+4
* | Fix documenation typos.Ralph Giles2012-03-051-13/+13
* | Fix typos in the API documentation.Ralph Giles2012-03-051-2/+2
* | Make input mapping parameter const in multistream APIVincent Penquerc'h2012-03-051-4/+4
* | 40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell2012-03-051-20/+20
|/
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-021-3/+3
* Misc documentation fixes (no code change)Ralph Giles2011-11-252-5/+63
* Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell2011-10-301-0/+15
* Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin2011-10-271-17/+0
* Moves the main headers from src/ to include/Jean-Marc Valin2011-10-265-0/+1436