summaryrefslogtreecommitdiff
path: root/ext/libpng
Commit message (Expand)AuthorAgeFilesLines
...
* pngenc: validate input buffer sizeRené Stadler2011-10-211-0/+8
* pngenc: make setcaps more robust, use gstvideo functionsRené Stadler2011-10-213-28/+46
* pngdec: Remove temporary codeDavid Schleef2011-04-241-9/+3
* pngdec: Handle 16-bit-per-channel imagesDavid Schleef2011-02-201-10/+15
* pngenc: Use proper framerate range in capsEdward Hervey2010-12-031-1/+1
* pngdec: use png_error() as recommended by libpng docs to signal an errorStefan Kost2010-12-031-0/+1
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-5/+5
* pngdec: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-041-2/+6
* pngenc: Support 8 bit grayscaleThiago Santos2010-06-011-2/+13
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-183-16/+8
* pngenc: Use png_get_io_ptr() instead of accessing io_ptr directlyРуслан Ижбулатов2010-03-161-4/+4
* pngenc: Call png_jmpbuf() instead of accessing png_struct_ptr directlyРуслан Ижбулатов2010-03-141-1/+1
* pngenc: Call png_error() instead of using longjmp() directly.Руслан Ижбулатов2010-03-131-2/+1
* png: fractions don't allow doublesBenjamin Otte2010-03-091-1/+1
* png: fix compilation with libpng 1.4David Hoyt2010-02-021-0/+4
* 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