summaryrefslogtreecommitdiff
path: root/gst/videobox
AgeCommit message (Expand)AuthorFilesLines
2009-05-04videobox: draw the complete U and V planesWim Taymans1-6/+15
2009-04-18videbox: Remove dead assignments.Edward Hervey1-4/+0
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-2/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-1/+20
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-21gst/videobox/gstvideobox.c: support dynamically changing properties in videoboxWim Taymans1-28/+19
2008-08-20gst/videobox/gstvideobox.c: Use new basetransform method to renegotiate. Fixe...Wim Taymans1-0/+1
2007-11-29gst/videobox/gstvideobox.c: Initialise liboil in plugin_init()Arek Korbik1-0/+2
2007-08-08gst/videobox/gstvideobox.c: Render right border in the correct location.Michael Smith1-1/+0
2007-06-06gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level f...Tim-Philipp Müller1-18/+17
2007-05-28gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.Dejan Sakelšak1-119/+588
2006-11-19gst/videobox/gstvideobox.c: Minor clean-ups: const-ify static array, remove t...Tim-Philipp Müller1-9/+11
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-08-20use g_assert in _get_unit_sizeStefan Kost1-1/+2
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller1-1/+1
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-1/+1
2006-01-20gst/videobox/gstvideobox.c: Don't forget to initialize liboil, otherwise our ...Christoph Burghardt1-2/+0
2006-01-05gst/videobox/gstvideobox.c: call oil_init() when using liboilStefan Kost1-0/+5
2005-11-22fix up more enumsThomas Vander Stichele1-3/+3
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-10-27gst/videobox/gstvideobox.c: Use liboil forJulien Moutte1-5/+5
2005-10-26gst/videobox/Makefile.am: Use liboil.Julien Moutte2-26/+40
2005-10-26gst/videobox/gstvideobox.c: Removing this forgotten debug.Julien Moutte1-2/+0
2005-10-26gst/videobox/gstvideobox.c: Fix the stride issue when boxing to AYUV.Julien Moutte1-9/+13
2005-10-25gst/videobox/gstvideobox.c: Doh ! I introduced wingo's bug again ! Sorry...Julien Moutte1-2/+5
2005-10-24gst/videobox/gstvideobox.c: Fix caps negotiation correctly, add debugging cat...Julien Moutte1-36/+37
2005-10-17gst/videobox/gstvideobox.c: Fix caps nego some more to getJulien Moutte1-14/+38
2005-10-17gst/videobox/gstvideobox.c: Fix wrong size calculations and implement get_uni...Julien Moutte1-10/+20
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-3/+0
2005-09-09Move fdsrc back into gstreamer core elements.Jan Schmidt1-10/+12
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-1/+1
2005-08-24enable more; update for basetransformThomas Vander Stichele1-14/+16
2005-08-04sys/oss/gstossaudio.c (plugin_init): Second-class citizen.Andy Wingo1-7/+12
2005-07-15gst/: Port to new base class.Wim Taymans1-26/+23
2005-07-07gst/videobox/gstvideobox.c: Logic was reversed. Needs some more fixes in the...Wim Taymans1-3/+11
2005-07-05gst/videobox/gstvideobox.c: Clean up, port to 0.9, useAndy Wingo2-187/+100
2005-06-02gst/: Bufferalloc changes.Wim Taymans2-35/+27
2005-01-19Fix row strides for I420 (fixes #163159)Tim-Philipp Müller1-94/+81
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+145
2004-07-07gst/videobox/gstvideobox.c: Use pad_alloc where possible.Wim Taymans1-12/+18
2004-05-28A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans3-0/+764