various: fix pad template leaks
[platform/upstream/gstreamer.git] / gst / alpha / gstalpha.c
2011-11-28 Vincent Penquerc'hvarious: fix pad template leaks
2011-01-07 Tim-Philipp Mülleralpha: fix compiler warnings caused by -DG_DISABLE_ASSERT
2010-06-01 Sebastian Drögealpha: Add property to allow passthrough mode
2010-04-29 Sebastian Drögealpha: Fix planar YUV->RGB processing
2010-04-29 Sebastian Drögealpha: Correctly clamp after YUV->RGB conversion
2010-04-29 Sebastian Drögealpha: Add support for YUY2, YVYU and UYVY
2010-04-29 Sebastian Drögealpha: Refactor processing and add support for other...
2010-04-29 Sebastian Drögealpha: Add support for YV12 input
2010-04-08 Sebastian Drögealpha: Add documentation
2010-03-26 Sebastian Drögealpha: Simplify caps transformation
2010-03-20 Sebastian Drögealpha: Add support for RGB and xRGB input
2010-03-20 Sebastian Drögealpha: Add support for ARGB input
2010-03-20 Sebastian Drögealpha: Add support for generating ARGB output
2010-03-20 Sebastian Drögealpha: Move chroma keying parameters into stack variabl...
2010-03-20 Sebastian Drögealpha: Move color conversion matrixes into stack variab...
2010-03-20 Sebastian Drögealpha: Use correct matrixes to convert chroma keying...
2010-03-19 Sebastian Drögealpha: Add support for different color matrixes
2010-03-19 Sebastian Drögealpha: Rename and move functions as further preparation...
2010-03-19 Sebastian Drögealpha: Remove some unneeded calculations and instance...
2010-03-19 Sebastian Drögealpha: Some preparations for supporting more color...
2010-03-18 Sebastian Drögealpha: Remove remaining floating point arithmetic when...
2010-03-18 Sebastian Drögealpha: Refactor chroma keying into a single function
2010-03-16 Sebastian Drögealpha: Remove redundant instance field
2010-03-16 Sebastian Drögealpha: Protect property values from changes during...
2010-03-15 Sebastian Drögealpha: Minor cleanups and move declarations into a...
2010-03-15 Sebastian Drögealpha: Use GstVideoFilter as base class for automatic...
2009-12-24 Wim Taymansalpha: scale and clamp alpha to its full extend
2009-04-18 Edward HerveyRemove trivial unused variables detected by CLang stati...
2008-08-30 Tim-Philipp MüllerMake stuff compile with GST_DISABLE_GST_DEBUG.
2008-05-29 Sebastian Kellergst/alpha/gstalpha.c: Try to skip pixels or areas that...
2008-01-31 Jan Schmidtgst/alpha/: Re-write the 'alpha' plugin to be BaseTrans...
2008-01-09 Edward Herveygst/alpha/: Make the various properties of 'alpha'...
2006-09-25 Peter Kjellerstedtgst/: Include stdlib.h in some more places, makes thing...
2006-09-16 Stefan KostMore G_OBJECT macro fixing.
2006-05-10 Tim-Philipp MüllerConst-ify GEnumValue arrays.
2006-04-25 Stefan KostDefine GstElementDetails as const and also static ...
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-03-30 Sébastien Moutteext\jpeg\smokecodec.c: use of GST_DEBUG instead of...
2006-03-30 Wim Taymansbetter/unified long descriptions
2006-03-15 Edward HerveyFix memleak with gst_static_pad_template_get().
2006-02-16 Wouter Paesengst/alpha/gstalpha.c: Don't ignore return value of...
2005-11-22 Thomas Vander Stichelefix up more enums
2005-11-14 Thomas Vander Stichelerework configure.ac; make asterisk rtp stuff compile...
2005-09-20 Stefan Kostgst/alpha/gstalpha.c: fix element description
2005-09-02 Andy WingoAll plugins updated for element state changes.
2005-07-05 Andy WingoWay, way, way too many files: Remove crack comment...
2005-06-29 Andy Wingoconfigure.ac (GST_CFLAGS): GCC strikes back!!! Let...
2005-05-25 Wim TaymansNo need to take the lock anymore, core already did...
2005-05-17 Wim TaymansPorted alpha, remove alphacolor as functionality is...
2004-11-08 Wim Taymansgst/alpha/gstalpha.c: Implement alpha functions for...
2004-11-05 Wim Taymansgst/: More stride fixes.
2004-11-04 Wim Taymansgst/alpha/gstalpha.c: Updated the chroma keying algorit...
2004-11-03 Wim Taymansgst/alpha/gstalpha.c: Fix stride issues. Does not compl...
2004-05-28 Wim TaymansA plugin to add an alpha channel to I420 video. Can...