summaryrefslogtreecommitdiff
path: root/ext/gdk_pixbuf/gstgdkpixbuf.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-22gdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdecTim-Philipp Müller1-615/+0
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-0/+5
2012-03-18gdkpixbufoverlay: make most properties controllable and flag them as mutable-...Tim-Philipp Müller1-0/+3
2012-03-17gdkpixbuf: add gdkpixbufoverlay elementTim-Philipp Müller1-0/+5
2012-03-15update for bufferpool changesWim Taymans1-1/+1
2012-03-15update for allocation query changesWim Taymans1-16/+19
2012-03-14take padding into accountWim Taymans1-3/+4
2012-03-05gdk: cleanups and fix rowstrideWim Taymans1-25/+26
2012-03-05gdkpixbuf: fix event handlingWim Taymans1-7/+7
2012-03-01gdkpixbufscale: remove deprecated propertyMark Nauwelaerts1-44/+0
2012-03-01gdkpixbufdec: port to 0.11Mark Nauwelaerts1-65/+156
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2010-10-13various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+2
2010-07-24Revert "gdkpixbuf: Add a gdkpixbuf3 plugin that uses gdkpixbuf3"Sebastian Dröge1-21/+4
2010-06-24gdkpixbufdec: bump rank to SECONDARYTim-Philipp Müller1-1/+1
2010-06-01gdkpixbuf: Add a gdkpixbuf3 plugin that uses gdkpixbuf3Sebastian Dröge1-4/+21
2010-05-06gdkpixbuf: don't leak template capsStefan Kost1-2/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte1-5/+0
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-2/+1
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-8/+0
2008-07-04ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers.Mark Nauwelaerts1-0/+2
2008-04-03ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946).Tim-Philipp Müller1-2/+7
2007-06-28ext/gdk_pixbuf/gstgdkpixbuf.c: Add state change function where we set 0/1 as ...Tim-Philipp Müller1-6/+56
2006-04-18ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdk...Tim-Philipp Müller1-1/+1
2006-04-18ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. p...Tim-Philipp Müller1-20/+29
2006-04-18ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer...Tim-Philipp Müller1-25/+1
2006-04-12ext/gdk_pixbuf/gstgdkpixbuf.c: Some cleanups.Wim Taymans1-68/+80
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2006-03-27ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps tw...Tim-Philipp Müller1-2/+2
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-4/+3
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-1/+2
2006-02-24I'm too lazy to comment thisEdgard Lima1-159/+173
2005-12-05Update for alloc_buffer changes.Andy Wingo1-2/+3
2005-11-22More fractional framerate conversionsJan Schmidt1-3/+7
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-2/+2
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2004-07-12ext/gdk_pixbuf/gstgdkpixbuf.c: Add svg and pcx to template caps, and ensure t...Jan Schmidt1-5/+28
2004-05-15ext/gdk_pixbuf/: Add new pixbufscale element to scale RGB video using gdk_pix...Jan Schmidt1-1/+7
2004-05-12ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder)Stéphane Loeuillet1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-44/+45
2004-03-14gst-indentThomas Vander Stichele1-157/+147
2004-02-19ext/gdk_pixbuf/gstgdkpixbuf.c: Disable gdk_pixbuf typefinding, since it seems...David Schleef1-5/+7
2004-02-18add debug categoryThomas Vander Stichele1-1/+6
2004-02-17pass on all possible mime types as hints add extra debug info to detectendles...Thomas Vander Stichele1-5/+15
2004-02-11ext/gdk_pixbuf/gstgdkpixbuf.c: Fix logic bug causing spurious errors.David Schleef1-3/+3