summaryrefslogtreecommitdiffstats
path: root/gst/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-2/+2
* gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller2006-05-281-9/+1
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* gst/: don't leak caps-stringStefan Kost2006-05-021-2/+9
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* 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-302-2/+2
* 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
* More fractional framerate conversionsJan Schmidt2005-11-221-2/+3
* fix up more enumsThomas Vander Stichele2005-11-221-4/+4
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-143-8/+6
* ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha...Julien Moutte2005-10-181-21/+39
* gst/alpha/gstalphacolor.c: Handle caps negotiation in a better way.Julien Moutte2005-10-171-9/+23
* configure.ac: Adding videomixer.Julien Moutte2005-10-172-1/+264
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-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
* fixes for new pkg-config files in gst-plugins-baseThomas Vander Stichele2005-06-301-1/+1
* 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-174-567/+27
* gst/alpha/gstalphacolor.c: Add BGRA handling (#165736).Ronald S. Bultje2005-02-081-4/+38
* 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
* more working pluginsSteve Lhomme2004-07-272-2/+2
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-272-4/+4
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-272-6/+6
* more plugins supported under windowsSteve Lhomme2004-07-262-0/+290
* gst/alpha/: Stupid plugin to to RGBA to AYUV conversion because none of the c...Wim Taymans2004-07-222-1/+350
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-282-0/+567