summaryrefslogtreecommitdiffstats
path: root/ext/libpng
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha...Julien Moutte2005-10-182-140/+465
* 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-154-74/+75
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+1
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* ext/libpng/Makefile.am: Fix uninstalled build.Ronald S. Bultje2005-08-031-1/+1
* Ported pngenc , still have to port pngdec...Edward Hervey2005-08-023-97/+92
* ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.Ronald S. Bultje2005-02-082-72/+43
* ext/libpng/gstpngenc.*: Add compression level property (#163323).Ronald S. Bultje2005-01-092-2/+19
* ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images,...Ronald S. Bultje2005-01-092-20/+45
* ext/libpng/: mime fixage.Ronald S. Bultje2005-01-073-37/+25
* ext/libpng/gstpngenc.c: Copy over buffer properties. Fixes #158832Edward Hervey2004-11-231-0/+1
* error out on unsupported typesThomas Vander Stichele2004-08-171-1/+2
* ext/libpng/gstpngenc.c: fix default for newmedia flagZaheer Abbas Merali2004-07-301-1/+1
* ext/libpng/gstpngenc.*: Added newmedia support to pngenc so now gst-launch-0....Zaheer Abbas Merali2004-07-302-2/+24
* ext/libpng/: Added snapshot property to pngenc. removed g_print from pngdecWim Taymans2004-07-273-9/+66
* ext/libpng/: Added png decoder.Wim Taymans2004-07-164-2/+423
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-3/+3
* *.h: Revert indentingJohan Dahlin2004-03-151-24/+23
* gst-indentThomas Vander Stichele2004-03-143-93/+83
* Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau2004-03-061-1/+4