]> git.jsancho.org Git - lugaru.git/commit
First shot at an OpenAL renderer. Sound effects work, no music.
authorRyan C. Gordon <icculus@icculus.org>
Mon, 8 Aug 2005 09:10:41 +0000 (09:10 +0000)
committerRyan C. Gordon <icculus@icculus.org>
Mon, 8 Aug 2005 09:10:41 +0000 (09:10 +0000)
commit54386b13c746c1a8423b9549d0cfd922aae9a8f7
tree8900585de8979c5b2deef370ac38f292c5dc7d7c
parent85c20cd8cfd58b533e653a7d9d32ad8823db3736
First shot at an OpenAL renderer. Sound effects work, no music.
422 files changed:
OpenAL/include/AL/al.h [new file with mode: 0644]
OpenAL/include/AL/alc.h [new file with mode: 0644]
OpenAL/include/AL/alctypes.h [new file with mode: 0644]
OpenAL/include/AL/altypes.h [new file with mode: 0644]
OpenAL/include/AL/alu.h [new file with mode: 0644]
OpenAL/include/AL/alut.h [new file with mode: 0644]
OpenAL/include/AL/aluttypes.h [new file with mode: 0644]
OpenAL/include/AL/alutypes.h [new file with mode: 0644]
Source/MacCompatibility.cpp
Source/Weapons.cpp
Source/fmod.h
Source/openal_wrapper.cpp
libogg-1.0/AUTHORS [new file with mode: 0644]
libogg-1.0/CHANGES [new file with mode: 0644]
libogg-1.0/COPYING [new file with mode: 0644]
libogg-1.0/Makefile.am [new file with mode: 0644]
libogg-1.0/Makefile.in [new file with mode: 0644]
libogg-1.0/README [new file with mode: 0644]
libogg-1.0/aclocal.m4 [new file with mode: 0644]
libogg-1.0/config.guess [new file with mode: 0755]
libogg-1.0/config.sub [new file with mode: 0755]
libogg-1.0/configure [new file with mode: 0755]
libogg-1.0/configure.in [new file with mode: 0644]
libogg-1.0/debian/Makefile.am [new file with mode: 0644]
libogg-1.0/debian/Makefile.in [new file with mode: 0644]
libogg-1.0/debian/changelog [new file with mode: 0644]
libogg-1.0/debian/control [new file with mode: 0644]
libogg-1.0/debian/copyright [new file with mode: 0644]
libogg-1.0/debian/libogg-dev.docs [new file with mode: 0644]
libogg-1.0/debian/libogg-dev.install [new file with mode: 0644]
libogg-1.0/debian/libogg0.README.Debian [new file with mode: 0644]
libogg-1.0/debian/libogg0.install [new file with mode: 0644]
libogg-1.0/debian/rules [new file with mode: 0755]
libogg-1.0/doc/Makefile.am [new file with mode: 0644]
libogg-1.0/doc/Makefile.in [new file with mode: 0644]
libogg-1.0/doc/framing.html [new file with mode: 0644]
libogg-1.0/doc/index.html [new file with mode: 0644]
libogg-1.0/doc/ogg/Makefile.am [new file with mode: 0644]
libogg-1.0/doc/ogg/Makefile.in [new file with mode: 0644]
libogg-1.0/doc/ogg/bitpacking.html [new file with mode: 0644]
libogg-1.0/doc/ogg/datastructures.html [new file with mode: 0644]
libogg-1.0/doc/ogg/decoding.html [new file with mode: 0644]
libogg-1.0/doc/ogg/encoding.html [new file with mode: 0644]
libogg-1.0/doc/ogg/general.html [new file with mode: 0644]
libogg-1.0/doc/ogg/index.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_packet.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_packet_clear.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_bos.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_checksum_set.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_continued.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_eos.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_granulepos.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_packets.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_pageno.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_serialno.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_page_version.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_clear.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_destroy.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_eos.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_flush.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_init.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_packetin.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_packetout.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_pagein.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_pageout.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_reset.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_stream_state.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_buffer.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_clear.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_destroy.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_init.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_pageout.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_pageseek.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_reset.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_state.html [new file with mode: 0644]
libogg-1.0/doc/ogg/ogg_sync_wrote.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_adv.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_adv1.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_bits.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_buffer.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_bytes.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_get_buffer.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_look.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_look1.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_read.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_read1.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_readinit.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_reset.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_write.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_writeclear.html [new file with mode: 0644]
libogg-1.0/doc/ogg/oggpack_writeinit.html [new file with mode: 0644]
libogg-1.0/doc/ogg/overview.html [new file with mode: 0644]
libogg-1.0/doc/ogg/reference.html [new file with mode: 0644]
libogg-1.0/doc/ogg/style.css [new file with mode: 0644]
libogg-1.0/doc/ogg/vorbis_comment.html [new file with mode: 0644]
libogg-1.0/doc/ogg/vorbis_info.html [new file with mode: 0644]
libogg-1.0/doc/oggstream.html [new file with mode: 0644]
libogg-1.0/doc/stream.png [new file with mode: 0644]
libogg-1.0/doc/white-ogg.png [new file with mode: 0644]
libogg-1.0/doc/white-xifish.png [new file with mode: 0644]
libogg-1.0/include/Makefile.am [new file with mode: 0644]
libogg-1.0/include/Makefile.in [new file with mode: 0644]
libogg-1.0/include/ogg/Makefile.am [new file with mode: 0644]
libogg-1.0/include/ogg/Makefile.in [new file with mode: 0644]
libogg-1.0/include/ogg/config_types.h [new file with mode: 0644]
libogg-1.0/include/ogg/config_types.h.in [new file with mode: 0644]
libogg-1.0/include/ogg/ogg.h [new file with mode: 0644]
libogg-1.0/include/ogg/os_types.h [new file with mode: 0644]
libogg-1.0/install-sh [new file with mode: 0755]
libogg-1.0/libogg.spec [new file with mode: 0644]
libogg-1.0/ltmain.sh [new file with mode: 0644]
libogg-1.0/macos/compat/strdup.c [new file with mode: 0755]
libogg-1.0/macos/compat/sys/types.h [new file with mode: 0755]
libogg-1.0/macos/libogg.mcp [new file with mode: 0755]
libogg-1.0/macos/libogg.mcp.exp [new file with mode: 0755]
libogg-1.0/missing [new file with mode: 0755]
libogg-1.0/mkinstalldirs [new file with mode: 0755]
libogg-1.0/ogg.m4 [new file with mode: 0644]
libogg-1.0/src/Makefile.am [new file with mode: 0644]
libogg-1.0/src/Makefile.in [new file with mode: 0644]
libogg-1.0/src/bitwise.c [new file with mode: 0644]
libogg-1.0/src/framing.c [new file with mode: 0644]
libogg-1.0/win32/Makefile.am [new file with mode: 0644]
libogg-1.0/win32/Makefile.in [new file with mode: 0644]
libogg-1.0/win32/build_ogg_dynamic.bat [new file with mode: 0755]
libogg-1.0/win32/build_ogg_dynamic_debug.bat [new file with mode: 0755]
libogg-1.0/win32/build_ogg_static.bat [new file with mode: 0755]
libogg-1.0/win32/build_ogg_static_debug.bat [new file with mode: 0755]
libogg-1.0/win32/ogg.def [new file with mode: 0644]
libogg-1.0/win32/ogg.dsw [new file with mode: 0644]
libogg-1.0/win32/ogg_dynamic.dsp [new file with mode: 0644]
libogg-1.0/win32/ogg_static.dsp [new file with mode: 0644]
libvorbis-1.0.1/AUTHORS [new file with mode: 0644]
libvorbis-1.0.1/COPYING [new file with mode: 0644]
libvorbis-1.0.1/HACKING [new file with mode: 0644]
libvorbis-1.0.1/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/README [new file with mode: 0644]
libvorbis-1.0.1/acinclude.m4 [new file with mode: 0644]
libvorbis-1.0.1/aclocal.m4 [new file with mode: 0644]
libvorbis-1.0.1/autogen.sh [new file with mode: 0755]
libvorbis-1.0.1/config.guess [new file with mode: 0755]
libvorbis-1.0.1/config.sub [new file with mode: 0755]
libvorbis-1.0.1/configure [new file with mode: 0755]
libvorbis-1.0.1/configure.in [new file with mode: 0644]
libvorbis-1.0.1/debian/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/debian/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/debian/changelog [new file with mode: 0644]
libvorbis-1.0.1/debian/control [new file with mode: 0644]
libvorbis-1.0.1/debian/copyright [new file with mode: 0644]
libvorbis-1.0.1/debian/libvorbis-dev.docs [new file with mode: 0644]
libvorbis-1.0.1/debian/libvorbis-dev.examples [new file with mode: 0644]
libvorbis-1.0.1/debian/libvorbis-dev.install [new file with mode: 0644]
libvorbis-1.0.1/debian/libvorbis0a.install [new file with mode: 0644]
libvorbis-1.0.1/debian/libvorbisenc2.install [new file with mode: 0644]
libvorbis-1.0.1/debian/libvorbisfile3.install [new file with mode: 0644]
libvorbis-1.0.1/debian/rules [new file with mode: 0755]
libvorbis-1.0.1/doc/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/doc/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/doc/Vorbis_I_spec.html [new file with mode: 0644]
libvorbis-1.0.1/doc/Vorbis_I_spec.pdf [new file with mode: 0644]
libvorbis-1.0.1/doc/components.png [new file with mode: 0644]
libvorbis-1.0.1/doc/draft-kerr-avt-vorbis-rtp-02.txt [new file with mode: 0644]
libvorbis-1.0.1/doc/eightphase.png [new file with mode: 0644]
libvorbis-1.0.1/doc/evenlsp.png [new file with mode: 0644]
libvorbis-1.0.1/doc/floor1-1.png [new file with mode: 0644]
libvorbis-1.0.1/doc/floor1-2.png [new file with mode: 0644]
libvorbis-1.0.1/doc/floor1-3.png [new file with mode: 0644]
libvorbis-1.0.1/doc/floor1-4.png [new file with mode: 0644]
libvorbis-1.0.1/doc/floor1_inverse_dB_table.html [new file with mode: 0644]
libvorbis-1.0.1/doc/floorval.png [new file with mode: 0644]
libvorbis-1.0.1/doc/fourphase.png [new file with mode: 0644]
libvorbis-1.0.1/doc/framing.html [new file with mode: 0644]
libvorbis-1.0.1/doc/helper.html [new file with mode: 0644]
libvorbis-1.0.1/doc/hufftree-under.png [new file with mode: 0644]
libvorbis-1.0.1/doc/hufftree.png [new file with mode: 0644]
libvorbis-1.0.1/doc/index.html [new file with mode: 0644]
libvorbis-1.0.1/doc/lspmap.png [new file with mode: 0644]
libvorbis-1.0.1/doc/oddlsp.png [new file with mode: 0644]
libvorbis-1.0.1/doc/oggstream.html [new file with mode: 0644]
libvorbis-1.0.1/doc/programming.html [new file with mode: 0644]
libvorbis-1.0.1/doc/residue-pack.png [new file with mode: 0644]
libvorbis-1.0.1/doc/residue2.png [new file with mode: 0644]
libvorbis-1.0.1/doc/squarepolar.png [new file with mode: 0644]
libvorbis-1.0.1/doc/stereo.html [new file with mode: 0644]
libvorbis-1.0.1/doc/stream.png [new file with mode: 0644]
libvorbis-1.0.1/doc/v-comment.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbis-clip.txt [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbis-errors.txt [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbis-fidelity.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbis.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/index.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/overview.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/reference.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/style.css [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/vorbis_encode_ctl.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/vorbis_encode_init.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/vorbis_encode_init_vbr.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisenc/vorbis_info.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/OggVorbis_File.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/callbacks.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/chaining_example_c.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/chainingexample.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/crosslap.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/datastructures.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/decoding.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/example.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/exampleindex.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/fileinfo.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/index.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/initialization.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_bitrate.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_bitrate_instant.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_callbacks.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_clear.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_comment.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_crosslap.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_info.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_open.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_open_callbacks.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_pcm_seek.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_pcm_seek_lap.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_pcm_seek_page.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_pcm_seek_page_lap.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_pcm_tell.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_pcm_total.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_raw_seek.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_raw_seek_lap.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_raw_tell.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_raw_total.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_read.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_read_float.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_seekable.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_serialnumber.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_streams.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_test.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_test_callbacks.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_test_open.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_time_seek.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_time_seek_lap.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_time_seek_page.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_time_seek_page_lap.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_time_tell.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/ov_time_total.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/overview.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/reference.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/return.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/seekexample.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/seeking.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/seeking_example_c.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/seeking_test_c.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/seekingexample.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/style.css [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/threads.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/vorbis_comment.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/vorbis_info.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisfile/vorbisfile_example_c.html [new file with mode: 0644]
libvorbis-1.0.1/doc/vorbisword2.png [new file with mode: 0644]
libvorbis-1.0.1/doc/wait.png [new file with mode: 0644]
libvorbis-1.0.1/doc/white-ogg.png [new file with mode: 0644]
libvorbis-1.0.1/doc/white-xifish.png [new file with mode: 0644]
libvorbis-1.0.1/doc/window1.png [new file with mode: 0644]
libvorbis-1.0.1/doc/window2.png [new file with mode: 0644]
libvorbis-1.0.1/examples/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/examples/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/examples/chaining_example.c [new file with mode: 0644]
libvorbis-1.0.1/examples/decoder_example.c [new file with mode: 0644]
libvorbis-1.0.1/examples/encoder_example.c [new file with mode: 0644]
libvorbis-1.0.1/examples/seeking_example.c [new file with mode: 0644]
libvorbis-1.0.1/examples/vorbisfile_example.c [new file with mode: 0644]
libvorbis-1.0.1/include/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/include/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/include/vorbis/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/include/vorbis/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/include/vorbis/codec.h [new file with mode: 0644]
libvorbis-1.0.1/include/vorbis/vorbisenc.h [new file with mode: 0644]
libvorbis-1.0.1/include/vorbis/vorbisfile.h [new file with mode: 0644]
libvorbis-1.0.1/install-sh [new file with mode: 0755]
libvorbis-1.0.1/lib/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/lib/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/lib/analysis.c [new file with mode: 0644]
libvorbis-1.0.1/lib/backends.h [new file with mode: 0644]
libvorbis-1.0.1/lib/barkmel.c [new file with mode: 0644]
libvorbis-1.0.1/lib/bitrate.c [new file with mode: 0644]
libvorbis-1.0.1/lib/bitrate.h [new file with mode: 0644]
libvorbis-1.0.1/lib/block.c [new file with mode: 0644]
libvorbis-1.0.1/lib/books/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/lib/books/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/lib/books/coupled/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/lib/books/coupled/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/lib/books/coupled/res_books_stereo.h [new file with mode: 0644]
libvorbis-1.0.1/lib/books/floor/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/lib/books/floor/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/lib/books/floor/floor_books.h [new file with mode: 0644]
libvorbis-1.0.1/lib/books/uncoupled/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/lib/books/uncoupled/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/lib/books/uncoupled/res_books_uncoupled.h [new file with mode: 0644]
libvorbis-1.0.1/lib/codebook.c [new file with mode: 0644]
libvorbis-1.0.1/lib/codebook.h [new file with mode: 0644]
libvorbis-1.0.1/lib/codec_internal.h [new file with mode: 0644]
libvorbis-1.0.1/lib/envelope.c [new file with mode: 0644]
libvorbis-1.0.1/lib/envelope.h [new file with mode: 0644]
libvorbis-1.0.1/lib/floor0.c [new file with mode: 0644]
libvorbis-1.0.1/lib/floor1.c [new file with mode: 0644]
libvorbis-1.0.1/lib/highlevel.h [new file with mode: 0644]
libvorbis-1.0.1/lib/info.c [new file with mode: 0644]
libvorbis-1.0.1/lib/lookup.c [new file with mode: 0644]
libvorbis-1.0.1/lib/lookup.h [new file with mode: 0644]
libvorbis-1.0.1/lib/lookup_data.h [new file with mode: 0644]
libvorbis-1.0.1/lib/lookups.pl [new file with mode: 0755]
libvorbis-1.0.1/lib/lpc.c [new file with mode: 0644]
libvorbis-1.0.1/lib/lpc.h [new file with mode: 0644]
libvorbis-1.0.1/lib/lsp.c [new file with mode: 0644]
libvorbis-1.0.1/lib/lsp.h [new file with mode: 0644]
libvorbis-1.0.1/lib/mapping0.c [new file with mode: 0644]
libvorbis-1.0.1/lib/masking.h [new file with mode: 0644]
libvorbis-1.0.1/lib/mdct.c [new file with mode: 0644]
libvorbis-1.0.1/lib/mdct.h [new file with mode: 0644]
libvorbis-1.0.1/lib/misc.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/floor_all.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/psych_11.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/psych_16.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/psych_44.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/psych_8.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/residue_16.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/residue_44.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/residue_44u.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/residue_8.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_11.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_16.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_22.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_32.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_44.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_44u.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_8.h [new file with mode: 0644]
libvorbis-1.0.1/lib/modes/setup_X.h [new file with mode: 0644]
libvorbis-1.0.1/lib/os.h [new file with mode: 0644]
libvorbis-1.0.1/lib/psy.c [new file with mode: 0644]
libvorbis-1.0.1/lib/psy.h [new file with mode: 0644]
libvorbis-1.0.1/lib/psytune.c [new file with mode: 0644]
libvorbis-1.0.1/lib/registry.c [new file with mode: 0644]
libvorbis-1.0.1/lib/registry.h [new file with mode: 0644]
libvorbis-1.0.1/lib/res0.c [new file with mode: 0644]
libvorbis-1.0.1/lib/scales.h [new file with mode: 0644]
libvorbis-1.0.1/lib/sharedbook.c [new file with mode: 0644]
libvorbis-1.0.1/lib/smallft.c [new file with mode: 0644]
libvorbis-1.0.1/lib/smallft.h [new file with mode: 0644]
libvorbis-1.0.1/lib/synthesis.c [new file with mode: 0644]
libvorbis-1.0.1/lib/tone.c [new file with mode: 0644]
libvorbis-1.0.1/lib/vorbisenc.c [new file with mode: 0644]
libvorbis-1.0.1/lib/vorbisfile.c [new file with mode: 0644]
libvorbis-1.0.1/lib/window.c [new file with mode: 0644]
libvorbis-1.0.1/lib/window.h [new file with mode: 0644]
libvorbis-1.0.1/libvorbis.spec [new file with mode: 0644]
libvorbis-1.0.1/ltmain.sh [new file with mode: 0644]
libvorbis-1.0.1/macos/compat/strdup.c [new file with mode: 0644]
libvorbis-1.0.1/macos/compat/sys/types.h [new file with mode: 0644]
libvorbis-1.0.1/macos/decoder_example.mcp [new file with mode: 0644]
libvorbis-1.0.1/macos/encoder_example.mcp [new file with mode: 0644]
libvorbis-1.0.1/macos/libvorbis.mcp [new file with mode: 0644]
libvorbis-1.0.1/macos/libvorbis.mcp.exp [new file with mode: 0644]
libvorbis-1.0.1/macos/libvorbisenc.mcp [new file with mode: 0755]
libvorbis-1.0.1/macos/libvorbisenc.mcp.exp [new file with mode: 0755]
libvorbis-1.0.1/macos/libvorbisfile.mcp [new file with mode: 0755]
libvorbis-1.0.1/macos/libvorbisfile.mcp.exp [new file with mode: 0755]
libvorbis-1.0.1/macos/vorbis.mcp [new file with mode: 0644]
libvorbis-1.0.1/macosx/English.lproj/InfoPlist.strings [new file with mode: 0644]
libvorbis-1.0.1/macosx/vorbis.pbproj/project.pbxproj [new file with mode: 0644]
libvorbis-1.0.1/missing [new file with mode: 0755]
libvorbis-1.0.1/mkinstalldirs [new file with mode: 0755]
libvorbis-1.0.1/todo.txt [new file with mode: 0644]
libvorbis-1.0.1/vorbis.m4 [new file with mode: 0644]
libvorbis-1.0.1/vorbis.pc.in [new file with mode: 0644]
libvorbis-1.0.1/vorbisenc.pc.in [new file with mode: 0644]
libvorbis-1.0.1/vorbisfile.pc.in [new file with mode: 0644]
libvorbis-1.0.1/vq/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/vq/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/vq/auxpartition.pl [new file with mode: 0755]
libvorbis-1.0.1/vq/bookutil.c [new file with mode: 0644]
libvorbis-1.0.1/vq/bookutil.h [new file with mode: 0644]
libvorbis-1.0.1/vq/distribution.c [new file with mode: 0644]
libvorbis-1.0.1/vq/huffbuild.c [new file with mode: 0644]
libvorbis-1.0.1/vq/latticebuild.c [new file with mode: 0644]
libvorbis-1.0.1/vq/latticehint.c [new file with mode: 0644]
libvorbis-1.0.1/vq/latticepare.c [new file with mode: 0644]
libvorbis-1.0.1/vq/latticetune.c [new file with mode: 0644]
libvorbis-1.0.1/vq/residue_entropy [new file with mode: 0755]
libvorbis-1.0.1/vq/vqgen.c [new file with mode: 0644]
libvorbis-1.0.1/vq/vqgen.h [new file with mode: 0644]
libvorbis-1.0.1/vq/vqsplit.c [new file with mode: 0644]
libvorbis-1.0.1/win32/Makefile.am [new file with mode: 0644]
libvorbis-1.0.1/win32/Makefile.in [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbis_dynamic.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbis_dynamic_debug.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbis_static.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbis_static_debug.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisenc_dynamic.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisenc_dynamic_debug.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisenc_static.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisenc_static_debug.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisfile_dynamic.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisfile_dynamic_debug.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisfile_static.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/build_vorbisfile_static_debug.bat [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbis.def [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbis.dsw [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbis_dynamic.dsp [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbis_static.dsp [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbisenc.def [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbisenc_dynamic.dsp [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbisenc_static.dsp [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbisfile.def [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbisfile_dynamic.dsp [new file with mode: 0644]
libvorbis-1.0.1/win32/vorbisfile_static.dsp [new file with mode: 0644]
makefile