summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.c
Commit message (Expand)AuthorAgeFilesLines
* sink: add a new buffer is the list is emptybroken/pbo-uploadDamien Lespiau2010-03-311-0/+14
* sink: merge pool_locks critical sections into oneDamien Lespiau2010-03-311-6/+4
* sink: rewrite the printfsDamien Lespiau2010-03-311-50/+50
* sink: don't show the preroll framesDamien Lespiau2010-03-301-1/+0
* sink: Use mapped PBOs as buffersDamien Lespiau2010-03-301-122/+760
* misc: Fix more deprecated Cogl symbolsDamien Lespiau2010-03-251-2/+2
* sink: Use COGL_TEXTURE_NO_ATLAS when creating CoglTexturesDamien Lespiau2010-02-151-3/+12
* Plug a leak of a GMutex, save the planetDamien Lespiau2010-02-121-0/+1
* Don't copy GstCaps in get_caps() but just ref themDamien Lespiau2010-02-121-1/+1
* Don't use symbols deprecated by CoglDamien Lespiau2010-02-121-3/+3
* [VideoTexture] Don't use CGL_* macrosDamien Lespiau2010-01-191-1/+1
* [VideoSink] Add an update-priority propertyDamien Lespiau2010-01-111-9/+41
* [doc] Document the ClutterGstVideoSinl:texture propertyDamien Lespiau2010-01-091-7/+15
* [misc] Intern the strings of property namesDamien Lespiau2010-01-091-1/+2
* [doc] VideoTexture and VideoSink must be created from Clutter's threadDamien Lespiau2010-01-081-0/+4
* [VideoSink] Use a custom GSource to signal a pending bufferDamien Lespiau2010-01-081-98/+160
* [VideoSink] Fix the signature of glBindProgramARBDamien Lespiau2009-11-131-1/+1
* [VideoSink] Fix remaining stride issues with the YUV uploadDamien Lespiau2009-09-041-14/+16
* [VideoSink] Fix row strides of U/V planesRoland Peffer2009-09-031-3/+4
* Get Cogl to flush primitives when using fragment shadersRobert Bragg2009-06-301-0/+14
* Remove some redundant glEnable/Disable (GL_FRAGMENT_PROGRAM_ARB) callsRobert Bragg2009-06-301-3/+0
* [videosink] Use the right unref function for CoglShaderDamien Lespiau2009-06-291-1/+1
* [videosink] Squash the two paint signal handlers into oneDamien Lespiau2009-06-291-44/+33
* [videosink] GLSL only functions should say soDamien Lespiau2009-06-291-7/+7
* [videosink] Reword of the init/exit code pathDamien Lespiau2009-06-291-124/+160
* [videosink] Refactor Renderer::init()Damien Lespiau2009-06-261-19/+10
* [videosink] Remove the use-shaders propertyDamien Lespiau2009-06-241-24/+0
* [misc] Pass on the c files headersDamien Lespiau2009-06-231-1/+3
* [videosink] Disconnect signal handlers to avoid callbacks after finalizeOle André Vadla Ravnås2009-06-231-16/+43
* Fix gl symbol typedefs by using APIENTRYP preprocessor.Haakon Sporsheim2009-06-221-5/+5
* Use CGL_MAX_COMBINED_TEXTURE_IMAGE_UNITSDamien Lespiau2009-06-161-2/+12
* Remove conditional compilation on CLUTTER_COGL_HAS_GLDamien Lespiau2009-06-141-19/+7
* Hide clutter_gst_find_renderer_by_format()Damien Lespiau2009-06-141-1/+1
* Introduce --enable-maintainer-cflagsDamien Lespiau2009-06-141-3/+3
* Use the Cogl material API for multi-texturing rather than GL directlyNeil Roberts2009-06-051-55/+20
* Removed mipmapping of yv12 component planes.Øyvind Kolås2009-06-051-9/+1
* Remove max_waste argumentEmmanuele Bassi2009-06-021-18/+14
* [videosink] Update to latest COGL API changeDamien Lespiau2009-05-131-10/+16
* [videosink] Add a YV12 to RGBA fragment programDamien Lespiau2009-04-281-32/+71
* [videosink] Use COGL_TEXTURE_NONE where appriopriateDamien Lespiau2009-04-281-3/+3
* [videosink] Add a I420 to RGBA fragment programDamien Lespiau2009-04-281-24/+181
* [videosink] Refactor the choice of the rendererDamien Lespiau2009-04-281-14/+46
* [videosink] Build caps dynamicallyDamien Lespiau2009-04-281-58/+97
* [videosink] Port RGB32 and AYUV to ClutterGstRendererDamien Lespiau2009-04-281-12/+78
* [videosink] Port RGB24 to ClutterGstRendererDamien Lespiau2009-04-281-10/+43
* [videosink] Use GST_MAKE_FOURCC instead of GST_RIFF_YV12Damien Lespiau2009-04-281-1/+1
* [videosink] Introduce ClutterGstRendererDamien Lespiau2009-04-281-156/+244
* [videosink] Enable the use of shaders by defaultDamien Lespiau2009-04-281-1/+2
* [videosink] Rename the use_shader property to use-shaderDamien Lespiau2009-04-281-2/+2
* Use a GMutex + variable instead of an async queueØyvind Kolås2009-04-201-23/+57