RSS feed
591b7494
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/08 06:22
Redundancy fixes
9fd13d60
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/07 18:50
Not delaying stereo->mono transitions to/from CELT
1e22a4b7
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/07 18:29
Fixes a problem with the SILK toMono when we're encoding 40/60 ms frames
6e5f6d04
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/07 14:08
Prevents a SILK stereo encoding-side desync
d5c92637
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/07 10:59
Fixes two encoder bugs causing glitches in stereo->mono switches
b5972388
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/07 04:38
Proper SILK delay compensation for resampling
a5e96b84
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/06 07:34
More draft updates and additions.
88875669
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/06 09:38
SILK update
480ba703
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/05 09:49
SILK stereo fix
e98f1f50
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/04 21:59
Fix C89 incompatible mixed declarations and code introduced by 220a7d4b.
49979211
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/04 14:26
Move useInterpolatedNLSFs assert from encode_indices.c to silk/process_NLSFs.c.
32d5c2d6
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/04 16:20
Disabling LBRR for whever there's a change in bandwidth/channels/framesize
fd17eabc
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/03 23:31
Add some CUSTOM_MODES ifdefs in celt.c around code only used by
b9f443d5
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/03 21:20
More assert updates, make the initialization in silk_warped_autocorrelation_FLP more explicit to make tools happy, and allow resetting to auto with OPUS_SET_FORCE_CHANNELS.
2779df7f
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/04 09:26
Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype's PLC.c
bc2eebdf
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/04 07:59
Fixes glithes when switching between SILK-only and hybrid
0c5085ad
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/03 21:10
Prevents the SILK PLC from being called with an invalid frame size or sampling rate
5d5875a9
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/03 17:07
Add the noreturn attribute on the assert functions to aid static analysis, improve test_repacketizer error handling, and silence 19 clang static analysis errors with additional assertions.
4a7c9859
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/03 10:04
Correct C99 undefined behavior in silk/NSQ.c, parallel change to 1ee139bc.
1e0805d7
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/03 09:52
Delaying SILK stereo->mono transitions by two frames
8a7543c4
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/03 09:29
Remove warning added by 4cc9a459.
4cc9a459
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/03 09:07
Eliminate redundant redundancy code.
9c937631
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/02 20:51
Merge remote-tracking branch 'greg/master'
de3e16c8
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/02 20:39
Fixes stereo->mono switching bugs (encoder)
ed921b01
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/02 16:04
Make it possible to undo the effect of the private OPUS_SET_FORCE_MODE encoder ctl.
32af90ae
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/02 10:27
Improve opus_decode() error code consistency.
8714189c
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/01 23:19
Fix bug in OPUS_SET_BANDWIDTH_REQUEST.
220a7d4b
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/01 16:30
Fix bug in the OPUS_GET_APPLICATION_REQUEST ctl and also add a bunch of set ctl range checking and improve encoder/decoder error code consistency.
55788c8c
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/30 15:50
Assertion update for commit b23a6ca5
342d654c
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/30 13:57
As of commit 44203907 all celt bands N>1 are even, including custom modes. In light of this, remove some pointless tests.
b23a6ca5
– J-M Valin (rewritten by T.B. Terriberry) <jmvalin@jmvalin.ca>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/09/30 14:12
Fixes problems with unstable filter detection
efe16c5d
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/09/29 18:02
don't allow the user to override the bandwidth so that it's above what Fs allows
b180a3fe
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/09/29 13:43
Make silk_assert calls work with the autotools --enable-assertions.