rsvg: Add RSVG SVG decoder plugin
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 13 Aug 2009 14:45:55 +0000 (16:45 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 31 Aug 2009 07:13:53 +0000 (09:13 +0200)
commitde1f057725a5972afba11e05a63796eab8643574
tree03ec44d5b18a1cdd99566555c234fd11d0356ec2
parent55cdea8e7a62a0e722693a40134e3ad70a1188c8
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
ext/Makefile.am
ext/rsvg/Makefile.am [new file with mode: 0644]
ext/rsvg/gstrsvg.c [new file with mode: 0644]
ext/rsvg/gstrsvgdec.c [new file with mode: 0644]
ext/rsvg/gstrsvgdec.h [new file with mode: 0644]