summaryrefslogtreecommitdiff
path: root/gst/alpha
AgeCommit message (Expand)AuthorFilesLines
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-4/+0
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+2
2008-08-30Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller1-2/+1
2008-05-29gst/alpha/gstalpha.c: Try to skip pixels or areas that are too dark or too br...Sebastian Keller1-133/+183
2008-02-19gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386.Sebastian Dröge1-1/+1
2008-01-31gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...Jan Schmidt2-385/+292
2008-01-09gst/alpha/: Make the various properties of 'alpha' controllable. This allows ...Edward Hervey2-11/+80
2007-11-14gst/alpha/gstalphacolor.c: Detect RGBA/BGRA correctly on little endian systems.Arek Korbik1-1/+1
2007-04-25gst/alpha/gstalphacolor.c: Double-check that RGB input caps are really RGBA c...Tim-Philipp Müller1-14/+22
2007-04-24Add minimal docs blurb to alphacolor; split out headers into separate header ...Tim-Philipp Müller3-32/+75
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier1-1/+1
2006-09-25gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt1-0/+1
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller1-2/+2
2006-05-28gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller1-9/+1
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-05-02gst/: don't leak caps-stringStefan Kost1-2/+9
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte1-0/+4
2006-03-30better/unified long descriptionsWim Taymans2-2/+2
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-4/+2
2006-02-16gst/alpha/gstalpha.c: Don't ignore return value of the parent class's stateWouter Paesen1-5/+9
2005-11-22More fractional framerate conversionsJan Schmidt1-2/+3
2005-11-22fix up more enumsThomas Vander Stichele1-4/+4
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele3-8/+6
2005-10-18ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha...Julien Moutte1-21/+39
2005-10-17gst/alpha/gstalphacolor.c: Handle caps negotiation in a better way.Julien Moutte1-9/+23
2005-10-17configure.ac: Adding videomixer.Julien Moutte2-1/+264
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-1/+1
2005-09-20gst/alpha/gstalpha.c: fix element descriptionStefan Kost1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo1-12/+13
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2005-06-30fixes for new pkg-config files in gst-plugins-baseThomas Vander Stichele1-1/+1
2005-06-29configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo1-2/+2
2005-05-25No need to take the lock anymore, core already did that before calling us.Wim Taymans1-6/+2
2005-05-17Ported alpha, remove alphacolor as functionality is in ffmpegcolorspace.Wim Taymans4-567/+27
2005-02-08gst/alpha/gstalphacolor.c: Add BGRA handling (#165736).Ronald S. Bultje1-4/+38
2004-11-08gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases ...Wim Taymans1-19/+183
2004-11-05gst/: More stride fixes.Wim Taymans1-15/+16
2004-11-04gst/alpha/gstalpha.c: Updated the chroma keying algorithm with something more...Wim Taymans1-80/+227
2004-11-03gst/alpha/gstalpha.c: Fix stride issues. Does not completely work for odd hei...Wim Taymans1-16/+58
2004-07-27more working pluginsSteve Lhomme2-2/+2
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2-4/+4
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme2-6/+6
2004-07-26more plugins supported under windowsSteve Lhomme2-0/+290
2004-07-22gst/alpha/: Stupid plugin to to RGBA to AYUV conversion because none of the c...Wim Taymans2-1/+350
2004-05-28A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2-0/+567