RSS feed
fc8b605c
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/28 13:09
Eliminate signed overflow in constant, minor makefile.draft updates.
59647fdb
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/28 11:44
Misc. silk/ cleanups: static inline things which are only used in one file.
afc8d53b
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/28 11:13
Cleans up some leaking opus_custom symbols in celt/
c7ab61b3
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/28 12:24
Fixes a bug introduced while fixing the original 60-ms stereo bug
e4de8a9c
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/28 10:23
Fixes a bug that was falsely triggering DTX for 60 ms stereo
744e59ef
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/28 08:40
More resampler cleanups.
96739ad3
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/27 22:26
Eliminate function pointers from the resampler.
5d48dbd3
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/27 19:49
Help JM's eclipse understand that silk_NLSF_del_dec_quant returns.
9925366a
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/27 19:30
Silence the remaining silk/ GCC warnings.
7152a9aa
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/27 17:33
Fix some GCC warings in the silk/ directory.
748c960c
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/17 08:44
Add support for coding signs with 0 pulses.
9826ed99
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/27 13:12
Fixes a glitch on SILK frame size switching
9f90e57a
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/27 10:10
Fixes a glitch in SILK mono->stereo switching
6312d9a3
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/26 20:01
Commenting on the implementation-defined behaviour we rely on
828e33f3
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/26 16:53
Draft clean-ups and additions.
a404d4e9
– Benjamin M. Schwartz <bens@alum.mit.edu>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/14 10:53
Update text regarding PLC and add a new section on clock drift.
0da4f238
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/24 20:11
Avoiding more left shifts of negative values
803ec8c6
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/23 19:48
Avoiding left shifts of negative values
40b954dc
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/23 19:29
minor draft fixes
d62f3781
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/23 19:05
CELT decoder figure, some more acknowledgements
1ee139bc
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/23 09:08
Making the left shift macros use unsigned to avoid undefined behaviour
44ce46dc
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/23 09:05
Fixes a decoder overflow on random input
25577500
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/22 18:13
API doc improvements
c248e6d0
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/22 13:59
Improved doxygen doc for opus.h
cc340504
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/21 10:50
Fixes an integer overflow caused by uninitialized values in LTP scaling
363924ee
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/20 11:15
Draft build fixes, some more details
149754ea
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/19 12:40
Patch from Tim to avoid a spurious uninitialized warning in test_opus.c.
f7bf43b3
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/19 11:49
Some fixes for C89 builds.
bd628ab6
– Ralph Giles <giles@mozilla.com>
authored
on 2011/09/16 18:53
Use fold instead of passing a wrap length to base64.
1c2f5633
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/15 21:16
Removed all the silk_ prefixes in source file names (not symbols)
fb3a437c
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/15 20:58
Renaming the SKP_ prefix to silk_
c0f050e7
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/15 13:18
Making sure to avoid undefined behaviour
c4ca21fc
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/15 06:10
Moves opus_compare to the same base64 tar.gz as the rest of the code
48069bf9
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/15 07:33
Documentation and build script updates.
25f7f355
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/14 05:50
Implements OPUS_GET_PITCH that queries the decoded pitch
bceb8e15
– Ralph Giles <giles@mozilla.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/13 20:04
Remove redundant API parameter comments from opus_multistream.c.
1c1cf7d0
– Ralph Giles <giles@mozilla.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/13 19:56
More documentation for the multistream API.
2ca6c5d2
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/13 20:06
more libcelt->celt renames
c3749909
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/13 14:21
renames the libcelt/ directory to celt/
92675068
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/11 18:00
Changing some TODOs that were really future optimization hints
af50ce92
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/11 16:13
Implements OPUS_MULTISTREAM_{EN|DE}CODER_GET_STATE
c63cc122
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/11 15:51
Implements multi-stream encoder requests the best we can
e448df83
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/11 14:12
Properly implementing the multistream decoder ctl()s
5257e3fe
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/11 12:12
TF decoding details
904e7a87
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/11 10:29
Adds a bound on the SILK rate to prevent it from busting the byte limit
8fdf2afb
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/10 17:56
integer type fixes
77519bfb
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 21:11
minor doc update
3bcf3678
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/09 13:11
Documentation updates.
ee83c16e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 11:19
Doxygen comment fixes
21452882
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 10:57
Opus now default to VBR
cdfb8f31
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 10:50
Making complexity default to 10 for the CELT part too
29095379
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/09 10:24
Documentation updates.
131d8882
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 09:56
Makes multi-stream encoding code use the repacketizer
0ca076d5
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 09:49
Fixes multi-stream bug exposed in e335065a1ba72
f5ac8a68
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 07:31
test_opus now uses a string for the application
68bc8c04
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/09 07:10
Making RESTRICTED_LOWDELAY an "application" that's set at init time
d970a85c
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/08 17:41
Using opus_repacketizer_init() instead of opus_repacketizer_create() in the encoder