summaryrefslogtreecommitdiffstats
path: root/ext/libpng
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
* Add RANKS for various encoders and muxersChristian Schaller2009-05-071-1/+2
* 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-182-4/+0
* pngdec: various cleanups.Wim Taymans2009-03-101-21/+44
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-282-1/+5
* ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt2008-11-201-10/+1
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt2008-06-301-3/+2
* ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina2008-01-292-19/+26
* 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-202-12/+19
* ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395.René Stadler2007-11-201-1/+2
* 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
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+2
* 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
* ext/libpng/gstpngenc.*: Fix strides. Fixes #364856.Wim Taymans2006-10-272-27/+19
* Printf format fixes.Tim-Philipp Müller2006-10-051-1/+1
* ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.Wim Taymans2006-07-172-67/+98
* ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2006-07-032-5/+61
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-222-2/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-7/+7
* ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTE...Edward Hervey2006-05-161-4/+2
* ext/libpng/Makefile.am: Add LIBPNG_CFLAGS.Zaheer Abbas Merali2006-05-161-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, ...Tim-Philipp Müller2006-04-112-12/+99
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-082-2/+2
* better/unified long descriptionsWim Taymans2006-03-302-12/+10
* 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-152-8/+9
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+3
* ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...Julien Moutte2006-03-061-5/+24
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-1/+3
* expand tabsThomas Vander Stichele2005-12-062-7/+7
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+4
* More fractional framerate conversionsJan Schmidt2005-11-223-7/+11
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-1/+1
* ext/libpng/gstpngenc.c: Added debug categoryEdward Hervey2005-11-181-1/+13
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+2
* 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