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
2020-06-01Build trivial_example by default.Ralph Giles
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>
2019-04-03Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobrMarcus Asteborg
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-11-08Support for Channel Mapping 253Andrew Allen
OpusProjection* classes MixingMatrix class Projection tests Change-Id: I98644466abf4ffd36e48bdecad1204d69e1539b9 Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-02-15Adding a unit test for LPC_inv_pred_gain()Jean-Marc Valin
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>.
2016-05-18Add remaining generated files to gitignoreRicardo Constantino (:RiCON)
*-gnu.S are generated by arm2gnu.pl (derf) celt/arm/armopts.s is also generated from armopts.s.in
2016-05-18Clean doxygen_sqlite3.dbRicardo Constantino (:RiCON)
Generated by newer versions of Doxygen when built with sqlite3.
2016-05-18Move .exe back to root .gitignore for mingw buildsRicardo Constantino (:RiCON)
2016-05-18Move Visual Studio GitIgnores to own fileOrestes Zoupanos
2016-05-12Remove redundant .gitignore entries.Ralph Giles
2016-05-12Better Git Ignores for Visual Studio. r=rillianOrestes Zoupanos
2016-05-12Don't ignore win32.Ralph Giles
This was adding in the MSVC project updates, but isn't correct.
2016-05-12fix build settings for DLL project, runtime library must be linked to DLL ↵uraymeiviar
too to prevent heap deallocation error
2016-05-12Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project ↵uraymeiviar
settings to produce .dll file instead of .lib
2013-05-20Add support for autoconf macros in m4/Ron
Needed by commit 972a34ec2c79d241318af24389b8ee042d10556a. 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.
2013-05-11More gitignoranceRon
2013-05-10Fully automate version updatingRon
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 automatically generated and will never need to be committed. - Does not require gnu-make features for the autoconf builds. It does not currently: - Keep a checksum of every source file in tarball releases to mangle the version if people modify the tarball source. Responsible people can manually update the version easily though in such cases. The version.mk file is now only used by the VC project files. Once they are updated to use the package_version file too, then it can be deleted from the repository.
2012-10-11Ignore files created by configure && makePhilip Jägenstedt
2012-08-17Add 'compile' to the git ignore list.Ralph Giles
This is another script generated by the autotools build.
2012-07-30Added MSVC output directories to gitignore.Chris Moeller
2012-07-20Small cleanups to MSVC build setup.Gian-Carlo Pascutto
Add more MSVC files to .gitignore. Make all configurations use default floating point model.
2011-09-14renames the libcelt/ directory to celt/Jean-Marc Valin
2011-09-01Fix dump_modes for the api change and move it into a subdirectoryGregory Maxwell
with a trivial makefile.
2010-07-03gitignore updateJean-Marc Valin
2007-11-30Got MDCT analysis-synthesis to workJean-Marc Valin