- Feb 15, 2011
-
-
Jean-Marc Valin authored
-
- Feb 04, 2011
-
-
This unifies the byte buffer, encoder, and decoder into a single struct. The common encoder and decoder functions (such as ec_tell()) can operate on either one, simplifying code which uses both. The precision argument to ec_tell() has been removed. It now comes in two precisions: ec_tell() gives 1 bit precision in two operations, and ec_tell_frac() gives 1/8th bit precision in... somewhat more. ec_{enc|dec}_bit_prob() were removed (they are no longer needed). Some of the byte buffer access functions were made static and removed from the cross-module API. All of the code in rangeenc.c and rangedec.c was merged into entenc.c and entdec.c, respectively, as we are no longer considering alternative backends. rangeenc.c and rangede.c have been removed entirely. This passes make check, after disabling the modes that we removed support for in cf5d3a8c.
-
- Feb 03, 2011
-
-
Jean-Marc Valin authored
And it somehow prevents Opus from building shared libraries
-
- Jan 31, 2011
-
-
Jean-Marc Valin authored
-
- Jan 11, 2011
-
-
David Schleef authored
-
- Aug 03, 2010
-
-
Jean-Marc Valin authored
-
- Jul 23, 2010
-
-
Jean-Marc Valin authored
-
- Jun 21, 2010
-
-
Jean-Marc Valin authored
-
- Jan 17, 2010
-
-
Jean-Marc Valin authored
-
- Jan 16, 2010
-
-
- Nov 09, 2009
-
-
Jean-Marc Valin authored
-
- Jan 14, 2009
-
-
Jean-Marc Valin authored
-
- Oct 09, 2008
-
-
Jean-Marc Valin authored
-
- Apr 15, 2008
-
-
Jean-Marc Valin authored
-
- Apr 10, 2008
-
-
Jean-Marc Valin authored
overlap or number of channels, we can pass the hint to the compiler.
-
- Mar 21, 2008
-
-
Jean-Marc Valin authored
the TI dsplib FFT.
-
- Mar 11, 2008
-
-
Jean-Marc Valin authored
-
- Mar 07, 2008
-
-
Jean-Marc Valin authored
compiled without having to use the initialisation code.
-
- Mar 05, 2008
-
-
Jean-Marc Valin authored
This involved adding kfft_single.[ch] that redefines kiss_fft a second time with a different prefix. All this is still a bit of a mess now. The mask had to be converted to 16-bit input, but we're still using floats to apply it.
-
- Mar 02, 2008
-
-
Jean-Marc Valin authored
-
- Feb 27, 2008
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Feb 20, 2008
-
-
Jean-Marc Valin authored
to make the code more C89-friendly.
-
- Feb 13, 2008
-
-
Jean-Marc Valin authored
-
- Feb 08, 2008
-
-
Jean-Marc Valin authored
Code much leaner now.
-
- Feb 07, 2008
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 31, 2008
-
-
Jean-Marc Valin authored
Also, added an Ogg encoder (doesn't work quite yet).
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
(need to have test files installed otherwise it'll just pass by default)
-
- Jan 30, 2008
-
-
Jean-Marc Valin authored
-
- Jan 28, 2008
-
-
Jean-Marc Valin authored
especially now that we have a custom version of that code anyway. Moved the test code to tests/
-
- Jan 22, 2008
-
-
Jean-Marc Valin authored
pkg-config file)
-
- Jan 14, 2008
-
-
Jean-Marc Valin authored
-
- Jan 05, 2008
-
-
Jean-Marc Valin authored
-
- Dec 11, 2007
-
-
Jean-Marc Valin authored
-
- Dec 09, 2007
-
-
Jean-Marc Valin authored
-
- Dec 07, 2007
-
-
Jean-Marc Valin authored
-
- Dec 06, 2007
-
-
Jean-Marc Valin authored
-
- Dec 05, 2007
-
-
Jean-Marc Valin authored
-