codecparsers: VC1: Implement Sequence Layer Data Structures
authorThibault Saunier <thibault.saunier@collabora.com>
Wed, 5 Oct 2011 15:15:00 +0000 (12:15 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Mon, 17 Oct 2011 11:17:38 +0000 (13:17 +0200)
commitfc09e451084be59f27f843457982714a619f8ab4
tree406e42c6b80094ab21f5ee09eef66b5a7e51d511
parent446e0a521603d2bf1fd51147d027ef5470cd26de
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
docs/libs/gst-plugins-bad-libs-sections.txt
gst-libs/gst/codecparsers/gstvc1parser.c
gst-libs/gst/codecparsers/gstvc1parser.h
tests/check/libs/vc1parser.c