<SUBSECTION Standard>
</SECTION>
+
<SECTION>
<FILE>gstriff</FILE>
<INCLUDE>libs/riff/gstriff.h</INCLUDE>
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
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>
+<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION gst_idct_fast_int_idct ##### -->
<para>
@block:
-<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
+<!-- ##### FUNCTION gst_idct_sse_idct ##### -->
<para>
</para>
+@block:
<!-- ##### FUNCTION gst_idct_float_idct ##### -->
@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>
@id:
@size:
+<!-- ##### STRUCT gst_riff_index_entry ##### -->
+<para>
+
+</para>
+
+@id:
+@flags:
+@size:
+
<!-- ##### STRUCT GstRiff ##### -->
<para>
<!-- ##### 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 ##### -->
@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