summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf/gstgdkpixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-8/+0
* ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers.Mark Nauwelaerts2008-07-041-0/+2
* ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946).Tim-Philipp Müller2008-04-031-2/+7
* ext/gdk_pixbuf/gstgdkpixbuf.c: Add state change function where we set 0/1 as ...Tim-Philipp Müller2007-06-281-6/+56
* ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdk...Tim-Philipp Müller2006-04-181-1/+1
* ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. p...Tim-Philipp Müller2006-04-181-20/+29
* ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer...Tim-Philipp Müller2006-04-181-25/+1
* ext/gdk_pixbuf/gstgdkpixbuf.c: Some cleanups.Wim Taymans2006-04-121-68/+80
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps tw...Tim-Philipp Müller2006-03-271-2/+2
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+3
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-1/+2
* I'm too lazy to comment thisEdgard Lima2006-02-241-159/+173
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+3
* More fractional framerate conversionsJan Schmidt2005-11-221-3/+7
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-2/+2
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* ext/gdk_pixbuf/gstgdkpixbuf.c: Add svg and pcx to template caps, and ensure t...Jan Schmidt2004-07-121-5/+28
* ext/gdk_pixbuf/: Add new pixbufscale element to scale RGB video using gdk_pix...Jan Schmidt2004-05-151-1/+7
* ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder)Stéphane Loeuillet2004-05-121-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-44/+45
* gst-indentThomas Vander Stichele2004-03-141-157/+147
* ext/gdk_pixbuf/gstgdkpixbuf.c: Disable gdk_pixbuf typefinding, since it seems...David Schleef2004-02-191-5/+7
* add debug categoryThomas Vander Stichele2004-02-181-1/+6
* pass on all possible mime types as hints add extra debug info to detectendles...Thomas Vander Stichele2004-02-171-5/+15
* ext/gdk_pixbuf/gstgdkpixbuf.c: Fix logic bug causing spurious errors.David Schleef2004-02-111-3/+3
* ext/gdk_pixbuf/gstgdkpixbuf.c: more memleak fixageBenjamin Otte2004-02-031-2/+5
* fix memleaks shown by gst-typefindBenjamin Otte2004-02-031-1/+5
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-5/+4
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-121-2/+6
* Fixes to make ext/libcaca compile.David Schleef2004-01-121-36/+88
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-1/+1
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-1/+2
* Merge CAPS branchDavid Schleef2003-12-221-97/+59
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* add initial version of gdkpixbuf loader for gtk that is capable of loading AV...Benjamin Otte2003-11-051-4/+3
* Port GstGdkPixbufSrc to the new definitionsIain Holmes2003-11-011-22/+26
* Create type find function for gdk_pixbufDavid Schleef2003-10-291-0/+36
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+4
* updating some plugin categoriesLeif Johnson2003-10-081-1/+1
* move the element to Codec/Image/Decoder, as it was annoying me in gst-editorJan Schmidt2003-07-281-1/+1
* Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)David Schleef2003-07-171-0/+35
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-2/+5
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
* Element that decodes images using gdk_pixbufDavid Schleef2003-06-251-0/+358