summaryrefslogtreecommitdiff
path: root/gst/videobox
AgeCommit message (Expand)AuthorFilesLines
2010-04-29videobox: Add support for Y444, Y42B and Y41BSebastian Dröge1-11/+546
2010-04-29videobox: Add support for YVYU and reorder template capsSebastian Dröge1-12/+43
2010-04-29videobox: Translate navigation events to make sense again upstreamSebastian Dröge1-3/+52
2010-04-29videobox: Properly handle ranges/lists of width or height when transforming capsSebastian Dröge1-26/+100
2010-04-29videobox: Sync properties to the controller in before_transformSebastian Dröge1-5/+15
2010-04-29videobox: Add support for YUY2 and UYUVSebastian Dröge1-0/+127
2010-04-19videobox: Use libgstvideo to get the order of RGBSebastian Dröge1-53/+62
2010-04-16videobox: Fix I420->I420 copyingSebastian Dröge1-68/+410
2010-04-16videobox: Fix AYUV->I420 copyingSebastian Dröge1-138/+374
2010-04-14videobox: transform_caps : We can only convert AYUV to xRGBEdward Hervey1-12/+15
2010-04-12videobox: Fix I420->AYUV copyingSebastian Dröge1-115/+44
2010-04-12videobox: Correctly clamp frame/background alphas to [0,255] before writing themSebastian Dröge1-4/+19
2010-04-07videobox: Add support for YV12, including conversion support for I420/AYUVSebastian Dröge1-18/+27
2010-04-07videobox: Add support for grayscale input/outputSebastian Dröge1-2/+85
2010-04-07videobox: Add support for filling the background with red, yellow and whiteSebastian Dröge2-13/+28
2010-04-07videobox: Add support for direct RGB<->AYUV conversionSebastian Dröge1-42/+279
2010-04-07videobox: Fix RGB24 fillingSebastian Dröge1-3/+3
2010-04-05videobox: Fix conversion from 3 byte RGB to ARGBSebastian Dröge1-0/+11
2010-04-05videobox: Add support for 3 byte RGB formats and refactor RGB code a bitSebastian Dröge1-217/+105
2010-04-05videobox: Add support for all 32 bit RGB formatsSebastian Dröge2-39/+411
2010-03-26videobox: Fix AYUV->I420 frame copyingSebastian Dröge1-2/+2
2010-03-26videobox: Always fill the complete frame if borders should be addedSebastian Dröge2-67/+13
2010-03-26videobox: Refactor boxing to reduce code duplicationSebastian Dröge2-614/+812
2010-03-26videobox: Add const qualifier to the source frame dataSebastian Dröge1-12/+17
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-0/+2
2010-03-09videobox: Fix autocropping for odd width/height differencesSebastian Dröge1-9/+23
2010-03-09videobox: Use libgstvideo for format specific stuffSebastian Dröge3-81/+102
2010-03-09videobox: Make properties controllableSebastian Dröge2-12/+36
2010-03-09videobox: Some cleanupSebastian Dröge1-71/+43
2009-09-09videobox: Fix AYUV->I420 conversionSebastian Dröge1-2/+2
2009-08-31videobox: Split declarations into a header file and add autocrop stuff to the...Sebastian Dröge3-76/+110
2009-08-31videobox: Reconfigure basetransform if something changes againSebastian Dröge1-9/+29
2009-08-31videobox: Add support for autocropping according to the capsStephen Jungels1-40/+147
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