- Jun 16, 2023
-
-
Add unit tests for opus_packet_extensions_count, opus_packet_extensions_parse, and opus_packet_extensions_generate. Add various assertions for NULL buffers or negative length arguments. Add explicit check for invalid length in opus_packet_extensions_count. Check for extension id >127 in opus_packet_extensions_generate. Check for invalid length input in opus_packet_extensions_generate. Signed-off-by:
Jean-Marc Valin <jmvalin@amazon.com>
-
- Jun 01, 2020
-
-
Ralph Giles authored
Add doc/trivial_example.c to the autotools build so we get some minimal verification that the code compiles. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Apr 03, 2019
-
-
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>
-
- Feb 15, 2017
-
-
Jean-Marc Valin authored
It checks that no clearly unstable filter passes the LPC_inv_pred_gain() test. Also, this will make it possible to check assembly for correctness. Modified from an original patch from Linfeng Zhang <linfengz@google.com>.
-
- May 18, 2016
-
-
Ricardo Constantino (:RiCON) authored
*-gnu.S are generated by arm2gnu.pl (derf) celt/arm/armopts.s is also generated from armopts.s.in
-
Ricardo Constantino (:RiCON) authored
Generated by newer versions of Doxygen when built with sqlite3.
-
Ricardo Constantino (:RiCON) authored
-
- May 17, 2016
-
-
Orestes authored
-
- May 11, 2016
-
-
Ralph Giles authored
-
Orestes authored
-
Ralph Giles authored
This was adding in the MSVC project updates, but isn't correct.
-
uraymeiviar authored
fix build settings for DLL project, runtime library must be linked to DLL too to prevent heap deallocation error
-
uraymeiviar authored
Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project settings to produce .dll file instead of .lib
-
- May 20, 2013
-
-
Ron authored
Needed by commit 972a34ec. Use autoreconf in autogen.sh instead of the handwritten version, it's simpler, and also updates things that we weren't handling. Drop the hand-written INSTALL file. Its information content was ~zero, and autotools wants to overwrite it with its own version, so don't fight that, just .gitignore it.
-
- May 10, 2013
-
-
Ron authored
-
Ron authored
This one meets or exceeds the following requirements: - Version is checked/updated for every build action when in the git repo. Does not require the user to re- ./configure to get the correct version. - Version is not updated automatically when using exported tarball source. Avoids accidentally getting a wrong version from some other git repo in a parent directory of the source, and allows setting the correct version for distro package exports. - Automatic updating can be manually suppressed. For developers doing lots of change/rebuild cycles they don't plan to release, when they don't want a full rebuild triggered for every commit, and again for every change made immediately after a commit. The version will still always be updated if they do a `make dist`. - Does not require any manual updating of versions in the mainline git repo for each release aside from normal tagging. The version is recorded in one file only, that is automatical...
-
- Oct 11, 2012
-
-
- Aug 16, 2012
-
-
Ralph Giles authored
This is another script generated by the autotools build.
-
- Jul 30, 2012
-
-
- Jul 20, 2012
-
-
Add more MSVC files to .gitignore. Make all configurations use default floating point model.
-
- Sep 14, 2011
-
-
Jean-Marc Valin authored
-
- Sep 01, 2011
-
-
Gregory Maxwell authored
with a trivial makefile.
-
- Apr 28, 2011
-
-
Jean-Marc Valin authored
-
- Jul 03, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Nov 30, 2007
-
-
Jean-Marc Valin authored
-