Gregory Maxwell
7830cf1bd2
Replace "inline" with OPUS_INLINE.
...
Newer versions of MSVC are unhappy with the strategy of the build
environment redefining "inline" (even though they don't support the
actual keyword). Instead we define OPUS_INLINE to the right thing
in opus_defines.h.
This is the same approach we use for restrict.
2013-10-28 10:18:54 -07:00
Ralph Giles
f2446c25c6
Remove trailing whitespace from the license headers.
2013-09-16 14:40:04 -07:00
Timothy B. Terriberry
80ad38370c
Convert quotes in license headers to ASCII.
...
Since the last patch originally had them mangled (presumably by
mailer, http server, or something else), let's just get rid of
them.
2013-05-19 19:16:11 -07:00
Jean-Marc Valin
ae00e60d35
License update using the IETF Trust flavour of the BSD on the Silk code
2012-04-20 16:31:04 -04:00
Koen Vos
54518c879a
Last part of the LPC work stabilization work discussed at the last meeting
...
Also adds the encoder part of commit ee8adbe701
as well as a few
minor cleanups.
2012-01-31 01:51:22 -05:00
Koen Vos
acc7a6c78b
Reformatting changes with an update to the MSVC project files
2011-10-28 19:44:26 -04:00
Koen Vos
e2f1aac572
Fixes a corner case that was causing silk_A2NLSF() to fail
...
Input that caused the problem was:
a_Q16[] = [129763 -49346 -42032 5488 28014 -1549 -2384 -8568
3154 -5104 -1605 6291 11861 -1843 -17715 7361]
2011-10-12 21:30:58 -04:00
Jean-Marc Valin
1c2f5633d1
Removed all the silk_ prefixes in source file names (not symbols)
2011-09-16 01:16:53 -07:00