[xiph-cvs] cvs commit: vorbis/doc/vorbisfile Makefile.am OggVorbis_File.html chaining_example_c.html chainingexample.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_time_seek.html ov_time_tell.html ov_time_total.html overview.html reference.html seekexample.html seeking.html seeking_test_c.html seekingexample.html style.css vorbis_comment.html vorbis_info.html vorbisfile_example_c.html
Jack Moffitt
jack at xiph.org
Mon Oct 30 01:16:22 PST 2000
jack 00/10/30 01:16:22
Modified: doc Tag: branch_beta3 Makefile.am
Added: doc/vorbisfile Tag: branch_beta3 Makefile.am
OggVorbis_File.html chaining_example_c.html
chainingexample.html datastructures.html
decoding.html example.html exampleindex.html
fileinfo.html index.html initialization.html
ov_bitrate.html ov_bitrate_instant.html
ov_callbacks.html ov_clear.html ov_comment.html
ov_info.html ov_open.html ov_open_callbacks.html
ov_pcm_seek.html ov_pcm_tell.html ov_pcm_total.html
ov_raw_seek.html ov_raw_tell.html ov_raw_total.html
ov_read.html ov_seekable.html ov_serialnumber.html
ov_streams.html ov_time_seek.html ov_time_tell.html
ov_time_total.html overview.html reference.html
seekexample.html seeking.html seeking_test_c.html
seekingexample.html style.css vorbis_comment.html
vorbis_info.html vorbisfile_example_c.html
Log:
kim's first pass at libvorbisfile docs
Revision Changes Path
No revision
No revision
1.2.2.1 +2 -0 vorbis/doc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- Makefile.am 2000/10/12 03:12:38 1.2
+++ Makefile.am 2000/10/30 09:16:15 1.2.2.1
@@ -2,6 +2,8 @@
AUTOMAKE_OPTIONS = foreign
+SUBDIRS = vorbisfile
+
docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = v-comment.html vorbisword2.png white-ogg.png programming.html\
No revision
No revision
1.1.2.1 +19 -0 vorbis/doc/vorbisfile/Attic/Makefile.am
1.1.2.1 +102 -0 vorbis/doc/vorbisfile/Attic/OggVorbis_File.html
1.1.2.1 +87 -0 vorbis/doc/vorbisfile/Attic/chaining_example_c.html
1.1.2.1 +158 -0 vorbis/doc/vorbisfile/Attic/chainingexample.html
1.1.2.1 +61 -0 vorbis/doc/vorbisfile/Attic/datastructures.html
1.1.2.1 +50 -0 vorbis/doc/vorbisfile/Attic/decoding.html
1.1.2.1 +204 -0 vorbis/doc/vorbisfile/Attic/example.html
1.1.2.1 +39 -0 vorbis/doc/vorbisfile/Attic/exampleindex.html
1.1.2.1 +96 -0 vorbis/doc/vorbisfile/Attic/fileinfo.html
1.1.2.1 +42 -0 vorbis/doc/vorbisfile/Attic/index.html
1.1.2.1 +56 -0 vorbis/doc/vorbisfile/Attic/initialization.html
1.1.2.1 +72 -0 vorbis/doc/vorbisfile/Attic/ov_bitrate.html
1.1.2.1 +64 -0 vorbis/doc/vorbisfile/Attic/ov_bitrate_instant.html
1.1.2.1 +66 -0 vorbis/doc/vorbisfile/Attic/ov_callbacks.html
1.1.2.1 +63 -0 vorbis/doc/vorbisfile/Attic/ov_clear.html
1.1.2.1 +65 -0 vorbis/doc/vorbisfile/Attic/ov_comment.html
1.1.2.1 +65 -0 vorbis/doc/vorbisfile/Attic/ov_info.html
1.1.2.1 +106 -0 vorbis/doc/vorbisfile/Attic/ov_open.html
1.1.2.1 +104 -0 vorbis/doc/vorbisfile/Attic/ov_open_callbacks.html
1.1.2.1 +70 -0 vorbis/doc/vorbisfile/Attic/ov_pcm_seek.html
1.1.2.1 +61 -0 vorbis/doc/vorbisfile/Attic/ov_pcm_tell.html
1.1.2.1 +67 -0 vorbis/doc/vorbisfile/Attic/ov_pcm_total.html
1.1.2.1 +69 -0 vorbis/doc/vorbisfile/Attic/ov_raw_seek.html
1.1.2.1 +61 -0 vorbis/doc/vorbisfile/Attic/ov_raw_tell.html
1.1.2.1 +67 -0 vorbis/doc/vorbisfile/Attic/ov_raw_total.html
1.1.2.1 +94 -0 vorbis/doc/vorbisfile/Attic/ov_read.html
1.1.2.1 +65 -0 vorbis/doc/vorbisfile/Attic/ov_seekable.html
1.1.2.1 +67 -0 vorbis/doc/vorbisfile/Attic/ov_serialnumber.html
1.1.2.1 +65 -0 vorbis/doc/vorbisfile/Attic/ov_streams.html
1.1.2.1 +71 -0 vorbis/doc/vorbisfile/Attic/ov_time_seek.html
1.1.2.1 +63 -0 vorbis/doc/vorbisfile/Attic/ov_time_tell.html
1.1.2.1 +75 -0 vorbis/doc/vorbisfile/Attic/ov_time_total.html
1.1.2.1 +43 -0 vorbis/doc/vorbisfile/Attic/overview.html
1.1.2.1 +66 -0 vorbis/doc/vorbisfile/Attic/reference.html
1.1.2.1 +139 -0 vorbis/doc/vorbisfile/Attic/seekexample.html
1.1.2.1 +56 -0 vorbis/doc/vorbisfile/Attic/seeking.html
1.1.2.1 +83 -0 vorbis/doc/vorbisfile/Attic/seeking_test_c.html
1.1.2.1 +204 -0 vorbis/doc/vorbisfile/Attic/seekingexample.html
1.1.2.1 +7 -0 vorbis/doc/vorbisfile/Attic/style.css
1.1.2.1 +67 -0 vorbis/doc/vorbisfile/Attic/vorbis_comment.html
1.1.2.1 +102 -0 vorbis/doc/vorbisfile/Attic/vorbis_info.html
1.1.2.1 +106 -0 vorbis/doc/vorbisfile/Attic/vorbisfile_example_c.html
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list