[gst-cvs] gst-plugins-bad: rsvg: Add RSVG SVG decoder plugin

Sebastian Dröge slomo at kemper.freedesktop.org
Mon Aug 31 00:14:12 PDT 2009


Module: gst-plugins-bad
Branch: master
Commit: de1f057725a5972afba11e05a63796eab8643574
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=de1f057725a5972afba11e05a63796eab8643574

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Aug 13 16:45:55 2009 +0200

rsvg: Add RSVG SVG decoder plugin

This supports
  - decoding single SVG images and a stream of SVG images with a given framerate
  - lossless scaling of SVG images
  - ARGB output

---

 configure.ac          |   12 ++
 ext/Makefile.am       |    8 +
 ext/rsvg/Makefile.am  |   16 ++
 ext/rsvg/gstrsvg.c    |   43 ++++
 ext/rsvg/gstrsvgdec.c |  521 +++++++++++++++++++++++++++++++++++++++++++++++++
 ext/rsvg/gstrsvgdec.h |   79 ++++++++
 6 files changed, 679 insertions(+), 0 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=de1f057725a5972afba11e05a63796eab8643574




More information about the Gstreamer-commits mailing list