summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [doc] VideoTexture and VideoSink must be created from Clutter's threadDamien Lespiau2010-01-082-0/+9
* [VideoSink] Use a custom GSource to signal a pending bufferDamien Lespiau2010-01-081-98/+160
* [build] Add the generation of introspection filesDamien Lespiau2010-01-056-0/+147
* [VideoTexture] Fix notifications of durationDamien Lespiau2010-01-051-25/+36
* [VideoTexture] Auto load subtitles based on the media URIDamien Lespiau2010-01-042-1/+84
* [VideoTexture] Use playbin2 instead of playbinDamien Lespiau2010-01-041-2/+2
* [vimrc] tabstop should be 8Damien Lespiau2010-01-041-1/+1
* [build] Do not define the API version with minor.microDamien Lespiau2010-01-041-3/+1
* [build] Don't dist gtk-doc.m4Damien Lespiau2010-01-041-1/+0
* [gitignore] Tweak the ignore rule for m4 filesDamien Lespiau2010-01-041-6/+4
* [VideoSink] Fix the signature of glBindProgramARBDamien Lespiau2009-11-131-1/+1
* [Audio] Rename get_playbin() to get_pipeline()Bastian Winkler2009-11-033-42/+42
* [misc] size-change signal signature uses gintsDamien Lespiau2009-09-075-10/+10
* [tests] Extends test-alpha with RGB videosDamien Lespiau2009-09-051-5/+22
* [tests] Add an alpha testDamien Lespiau2009-09-053-18/+222
* [VideoSink] Make the alpha component of the GL color play with the shadersDamien Lespiau2009-09-056-66/+80
* [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
* Bump to 0.90.1Damien Lespiau2009-09-031-1/+1
* [VideoTexture] fix arguments order of gst_element_factory_make()Damien Lespiau2009-08-271-1/+1
* [VideoTexture] get_playbin() is now get_pipeline()Damien Lespiau2009-08-073-44/+44
* [debug] Add a CLUTTER_GST_MEDIA debug categoryDamien Lespiau2009-08-063-8/+40
* [docs] Ignore I420.h and YV12.hDamien Lespiau2009-08-061-0/+2
* [gitignore] Add *.bak to the files ignored in the gtk-doc directoryDamien Lespiau2009-08-061-0/+1
* [debug] Add a debugging insfrastructure.Damien Lespiau2009-08-066-17/+272
* [player] Check the number of arguments after the initializationDamien Lespiau2009-08-062-9/+10
* [test] Port the tests to the new clutter_gst_init_with_args() APIDamien Lespiau2009-08-052-18/+17
* [init] Add clutter_gst_init_with_args()Damien Lespiau2009-08-053-18/+152
* [build] Back to developmentDamien Lespiau2009-07-291-1/+1
* [build] Fix pc file generation and headers' location0.10.0Damien Lespiau2009-07-294-7/+11
* [build] Bump clutter-gst to 0.10.0Damien Lespiau2009-07-291-2/+2
* [build] Bump clutter requirement to 1.0.0Damien Lespiau2009-07-291-1/+1
* [docs] Update the NEWS, README and .doap files for 0.10.0Damien Lespiau2009-07-293-1/+18
* [docs] Update the NEWS fileDamien Lespiau2009-07-241-4/+7
* Post release bump to 0.9.1Damien Lespiau2009-07-241-1/+1
* [doap] Add the 0.9.0 release0.9.0Damien Lespiau2009-07-241-0/+10
* Update the NEWS file for 0.9.0Damien Lespiau2009-07-241-0/+25
* [audio] Fix the :progress property getterEmmanuele Bassi2009-07-221-1/+1
* Bump clutter required version to 0.9.6Damien Lespiau2009-07-061-1/+1
* 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
* [build] Don't add libgstbase twiceDamien Lespiau2009-06-301-1/+1
* [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
* [tests] Check for errors in g_option_context_parse()Damien Lespiau2009-06-262-4/+22
* [doap] Big update to bring it on par with clutter'sDamien Lespiau2009-06-251-45/+112
* [videosink] Remove the use-shaders propertyDamien Lespiau2009-06-243-34/+0