opus/libcelt
2008-02-01 10:45:45 +11:00
..
arch.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
bands.c Bit of cleaning up in the byte dumping part. Making use of any remaining bit(s) 2008-01-27 17:34:35 +11:00
bands.h Close to getting CBR working 2008-01-17 14:07:55 +11:00
bitrdec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitrdec.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitree.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitree.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitrenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitrenc.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
celt.c Mode info 2008-01-31 16:47:16 +11:00
celt.h "make check" now actually tried to encode and decode to see if things work 2008-01-31 17:34:27 +11:00
celt_header.h clean up... oh and actually committed the header definition 2008-02-01 09:02:05 +11:00
celt_types.h Fixed the default int32 type which was wrong on amd64 (and added testcase). 2008-01-31 23:43:10 +11:00
cwrs.c Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
cwrs.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
ecintrin.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entcode.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entcode.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
entdec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entdec.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entenc.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
fftwrap.c Vector quantisation of the residual (copied from Ghost/ceft) 2007-11-30 17:41:09 +11:00
fftwrap.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
header.c oops, type safety issue resolved 2008-02-01 10:45:45 +11:00
laplace.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
laplace.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
Makefile.am Fixed the default int32 type which was wrong on amd64 (and added testcase). 2008-01-31 23:43:10 +11:00
match-test.sh "make check" now actually tried to encode and decode to see if things work 2008-01-31 17:34:27 +11:00
mdct.c MDCT analysis-synthesis (untested) 2007-11-30 01:10:42 +11:00
mdct.h MDCT analysis-synthesis (untested) 2007-11-30 01:10:42 +11:00
mfrngcod.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
mfrngdec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
mfrngenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
modes.c "make check" now actually tried to encode and decode to see if things work 2008-01-31 17:34:27 +11:00
modes.h Big mode cleanup. Keeping only one mono and one stereo mode 2008-01-18 13:56:08 +11:00
os_support.h MDCT analysis-synthesis (untested) 2007-11-30 01:10:42 +11:00
pgain_table.h Oops, forgot to add the VQ table! 2008-01-08 11:29:37 +11:00
pitch.c Fixed stereo version of the pitch estimator 2007-12-10 17:57:19 +11:00
pitch.h Fixed stereo version of the pitch estimator 2007-12-10 17:57:19 +11:00
psy.c Pseudo-masking curve for the MDCT 2008-01-07 13:36:01 +11:00
psy.h Pseudo-masking curve for the MDCT 2008-01-07 13:36:01 +11:00
quant_bands.c Stereo decoding working again (fixed a few issues in the encoder at the same 2008-01-10 15:34:00 +11:00
quant_bands.h No more cheating, everything fully quantised 2007-12-07 22:46:47 +11:00
quant_pitch.c Now using 8 bands for the pitch gain, with a 128-entry codebook. 2008-01-05 13:32:32 +11:00
quant_pitch.h No more cheating, everything fully quantised 2007-12-07 22:46:47 +11:00
rangedec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
rangeenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
rate.c Close to getting CBR working 2008-01-17 14:07:55 +11:00
rate.h Looks like the bit allocation code is mostly working. Just need to actually 2008-01-17 10:58:38 +11:00
smallft.c Added pitch analysis. Doesn't crash, but otherwise untested. 2007-11-30 12:15:49 +11:00
smallft.h Added pitch analysis. Doesn't crash, but otherwise untested. 2007-11-30 12:15:49 +11:00
testcelt.c "make check" now actually tried to encode and decode to see if things work 2008-01-31 17:34:27 +11:00
vq.c Further simplified the API by passing the rate directly to the 2008-01-17 22:43:05 +11:00
vq.h Comments/cleanup, no code change 2007-12-31 21:27:54 +11:00