summaryrefslogtreecommitdiff
path: root/gst/videobox
AgeCommit message (Expand)AuthorFilesLines
2014-10-20videobox: critical error when element properties set as max/minVineeth T M1-1/+1
2014-09-24videobox: remove duplicate assignmentsTim-Philipp Müller1-4/+0
2014-07-19videobox: Don't overwrite the first component with the alpha value for BGRxSebastian Dröge1-4/+11
2014-06-17videobox: Fix caps negotiation issueRavi Kiran K N1-8/+13
2014-05-03Release 1.3.1Sebastian Dröge1-2/+2
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-4/+2
2013-06-05Release 1.1.1Sebastian Dröge2-0/+36
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-24videobox: fix border filling for planar YUV formatsTim-Philipp Müller1-2/+2
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-11-01videbox: fix border filling for gray formatsDouglas Bagnall1-1/+1
2012-10-17videobox: use out_info for out propertiesWim Taymans1-3/+3
2012-09-18videobox: Fix U/V strides for a number of cases.Michael Smith1-8/+8
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-08gst: update disted orc filesTim-Philipp Müller1-3/+7
2012-07-24videobox: prefix orc functions with video_box_orc_Wim Taymans4-13/+13
2012-05-23videobox: Fix the sample pipeline.Sreerenj Balachandran1-1/+1
2012-04-13videobox: adjust to deprecated GMutex setupMark Nauwelaerts2-12/+9
2012-04-13videobox: port to 0.11Mark Nauwelaerts2-690/+633
2012-04-12Release 0.11.90Sebastian Dröge1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-2/+2
2012-01-28videobox: avoid wrapping opaque to transparentVincent Penquerc'h1-2/+2
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-11-04controller: port to new controller location and apiStefan Sauer2-7/+1
2011-04-16gst: update disted orc backup codeTim-Philipp Müller2-9/+30
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+15
2010-10-15Update generated orc codeDavid Schleef2-4/+13
2010-09-04update disted Orc filesDavid Schleef2-19/+49
2010-09-02Release 0.10.25Tim-Philipp Müller2-46/+19
2010-08-210.10.24.4 pre-releaseSebastian Dröge2-19/+46
2010-06-26gst: update orc filesTim-Philipp Müller2-17/+94
2010-06-24matroska, videobox, videofilter: fix compiler warnings when debugging is disa...Tim-Philipp Müller1-3/+2
2010-06-23videobox: Fix negotiation for I420/YV12Sebastian Dröge1-1/+3
2010-06-08videobox: liboil to orc conversionDavid Schleef5-17/+183
2010-05-27videobox: Fix floating point to integer conversion for the alpha valuesSebastian Dröge1-2/+2
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