summaryrefslogtreecommitdiffstats
path: root/gst/videobox
Commit message (Expand)AuthorAgeFilesLines
* videobox: Fix AYUV->I420 conversionSebastian Dröge2009-09-091-2/+2
* videobox: Split declarations into a header file and add autocrop stuff to the...Sebastian Dröge2009-08-313-76/+110
* videobox: Reconfigure basetransform if something changes againSebastian Dröge2009-08-311-9/+29
* videobox: Add support for autocropping according to the capsStephen Jungels2009-08-311-40/+147
* videobox: draw the complete U and V planesWim Taymans2009-05-041-6/+15
* videbox: Remove dead assignments.Edward Hervey2009-04-181-4/+0
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-2/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-1/+20
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/videobox/gstvideobox.c: support dynamically changing properties in videoboxWim Taymans2008-10-211-28/+19
* gst/videobox/gstvideobox.c: Use new basetransform method to renegotiate. Fixe...Wim Taymans2008-08-201-0/+1
* gst/videobox/gstvideobox.c: Initialise liboil in plugin_init()Arek Korbik2007-11-291-0/+2
* gst/videobox/gstvideobox.c: Render right border in the correct location.Michael Smith2007-08-081-1/+0
* gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level f...Tim-Philipp Müller2007-06-061-18/+17
* gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.Dejan Sakelšak2007-05-281-119/+588
* gst/videobox/gstvideobox.c: Minor clean-ups: const-ify static array, remove t...Tim-Philipp Müller2006-11-191-9/+11
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* use g_assert in _get_unit_sizeStefan Kost2006-08-201-1/+2
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-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
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* gst/videobox/gstvideobox.c: Don't forget to initialize liboil, otherwise our ...Christoph Burghardt2006-01-201-2/+0
* gst/videobox/gstvideobox.c: call oil_init() when using liboilStefan Kost2006-01-051-0/+5
* fix up more enumsThomas Vander Stichele2005-11-221-3/+3
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* gst/videobox/gstvideobox.c: Use liboil forJulien Moutte2005-10-271-5/+5
* gst/videobox/Makefile.am: Use liboil.Julien Moutte2005-10-262-26/+40
* gst/videobox/gstvideobox.c: Removing this forgotten debug.Julien Moutte2005-10-261-2/+0
* gst/videobox/gstvideobox.c: Fix the stride issue when boxing to AYUV.Julien Moutte2005-10-261-9/+13
* gst/videobox/gstvideobox.c: Doh ! I introduced wingo's bug again ! Sorry...Julien Moutte2005-10-251-2/+5
* gst/videobox/gstvideobox.c: Fix caps negotiation correctly, add debugging cat...Julien Moutte2005-10-241-36/+37
* gst/videobox/gstvideobox.c: Fix caps nego some more to getJulien Moutte2005-10-171-14/+38
* gst/videobox/gstvideobox.c: Fix wrong size calculations and implement get_uni...Julien Moutte2005-10-171-10/+20
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-3/+0
* Move fdsrc back into gstreamer core elements.Jan Schmidt2005-09-091-10/+12
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* enable more; update for basetransformThomas Vander Stichele2005-08-241-14/+16
* sys/oss/gstossaudio.c (plugin_init): Second-class citizen.Andy Wingo2005-08-041-7/+12
* gst/: Port to new base class.Wim Taymans2005-07-151-26/+23
* gst/videobox/gstvideobox.c: Logic was reversed. Needs some more fixes in the...Wim Taymans2005-07-071-3/+11
* gst/videobox/gstvideobox.c: Clean up, port to 0.9, useAndy Wingo2005-07-052-187/+100
* gst/: Bufferalloc changes.Wim Taymans2005-06-022-35/+27
* Fix row strides for I420 (fixes #163159)Tim-Philipp Müller2005-01-191-94/+81
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+145
* gst/videobox/gstvideobox.c: Use pad_alloc where possible.Wim Taymans2004-07-071-12/+18
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-283-0/+764