Add Annodex elements from Alessendro Decina: skeleton and CMML.
authorMichael Smith <msmith@xiph.org>
Fri, 24 Feb 2006 19:07:10 +0000 (19:07 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 24 Feb 2006 19:07:10 +0000 (19:07 +0000)
commit73ce8c5b9e9a9cb27c1307dbfee300939265650c
tree207f645f3849f86026894e7411d9335353a12e53
parentdd8f37faac9ea109550d630f4d7dcbf295cd5fc1
Add Annodex elements from Alessendro Decina: skeleton and CMML.

Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* ext/Makefile.am:
* ext/annodex/Makefile.am:
* ext/annodex/gstannodex.c:
* ext/annodex/gstannodex.h:
* ext/annodex/gstcmmldec.c:
* ext/annodex/gstcmmldec.h:
* ext/annodex/gstcmmlenc.c:
* ext/annodex/gstcmmlenc.h:
* ext/annodex/gstcmmlparser.c:
* ext/annodex/gstcmmlparser.h:
* ext/annodex/gstcmmltag.c:
* ext/annodex/gstcmmltag.h:
* ext/annodex/gstcmmlutils.c:
* ext/annodex/gstcmmlutils.h:
* ext/annodex/gstskeldec.c:
* ext/annodex/gstskeldec.h:
* ext/annodex/gstskeltag.c:
* ext/annodex/gstskeltag.h:
* tests/check/Makefile.am:
* tests/check/elements/cmmldec.c:
* tests/check/elements/cmmlenc.c:
* tests/check/elements/skeldec.c:
Add Annodex elements from Alessendro Decina: skeleton and CMML.
Includes tests & docs, oh my! Passes Thomas's -good checklist
entirely. Wow.
25 files changed:
ChangeLog
configure.ac
docs/plugins/gst-plugins-good-plugins-sections.txt
ext/Makefile.am
ext/annodex/Makefile.am [new file with mode: 0644]
ext/annodex/gstannodex.c [new file with mode: 0644]
ext/annodex/gstannodex.h [new file with mode: 0644]
ext/annodex/gstcmmldec.c [new file with mode: 0644]
ext/annodex/gstcmmldec.h [new file with mode: 0644]
ext/annodex/gstcmmlenc.c [new file with mode: 0644]
ext/annodex/gstcmmlenc.h [new file with mode: 0644]
ext/annodex/gstcmmlparser.c [new file with mode: 0644]
ext/annodex/gstcmmlparser.h [new file with mode: 0644]
ext/annodex/gstcmmltag.c [new file with mode: 0644]
ext/annodex/gstcmmltag.h [new file with mode: 0644]
ext/annodex/gstcmmlutils.c [new file with mode: 0644]
ext/annodex/gstcmmlutils.h [new file with mode: 0644]
ext/annodex/gstskeldec.c [new file with mode: 0644]
ext/annodex/gstskeldec.h [new file with mode: 0644]
ext/annodex/gstskeltag.c [new file with mode: 0644]
ext/annodex/gstskeltag.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/elements/cmmldec.c [new file with mode: 0644]
tests/check/elements/cmmlenc.c [new file with mode: 0644]
tests/check/elements/skeldec.c [new file with mode: 0644]