Library docs update
authorWim Taymans <wim.taymans@gmail.com>
Tue, 7 Nov 2000 21:38:34 +0000 (21:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 7 Nov 2000 21:38:34 +0000 (21:38 +0000)
Original commit message from CVS:
Library docs update

docs/libs/gstreamer-libs-sections.txt
docs/libs/tmpl/dct.sgml
docs/libs/tmpl/gstidct.sgml
docs/libs/tmpl/gstriff.sgml

index 48c4893..0a9e91d 100644 (file)
@@ -16,6 +16,7 @@ gst_colorspace_destroy
 <SUBSECTION Standard>
 </SECTION>
 
+
 <SECTION>
 <FILE>gstriff</FILE>
 <INCLUDE>libs/riff/gstriff.h</INCLUDE>
@@ -172,11 +173,13 @@ gst_riff_strf_auds
 gst_riff_riff
 gst_riff_list
 gst_riff_chunk
+gst_riff_index_entry
 GstRiff
 GstRiffChunk
 GstRiffCallback
 gst_riff_parser_new
 gst_riff_parser_next_buffer
+gst_riff_parser_resync
 gst_riff_encoder_new
 gst_riff_encoder_avih
 gst_riff_encoder_strh
@@ -423,10 +426,11 @@ DCTBLOCK[DCTSIZE2]
 INT32
 gst_idct_int_idct
 gst_idct_init_fast_int_idct
+gst_idct_init_float_idct
 gst_idct_fast_int_idct
 gst_idct_mmx_idct
 gst_idct_mmx32_idct
-gst_idct_init_float_idct
+gst_idct_sse_idct
 gst_idct_float_idct
 </SECTION>
 
index 2b101cc..e396bd0 100644 (file)
@@ -67,6 +67,13 @@ dct
 
 
 
+<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### FUNCTION gst_idct_fast_int_idct ##### -->
 <para>
 
@@ -91,11 +98,12 @@ dct
 @block: 
 
 
-<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
+<!-- ##### FUNCTION gst_idct_sse_idct ##### -->
 <para>
 
 </para>
 
+@block: 
 
 
 <!-- ##### FUNCTION gst_idct_float_idct ##### -->
index 21c8445..7b63651 100644 (file)
@@ -26,6 +26,7 @@ The different IDCT methods available
 @GST_IDCT_FLOAT: accurate float version
 @GST_IDCT_MMX: fast MMX (not IEEE compliant)
 @GST_IDCT_MMX32: accurate MMX
+@GST_IDCT_SSE: 
 
 <!-- ##### STRUCT GstIDCT ##### -->
 <para>
index f27f983..813fb55 100644 (file)
@@ -1074,6 +1074,15 @@ Create a FOURCC
 @id: 
 @size: 
 
+<!-- ##### STRUCT gst_riff_index_entry ##### -->
+<para>
+
+</para>
+
+@id: 
+@flags: 
+@size: 
+
 <!-- ##### STRUCT GstRiff ##### -->
 <para>
 
@@ -1104,11 +1113,11 @@ Create a FOURCC
 
 <!-- ##### USER_FUNCTION GstRiffCallback ##### -->
 <para>
-
+This function will be called when a new chunk has been decoded
 </para>
 
-@chunk: 
-@data: 
+@chunk: the chunk
+@data: user data
 
 
 <!-- ##### FUNCTION gst_riff_parser_new ##### -->
@@ -1132,6 +1141,15 @@ Subit a new buffer to the parser
 @Returns: one of the return values
 
 
+<!-- ##### FUNCTION gst_riff_parser_resync ##### -->
+<para>
+Resync the parser to a new offset
+</para>
+
+@riff: the parser
+@offset: the new offset to resync to
+
+
 <!-- ##### FUNCTION gst_riff_encoder_new ##### -->
 <para>
 Create a new riff encoder