- Jun 19, 2014
-
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 18, 2014
-
-
Jean-Marc Valin authored
When an overflow happened in silk_sum_sqr_shift(), the sample pair causing the overflow would be counted twice. This would lead to the C0 in silk_burg_modified() being too large and cause problems on loud, tonal signals. Thanks to Marcello Caramma for tracking down the problem.
-
Jean-Marc Valin authored
-
- May 14, 2014
-
-
Ralph Giles authored
Use abs(sweep_bps) instead of fabs(). "sweep_bps" is an integer, and on some compilers this line generates a warning. Patch from Tina le Grand. Reviewed by Jean-Marc Valin
-
- Apr 17, 2014
-
-
Gregory Maxwell authored
-
- Mar 26, 2014
-
-
Timothy B. Terriberry authored
The patch in 76e831d9 got us most of the way there, but out-of-tree builds required a second Makefile.am rule, which was missing @ARM2GNU_PARAMS@. Also, the arm2gnu.pl was terminating argument processing on any argument beginning with --, rather than an argument that was just -- by itself (as is the normal convention in GNU programs). That meant it never saw the --apple flag even when it was passed. Thanks to Jonathan Lennox for the report and for testing.
-
- Mar 19, 2014
-
-
This allows building the arm assembly for iOS. This checks for the __APPLE__ preprocessor built-in define to determine whether this extra handling should be enabled. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
This avoids having to use the public symbol name when jumping here, on platforms where the public symbols have an underscore prefix. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
- Feb 24, 2014
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
This is required in order to build using the built-in assembler in clang. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
In that case, the yp0 and yp1 ended up aliasing for the last element, despite being marked as restrict. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
- Feb 07, 2014
-
-
Ralph Giles authored
Bump version and date for draft-ietf-codec-oggopus-03 submission. Move more text into figure pre/postamble to fix rendering issues in the xml2rfc html output. These need to be manually re-indented in the txt output before submission. :( Fix resampling frequency choice algorithm, which was missing a word. Fix some spelling and make some minor enphasis changes.
-
- Feb 06, 2014
-
-
The code was wrong, but did not have any impact on user-visible behaviour because all it did was change an internal-only error code. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jan 31, 2014
-
-
Jean-Marc Valin authored
-
- Jan 30, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 29, 2014
-
-
Jean-Marc Valin authored
-
- Jan 27, 2014
-
-
Broken by 306d7f5a
-
- Jan 23, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 21, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 20, 2014
-
-
Jean-Marc Valin authored
-
Ralph Giles authored
-
Ralph Giles authored
-
Ralph Giles authored
These aren't available over https, but actually work, unlike the old reference urls.
-
Ralph Giles authored
Fixes a nit.
-
Ralph Giles authored
Fixes a nit. According to idnits, 'NOT RECOMMENDED' is optional, but we use it. Other words, like SHALL which we don't use are required in the boilerplate.
-
Ralph Giles authored
-
Ralph Giles authored
This seems to be the correct way to represent institutional authors in the references.
-
Jean-Marc Valin authored
Saves 0.6% for 64 kb/s and 1.8% for 128 kb/s when decoding on arm7tdmi.
-
- Jan 19, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
This should prevent extreme dynalloc behaviour in cases where some bands are heavily attenuated.
-
Ron authored
-
Ron authored
-