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
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-07-08Packets indicating DTX may be up to 2 bytesMark Harris
2016-07-07Update URLsMark Harris
2016-04-20win32: only use dllexport when building DLLDaniel Verkamp
2016-01-08Suggest OPUS_LSB_DEPTH(14) for G.711. r=td-linux,mark4oRalph Giles
2015-10-23Updating links for both https and new versionsv1.1.1-rcMark Harris
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-12-20Document the motivation for the 120 ms repacketizer limit.Ralph Giles
2014-09-04Lowered the smallest packet that the multi-stream encoder can encodeJean-Marc Valin
2014-02-25Fixes encoder/decoder classification of ctl() requests.Bruno Randolf
2013-11-24Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell
2013-11-19Adds functions for multistream padding/unpadding and single-stream unpaddingJean-Marc Valin
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin
2013-11-14Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-11-09Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-06-30Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2013-06-17Use __declspec(dllexport) on mingw build.Jacek Caban
2013-05-18Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-05-05Implements basic surround maskingJean-Marc Valin
2013-05-05Initial surround code with new APIJean-Marc Valin
2013-03-19Minor soft clipping doc fixJean-Marc Valin
2013-03-08Merge branch 'exp_analysis'Jean-Marc Valin
2013-03-02Oops, fixed API name from previous commitJean-Marc Valin
2013-03-02Applies soft-clipping to the int decoder API.Jean-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-11Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.Ralph Giles
2012-12-05Implements opus_packet_get_nb_samples()Jean-Marc Valin
2012-12-05Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
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