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
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
2012-07-18Convert some double constants to float.Gregory Maxwell
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-05-17Fixes the stereo_analysis() fixed-point overflow issue properlyJean-Marc Valin
2012-05-15Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUD...Gregory Maxwell
2012-04-24Merge commit '390c89225d'Jean-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-03-06Adds missing RESTORE_STACK statements on error pathsJean-Marc Valin
2012-03-06More consistent types for 16-bit architecturesJean-Marc Valin
2012-03-0640/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell
2012-02-18Last updates for draft -11v0.9.9Jean-Marc Valin
2012-01-24Fixes a few minor issues (no bit-stream change)Jean-Marc Valin
2011-12-13Fixes two minor issues found in random testing at ridiculously low rate.Jean-Marc Valin
2011-11-26Testing tools improvements (no impact on draft)Gregory Maxwell
2011-10-27Convert tabs to spaces in the opus and celt code.Ralph Giles