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 (Collapse)Author
2016-10-21Prevents ridiculously large gains from causing inf/NaNs in float decoderupdate_draftJean-Marc Valin
2016-09-01Fixes an overflow in LPC_inverse_pred_gain_QA()Jean-Marc Valin
We now declare that anything that would overflow is not stable enough
2016-09-01Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2016-09-01update run_vectors.shJean-Marc Valin
2016-07-04move #!/bin/sh to top in run_vectors.shJean-Marc Valin
2016-07-04Fix copyright header on run_vectors.shJean-Marc Valin
2016-07-04minimal fix to the SILK resamplerJean-Marc Valin
2016-07-04Bitstream change: prevent noise injection in hybrid modeJean-Marc Valin
This makes it possible to use folding rather than LCG noise in the second CELT band (9.6 to 12 kHz) in hybrid mode.
2016-06-30New testing scriptJean-Marc Valin
2013-03-12Fixes a minor CELT->SILK switching glitch in the decoderietf-draftJean-Marc Valin
By not reinitializing the stereo state during a switch, the old stereo memory would create a false impulse (i.e. single sample) in the decoded audio. This change affects the normative part of the decoder. Fortunately, the modified decoder is still compliant with the specification because it still easily passes the testvectors. For example, for the float decoder at 48 kHz, the opus_compare (arbitrary) "quality score" changes from from 99.9333% to 99.925%.
2013-03-12Fixes an out-of-bounds read issue with the padding handling codeJean-Marc Valin
This was reported by Juri Aedla and is limited to reading memory up to about 60 kB beyond the compressed buffer. This can only be triggered by a compressed packet more than about 16 MB long, so it's not a problem for RTP. In theory, it *could* crash an Ogg decoder if the memory just after the incoming packet is out-of-range.
2012-08-23misc updates to RFCv1.0.0Jean-Marc Valin
2012-08-23Resolve rewhitening description issues.Timothy B. Terriberry
Plus other minor changes.
2012-08-23minor RFC editsJean-Marc Valin
2012-08-22More acknowledgementsJean-Marc Valin
2012-08-22Misc updates for rfc-editorJean-Marc Valin
2012-08-22Corrections to the RFC Editor fixes.Timothy B. Terriberry
2012-08-22Fix nits reported since draft16.Timothy B. Terriberry
2012-08-21More corrections, configure version updateJean-Marc Valin
2012-08-21First sets of corrections: consistent terminologyJean-Marc Valin
2012-08-21Replaced RFCXXXX with RFC6716Jean-Marc Valin
2012-08-21Revision from RFC-EditorJean-Marc Valin
2012-08-08Bump to 1.0.0-rcv1.0.0-rcJean-Marc Valin
2012-07-03Nits before sending to RFC Editor.Jean-Marc Valin
2012-07-03Add extern "C" protection to opus_multistream.h.Ralph Giles
Unlike the other headers, opus_multistream.h didn't declare itself to be C code, causing confusing errors when the caller tries to use the functions from C++.
2012-06-29Fix SHA1 of the tar.gz in the draftJean-Marc Valin
2012-06-29Date/version change for the draftJean-Marc Valin
2012-06-29Add Andrew D'Addesio to the acknowledgements.Timothy B. Terriberry
Also sort the lists of people alphabetically.
2012-06-29Some minor draft text clarifications.Timothy B. Terriberry
Thanks to Andrew D'Addesio for the reports.
2012-06-29Rename opus_source.tar.gz to opus-rfcXXXX.tar.gz.Ralph Giles
We want the final spec to use the actual rfc number to avoid confusion with other releases. This will make the spots that need updating easier to find. Conflicts: doc/draft-ietf-codec-opus.xml
2012-06-29Reference to the RFC for all other filesJean-Marc Valin
2012-06-29Added reference to the RFC to all c/header filesJean-Marc Valin
Script was: perl -ne 's/^(.*)(Redistribution and use in source and binary forms)/\n${1}This file is extracted from RFCXXXX. Please see that RFC for additional\n${1}information.\n\n$1$2/;print'
2012-06-19Trivial fixesdraft-15Jean-Marc Valin
2012-06-18Adds the IETF copyright notice and 3-clause BSD to all draft files but the ↵Jean-Marc Valin
README
2012-06-17Fix some typos in the SILK stereo weight section.Timothy B. Terriberry
Thanks to Andrew D'Addesio for the report.
2012-06-17Misc draft fixesJean-Marc Valin
2012-06-08Fix copyright notice in COPYINGJean-Marc Valin
2012-06-07Rest of the copyright notice changesJean-Marc Valin
2012-06-07Fixes the SILK licenseJean-Marc Valin
2012-06-07Addresses comments/discusses from the IESGJean-Marc Valin
2012-05-17s/octet/byte/v0.9.14draft-14Jean-Marc Valin
Also version bump
2012-05-17More minor gen-art round 2 edits.Timothy B. Terriberry
2012-05-17Second round of Gen-art changesJean-Marc Valin
2012-05-16version bumpv0.9.11draft-13Jean-Marc Valin
2012-05-16Remove trailing whitespace from draft-ietf-codec-opus.xml.Gregory Maxwell
2012-05-16commasKat Walsh
2012-05-16Table title capitalizationJean-Marc Valin
2012-05-16draft copyeditingKat Walsh
2012-05-16misc draft fixesJean-Marc Valin
2012-05-16More minor gen-art part 2 edits.Timothy B. Terriberry
Includes the addition of a band-layout table.