summaryrefslogtreecommitdiffstats
path: root/gst/alpha/gstalpha.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-5/+0
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-301-2/+1
* gst/alpha/gstalpha.c: Try to skip pixels or areas that are too dark or too br...Sebastian Keller2008-05-291-133/+183
* gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...Jan Schmidt2008-01-311-384/+290
* gst/alpha/: Make the various properties of 'alpha' controllable. This allows ...Edward Hervey2008-01-091-9/+78
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* 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
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-0/+4
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+2
* gst/alpha/gstalpha.c: Don't ignore return value of the parent class's stateWouter Paesen2006-02-161-5/+9
* fix up more enumsThomas Vander Stichele2005-11-221-4/+4
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* gst/alpha/gstalpha.c: fix element descriptionStefan Kost2005-09-201-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-12/+13
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo2005-06-291-2/+2
* No need to take the lock anymore, core already did that before calling us.Wim Taymans2005-05-251-6/+2
* Ported alpha, remove alphacolor as functionality is in ffmpegcolorspace.Wim Taymans2005-05-171-37/+25
* gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases ...Wim Taymans2004-11-081-19/+183
* gst/: More stride fixes.Wim Taymans2004-11-051-15/+16
* gst/alpha/gstalpha.c: Updated the chroma keying algorithm with something more...Wim Taymans2004-11-041-80/+227
* gst/alpha/gstalpha.c: Fix stride issues. Does not completely work for odd hei...Wim Taymans2004-11-031-16/+58
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-281-0/+558