- Dec 07, 2017
-
-
Change-Id: I3db285875b6b5548decc436be00096b97be1be3c Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Nov 07, 2017
-
-
OpusProjection* classes MixingMatrix class Projection tests Change-Id: I98644466abf4ffd36e48bdecad1204d69e1539b9 Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 27, 2017
-
-
Felicia Lim authored
-
- Jul 06, 2016
-
-
Mark Harris authored
-
- Oct 23, 2015
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- May 05, 2013
-
-
Jean-Marc Valin authored
Conflicts: src/opus_multistream_encoder.c
-
- Dec 04, 2012
-
-
Jean-Marc Valin authored
PLC and FEC now return exactly the number of samples specified for the buffer rather than (usually) returning the size of the last packet. Doc and tests are updated accordingly.
-
- Sep 27, 2012
-
-
Gregory Maxwell authored
-
I stumbled upon the typo in README.draft, so took the opportunity to grep for common misspellings using List_of_common_misspellings.txt for hunspell.
-
- Sep 19, 2012
-
-
Gregory Maxwell authored
This could be confusing/misleading.
-
- Sep 11, 2012
-
-
Jean-Marc Valin authored
-
- Sep 10, 2012
-
-
This patch also includes some small edits/additions to the main API documentation.
-
- Jun 01, 2012
-
-
In places where an ignored return or a null-arg is a sure indication of a bug add the GCC warning attributes. The null arg annotation is not enable for Opus itself because it will cause the compiler to optimize out some null checks. I don't trust our callers quite that much.
-
- May 23, 2012
-
-
Ralph Giles authored
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++.
-
- May 16, 2012
-
-
Jean-Marc Valin authored
This reverts commit 9f407afa.
-
- Apr 24, 2012
-
-
Jean-Marc Valin authored
-
- Apr 20, 2012
-
-
Jean-Marc Valin authored
Also added 3rd clause to "master" COPYING file
-
- Mar 08, 2012
-
-
Jean-Marc Valin authored
-
- Mar 06, 2012
-
-
- Oct 30, 2011
-
-
Gregory Maxwell authored
-
- Oct 27, 2011
-
-
Jean-Marc Valin authored
-
- Sep 14, 2011
-
-
Correct member comments copied from the non-multistream api, and document the remaining undocumented members. Still very rough.
-
- Sep 12, 2011
-
-
Jean-Marc Valin authored
Untested
-
- Sep 07, 2011
-
-
Jean-Marc Valin authored
-
Ralph Giles authored
Doxygen uses comments in the source code to generate documentation. This commit just adds the descriptive headers and marks current comments and appropriate for inclusion in the API docs. Many symbols remain undocumented. See the warnings from the build output.
-
- Aug 29, 2011
-
-
Jean-Marc Valin authored
-
- Aug 27, 2011
-
-
Jean-Marc Valin authored
Only tested for the single-stream case!
-