Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
f2c8e5df
Commit
f2c8e5df
authored
Mar 18, 2011
by
Jean-Marc Valin
Browse files
CELT update
With minor fixes
parent
64d834f3
Changes
5
Hide whitespace changes
Inline
Side-by-side
celt
@
c5f99909
Subproject commit
a7be4387166462d6dd5ea6184debacb0aca509a0
Subproject commit
c5f999097f64eb090e1a353a57f80045ece7330a
configure.ac
View file @
f2c8e5df
...
...
@@ -3,7 +3,7 @@
AC_PREREQ([2.59])
AC_INIT(src/opus.h)
AM_INIT_AUTOMAKE(opus,0.9.
3
)
AM_INIT_AUTOMAKE(opus,0.9.
4
)
# Checks for programs.
AC_PROG_CC
...
...
doc/draft-ietf-codec-opus.xml
View file @
f2c8e5df
...
...
@@ -2030,7 +2030,9 @@ This document has no actions for IANA.
<section
anchor=
"Acknowledgments"
title=
"Acknowledgments"
>
<t>
Thanks to all other developers, including Raymond Chen, Soeren Skak Jensen, Gregory Maxwell,
Christopher Montgomery, Karsten Vandborg Soerensen, and Timothy Terriberry.
Christopher Montgomery, Karsten Vandborg Soerensen, and Timothy Terriberry. We would also
like to thank Igor Dyakonov, Jan Skoglund and Keith Yan for their help in testing the
codec.
</t>
</section>
...
...
src/Makefile.am
View file @
f2c8e5df
EXTRA_
dist
=
hybrid.vcxproj.filters hybrid.vcxproj
EXTRA_
DIST
=
hybrid.vcxproj.filters hybrid.vcxproj
INCLUDES
=
-I
$(top_srcdir)
/celt/libcelt/
-I
$(top_srcdir)
/silk/interface
...
...
src/opus_decoder.c
View file @
f2c8e5df
...
...
@@ -135,6 +135,7 @@ static int opus_decode_frame(OpusDecoder *st, const unsigned char *data,
if
(
st
->
stream_channels
>
st
->
channels
)
return
OPUS_CORRUPTED_DATA
;
/* FIXME: Remove this when we add SILK stereo support */
if
(
st
->
stream_channels
==
2
&&
mode
!=
MODE_CELT_ONLY
)
return
OPUS_UNIMPLEMENTED
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment