Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-05Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-11-29Allow the build files to override OPUS_EXPORT.Ralph Giles
2012-11-08Fixes issues with multiple files defining CELT_CJean-Marc Valin
2012-11-08Splits out the CELT encoder and decoderJean-Marc Valin
2012-11-01Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for not...Gregory Maxwell
2012-10-06Fix typo in documentation for opus_decoder_create().Gregory Maxwell
2012-09-28Belabor OPUS_SET_BITRATE instead of max_packet, as this is a common trap.Gregory Maxwell
2012-09-27Fix common misspellingsPhilip Jägenstedt
2012-09-25Docbug: 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-11Fixes multistream docJean-Marc Valin
2012-09-11Expand documentation for the multistream API.Timothy B. Terriberry
2012-09-11Fixes to the new repacketizer docJean-Marc Valin
2012-09-10Add documentation for the repacketizer API.Timothy B. Terriberry
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-07Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-08-06Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.Gregory Maxwell
2012-07-26Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré
2012-07-22Add some more api docs.Gregory Maxwell
2012-07-21Replace the remaining instances of restrict with OPUS_RESTRICT.Gregory Maxwell
2012-07-20Replace a remaining instance of restrict with OPUS_RESTRICT.Gregory Maxwell
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-11Pretty up the HTML doxygen output.Gregory Maxwell
2012-06-11Add brief descriptions to the encode/decode groups to avoid weird autobreif s...Gregory Maxwell
2012-06-11Correct documentation in opus_custom.h.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-24Add extern "C" protection to opus_multistream.h.Ralph Giles
2012-05-21Tweak doxygen input so that the manpage names won't conflict.Gregory Maxwell
2012-05-18Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY.Gregory Maxwell
2012-05-16Merge branch 'tmp_draft'Jean-Marc Valin
2012-05-16Revert "Adds 3rd clause to CELT license"Jean-Marc Valin
2012-05-11Addressing the remaining comments from Robert SparksJean-Marc Valin
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-24Adds 3rd clause to CELT licenseJean-Marc Valin
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-04-20Misc changes to address Robert Sparks' commentsJean-Marc Valin
2012-04-02Improve decoder_create documentation.Ralph Giles
2012-04-02Remove trailing whitespace.Ralph Giles
2012-03-08Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin
2012-03-06Fix documenation typos.Ralph Giles
2012-03-06Fix typos in the API documentation.Ralph Giles
2012-03-06Make input mapping parameter const in multistream APIVincent Penquerc'h
2012-03-0640/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell