diff options
| author | Michael Smith <msmith@xiph.org> | 2006-02-24 19:07:10 +0000 |
|---|---|---|
| committer | Michael Smith <msmith@xiph.org> | 2006-02-24 19:07:10 +0000 |
| commit | 73ce8c5b9e9a9cb27c1307dbfee300939265650c (patch) | |
| tree | 207f645f3849f86026894e7411d9335353a12e53 /ChangeLog | |
| parent | dd8f37faac9ea109550d630f4d7dcbf295cd5fc1 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ 2006-02-24 Michael Smith <msmith@fluendo.com> + * 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. + +2006-02-24 Michael Smith <msmith@fluendo.com> + * autogen.sh: Check for automake 1.9 as well. |
