- Jan 20, 2014
-
-
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
-
Ron authored
and use them more strictly in the rest of the text.
-
Ron authored
-
- Jan 18, 2014
-
-
Ralph Giles authored
-
Ralph Giles authored
Comment from mark4o.
-
Ralph Giles authored
-
Ralph Giles authored
-
Ron authored
- Jan 17, 2014
-
-
Ron authored
-
Ralph Giles authored
It wants a surname, and to show it as Surname, Initial. This leaves an extra comma in the xml2rfc2 output, but at least mentions wikipedia.
-
Ralph Giles authored
-
Ralph Giles authored
-
Ralph Giles authored
Marko was concerned that RFC 6716 section 3.2.1 narrowly describes zero-length DTX frames _only_ for code 2 and 3 packets, and therefore wanted this sentence to state clearly that code 0 and 1 can be used with zero-byte frames as well. I've tried to do that.
-
Ralph Giles authored
There was some attempt to use LP/MDCT instead, to avoid confusion of the Opus modes with the earlier codecs of the same name, but Jean-Marc says they gave up on doing that in the Opus RFC, and in particular the tables a reader would need to reference from RFC 6716 Section 3.2 mentions SILK and CELT, so I think it's important to use the same terms here.
-
Ron authored
It's not hyphenated anywhere else.
-
Ron authored
I hope. Now that it's been clarified for me what this originally meant to say, it's tricky to know if this actually contains the missing clue for other readers. Hopefully it should be obvious to anyone actually implementing it once they look at what modes they have to choose from.
-
Ralph Giles authored
Ron's suggestion. We think it's clear enough as is and removing it avoids confusion about this specification versus future extensions.
-
Ralph Giles authored
-
Ralph Giles authored
This is really the best implementations can do as far as we understand the possibilies, so it's better to be straightforward.
-
Ralph Giles authored
-
Jean-Marc Valin authored
-
- Jan 16, 2014
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jan 15, 2014
-
-
Ralph Giles authored
We failed to do this before the 1.1 release, so that went out still marked at 1.1 beta. The plan was to get rid of this file but it's still used as a fallback by the msvc build.
-
Ralph Giles authored
-
Ron authored
-
Ralph Giles authored
Incorporate list feedback from Mark Harris, Tim and Jean-Marc and try to improve clarity.
-
- Jan 14, 2014
-
-
Ralph Giles authored
In glib 2.17 the __malloc_ptr define was removed in favour of using void* directly. Our declaration of mhook using this type for the second argument therefore rightly generates a warning on modern systems, since the type is assumed to be an int, which is too narrow to hold a pointer on 64 bit architectures. Since it was only ever a define we could use an #ifndef to define __malloc_ptr ourselves. However we only use it once, so using void* in the signature directly is cleaner. This should cause no problems on older systems where it will match either the void* or the char* (for non __STDC__ code) the define resolved to.
- Jan 13, 2014
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-