summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpngdec.c
Commit message (Expand)AuthorAgeFilesLines
* pngdec: Avoid possible overflow in calculationsJan Schmidt2009-06-021-4/+16
* pngdec: match g_malloc() with g_free()John Keeping2009-05-251-1/+1
* fix format string in pngdecAndy Wingo2009-04-201-1/+1
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+0
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* pngdec: various cleanups.Wim Taymans2009-03-101-21/+44
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-1/+0
* ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt2008-06-301-3/+2
* ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178.Wim Taymans2007-11-291-1/+1
* ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.Stefan Kost2007-11-201-12/+18
* ext/annodex/Makefile.am: Fix CFLAGS/LIBS.Stefan Kost2007-07-201-0/+1
* More docs. More logs in pngdec.Stefan Kost2007-07-181-10/+17
* ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have be...Jan Schmidt2007-07-061-1/+6
* ext/: When operating in pull mode, error out correct on not-linked.Tim-Philipp Müller2007-06-081-4/+5
* ext/libpng/gstpngdec.c: Fix build on macosx.Edward Hervey2007-05-161-3/+4
* ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, f...Tim-Philipp Müller2007-04-251-1/+1
* Printf format fixes.Tim-Philipp Müller2006-10-051-1/+1
* ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.Wim Taymans2006-07-171-66/+96
* ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2006-07-031-5/+60
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, ...Tim-Philipp Müller2006-04-111-12/+92
* 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/libpng/gstpngdec.c: Make state change function thread-safe.Tim-Philipp Müller2006-03-231-4/+11
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+5
* ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...Julien Moutte2006-03-061-5/+24
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+4
* More fractional framerate conversionsJan Schmidt2005-11-221-2/+3
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-1/+1
* ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in ...Julien Moutte2005-10-251-60/+40
* ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we ha...Julien Moutte2005-10-251-3/+17
* ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad.Julien Moutte2005-10-241-1/+0
* STOPPED->FAILEDThomas Vander Stichele2005-10-231-4/+7
* ext/libpng/gstpngdec.c: forgot the buffer unref in pull.Julien Moutte2005-10-181-0/+2
* ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha...Julien Moutte2005-10-181-139/+458
* ext/libpng/gstpngdec.c: We use fixed caps.Julien Moutte2005-10-171-3/+3
* configure.ac: Adding videomixer.Julien Moutte2005-10-171-1/+1
* ext/libpng/: Ported pngdec to 0.9Julien Moutte2005-10-151-57/+65
* ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.Ronald S. Bultje2005-02-081-71/+42
* ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images,...Ronald S. Bultje2005-01-091-11/+24
* ext/libpng/: mime fixage.Ronald S. Bultje2005-01-071-1/+1
* error out on unsupported typesThomas Vander Stichele2004-08-171-1/+2
* ext/libpng/: Added snapshot property to pngenc. removed g_print from pngdecWim Taymans2004-07-271-1/+0
* ext/libpng/: Added png decoder.Wim Taymans2004-07-161-0/+342