added ogg/vorbis source code for ease of building on msvc
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 12 Sep 2018 23:21:34 +0000 (02:21 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 12 Sep 2018 23:21:34 +0000 (02:21 +0300)
commitf25228d21d10f8df4607384ddb879251d31ee40e
treefcbdedf26f73273cd48fa2c6fb14ffe9db16c172
parentc48096383ed398a518e69070bfc9373537ab00bb
added ogg/vorbis source code for ease of building on msvc
76 files changed:
libs/ogg/AUTHORS [new file with mode: 0644]
libs/ogg/COPYING [new file with mode: 0644]
libs/ogg/bitwise.c [new file with mode: 0644]
libs/ogg/config_types.h [new file with mode: 0644]
libs/ogg/framing.c [new file with mode: 0644]
libs/ogg/ogg.h [new file with mode: 0644]
libs/ogg/os_types.h [new file with mode: 0644]
libs/vorbis/AUTHORS [new file with mode: 0644]
libs/vorbis/COPYING [new file with mode: 0644]
libs/vorbis/analysis.c [new file with mode: 0644]
libs/vorbis/backends.h [new file with mode: 0644]
libs/vorbis/bitrate.c [new file with mode: 0644]
libs/vorbis/bitrate.h [new file with mode: 0644]
libs/vorbis/block.c [new file with mode: 0644]
libs/vorbis/books/coupled/res_books_51.h [new file with mode: 0644]
libs/vorbis/books/coupled/res_books_stereo.h [new file with mode: 0644]
libs/vorbis/books/floor/floor_books.h [new file with mode: 0644]
libs/vorbis/books/uncoupled/res_books_uncoupled.h [new file with mode: 0644]
libs/vorbis/codebook.c [new file with mode: 0644]
libs/vorbis/codebook.h [new file with mode: 0644]
libs/vorbis/codec.h [new file with mode: 0644]
libs/vorbis/codec_internal.h [new file with mode: 0644]
libs/vorbis/envelope.c [new file with mode: 0644]
libs/vorbis/envelope.h [new file with mode: 0644]
libs/vorbis/floor0.c [new file with mode: 0644]
libs/vorbis/floor1.c [new file with mode: 0644]
libs/vorbis/highlevel.h [new file with mode: 0644]
libs/vorbis/info.c [new file with mode: 0644]
libs/vorbis/lookup.c [new file with mode: 0644]
libs/vorbis/lookup.h [new file with mode: 0644]
libs/vorbis/lookup_data.h [new file with mode: 0644]
libs/vorbis/lpc.c [new file with mode: 0644]
libs/vorbis/lpc.h [new file with mode: 0644]
libs/vorbis/lsp.c [new file with mode: 0644]
libs/vorbis/lsp.h [new file with mode: 0644]
libs/vorbis/mapping0.c [new file with mode: 0644]
libs/vorbis/masking.h [new file with mode: 0644]
libs/vorbis/mdct.c [new file with mode: 0644]
libs/vorbis/mdct.h [new file with mode: 0644]
libs/vorbis/misc.h [new file with mode: 0644]
libs/vorbis/modes/floor_all.h [new file with mode: 0644]
libs/vorbis/modes/psych_11.h [new file with mode: 0644]
libs/vorbis/modes/psych_16.h [new file with mode: 0644]
libs/vorbis/modes/psych_44.h [new file with mode: 0644]
libs/vorbis/modes/psych_8.h [new file with mode: 0644]
libs/vorbis/modes/residue_16.h [new file with mode: 0644]
libs/vorbis/modes/residue_44.h [new file with mode: 0644]
libs/vorbis/modes/residue_44p51.h [new file with mode: 0644]
libs/vorbis/modes/residue_44u.h [new file with mode: 0644]
libs/vorbis/modes/residue_8.h [new file with mode: 0644]
libs/vorbis/modes/setup_11.h [new file with mode: 0644]
libs/vorbis/modes/setup_16.h [new file with mode: 0644]
libs/vorbis/modes/setup_22.h [new file with mode: 0644]
libs/vorbis/modes/setup_32.h [new file with mode: 0644]
libs/vorbis/modes/setup_44.h [new file with mode: 0644]
libs/vorbis/modes/setup_44p51.h [new file with mode: 0644]
libs/vorbis/modes/setup_44u.h [new file with mode: 0644]
libs/vorbis/modes/setup_8.h [new file with mode: 0644]
libs/vorbis/modes/setup_X.h [new file with mode: 0644]
libs/vorbis/os.h [new file with mode: 0644]
libs/vorbis/psy.c [new file with mode: 0644]
libs/vorbis/psy.h [new file with mode: 0644]
libs/vorbis/registry.c [new file with mode: 0644]
libs/vorbis/registry.h [new file with mode: 0644]
libs/vorbis/res0.c [new file with mode: 0644]
libs/vorbis/scales.h [new file with mode: 0644]
libs/vorbis/sharedbook.c [new file with mode: 0644]
libs/vorbis/smallft.c [new file with mode: 0644]
libs/vorbis/smallft.h [new file with mode: 0644]
libs/vorbis/synthesis.c [new file with mode: 0644]
libs/vorbis/vorbisenc.c [new file with mode: 0644]
libs/vorbis/vorbisenc.h [new file with mode: 0644]
libs/vorbis/vorbisfile.c [new file with mode: 0644]
libs/vorbis/vorbisfile.h [new file with mode: 0644]
libs/vorbis/window.c [new file with mode: 0644]
libs/vorbis/window.h [new file with mode: 0644]