RSS feed
be236b12
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 22:12
Considers the case where SILK busts its budget in hybrid mode
fd152f55
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/28 20:24
fixes a mixup between decoder and PLC states
1ee6b48c
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/28 20:03
Fixes PLC initialization bug
2f3ae499
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 19:52
oops, bad copy-paste
d6cad7aa
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 19:20
Disabling some unused SILK functions from the float build
8fcfe02b
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/28 18:47
Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to reduce stack usage.
fa3ef8dc
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 19:13
draft wip
9fb5cee6
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 18:41
Checking that encoder options aren't used for decoding in opus_demo
e1c3eac4
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 17:20
oops, forgot to update the source list
a3798d9b
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/28 17:07
comment
0dbd0ca3
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/28 17:05
Fixes two SILK PLC issues
acc7a6c7
– Koen Vos <koen.vos@skype.net>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/10/28 15:44
Reformatting changes with an update to the MSVC project files
2d4f6140
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 12:16
test vector wip, nothing to see here
9e19fe6f
– Ralph Giles <giles@thaumas.net>
authored
on 2011/10/28 07:32
Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h.
7931a601
– Ralph Giles <giles@thaumas.net>
authored
on 2011/10/28 07:29
Remove relative paths to opus.h.
839de4d0
– Ralph Giles <giles@thaumas.net>
authored
on 2011/10/28 07:03
Remove the define check for __GNUC_PREREQ.
b4dd4eb7
– Ralph Giles <giles@thaumas.net>
authored
on 2011/10/28 06:51
Fix the test for gcc version >= 4.6 to work for gcc 5 and up.
732ac844
– Ralph Giles <giles@mozilla.com>
authored
on 2011/10/28 05:27
Move opus_apps inside the MALLOC_FAIL block.
455993f1
– Ralph Giles <giles@mozilla.com>
authored
on 2011/10/28 05:23
Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK.
b88a7baf
– Ralph Giles <giles@mozilla.com>
authored
on 2011/10/28 05:21
Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later.
c19bc346
– Ralph Giles <giles@thaumas.net>
authored
and Ralph Giles <giles@mozilla.com>
committed
on 2011/10/28 03:14
Check for __malloc_hook and define MALLOC_FAIL appropriately.
ed90cdc3
– Ralph Giles <giles@thaumas.net>
authored
and Ralph Giles <giles@mozilla.com>
committed
on 2011/10/28 02:55
Disable the deprecated function warning on __malloc_hook.
657dea71
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/28 08:10
Moving the dash header inline to appease the apple gcc.
ad20dd2f
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 08:09
Preparing for test vectors
d84fa9fd
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/28 07:06
Fixes a bug in ec_enc_done when no range coded data was coded and adds test cases to test_unit_entropy.
aecf2d3e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/28 07:02
opus_demo now returns 1 on mismatch
6f1ece57
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/28 05:59
Extend test_unit_entropy to test some patch_initial_bits corner cases.
16abc6fe
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2011/10/28 02:25
Fix for ec_enc_patch_initial_bits().
c8649d0e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 18:25
Gives the Opus code direct access to (non-opaque) OpusRepacketizer
f340bba0
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 16:33
Checking error codes internally and return OPUS_INTERNAL_ERROR on failure
71c04dc0
– Gregory Maxwell <greg@xiph.org>
authored
on 2011/10/27 14:07
Improve test_opus_encode's coverage of some high rate cases.
d17bc2e8
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 12:46
Make CBR code a bit less aggressive about low rate
cb9471c0
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 12:45
Fixes a hybrid bug when operating with a max bit-rate
84846910
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 11:34
draft: CELT encoder description for tf_analysis() and spreading_decision()
4a7027b2
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 09:51
Allow wrap-around in silk_LPC_analysis_filter()
e6a0be8e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 09:43
Makes OPUS_SET_VOICE_RATIO private
6ef37872
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2011/10/27 09:39
Making sure DTX for voice still works at high bit-rate