summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2011-10-05 12:15:00 -0300
committerThibault Saunier <thibault.saunier@collabora.com>2011-10-17 13:17:38 +0200
commitfc09e451084be59f27f843457982714a619f8ab4 (patch)
tree406e42c6b80094ab21f5ee09eef66b5a7e51d511 /docs
parent446e0a521603d2bf1fd51147d027ef5470cd26de (diff)
codecparsers: VC1: Implement Sequence Layer Data Structures
Instead of having a single VC1SequenceHeader structure, use the 3 structs from the "Table 265: Sequence Layer Data Structure" of the specification for the library to be more flexible. Implement the functions to parse them
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-bad-libs-sections.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index 3509f3648..4b5e221ea 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -61,7 +61,10 @@ GstVC1Condover
GstVC1MvMode
GstVC1SeqHdr
GstVC1AdvancedSeqHdr
-GstVC1SimpleMainSeqHdr
+GstVC1SeqLayer
+GstVC1SeqStructA
+GstVC1SeqStructB
+GstVC1SeqStructC
GstVC1HrdParam
GstVC1EntryPointHdr
GstVC1FrameHdr
@@ -72,6 +75,10 @@ GstVC1VopDquant
GstVC1BDU
gst_vc1_identify_next_bdu
gst_vc1_parse_sequence_header
+gst_vc1_parse_sequence_layer
+gst_vc1_parse_sequence_header_struct_a
+gst_vc1_parse_sequence_header_struct_b
+gst_vc1_parse_sequence_header_struct_c
gst_vc1_parse_entry_point_header
gst_vc1_parse_frame_header
<SUBSECTION Standard>