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
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
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