summaryrefslogtreecommitdiff
path: root/ext/libpng
AgeCommit message (Expand)AuthorFilesLines
2009-06-02pngdec: Avoid possible overflow in calculationsJan Schmidt1-4/+16
2009-05-25pngdec: match g_malloc() with g_free()John Keeping1-1/+1
2009-05-07Add RANKS for various encoders and muxersChristian Schaller1-1/+2
2009-04-20fix format string in pngdecAndy Wingo1-1/+1
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-4/+0
2009-04-18Remove unused variables in _class_initEdward Hervey2-4/+0
2009-03-10pngdec: various cleanups.Wim Taymans1-21/+44
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost2-1/+5
2008-11-20ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt1-10/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-06-30ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt1-3/+2
2008-01-29ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina2-19/+26
2007-11-29ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178.Wim Taymans1-1/+1
2007-11-20ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.Stefan Kost2-12/+19
2007-11-20ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395.René Stadler1-1/+2
2007-07-20ext/annodex/Makefile.am: Fix CFLAGS/LIBS.Stefan Kost1-0/+1
2007-07-18More docs. More logs in pngdec.Stefan Kost1-10/+17
2007-07-11Fix build against core CVS.Tim-Philipp Müller1-1/+2
2007-07-06ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have be...Jan Schmidt1-1/+6
2007-06-08ext/: When operating in pull mode, error out correct on not-linked.Tim-Philipp Müller1-4/+5
2007-05-16ext/libpng/gstpngdec.c: Fix build on macosx.Edward Hervey1-3/+4
2007-04-25ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, f...Tim-Philipp Müller1-1/+1
2006-10-27ext/libpng/gstpngenc.*: Fix strides. Fixes #364856.Wim Taymans2-27/+19
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-07-17ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.Wim Taymans2-67/+98
2006-07-03ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2-5/+61
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2-2/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-7/+7
2006-05-16ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTE...Edward Hervey1-4/+2
2006-05-16ext/libpng/Makefile.am: Add LIBPNG_CFLAGS.Zaheer Abbas Merali1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-04-11ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, ...Tim-Philipp Müller2-12/+99
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2006-03-30better/unified long descriptionsWim Taymans2-12/+10
2006-03-23ext/libpng/gstpngdec.c: Make state change function thread-safe.Tim-Philipp Müller1-4/+11
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey2-8/+9
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-0/+3
2006-03-06ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...Julien Moutte1-5/+24
2006-01-23C89 fixes: declare variables at the beginning of a block andJens Granseuer1-1/+3
2005-12-06expand tabsThomas Vander Stichele2-7/+7
2005-12-05Update for alloc_buffer changes.Andy Wingo1-2/+4
2005-11-22More fractional framerate conversionsJan Schmidt3-7/+11
2005-11-22ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo1-1/+1
2005-11-18ext/libpng/gstpngenc.c: Added debug categoryEdward Hervey1-1/+13
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+2
2005-10-25ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in ...Julien Moutte1-60/+40
2005-10-25ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we ha...Julien Moutte1-3/+17
2005-10-24ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad.Julien Moutte1-1/+0
2005-10-23STOPPED->FAILEDThomas Vander Stichele1-4/+7
2005-10-18ext/libpng/gstpngdec.c: forgot the buffer unref in pull.Julien Moutte1-0/+2