summaryrefslogtreecommitdiff
path: root/cogl-gst/cogl-gst-video-sink.c
Commit message (Expand)AuthorAgeFilesLines
* cogl-gst: Fix get_caps implementation when no context is setNeil Roberts2014-01-311-1/+5
* cogl-gst: video-sink: add NV12 supportNeil Roberts2014-01-311-6/+111
* cogl-gst-video-sink: Premultiply the colors coming from the videoNeil Roberts2014-01-311-37/+122
* cogl-gst: video-sink: fix not installed rgb shaderLionel Landwerlin2014-01-221-1/+3
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-23/+19
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-30/+22
* cogl-gst: video-sink: fix YV12/I420 supportRobert Bragg2014-01-011-3/+3
* cogl-gst: video-sink: fix ayuv pipeline setupLionel Landwerlin2013-12-111-2/+2
* cogl-gst: video-sink: fix YV12/I420 supportLionel Landwerlin2013-12-111-4/+49
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-271-8/+11
* cogl-gst: emit ready signal on sink only after the first frame is uploadedLionel Landwerlin2013-08-191-6/+10
* cogl-gst: adds _sink_is_ready() apiRobert Bragg2013-07-251-0/+6
* gst: don't use cogl_texture_new_with_dataRobert Bragg2013-07-111-36/+95
* cogl-gst: move initialization code so CoglGstVideoSink can be subclassedLionel Landwerlin2013-07-091-2/+2
* cogl-gst: protect public API using type checksLionel Landwerlin2013-07-091-5/+32
* cogl-gst: expose aspect ratio apisRobert Bragg2013-04-291-0/+57
* cogl-gst: Remove the return value from attach_frame()Neil Roberts2013-04-251-3/+1
* cogl-gst: Move the PARAM macros into the C fileNeil Roberts2013-04-251-0/+12
* cogl-gst: Add a functions to facilitate layeringPlamena Manolova2013-04-251-107/+252
* cogl-gst: Don't replace previous layers in default shaderNeil Roberts2013-04-251-7/+13
* cogl-gst: Use alpha textures instead of luminance texturesNeil Roberts2013-04-151-1/+1
* cogl-gst: More pedantic style fixesNeil Roberts2013-03-211-57/+63
* cogl-gst: remove experimental "HW Decode" codeRobert Bragg2013-03-211-71/+0
* Include CoglGstPlamena Manolova2013-03-191-0/+1177