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-05-19Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-05-08Fixes FEC issues introduced in 7fcd66cJean-Marc Valin
2012-12-06Fixes OPUS_GET_LAST_PACKET_DURATIONJean-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-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
2011-10-20Implements hard CBR for SILKJean-Marc Valin
2011-10-19Simplfies the condition for resetting the CELT stateJean-Marc Valin
2011-10-14Improved test for fishy redundancy lengthJean-Marc Valin
2011-10-14Tim says it's safeJean-Marc Valin
2011-10-13Doing a best for "unprotected" switches to 2.5 ms framesJean-Marc Valin
2011-10-12Misc bug fixesJean-Marc Valin
2011-10-11Fixes a corruption when decoding FEC framesJean-Marc Valin
2011-10-11Misc SILK fixes:Koen Vos
2011-10-08Redundancy fixesJean-Marc Valin
2011-10-05Fix C89 incompatible mixed declarations and code introduced by 220a7d4b.Gregory Maxwell
2011-10-04Fixes glithes when switching between SILK-only and hybridJean-Marc Valin
2011-10-04Prevents the SILK PLC from being called with an invalid frame size or samplin...Jean-Marc Valin
2011-10-03Remove warning added by 4cc9a459.Gregory Maxwell
2011-10-03Eliminate redundant redundancy code.Gregory Maxwell
2011-10-02Improve opus_decode() error code consistency.Gregory Maxwell
2011-10-02Fix bug in the OPUS_GET_APPLICATION_REQUEST ctl and also add a bunch of set c...Gregory Maxwell
2011-09-16Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin
2011-09-16Renaming the SKP_ prefix to silk_Jean-Marc Valin
2011-09-14Implements OPUS_GET_PITCH that queries the decoded pitchJean-Marc Valin
2011-09-09Fixes silly CBR/VBR inversion bug from 7954065c77Jean-Marc Valin
2011-09-07Sanitize input to opus_en/decoder_get_size.Gregory Maxwell
2011-09-06Making redundancy length decoding errors non-fatalJean-Marc Valin
2011-09-06s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/Jean-Marc Valin