Convert Tremor to use libogg instead of its own internal libogg2.
This makes it easier to use Tremor as a drop-in replacement for libvorbis and reduces code size and overhead for those who don't want to use its built-in Ogg demuxer. This commit also backports all of the changes that have accumulated in libvorbis's vorbisfile implementation, with the exception of halfrate decoding and cross-lapped seeking. Those should not be too hard to add if someone really wants them. git-svn-id: https://svn.xiph.org/trunk/Tremor@17375 0101bb08-14d6-0310-b084-bc0e0c8e3800
Showing
- Makefile.am 7 additions, 6 deletionsMakefile.am
- bitwise.c 0 additions, 265 deletionsbitwise.c
- block.c 1 addition, 1 deletionblock.c
- codebook.c 1 addition, 1 deletioncodebook.c
- codebook.h 1 addition, 1 deletioncodebook.h
- configure.in 21 additions, 0 deletionsconfigure.in
- floor0.c 1 addition, 1 deletionfloor0.c
- floor1.c 1 addition, 1 deletionfloor1.c
- framing.c 0 additions, 1126 deletionsframing.c
- info.c 3 additions, 3 deletionsinfo.c
- ivorbiscodec.h 1 addition, 1 deletionivorbiscodec.h
- ivorbisfile.h 6 additions, 6 deletionsivorbisfile.h
- lsp_lookup.h 1 addition, 1 deletionlsp_lookup.h
- mapping0.c 1 addition, 1 deletionmapping0.c
- mdct_lookup.h 1 addition, 1 deletionmdct_lookup.h
- misc.h 8 additions, 0 deletionsmisc.h
- ogg.h 0 additions, 206 deletionsogg.h
- os.h 1 addition, 1 deletionos.h
- os_types.h 0 additions, 88 deletionsos_types.h
- res012.c 1 addition, 1 deletionres012.c
Loading
Please register or sign in to comment