]>
author | Mikko Rasa <tdb@tdb.fi> | |
Wed, 13 Sep 2023 19:08:35 +0000 (22:08 +0300) | ||
committer | Mikko Rasa <tdb@tdb.fi> | |
Wed, 13 Sep 2023 19:08:35 +0000 (22:08 +0300) | ||
commit | 5973b7f7e039517df2f942cfb4ae330ef0c4ac6b | |
tree | ee13fffb723d793a36fa7cd62337d2497d4923ae | tree | snapshot |
AUTHORS | [new file with mode: 0644] | blob |
CHANGES | [new file with mode: 0644] | blob |
CMakeLists.txt | [new file with mode: 0644] | blob |
COPYING | [new file with mode: 0644] | blob |
Makefile.am | [new file with mode: 0644] | blob |
Makefile.in | [new file with mode: 0644] | blob |
aclocal.m4 | [new file with mode: 0644] | blob |
autogen.sh | [new file with mode: 0644] | blob |
cmake/FindOgg.cmake | [new file with mode: 0644] | blob |
cmake/VorbisConfig.cmake.in | [new file with mode: 0644] | blob |
compile | [new file with mode: 0644] | blob |
config.guess | [new file with mode: 0644] | blob |
config.h.in | [new file with mode: 0644] | blob |
config.sub | [new file with mode: 0644] | blob |
configure | [new file with mode: 0644] | blob |
configure.ac | [new file with mode: 0644] | blob |
depcomp | [new file with mode: 0644] | blob |
doc/01-introduction.tex | [new file with mode: 0644] | blob |
doc/02-bitpacking.tex | [new file with mode: 0644] | blob |
doc/03-codebook.tex | [new file with mode: 0644] | blob |
doc/04-codec.tex | [new file with mode: 0644] | blob |
doc/05-comment.tex | [new file with mode: 0644] | blob |
doc/06-floor0.tex | [new file with mode: 0644] | blob |
doc/07-floor1.tex | [new file with mode: 0644] | blob |
doc/08-residue.tex | [new file with mode: 0644] | blob |
doc/09-helper.tex | [new file with mode: 0644] | blob |
doc/10-tables.tex | [new file with mode: 0644] | blob |
doc/Doxyfile.in | [new file with mode: 0644] | blob |
doc/Makefile.am | [new file with mode: 0644] | blob |
doc/Makefile.in | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec.cfg | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec.css | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec.html | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec.pdf | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec.tex | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec0x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec10x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec11x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec12x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec13x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec14x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec1x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec2x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec3x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec4x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec5x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec6x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec7x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec8x.png | [new file with mode: 0644] | blob |
doc/Vorbis_I_spec9x.png | [new file with mode: 0644] | blob |
doc/a1-encapsulation-ogg.tex | [new file with mode: 0644] | blob |
doc/a2-encapsulation-rtp.tex | [new file with mode: 0644] | blob |
doc/components.png | [new file with mode: 0644] | blob |
doc/eightphase.png | [new file with mode: 0644] | blob |
doc/fish_xiph_org.png | [new file with mode: 0644] | blob |
doc/floor1-1.png | [new file with mode: 0644] | blob |
doc/floor1-2.png | [new file with mode: 0644] | blob |
doc/floor1-3.png | [new file with mode: 0644] | blob |
doc/floor1-4.png | [new file with mode: 0644] | blob |
doc/floor1_inverse_dB_table.html | [new file with mode: 0644] | blob |
doc/floorval.png | [new file with mode: 0644] | blob |
doc/footer.tex | [new file with mode: 0644] | blob |
doc/fourphase.png | [new file with mode: 0644] | blob |
doc/framing.html | [new file with mode: 0644] | blob |
doc/helper.html | [new file with mode: 0644] | blob |
doc/hufftree-under.png | [new file with mode: 0644] | blob |
doc/hufftree.png | [new file with mode: 0644] | blob |
doc/index.html | [new file with mode: 0644] | blob |
doc/libvorbis/Makefile.am | [new file with mode: 0644] | blob |
doc/libvorbis/Makefile.in | [new file with mode: 0644] | blob |
doc/libvorbis/index.html | [new file with mode: 0644] | blob |
doc/libvorbis/overview.html | [new file with mode: 0644] | blob |
doc/libvorbis/reference.html | [new file with mode: 0644] | blob |
doc/libvorbis/return.html | [new file with mode: 0644] | blob |
doc/libvorbis/style.css | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_analysis.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_analysis_blockout.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_analysis_buffer.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_analysis_headerout.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_analysis_init.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_analysis_wrote.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_bitrate_addblock.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_bitrate_flushpacket.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_block.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_block_clear.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_block_init.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_comment.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_comment_add.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_comment_add_tag.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_comment_clear.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_comment_init.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_comment_query.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_comment_query_count.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_commentheader_out.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_dsp_clear.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_dsp_state.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_granule_time.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_info.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_info_blocksize.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_info_clear.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_info_init.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_packet_blocksize.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_blockin.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_halfrate.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_halfrate_p.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_headerin.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_idheader.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_init.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_lapout.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_pcmout.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_read.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_restart.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_synthesis_trackonly.html | [new file with mode: 0644] | blob |
doc/libvorbis/vorbis_version_string.html | [new file with mode: 0644] | blob |
doc/oggstream.html | [new file with mode: 0644] | blob |
doc/programming.html | [new file with mode: 0644] | blob |
doc/residue-pack.png | [new file with mode: 0644] | blob |
doc/residue2.png | [new file with mode: 0644] | blob |
doc/rfc5215.txt | [new file with mode: 0644] | blob |
doc/rfc5215.xml | [new file with mode: 0644] | blob |
doc/squarepolar.png | [new file with mode: 0644] | blob |
doc/stereo.html | [new file with mode: 0644] | blob |
doc/stream.png | [new file with mode: 0644] | blob |
doc/v-comment.html | [new file with mode: 0644] | blob |
doc/vorbis-clip.txt | [new file with mode: 0644] | blob |
doc/vorbis-errors.txt | [new file with mode: 0644] | blob |
doc/vorbis-fidelity.html | [new file with mode: 0644] | blob |
doc/vorbisenc/Makefile.am | [new file with mode: 0644] | blob |
doc/vorbisenc/Makefile.in | [new file with mode: 0644] | blob |
doc/vorbisenc/changes.html | [new file with mode: 0644] | blob |
doc/vorbisenc/examples.html | [new file with mode: 0644] | blob |
doc/vorbisenc/index.html | [new file with mode: 0644] | blob |
doc/vorbisenc/ovectl_ratemanage2_arg.html | [new file with mode: 0644] | blob |
doc/vorbisenc/ovectl_ratemanage_arg.html | [new file with mode: 0644] | blob |
doc/vorbisenc/overview.html | [new file with mode: 0644] | blob |
doc/vorbisenc/reference.html | [new file with mode: 0644] | blob |
doc/vorbisenc/style.css | [new file with mode: 0644] | blob |
doc/vorbisenc/vorbis_encode_ctl.html | [new file with mode: 0644] | blob |
doc/vorbisenc/vorbis_encode_init.html | [new file with mode: 0644] | blob |
doc/vorbisenc/vorbis_encode_init_vbr.html | [new file with mode: 0644] | blob |
doc/vorbisenc/vorbis_encode_setup_init.html | [new file with mode: 0644] | blob |
doc/vorbisenc/vorbis_encode_setup_managed.html | [new file with mode: 0644] | blob |
doc/vorbisenc/vorbis_encode_setup_vbr.html | [new file with mode: 0644] | blob |
doc/vorbisfile/Makefile.am | [new file with mode: 0644] | blob |
doc/vorbisfile/Makefile.in | [new file with mode: 0644] | blob |
doc/vorbisfile/OggVorbis_File.html | [new file with mode: 0644] | blob |
doc/vorbisfile/callbacks.html | [new file with mode: 0644] | blob |
doc/vorbisfile/chaining_example_c.html | [new file with mode: 0644] | blob |
doc/vorbisfile/chainingexample.html | [new file with mode: 0644] | blob |
doc/vorbisfile/crosslap.html | [new file with mode: 0644] | blob |
doc/vorbisfile/datastructures.html | [new file with mode: 0644] | blob |
doc/vorbisfile/decoding.html | [new file with mode: 0644] | blob |
doc/vorbisfile/example.html | [new file with mode: 0644] | blob |
doc/vorbisfile/exampleindex.html | [new file with mode: 0644] | blob |
doc/vorbisfile/fileinfo.html | [new file with mode: 0644] | blob |
doc/vorbisfile/index.html | [new file with mode: 0644] | blob |
doc/vorbisfile/initialization.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_bitrate.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_bitrate_instant.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_callbacks.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_clear.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_comment.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_crosslap.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_fopen.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_info.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_open.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_open_callbacks.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_pcm_seek.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_pcm_seek_lap.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_pcm_seek_page.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_pcm_seek_page_lap.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_pcm_tell.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_pcm_total.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_raw_seek.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_raw_seek_lap.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_raw_tell.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_raw_total.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_read.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_read_filter.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_read_float.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_seekable.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_serialnumber.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_streams.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_test.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_test_callbacks.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_test_open.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_time_seek.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_time_seek_lap.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_time_seek_page.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_time_seek_page_lap.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_time_tell.html | [new file with mode: 0644] | blob |
doc/vorbisfile/ov_time_total.html | [new file with mode: 0644] | blob |
doc/vorbisfile/overview.html | [new file with mode: 0644] | blob |
doc/vorbisfile/reference.html | [new file with mode: 0644] | blob |
doc/vorbisfile/seekexample.html | [new file with mode: 0644] | blob |
doc/vorbisfile/seeking.html | [new file with mode: 0644] | blob |
doc/vorbisfile/seeking_example_c.html | [new file with mode: 0644] | blob |
doc/vorbisfile/seeking_test_c.html | [new file with mode: 0644] | blob |
doc/vorbisfile/seekingexample.html | [new file with mode: 0644] | blob |
doc/vorbisfile/style.css | [new file with mode: 0644] | blob |
doc/vorbisfile/threads.html | [new file with mode: 0644] | blob |
doc/vorbisfile/vorbisfile_example_c.html | [new file with mode: 0644] | blob |
doc/window1.png | [new file with mode: 0644] | blob |
doc/window2.png | [new file with mode: 0644] | blob |
examples/Makefile.am | [new file with mode: 0644] | blob |
examples/Makefile.in | [new file with mode: 0644] | blob |
examples/chaining_example.c | [new file with mode: 0644] | blob |
examples/decoder_example.c | [new file with mode: 0644] | blob |
examples/encoder_example.c | [new file with mode: 0644] | blob |
examples/frameview.pl | [new file with mode: 0644] | blob |
examples/seeking_example.c | [new file with mode: 0644] | blob |
examples/vorbisfile_example.c | [new file with mode: 0644] | blob |
include/Makefile.am | [new file with mode: 0644] | blob |
include/Makefile.in | [new file with mode: 0644] | blob |
include/vorbis/Makefile.am | [new file with mode: 0644] | blob |
include/vorbis/Makefile.in | [new file with mode: 0644] | blob |
include/vorbis/codec.h | [new file with mode: 0644] | blob |
include/vorbis/vorbisenc.h | [new file with mode: 0644] | blob |
include/vorbis/vorbisfile.h | [new file with mode: 0644] | blob |
install-sh | [new file with mode: 0644] | blob |
lib/CMakeLists.txt | [new file with mode: 0644] | blob |
lib/Makefile.am | [new file with mode: 0644] | blob |
lib/Makefile.in | [new file with mode: 0644] | blob |
lib/analysis.c | [new file with mode: 0644] | blob |
lib/backends.h | [new file with mode: 0644] | blob |
lib/barkmel.c | [new file with mode: 0644] | blob |
lib/bitrate.c | [new file with mode: 0644] | blob |
lib/bitrate.h | [new file with mode: 0644] | blob |
lib/block.c | [new file with mode: 0644] | blob |
lib/books/Makefile.am | [new file with mode: 0644] | blob |
lib/books/Makefile.in | [new file with mode: 0644] | blob |
lib/books/coupled/Makefile.am | [new file with mode: 0644] | blob |
lib/books/coupled/Makefile.in | [new file with mode: 0644] | blob |
lib/books/coupled/res_books_51.h | [new file with mode: 0644] | blob |
lib/books/coupled/res_books_stereo.h | [new file with mode: 0644] | blob |
lib/books/floor/Makefile.am | [new file with mode: 0644] | blob |
lib/books/floor/Makefile.in | [new file with mode: 0644] | blob |
lib/books/floor/floor_books.h | [new file with mode: 0644] | blob |
lib/books/uncoupled/Makefile.am | [new file with mode: 0644] | blob |
lib/books/uncoupled/Makefile.in | [new file with mode: 0644] | blob |
lib/books/uncoupled/res_books_uncoupled.h | [new file with mode: 0644] | blob |
lib/codebook.c | [new file with mode: 0644] | blob |
lib/codebook.h | [new file with mode: 0644] | blob |
lib/codec_internal.h | [new file with mode: 0644] | blob |
lib/envelope.c | [new file with mode: 0644] | blob |
lib/envelope.h | [new file with mode: 0644] | blob |
lib/floor0.c | [new file with mode: 0644] | blob |
lib/floor1.c | [new file with mode: 0644] | blob |
lib/highlevel.h | [new file with mode: 0644] | blob |
lib/info.c | [new file with mode: 0644] | blob |
lib/lookup.c | [new file with mode: 0644] | blob |
lib/lookup.h | [new file with mode: 0644] | blob |
lib/lookup_data.h | [new file with mode: 0644] | blob |
lib/lookups.pl | [new file with mode: 0644] | blob |
lib/lpc.c | [new file with mode: 0644] | blob |
lib/lpc.h | [new file with mode: 0644] | blob |
lib/lsp.c | [new file with mode: 0644] | blob |
lib/lsp.h | [new file with mode: 0644] | blob |
lib/mapping0.c | [new file with mode: 0644] | blob |
lib/masking.h | [new file with mode: 0644] | blob |
lib/mdct.c | [new file with mode: 0644] | blob |
lib/mdct.h | [new file with mode: 0644] | blob |
lib/misc.h | [new file with mode: 0644] | blob |
lib/modes/Makefile.am | [new file with mode: 0644] | blob |
lib/modes/Makefile.in | [new file with mode: 0644] | blob |
lib/modes/floor_all.h | [new file with mode: 0644] | blob |
lib/modes/psych_11.h | [new file with mode: 0644] | blob |
lib/modes/psych_16.h | [new file with mode: 0644] | blob |
lib/modes/psych_44.h | [new file with mode: 0644] | blob |
lib/modes/psych_8.h | [new file with mode: 0644] | blob |
lib/modes/residue_16.h | [new file with mode: 0644] | blob |
lib/modes/residue_44.h | [new file with mode: 0644] | blob |
lib/modes/residue_44p51.h | [new file with mode: 0644] | blob |
lib/modes/residue_44u.h | [new file with mode: 0644] | blob |
lib/modes/residue_8.h | [new file with mode: 0644] | blob |
lib/modes/setup_11.h | [new file with mode: 0644] | blob |
lib/modes/setup_16.h | [new file with mode: 0644] | blob |
lib/modes/setup_22.h | [new file with mode: 0644] | blob |
lib/modes/setup_32.h | [new file with mode: 0644] | blob |
lib/modes/setup_44.h | [new file with mode: 0644] | blob |
lib/modes/setup_44p51.h | [new file with mode: 0644] | blob |
lib/modes/setup_44u.h | [new file with mode: 0644] | blob |
lib/modes/setup_8.h | [new file with mode: 0644] | blob |
lib/modes/setup_X.h | [new file with mode: 0644] | blob |
lib/os.h | [new file with mode: 0644] | blob |
lib/psy.c | [new file with mode: 0644] | blob |
lib/psy.h | [new file with mode: 0644] | blob |
lib/psytune.c | [new file with mode: 0644] | blob |
lib/registry.c | [new file with mode: 0644] | blob |
lib/registry.h | [new file with mode: 0644] | blob |
lib/res0.c | [new file with mode: 0644] | blob |
lib/scales.h | [new file with mode: 0644] | blob |
lib/sharedbook.c | [new file with mode: 0644] | blob |
lib/smallft.c | [new file with mode: 0644] | blob |
lib/smallft.h | [new file with mode: 0644] | blob |
lib/synthesis.c | [new file with mode: 0644] | blob |
lib/tone.c | [new file with mode: 0644] | blob |
lib/vorbisenc.c | [new file with mode: 0644] | blob |
lib/vorbisfile.c | [new file with mode: 0644] | blob |
lib/window.c | [new file with mode: 0644] | blob |
lib/window.h | [new file with mode: 0644] | blob |
libvorbis.spec | [new file with mode: 0644] | blob |
libvorbis.spec.in | [new file with mode: 0644] | blob |
ltmain.sh | [new file with mode: 0644] | blob |
m4/Makefile.am | [new file with mode: 0644] | blob |
m4/Makefile.in | [new file with mode: 0644] | blob |
m4/add_cflags.m4 | [new file with mode: 0644] | blob |
m4/libtool.m4 | [new file with mode: 0644] | blob |
m4/ltoptions.m4 | [new file with mode: 0644] | blob |
m4/ltsugar.m4 | [new file with mode: 0644] | blob |
m4/ltversion.m4 | [new file with mode: 0644] | blob |
m4/lt~obsolete.m4 | [new file with mode: 0644] | blob |
m4/ogg.m4 | [new file with mode: 0644] | blob |
m4/pkg.m4 | [new file with mode: 0644] | blob |
macosx/English.lproj/InfoPlist.strings | [new file with mode: 0644] | blob |
macosx/Info.plist | [new file with mode: 0644] | blob |
macosx/Vorbis.xcodeproj/project.pbxproj | [new file with mode: 0644] | blob |
missing | [new file with mode: 0644] | blob |
symbian/bld.inf | [new file with mode: 0644] | blob |
symbian/config.h | [new file with mode: 0644] | blob |
symbian/vorbis.mmp | [new file with mode: 0644] | blob |
test/Makefile.am | [new file with mode: 0644] | blob |
test/Makefile.in | [new file with mode: 0644] | blob |
test/test.c | [new file with mode: 0644] | blob |
test/util.c | [new file with mode: 0644] | blob |
test/util.h | [new file with mode: 0644] | blob |
test/write_read.c | [new file with mode: 0644] | blob |
test/write_read.h | [new file with mode: 0644] | blob |
vorbis-uninstalled.pc.in | [new file with mode: 0644] | blob |
vorbis.m4 | [new file with mode: 0644] | blob |
vorbis.pc.in | [new file with mode: 0644] | blob |
vorbisenc-uninstalled.pc.in | [new file with mode: 0644] | blob |
vorbisenc.pc.in | [new file with mode: 0644] | blob |
vorbisfile-uninstalled.pc.in | [new file with mode: 0644] | blob |
vorbisfile.pc.in | [new file with mode: 0644] | blob |
vq/16.vqs | [new file with mode: 0644] | blob |
vq/16u.vqs | [new file with mode: 0644] | blob |
vq/44c-1.vqs | [new file with mode: 0644] | blob |
vq/44c0.vqs | [new file with mode: 0644] | blob |
vq/44c1.vqs | [new file with mode: 0644] | blob |
vq/44c2.vqs | [new file with mode: 0644] | blob |
vq/44c3.vqs | [new file with mode: 0644] | blob |
vq/44c4.vqs | [new file with mode: 0644] | blob |
vq/44c5.vqs | [new file with mode: 0644] | blob |
vq/44c6.vqs | [new file with mode: 0644] | blob |
vq/44c7.vqs | [new file with mode: 0644] | blob |
vq/44c8.vqs | [new file with mode: 0644] | blob |
vq/44c9.vqs | [new file with mode: 0644] | blob |
vq/44p-1.vqs | [new file with mode: 0644] | blob |
vq/44p0.vqs | [new file with mode: 0644] | blob |
vq/44p1.vqs | [new file with mode: 0644] | blob |
vq/44p2.vqs | [new file with mode: 0644] | blob |
vq/44p3.vqs | [new file with mode: 0644] | blob |
vq/44p4.vqs | [new file with mode: 0644] | blob |
vq/44p5.vqs | [new file with mode: 0644] | blob |
vq/44p6.vqs | [new file with mode: 0644] | blob |
vq/44p7.vqs | [new file with mode: 0644] | blob |
vq/44p8.vqs | [new file with mode: 0644] | blob |
vq/44p9.vqs | [new file with mode: 0644] | blob |
vq/44u0.vqs | [new file with mode: 0644] | blob |
vq/44u1.vqs | [new file with mode: 0644] | blob |
vq/44u2.vqs | [new file with mode: 0644] | blob |
vq/44u3.vqs | [new file with mode: 0644] | blob |
vq/44u4.vqs | [new file with mode: 0644] | blob |
vq/44u5.vqs | [new file with mode: 0644] | blob |
vq/44u6.vqs | [new file with mode: 0644] | blob |
vq/44u7.vqs | [new file with mode: 0644] | blob |
vq/44u8.vqs | [new file with mode: 0644] | blob |
vq/44u9.vqs | [new file with mode: 0644] | blob |
vq/8.vqs | [new file with mode: 0644] | blob |
vq/8u.vqs | [new file with mode: 0644] | blob |
vq/Makefile.am | [new file with mode: 0644] | blob |
vq/Makefile.in | [new file with mode: 0644] | blob |
vq/bookutil.c | [new file with mode: 0644] | blob |
vq/bookutil.h | [new file with mode: 0644] | blob |
vq/distribution.c | [new file with mode: 0644] | blob |
vq/floor_11.vqs | [new file with mode: 0644] | blob |
vq/floor_22.vqs | [new file with mode: 0644] | blob |
vq/floor_44.vqs | [new file with mode: 0644] | blob |
vq/huffbuild.c | [new file with mode: 0644] | blob |
vq/latticebuild.c | [new file with mode: 0644] | blob |
vq/latticetune.c | [new file with mode: 0644] | blob |
vq/localcodebook.h | [new file with mode: 0644] | blob |
vq/make_floor_books.pl | [new file with mode: 0644] | blob |
vq/make_residue_books.pl | [new file with mode: 0644] | blob |
vq/metrics.c | [new file with mode: 0644] | blob |
vq/vqgen.c | [new file with mode: 0644] | blob |
vq/vqgen.h | [new file with mode: 0644] | blob |
win32/VS2005/README | [new file with mode: 0644] | blob |
win32/VS2005/libogg.vsprops | [new file with mode: 0644] | blob |
win32/VS2005/libvorbis/libvorbis_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2005/libvorbis/libvorbis_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2005/libvorbisfile/libvorbisfile_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2005/libvorbisfile/libvorbisfile_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2005/vorbis_dynamic.sln | [new file with mode: 0644] | blob |
win32/VS2005/vorbis_static.sln | [new file with mode: 0644] | blob |
win32/VS2005/vorbisdec/vorbisdec_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2005/vorbisdec/vorbisdec_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2005/vorbisenc/vorbisenc_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2005/vorbisenc/vorbisenc_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/README | [new file with mode: 0644] | blob |
win32/VS2008/libogg.vsprops | [new file with mode: 0644] | blob |
win32/VS2008/libvorbis/libvorbis_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/libvorbis/libvorbis_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/libvorbisfile/libvorbisfile_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/libvorbisfile/libvorbisfile_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/vorbis_dynamic.sln | [new file with mode: 0644] | blob |
win32/VS2008/vorbis_static.sln | [new file with mode: 0644] | blob |
win32/VS2008/vorbisdec/vorbisdec_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/vorbisdec/vorbisdec_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/vorbisenc/vorbisenc_dynamic.vcproj | [new file with mode: 0644] | blob |
win32/VS2008/vorbisenc/vorbisenc_static.vcproj | [new file with mode: 0644] | blob |
win32/VS2010/README | [new file with mode: 0644] | blob |
win32/VS2010/libogg.props | [new file with mode: 0644] | blob |
win32/VS2010/libvorbis/libvorbis_dynamic.vcxproj | [new file with mode: 0644] | blob |
win32/VS2010/libvorbis/libvorbis_static.vcxproj | [new file with mode: 0644] | blob |
win32/VS2010/libvorbisfile/libvorbisfile_dynamic.vcxproj | [new file with mode: 0644] | blob |
win32/VS2010/libvorbisfile/libvorbisfile_static.vcxproj | [new file with mode: 0644] | blob |
win32/VS2010/vorbis_dynamic.sln | [new file with mode: 0644] | blob |
win32/VS2010/vorbis_static.sln | [new file with mode: 0644] | blob |
win32/VS2010/vorbisdec/vorbisdec_dynamic.vcxproj | [new file with mode: 0644] | blob |
win32/VS2010/vorbisdec/vorbisdec_static.vcxproj | [new file with mode: 0644] | blob |
win32/VS2010/vorbisenc/vorbisenc_dynamic.vcxproj | [new file with mode: 0644] | blob |
win32/VS2010/vorbisenc/vorbisenc_static.vcxproj | [new file with mode: 0644] | blob |
win32/vorbis.def | [new file with mode: 0644] | blob |
win32/vorbisenc.def | [new file with mode: 0644] | blob |
win32/vorbisfile.def | [new file with mode: 0644] | blob |