- Jun 11, 2012
-
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
- Jun 01, 2012
-
-
In places where an ignored return or a null-arg is a sure indication of a bug add the GCC warning attributes. The null arg annotation is not enable for Opus itself because it will cause the compiler to optimize out some null checks. I don't trust our callers quite that much.
-
- May 20, 2012
-
-
- May 17, 2012
-
-
- May 16, 2012
-
-
Jean-Marc Valin authored
This reverts commit 9f407afa.
-
- Apr 24, 2012
-
-
Jean-Marc Valin authored
-
- Apr 20, 2012
-
-
Jean-Marc Valin authored
Also added 3rd clause to "master" COPYING file
-
- Apr 02, 2012
-
-
The parameter descriptions look like they were copied from encoder_create. Update them for the decode side and repeat the clarifications about what sample rates are allowed and what they mean.
-
- Mar 06, 2012
-
-
Ralph Giles authored
opus_decode() takes a sixth 'enable_fec' option. Naive invocations shoudl set this to zero.
-
- Mar 05, 2012
-
-
Also change the packet length in the API from int to opus_int32 because repacketized frames are able to go beyond 32767 bytes in size.
-
- Nov 26, 2011
-
-
We use macros to encapsulate the appropriate type and size information for the different CTL requests, but the macros still need to be used with the _ctl() function call and an encoder or decoder instance structure. As such, just listing the macro defines is confusing. Adding some examples outside the OpusEncoder overview page should help with this. Also document that OPUS_SET_APPLICATION can take OPUS_APPLICATION_RESTRICTED_LOWDELAY.
-
- Oct 27, 2011
-
-
Jean-Marc Valin authored
-
- Oct 10, 2011
-
-
Gregory Maxwell authored
-
- Sep 23, 2011
-
-
Jean-Marc Valin authored
-
- Sep 22, 2011
-
-
Jean-Marc Valin authored
-
- Sep 10, 2011
-
-
Jean-Marc Valin authored
-
- Sep 09, 2011
-
-
Gregory Maxwell authored
-
- Sep 07, 2011
-
-
Ralph Giles authored
Doxygen uses comments in the source code to generate documentation. This commit just adds the descriptive headers and marks current comments and appropriate for inclusion in the API docs. Many symbols remain undocumented. See the warnings from the build output.
-
- Sep 06, 2011
-
-
Jean-Marc Valin authored
-
- Sep 02, 2011
-
-
Gregory Maxwell authored
-
- Sep 01, 2011
-
-
Jean-Marc Valin authored
-
- Aug 31, 2011
-
-
Jean-Marc Valin authored
-
- Aug 30, 2011
-
-
Jean-Marc Valin authored
-
- Aug 29, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 28, 2011
-
-
Jean-Marc Valin authored
-
- Aug 27, 2011
-
-
Jean-Marc Valin authored
Only tested for the single-stream case!
-
- Aug 22, 2011
-
-
Jean-Marc Valin authored
-
- Aug 19, 2011
-
-
Jean-Marc Valin authored
-
-
- Aug 18, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 10, 2011
-
-
Jean-Marc Valin authored
Repacketizer now seems to work, though it doesn't yet handle unmergeable packets. Also, test_opis no longer attempt to do proper gapless at the end of the file, which was causing problems for repacketization, but also with 32 bit overflows
-
Jean-Marc Valin authored
Still more bugs to find
-
Jean-Marc Valin authored
-
- Aug 08, 2011
-
-
Jean-Marc Valin authored
-