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
2022-06-27Fix 8101b33 to decode ignored redundancyMark Harris
2022-06-26Correct redundancy handling with lost/DTX framesMark Harris
2018-03-27Some missing checksJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adds Opus decoder state validationJean-Marc Valin
2018-03-27Fixing no-redundancy CELT->SILK and CELT->hybrid transitionsJean-Marc Valin
2017-08-29Fix typo in a comment in opus_decoder.cMatt Brubeck
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2015-12-30Avoids having the Opus-level "arch" be set to 0 on encoder/decoder resetJean-Marc Valin
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-09-30-DOPUS_WILL_BE_SLOW to disable the no-optimization warningJean-Marc Valin
2014-01-30Moves opus_packet_get_samples_per_frame() to opus.cJean-Marc Valin
2014-01-08Fixes the decode_fec case for b76888dMark Harris
2014-01-08Preventing unnecessary stack use when using a large decode bufferJean-Marc Valin
2014-01-07Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-12oops, don't need RESTORE_STACK when there's no stackJean-Marc Valin
2013-11-11More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0Jean-Marc Valin
2013-11-10Fixes some minor issues found by scan buildJean-Marc Valin
2013-10-29Moves opus_packet_parse_impl() from opus_decoder.c to opus.cJean-Marc Valin
2013-10-28Add a little missive when compiling without optimization.Gregory Maxwell
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-14Oops, thanks to Mark Harris for spotting this!Jean-Marc Valin
2013-10-14opus_packet_parse_impl() now computes the packet size with paddingJean-Marc Valin
2013-10-13Rejects bad multistream frame lengthMark Harris
2013-10-13Fixes PLC for sizes that don't match basic Opus frame sizes.Mark Harris
2013-10-12Fix 40/60ms zero-length frame decode failureMark Harris
2013-10-12Do up-front validation of multistream packetsJean-Marc Valin
2013-06-30Braces go on the next line.Gregory Maxwell
2013-06-30Brace a number of if statements instead of one-lining them.Gregory Maxwell
2013-06-30Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2013-06-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-18Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-04-23Fixes FEC issues introduced in 7fcd66cJean-Marc Valin
2013-03-02Applies soft-clipping to the int decoder API.Jean-Marc Valin
2012-12-06Fixes OPUS_GET_LAST_PACKET_DURATIONJean-Marc Valin
2012-12-05Adds assert to catch bug from previous commitJean-Marc Valin
2012-12-05Fixes a multi-frame FEC issue that was caught by valgrindJean-Marc Valin
2012-12-05Adds explicit valgrind checks when ENABLE_VALGRIND is definedJean-Marc Valin
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-05Don't update the internal decoder state until we know the packet is validJean-Marc Valin
2012-12-05Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-12-03Fix packet length handling for 16-bit machines (makes no difference on 32-bit)Jean-Marc Valin
2012-12-01Fixes an out-of-bounds read issue with the padding handling codeJean-Marc Valin
2012-11-29Improve the !OPUS_BUILD #error.Ralph Giles
2012-11-05Reduces decoder stack usageJean-Marc Valin
2012-10-10Attenuates the HF in hybrid mode to match what SILK does below the cutoffKoen Vos
2012-09-08Remove large multistream stack buffers.Timothy B. Terriberry