summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpngenc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-0/+5
* ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt2008-11-201-10/+1
* ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina2008-01-291-19/+25
* ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395.René Stadler2007-11-201-1/+2
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+2
* ext/libpng/gstpngenc.*: Fix strides. Fixes #364856.Wim Taymans2006-10-271-27/+18
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTE...Edward Hervey2006-05-161-4/+2
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* 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
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+4
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+3
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-1/+3
* expand tabsThomas Vander Stichele2005-12-061-4/+4
* More fractional framerate conversionsJan Schmidt2005-11-221-4/+6
* ext/libpng/gstpngenc.c: Added debug categoryEdward Hervey2005-11-181-1/+13
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* Ported pngenc , still have to port pngdec...Edward Hervey2005-08-021-93/+88
* ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.Ronald S. Bultje2005-02-081-1/+1
* ext/libpng/gstpngenc.*: Add compression level property (#163323).Ronald S. Bultje2005-01-091-2/+18
* ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images,...Ronald S. Bultje2005-01-091-9/+21
* ext/libpng/: mime fixage.Ronald S. Bultje2005-01-071-34/+24
* ext/libpng/gstpngenc.c: Copy over buffer properties. Fixes #158832Edward Hervey2004-11-231-0/+1
* 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-301-2/+23
* ext/libpng/: Added snapshot property to pngenc. removed g_print from pngdecWim Taymans2004-07-271-8/+64
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-3/+3
* gst-indentThomas Vander Stichele2004-03-141-60/+55
* Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau2004-03-061-1/+4
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-1/+1
* Oops, failed to add this file during previous OS X stuff commitRonald S. Bultje2004-01-031-0/+2
* Merge CAPS branchDavid Schleef2003-12-221-27/+20
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* pngenc fixedIain Holmes2003-11-021-4/+48
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-5/+6
* updating some plugin categoriesLeif Johnson2003-10-081-1/+1
* + changes for new float caps without slope/intercept + some category changes ...Leif Johnson2003-07-191-1/+1
* fix the bug where pngenc was registered as a effect pluginChristian Schaller2003-07-121-1/+1
* now how old is this bug?Benjamin Otte2003-07-081-2/+2
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-0/+8
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-1/+4
* Remove NEW_MEDIA from pluginsRonald S. Bultje2003-06-071-2/+3
* See #112579Ronald S. Bultje2003-05-081-1/+1
* clean upThomas Vander Stichele2003-01-201-90/+67
* more link fixesThomas Vander Stichele2003-01-101-1/+1
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-2/+2
* should work with avifile too some cleanup ( video/png, ... )Jeremy Simon2002-11-221-63/+32