Commit graph

8 commits

Author SHA1 Message Date
Kári Tristan Helgason
46560534fc
Define integer types from stdint.h where it's available
This fixes issues when using neon intrinsics on 64-bit
systems.

Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-11-16 16:16:33 -05:00
Carlos Alberto Lopez Perez
1f8cea2d13
Avoid warning when __STDC_VERSION__ is not defined
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>
2017-05-01 14:37:57 -07:00
Jean-Marc Valin
88f22f2d17 Revert "Adds 3rd clause to CELT license"
This reverts commit 9f407afad6.
2012-05-16 00:29:02 -04:00
Jean-Marc Valin
329112075e Addressing the remaining comments from Robert Sparks 2012-05-10 16:01:45 -04:00
Jean-Marc Valin
9f407afad6 Adds 3rd clause to CELT license 2012-04-24 01:04:12 -04:00
Jean-Marc Valin
cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
Also added 3rd clause to "master" COPYING file
2012-04-20 16:41:42 -04:00
Ralph Giles
120800f8fa Rename '_FOO' to avoid potentional collisions with reserved identifiers.
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.
2011-12-02 12:31:36 -05:00
Jean-Marc Valin
4923f3f80e Moves the main headers from src/ to include/ 2011-10-26 21:36:57 -04:00
Renamed from celt/opus_types.h (Browse further)