RSS feed
bada4442
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/05/13 20:30
Improve portability to BeOS via some configure.ac fixes and cleanups.
1096fe5c
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/05/13 15:17
Remove unused headers/defines in silk/typedef.h, improving portability to AMIX4.0/GCC1.4.
936f52ca
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/05/13 07:40
Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUDOSTACK).
efbb5ea4
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/05/13 07:14
SILK to print error line with FIXED_DEBUG, assert with FIXED_DEBUG_ASSERT.
4ea14918
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/05/13 07:10
When FIXED_DEBUG_ASSERT CELT will assert on fixed-debug error.
6ae5101f
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/05/11 08:09
Fixes a fixed-point overflow by scaling pitch search more conservatively
1a9e8539
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/05/10 08:36
Fixes two fixed-point overflow issues
9faea25d
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/05/08 09:58
Fixes a (harmless) float overflow in the pitch search
37e13567
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/05/05 19:12
Avoid the unnecessary resynth averaging on intensity switch when encoding.
a403d5f7
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/05/04 16:01
Increase alignment of the internal state structures to sizeof(void *) from 4 bytes.
b7034ec2
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/04/30 06:22
Make opus_demo r/w little-endian PCM independent of host byte-order.
217cdae9
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/04/30 00:13
Make it possible for run_vectors.sh to fail on the mono tests.
135e5d3d
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/04/29 16:24
Remove automake color-tests and parallel-tests because they break solaris and require much newer autotools.
4281577b
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/04/25 09:30
Readme updates.
780fbc91
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/24 16:45
Fixes a (harmless) numerical overflow in noise_shape_analysis_FIX.c
3af4aa78
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/24 13:18
Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fs
c82cd062
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/24 13:12
Changes all uses of SHR()/SHL() macros to SHR32()/SHL32()
b3deb534
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/24 13:00
Prevents remove_doubling() from considering negative pitch gains
4f0c07f6
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/04/23 09:52
Add fwrite() error handling in repacketizer_demo.
f7ceaa60
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/04/23 21:45
Minor comment formatting change
ab5a0497
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/24 09:39
Merge commit '390c89225d'
390c8922
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/23 20:57
Adds some references, bumps version number
e4689464
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/04/23 20:37
Addressing AD issues
eb8b3c2b
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/23 12:24
Adds note on monic filter
28b1d248
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/04/23 09:51
Fix negative write bug in opus_demo and add some fwrite() error handling.
cb05e7cd
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/20 12:40
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
ae00e60d
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/20 12:31
License update using the IETF Trust flavour of the BSD on the Silk code
fa2750be
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/04/20 11:47
More changes addressing Robert Sparks' review
72273000
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/20 06:26
Misc changes to address Robert Sparks' comments
64e8021c
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/13 08:29
oops, this removes dead code left from previous commit
94a4989c
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/12 12:35
Makes silk_ADD_SAT32() conform to the C standard
367c3948
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/12 07:07
Fixes several overflows in the CELT fixed-point
7aecadda
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/07 19:03
Fixes a bug introduced by the previous commit
178758b8
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/04/06 19:32
Fixes some overflows in the fixed-point pitch code
cd539dfd
– Ralph Giles <giles@thaumas.net>
authored
on 2012/04/05 05:23
Rename to header makefile fragements to .mk
8779266c
– Ralph Giles <giles@thaumas.net>
authored
on 2012/04/05 05:19
Add opus_custom.h to celt_headers.txt.
d9474d90
– Ralph Giles <giles@mozilla.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/03/22 10:13
Cast a factor to maintain precision on 16 bit systems.
f4028521
– Ralph Giles <giles@mozilla.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/03/22 09:29
Improve decoder_create documentation.
5f6e472c
– Ralph Giles <giles@mozilla.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2012/03/19 13:10
Remove trailing whitespace.
905197d7
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/03/08 09:09
Fixes a bunch of 16-bit issues that the C5X compiler warns about
59354a77
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2012/03/08 07:19
Fixes int vs opus_int32 compile errors on C5x
8770b070
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/03/06 06:42
CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the test_opus_decode bailout up.
8365b5d0
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2011/12/14 12:55
Add config.h (and copyright notice) to repacketizer_demo.c.