OK, libvorbis encodes and decodes bitstreams (not complete Vorbis
authorMonty <xiphmont@xiph.org>
Sun, 10 Oct 1999 20:32:30 +0000 (20:32 +0000)
committerMonty <xiphmont@xiph.org>
Sun, 10 Oct 1999 20:32:30 +0000 (20:32 +0000)
commit0024760a1024769fa7d26939f1291c45c36fd51a
tree46c4caf9e6897e72f39ff15265bcd6b16fa1f394
parent321b01cbbc49f8f4fb685b16c3f743cfd62944f6
OK, libvorbis encodes and decodes bitstreams (not complete Vorbis
bitstreams, but they work).  Lib and examples debugged.  Lib does not
yet do *any* backend compression and it's slow as hell.  We address
both next.

Monty

svn path=/trunk/vorbis/; revision=143
16 files changed:
lib/Makefile.in
lib/analysis.c
lib/bitwise.c
lib/bitwise.h
lib/block.c
lib/codec.h
lib/decoder_example.c
lib/envelope.c
lib/envelope.h
lib/info.c
lib/mdct.c
lib/modes.h
lib/psy.c
lib/spectrum.c [new file with mode: 0644]
lib/spectrum.h [new file with mode: 0644]
lib/synthesis.c