opus/libcelt
Gregory Maxwell 8842fdee21 Fixing stereo: Do not attempt to use more bits than are available.
This change breaks the bitstream.

Make the first frame out of the encoder an intra-frame. (While not required this may help
in the case that the decoder has old state laying around, and it shouldn't hurt)
2009-05-05 07:31:44 -04:00
..
_kiss_fft_guts.h Better use of the arithmetic operators 2008-09-16 13:29:37 -04:00
arch.h Fixing stereo: Do not attempt to use more bits than are available. 2009-05-05 07:31:44 -04:00
bands.c Fixing stereo: Do not attempt to use more bits than are available. 2009-05-05 07:31:44 -04:00
bands.h Cleanup: getting rid of some old bits of stereo code that are no longer useful 2009-03-29 22:29:52 -04:00
celt.c Fixing stereo: Do not attempt to use more bits than are available. 2009-05-05 07:31:44 -04:00
celt.h Making the "data" argument to celt_decode() const as pointed out by Bjoern 2009-04-11 22:01:20 -04:00
celt_header.h Use EXPORT macro in a way compatible with win32 2008-06-07 13:13:59 +10:00
celt_types.h manual stack allocator should now work for sizeof(char)!=1 2008-03-09 17:18:39 +11:00
cwrs.c Fix (unexploitable) buffer overrun when _m=1 during the cwrs table init, as 2009-04-11 22:21:06 -04:00
cwrs.h Changed the allocator to be smarter about the way it allocates 2009-02-09 00:45:48 -05:00
dump_modes.c Cleanup: getting rid of some old bits of stereo code that are no longer useful 2009-03-29 22:29:52 -04:00
ecintrin.h Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
entcode.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
entcode.h Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
entdec.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
entdec.h Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
entenc.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
entenc.h Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
fixed_c5x.h Defining IMUL32 for 32x32=>32 int multiplications and using it in the range 2008-04-10 13:24:48 +10:00
fixed_c6x.h added fixed_c6x.h 2008-04-15 21:31:42 +10:00
fixed_debug.h Better use of the arithmetic operators 2008-09-16 13:29:37 -04:00
fixed_generic.h Further simplifications to the forward mdct 2008-04-22 09:49:22 +10:00
float_cast.h Preparing for 0.5.0 2008-10-09 07:29:39 -04:00
header.c Use EXPORT macro in a way compatible with win32 2008-06-07 13:13:59 +10:00
kfft_double.h fixed TI fft code -- again 2008-03-21 22:54:41 +11:00
kfft_single.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
kfft_single.h fixed an issue (lacking parentheses) in the no-op version of BITREV 2008-04-17 07:41:39 +10:00
kiss_fft.c Supporting large prime factors in the FFT 2008-09-27 22:14:18 -04:00
kiss_fft.h License for the kiss-fft headers 2009-02-03 23:27:49 -05:00
kiss_fftr.c Making the real/single FFT easier to replace 2008-03-20 22:23:54 +11:00
kiss_fftr.h License for the kiss-fft headers 2009-02-03 23:27:49 -05:00
laplace.c Preventing encoder-decoder mismatch when energy values are too large to be 2008-05-27 22:17:13 +10:00
laplace.h Preventing encoder-decoder mismatch when energy values are too large to be 2008-05-27 22:17:13 +10:00
Makefile.am Pitch now quantised at the band level, got rid of all the VQ code. 2009-01-13 23:04:12 -05:00
match-test.sh Simplified the folding normalisation by creating renormalise_vector(). 2008-07-20 23:14:31 -04:00
mathops.h Squashed commit of the following: 2009-03-26 20:23:14 -04:00
mdct.c Reverted to the old MDCT behaviour of only doing down-scaling in the FFT. 2008-04-22 17:08:59 +10:00
mdct.h Reverted to the old MDCT behaviour of only doing down-scaling in the FFT. 2008-04-22 17:08:59 +10:00
mfrngcod.h Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
mfrngdec.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
mfrngenc.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
modes.c Reduce rounding in the mode allocator and remove a scaling loop. 2009-05-04 23:49:14 -04:00
modes.h Cleanup: getting rid of some old bits of stereo code that are no longer useful 2009-03-29 22:29:52 -04:00
os_support.h Use EXPORT macro in a way compatible with win32 2008-06-07 13:13:59 +10:00
pitch.c Tonality estimation code 2008-10-15 07:29:58 -04:00
pitch.h Tonality estimation code 2008-10-15 07:29:58 -04:00
psy.c Latest psychoacoustics work -- still highly experimental 2008-10-26 22:00:26 -04:00
psy.h Latest psychoacoustics work -- still highly experimental 2008-10-26 22:00:26 -04:00
quant_bands.c Dynamically selecting intra energy based on energy variations from the previous 2009-05-01 21:28:58 -04:00
quant_bands.h Dynamically selecting intra energy based on energy variations from the previous 2009-05-01 21:28:58 -04:00
rangedec.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
rangeenc.c Include missing copyright information in various files, for signoff. 2009-02-03 23:08:31 -05:00
rate.c Miscellaneous comment, copyright notice, readme updates. 2009-02-16 19:52:02 -05:00
rate.h One-at-a-time allocator now uses direct feedback from ec_*_tell(). 2008-09-11 00:20:08 -04:00
stack_alloc.h Enlarge CELT pseudo-stack for floating point unless an architecture specific value 2009-02-03 16:07:01 -05:00
testcelt.c fix testcelt to use loss simulation 2009-04-29 19:58:11 -04:00
vq.c Squashed commit of the following: 2009-03-26 20:23:14 -04:00
vq.h Squashed commit of the following: 2009-03-26 20:23:14 -04:00