summaryrefslogtreecommitdiff
path: root/include/opus_types.h
Commit message (Collapse)AuthorAgeFilesLines
* Define integer types from stdint.h where it's availableKári Tristan Helgason2017-11-161-9/+16
| | | | | | | This fixes issues when using neon intrinsics on 64-bit systems. Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
* Avoid warning when __STDC_VERSION__ is not definedCarlos Alberto Lopez Perez2017-05-011-1/+1
| | | | | | | | This fixes an issue with gcc 4.9 on Debian 8, at least, which defines __STDC__ but not __STDC_VERSION__, unlike more recent gcc. Signed-off-by: Ralph Giles <giles@thaumas.net>
* Revert "Adds 3rd clause to CELT license"Jean-Marc Valin2012-05-161-5/+0
| | | | This reverts commit 9f407afad6da25f87c2350e86b21151578ac2ed4.
* Addressing the remaining comments from Robert SparksJean-Marc Valin2012-05-101-1/+1
|
* Adds 3rd clause to CELT licenseJean-Marc Valin2012-04-241-0/+5
|
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
| | | | Also added 3rd clause to "master" COPYING file
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-021-3/+3
| | | | | | | | | | | | | | C reserves identifiers of the from _[A-Z]+ and we have a number of those in the code. This patch renames the various function arguments, MACROS and preprocessor symbols to avoid the reserved form. It also removes the CHANNELS() macro altogether. This was a minor optimization for TI DSP to force a mono-only build, as were the associated local 'const' versions. Since stereo support is manditory, it wasn't worth keeping. Thanks to John Ridges for raising the issue, and Jean-Marc Valin and Greg Maxwell for reviewing the changes.
* Moves the main headers from src/ to include/Jean-Marc Valin2011-10-261-0/+159