mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +00:00
Library docs update
Original commit message from CVS: Library docs update
This commit is contained in:
parent
092db54409
commit
4454f1f2a2
4 changed files with 36 additions and 5 deletions
|
@ -16,6 +16,7 @@ gst_colorspace_destroy
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstriff</FILE>
|
<FILE>gstriff</FILE>
|
||||||
<INCLUDE>libs/riff/gstriff.h</INCLUDE>
|
<INCLUDE>libs/riff/gstriff.h</INCLUDE>
|
||||||
|
@ -172,11 +173,13 @@ gst_riff_strf_auds
|
||||||
gst_riff_riff
|
gst_riff_riff
|
||||||
gst_riff_list
|
gst_riff_list
|
||||||
gst_riff_chunk
|
gst_riff_chunk
|
||||||
|
gst_riff_index_entry
|
||||||
GstRiff
|
GstRiff
|
||||||
GstRiffChunk
|
GstRiffChunk
|
||||||
GstRiffCallback
|
GstRiffCallback
|
||||||
gst_riff_parser_new
|
gst_riff_parser_new
|
||||||
gst_riff_parser_next_buffer
|
gst_riff_parser_next_buffer
|
||||||
|
gst_riff_parser_resync
|
||||||
gst_riff_encoder_new
|
gst_riff_encoder_new
|
||||||
gst_riff_encoder_avih
|
gst_riff_encoder_avih
|
||||||
gst_riff_encoder_strh
|
gst_riff_encoder_strh
|
||||||
|
@ -423,10 +426,11 @@ DCTBLOCK[DCTSIZE2]
|
||||||
INT32
|
INT32
|
||||||
gst_idct_int_idct
|
gst_idct_int_idct
|
||||||
gst_idct_init_fast_int_idct
|
gst_idct_init_fast_int_idct
|
||||||
|
gst_idct_init_float_idct
|
||||||
gst_idct_fast_int_idct
|
gst_idct_fast_int_idct
|
||||||
gst_idct_mmx_idct
|
gst_idct_mmx_idct
|
||||||
gst_idct_mmx32_idct
|
gst_idct_mmx32_idct
|
||||||
gst_idct_init_float_idct
|
gst_idct_sse_idct
|
||||||
gst_idct_float_idct
|
gst_idct_float_idct
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
|
@ -67,6 +67,13 @@ dct
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_idct_fast_int_idct ##### -->
|
<!-- ##### FUNCTION gst_idct_fast_int_idct ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -91,11 +98,12 @@ dct
|
||||||
@block:
|
@block:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
|
<!-- ##### FUNCTION gst_idct_sse_idct ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@block:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_idct_float_idct ##### -->
|
<!-- ##### FUNCTION gst_idct_float_idct ##### -->
|
||||||
|
|
|
@ -26,6 +26,7 @@ The different IDCT methods available
|
||||||
@GST_IDCT_FLOAT: accurate float version
|
@GST_IDCT_FLOAT: accurate float version
|
||||||
@GST_IDCT_MMX: fast MMX (not IEEE compliant)
|
@GST_IDCT_MMX: fast MMX (not IEEE compliant)
|
||||||
@GST_IDCT_MMX32: accurate MMX
|
@GST_IDCT_MMX32: accurate MMX
|
||||||
|
@GST_IDCT_SSE:
|
||||||
|
|
||||||
<!-- ##### STRUCT GstIDCT ##### -->
|
<!-- ##### STRUCT GstIDCT ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -1074,6 +1074,15 @@ Create a FOURCC
|
||||||
@id:
|
@id:
|
||||||
@size:
|
@size:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT gst_riff_index_entry ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@id:
|
||||||
|
@flags:
|
||||||
|
@size:
|
||||||
|
|
||||||
<!-- ##### STRUCT GstRiff ##### -->
|
<!-- ##### STRUCT GstRiff ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1104,11 +1113,11 @@ Create a FOURCC
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GstRiffCallback ##### -->
|
<!-- ##### USER_FUNCTION GstRiffCallback ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
This function will be called when a new chunk has been decoded
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@chunk:
|
@chunk: the chunk
|
||||||
@data:
|
@data: user data
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_riff_parser_new ##### -->
|
<!-- ##### FUNCTION gst_riff_parser_new ##### -->
|
||||||
|
@ -1132,6 +1141,15 @@ Subit a new buffer to the parser
|
||||||
@Returns: one of the return values
|
@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 ##### -->
|
<!-- ##### FUNCTION gst_riff_encoder_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
Create a new riff encoder
|
Create a new riff encoder
|
||||||
|
|
Loading…
Reference in a new issue