summaryrefslogtreecommitdiff
path: root/ext/rsvg
Commit message (Collapse)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* rsvg: Bump minimum requirement to 2.36.0Edward Hervey2013-04-033-4/+6
| | | | And handle header changes in 2.36.2
* rsvg: Don't include rsvg-cairo.h directlyEdward Hervey2013-04-012-2/+0
| | | | Including it directly is now deprecated
* rsvg: Port to 1.0Luciana Fujii Pontello2013-03-314-412/+211
| | | | Also port the decoder to the GstVideoDecoder
* rsvgoverlay: deprecated GStaticMutex -> GMutexMarc Leeman2013-02-092-3/+3
| | | | | | Element needs porting though. https://bugzilla.gnome.org/show_bug.cgi?id=693322
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
|
* ffmpegcolorspace is no moreWim Taymans2012-09-142-4/+4
|
* rsvg: Stop using deprecated API when compiling with RSVG 2.35.0 or newerSebastian Dröge2012-04-253-29/+2
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-5/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS RELEASE common configure.ac docs/libs/gst-plugins-bad-libs-sections.txt docs/plugins/gst-plugins-bad-plugins.args docs/plugins/gst-plugins-bad-plugins.hierarchy docs/plugins/gst-plugins-bad-plugins.interfaces docs/plugins/inspect/plugin-adpcmdec.xml docs/plugins/inspect/plugin-adpcmenc.xml docs/plugins/inspect/plugin-assrender.xml docs/plugins/inspect/plugin-audiovisualizers.xml docs/plugins/inspect/plugin-autoconvert.xml docs/plugins/inspect/plugin-bayer.xml docs/plugins/inspect/plugin-bz2.xml docs/plugins/inspect/plugin-camerabin2.xml docs/plugins/inspect/plugin-celt.xml docs/plugins/inspect/plugin-dataurisrc.xml docs/plugins/inspect/plugin-debugutilsbad.xml docs/plugins/inspect/plugin-dtmf.xml docs/plugins/inspect/plugin-dtsdec.xml docs/plugins/inspect/plugin-dvbsuboverlay.xml docs/plugins/inspect/plugin-dvdspu.xml docs/plugins/inspect/plugin-faac.xml docs/plugins/inspect/plugin-faad.xml docs/plugins/inspect/plugin-gsm.xml docs/plugins/inspect/plugin-h264parse.xml docs/plugins/inspect/plugin-mms.xml docs/plugins/inspect/plugin-modplug.xml docs/plugins/inspect/plugin-mpeg2enc.xml docs/plugins/inspect/plugin-mpegdemux2.xml docs/plugins/inspect/plugin-mpegtsdemux.xml docs/plugins/inspect/plugin-mpegvideoparse.xml docs/plugins/inspect/plugin-mplex.xml docs/plugins/inspect/plugin-pcapparse.xml docs/plugins/inspect/plugin-rawparse.xml docs/plugins/inspect/plugin-rtpmux.xml docs/plugins/inspect/plugin-rtpvp8.xml docs/plugins/inspect/plugin-scaletempo.xml docs/plugins/inspect/plugin-schro.xml docs/plugins/inspect/plugin-sdp.xml docs/plugins/inspect/plugin-segmentclip.xml docs/plugins/inspect/plugin-shm.xml docs/plugins/inspect/plugin-videomaxrate.xml docs/plugins/inspect/plugin-videoparsersbad.xml docs/plugins/inspect/plugin-vp8.xml docs/plugins/inspect/plugin-y4mdec.xml ext/celt/gstceltdec.c ext/dts/gstdtsdec.c ext/modplug/gstmodplug.cc ext/opus/gstopusenc.c gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideodecoder.h gst-libs/gst/video/gstbasevideoencoder.c gst-libs/gst/video/gstbasevideoencoder.h gst/adpcmdec/Makefile.am gst/audiovisualizers/gstbaseaudiovisualizer.c gst/h264parse/gsth264parse.c gst/mpegdemux/mpegtsparse.c gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/mpegtsparse.c gst/mpegtsdemux/tsdemux.c gst/mpegtsdemux/tsdemux.h gst/mxf/mxfdemux.c gst/rawparse/gstaudioparse.c gst/videoparsers/gsth263parse.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c sys/decklink/gstdecklinksink.cpp sys/dvb/gstdvbsrc.c sys/shm/gstshmsrc.c sys/vdpau/h264/gstvdph264dec.c sys/vdpau/mpeg/gstvdpmpegdec.c tests/examples/opencv/gst_element_print_properties.c win32/common/config.h
| * rsvgoverlay: cosmetic changeTim-Philipp Müller2012-03-151-3/+5
| | | | | | | | | | Rename PROP_FILENAME to PROP_LOCATION to match the name of the property. Add some debug logging.
| * rsvgoverlay: fix crash due to double adapter unrefTim-Philipp Müller2012-03-151-2/+3
| |
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-0/+13
|\ \ | |/ | | | | | | | | | | | | Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c
| * rsvgoverlay: fix adapter leakVincent Penquerc'h2012-01-131-0/+13
| |
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-10/+7
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* rsvgdec: use input buffer timings if possibleVincent Penquerc'h2011-08-232-9/+34
| | | | | | | SVG data may come through multiple buffers, so keep track of the timestamp of the first buffer, and use it in preference. https://bugzilla.gnome.org/show_bug.cgi?id=628284
* rsvgoverlay: allow negative values for x/y/width/heightOlivier Aubert2011-02-181-12/+12
|
* rsvgdec: add basic doc-blobStefan Kost2011-02-141-0/+12
|
* rsvgoverlay: implement x/y/width/height (absolute and relative) positioning ↵Olivier Aubert2011-02-142-20/+171
| | | | | | and dimensioning Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
* rsvgoverlay: Do not segfault on unexistent filesThiago Santos2011-01-241-4/+8
| | | | | | | | | | | When passing an unexistent file to rsvgoverlay it would crash because the svg loading would fail without setting an error. This patch makes it check if the handle was actually created and logs an error in case it didn't. Maybe it should post an error to the bus, but the previous error handling didn't, so I just followed the same logic.
* rsvgoverlay: Don't set uint on an int propertyEdward Hervey2010-12-151-2/+2
|
* rsvgoverlay: scalable and relative svg overlay with cairoOlivier Aubert2010-11-224-7/+480
| | | | Add a cairo+librsvg based overlay element to the rsvg plugin.
* rsvgdec: avoid reffing the element in chainStefan Kost2010-11-081-3/+1
|
* rsvgdec: add some minimal logging to track what it is doingStefan Kost2010-11-081-0/+12
|
* rsvgdec: fix compilation with MSVCDavid Hoyt2010-02-071-5/+6
| | | | | | MSVC doesn't like #if #else within statements. Fixes #609215.
* rsvg: Unpremultiply Cairo's ARGB to match GStreamer'sSebastian Dröge2009-10-011-0/+34
|
* GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller2009-08-311-1/+1
|
* rsvg: Add RSVG SVG decoder pluginSebastian Dröge2009-08-314-0/+659
This supports - decoding single SVG images and a stream of SVG images with a given framerate - lossless scaling of SVG images - ARGB output