]> git.tdb.fi Git - ext/ogg.git/commit
Import libogg 1.3.5 sources
authorMikko Rasa <tdb@tdb.fi>
Thu, 14 Sep 2023 10:02:25 +0000 (13:02 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 14 Sep 2023 10:02:25 +0000 (13:02 +0300)
commit8b657888ea2fff42ed085023b45b0d2254894a02
tree70fe9e8497b7b42ae4b357d6876df642338a1fbf
Import libogg 1.3.5 sources
134 files changed:
AUTHORS [new file with mode: 0644]
CHANGES [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README.md [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
cmake/CheckSizes.cmake [new file with mode: 0644]
cmake/OggConfig.cmake.in [new file with mode: 0644]
compile [new file with mode: 0644]
config.guess [new file with mode: 0644]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0644]
configure [new file with mode: 0644]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/fish_xiph_org.png [new file with mode: 0644]
doc/framing.html [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/libogg/Makefile.am [new file with mode: 0644]
doc/libogg/Makefile.in [new file with mode: 0644]
doc/libogg/bitpacking.html [new file with mode: 0644]
doc/libogg/datastructures.html [new file with mode: 0644]
doc/libogg/decoding.html [new file with mode: 0644]
doc/libogg/encoding.html [new file with mode: 0644]
doc/libogg/general.html [new file with mode: 0644]
doc/libogg/index.html [new file with mode: 0644]
doc/libogg/ogg_iovec_t.html [new file with mode: 0644]
doc/libogg/ogg_packet.html [new file with mode: 0644]
doc/libogg/ogg_packet_clear.html [new file with mode: 0644]
doc/libogg/ogg_page.html [new file with mode: 0644]
doc/libogg/ogg_page_bos.html [new file with mode: 0644]
doc/libogg/ogg_page_checksum_set.html [new file with mode: 0644]
doc/libogg/ogg_page_continued.html [new file with mode: 0644]
doc/libogg/ogg_page_eos.html [new file with mode: 0644]
doc/libogg/ogg_page_granulepos.html [new file with mode: 0644]
doc/libogg/ogg_page_packets.html [new file with mode: 0644]
doc/libogg/ogg_page_pageno.html [new file with mode: 0644]
doc/libogg/ogg_page_serialno.html [new file with mode: 0644]
doc/libogg/ogg_page_version.html [new file with mode: 0644]
doc/libogg/ogg_stream_check.html [new file with mode: 0644]
doc/libogg/ogg_stream_clear.html [new file with mode: 0644]
doc/libogg/ogg_stream_destroy.html [new file with mode: 0644]
doc/libogg/ogg_stream_eos.html [new file with mode: 0644]
doc/libogg/ogg_stream_flush.html [new file with mode: 0644]
doc/libogg/ogg_stream_flush_fill.html [new file with mode: 0644]
doc/libogg/ogg_stream_init.html [new file with mode: 0644]
doc/libogg/ogg_stream_iovecin.html [new file with mode: 0644]
doc/libogg/ogg_stream_packetin.html [new file with mode: 0644]
doc/libogg/ogg_stream_packetout.html [new file with mode: 0644]
doc/libogg/ogg_stream_packetpeek.html [new file with mode: 0644]
doc/libogg/ogg_stream_pagein.html [new file with mode: 0644]
doc/libogg/ogg_stream_pageout.html [new file with mode: 0644]
doc/libogg/ogg_stream_pageout_fill.html [new file with mode: 0644]
doc/libogg/ogg_stream_reset.html [new file with mode: 0644]
doc/libogg/ogg_stream_reset_serialno.html [new file with mode: 0644]
doc/libogg/ogg_stream_state.html [new file with mode: 0644]
doc/libogg/ogg_sync_buffer.html [new file with mode: 0644]
doc/libogg/ogg_sync_check.html [new file with mode: 0644]
doc/libogg/ogg_sync_clear.html [new file with mode: 0644]
doc/libogg/ogg_sync_destroy.html [new file with mode: 0644]
doc/libogg/ogg_sync_init.html [new file with mode: 0644]
doc/libogg/ogg_sync_pageout.html [new file with mode: 0644]
doc/libogg/ogg_sync_pageseek.html [new file with mode: 0644]
doc/libogg/ogg_sync_reset.html [new file with mode: 0644]
doc/libogg/ogg_sync_state.html [new file with mode: 0644]
doc/libogg/ogg_sync_wrote.html [new file with mode: 0644]
doc/libogg/oggpack_adv.html [new file with mode: 0644]
doc/libogg/oggpack_adv1.html [new file with mode: 0644]
doc/libogg/oggpack_bits.html [new file with mode: 0644]
doc/libogg/oggpack_buffer.html [new file with mode: 0644]
doc/libogg/oggpack_bytes.html [new file with mode: 0644]
doc/libogg/oggpack_get_buffer.html [new file with mode: 0644]
doc/libogg/oggpack_look.html [new file with mode: 0644]
doc/libogg/oggpack_look1.html [new file with mode: 0644]
doc/libogg/oggpack_read.html [new file with mode: 0644]
doc/libogg/oggpack_read1.html [new file with mode: 0644]
doc/libogg/oggpack_readinit.html [new file with mode: 0644]
doc/libogg/oggpack_reset.html [new file with mode: 0644]
doc/libogg/oggpack_write.html [new file with mode: 0644]
doc/libogg/oggpack_writealign.html [new file with mode: 0644]
doc/libogg/oggpack_writecheck.html [new file with mode: 0644]
doc/libogg/oggpack_writeclear.html [new file with mode: 0644]
doc/libogg/oggpack_writecopy.html [new file with mode: 0644]
doc/libogg/oggpack_writeinit.html [new file with mode: 0644]
doc/libogg/oggpack_writetrunc.html [new file with mode: 0644]
doc/libogg/overview.html [new file with mode: 0644]
doc/libogg/reference.html [new file with mode: 0644]
doc/libogg/style.css [new file with mode: 0644]
doc/multiplex1.png [new file with mode: 0644]
doc/ogg-multiplex.html [new file with mode: 0644]
doc/oggstream.html [new file with mode: 0644]
doc/packets.png [new file with mode: 0644]
doc/pages.png [new file with mode: 0644]
doc/rfc3533.txt [new file with mode: 0644]
doc/rfc5334.txt [new file with mode: 0644]
doc/skeleton.html [new file with mode: 0644]
doc/stream.png [new file with mode: 0644]
doc/vorbisword2.png [new file with mode: 0644]
doc/white-ogg.png [new file with mode: 0644]
doc/white-xifish.png [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/ogg/Makefile.am [new file with mode: 0644]
include/ogg/Makefile.in [new file with mode: 0644]
include/ogg/config_types.h.in [new file with mode: 0644]
include/ogg/ogg.h [new file with mode: 0644]
include/ogg/os_types.h [new file with mode: 0644]
install-sh [new file with mode: 0644]
libogg.spec [new file with mode: 0644]
libogg.spec.in [new file with mode: 0644]
ltmain.sh [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
missing [new file with mode: 0644]
ogg-uninstalled.pc.in [new file with mode: 0644]
ogg.m4 [new file with mode: 0644]
ogg.pc.in [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/bitwise.c [new file with mode: 0644]
src/crctable.h [new file with mode: 0644]
src/framing.c [new file with mode: 0644]
win32/.gitignore [new file with mode: 0644]
win32/VS2015/libogg.sln [new file with mode: 0644]
win32/VS2015/libogg.vcxproj [new file with mode: 0644]
win32/VS2015/libogg.vcxproj.filters [new file with mode: 0644]
win32/ogg.def [new file with mode: 0644]