Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-24 | blur: remove horizontal flip | Filippo Argiolas | 1 | -18/+0 | |
Apparently there was some stale horizontal flip function still there from my summer of code experiments. Remove it. | |||||
2010-04-24 | effects: disable gst-indent in the sources | Filippo Argiolas | 1 | -322/+369 | |
Fix some crazy formatting caused by gst-indent previous runs and disable the script for this file. The best would be to move shaders into separate files and load them at runtime or hardcode them at compile time. | |||||
2010-04-23 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From fc85867 to 4d67bd6 | |||||
2010-04-09 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From c1d07dd to fc85867 | |||||
2010-03-31 | glbumper: Use png_sig_cmp() instead of png_check_sig() | Руслан Ижбулатов | 1 | -1/+1 | |
Fixes bug #613186 | |||||
2010-03-31 | configure.ac: autoCheck for libpng >= 1.0 instead of libpng12 >= 1.0 | Руслан Ижбулатов | 1 | -2/+2 | |
Fixes bug #613186 | |||||
2010-03-24 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From 55cd514 to c1d07dd | |||||
2010-03-24 | gl: use gst_element_class_set_details_simple() | Tim-Philipp Müller | 17 | -120/+59 | |
Fixes #613371. | |||||
2010-03-12 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From e272f71 to 55cd514 | |||||
2010-03-11 | Automatic update of common submodule | Benjamin Otte | 1 | -0/+0 | |
From df8a7c8 to e272f71 | |||||
2010-03-10 | Update for recent changes to common submodule | Benjamin Otte | 1 | -2/+2 | |
This just replaces every "$ERROR_CFLAGS" usage with a usage of "$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as previously. Actually using that separation will happen later. | |||||
2010-03-10 | Automatic update of common submodule | Benjamin Otte | 1 | -0/+0 | |
From 9720a7d to df8a7c8 | |||||
2010-03-10 | Automatic update of common submodule | Benjamin Otte | 1 | -0/+0 | |
From 0b6e072 to 9720a7d | |||||
2010-03-10 | Automatic update of common submodule | Benjamin Otte | 1 | -0/+0 | |
From 7cc5eb4 to 0b6e072 | |||||
2010-03-10 | configure: use automake 1.11 silent rules instead of shave if available | Tim-Philipp Müller | 2 | -3/+13 | |
This makes sure that we use something that is still maintained and also brings back libtool 1.5 support. Fixes build after recent common module updates. | |||||
2010-03-10 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From 7aa65b5 to 7cc5eb4 | |||||
2010-03-09 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From 44ecce7 to 7aa65b5 | |||||
2010-03-09 | gstglwindow_win32: share opengl context in correct order | Nicholas Panayis | 1 | -1/+1 | |
Allow to use the opengl context sharing feature if the original context has been used already. This is only possible on win32 with wglShareLists because on other backends, the sharing is made when a context is created. This new feature is only usefull when using external context because gst-gl internally makes sure that the orginal context is not already used when sharing it. Fix bug #611067 | |||||
2010-03-09 | glbumper/gldifferencematte/gloverlay: libpng 1.4.x compatible | David Hoyt | 3 | -0/+15 | |
Fix bug #608643 | |||||
2010-03-09 | examples: vs9 builds against gstreamer winbuilds | Julien Isorce | 19 | -651/+143 | |
2010-03-07 | vs9/codeblocks: build against gstreamer winbuilds | Julien Isorce | 7 | -41/+38 | |
2010-02-14 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From 96dc793 to 44ecce7 | |||||
2010-01-30 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From 15d47a6 to 96dc793 | |||||
2010-01-20 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From 14cec89 to 15d47a6 | |||||
2010-01-12 | Fix Windows compiler warning in test/examples/gtk/fxtest/pixbufdrop.c | Руслан Ижбулатов | 1 | -1/+1 | |
2010-01-06 | Cocoa backend: improve support on GNUStep | Julien Isorce | 13 | -95/+152 | |
2009-12-21 | Automatic update of common submodule | Mark Nauwelaerts | 1 | -0/+0 | |
From 47cb23a to 14cec89 | |||||
2009-12-18 | gstglmixer: copy/past recent changes from gstvideomixer | Julien Isorce | 1 | -4/+20 | |
2009-12-16 | gstglmixer: inactivate shared gl context before to release ours | Julien Isorce | 1 | -4/+11 | |
First, inactivate shared gl contexts known by each sink pad. Then, destroy the gl context known by the glmixer. Finally, re-activate shared gl contexts. This is to satisfy the fact that no shared gl context must be current when an opengl context is destroyed. Moreover the application may hang or crash without those steps. | |||||
2009-12-01 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From 87bf428 to 47cb23a | |||||
2009-12-01 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From da4c75c to 87bf428 | |||||
2009-11-27 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From 53a2485 to da4c75c | |||||
2009-11-25 | qglwtextureshare example: Fix several stability problems | Andrey Nechypurenko | 11 | -12/+12 | |
Fix some sporadic crashes during startup and shutdown. File permissions are changed from 755 to 644. Remove the statement about possible startup crashes from README. Fix #602771 | |||||
2009-11-25 | gleffects: indent and fix some warnings in ES 2.0 mode | Julien Isorce | 2 | -21/+39 | |
2009-11-21 | gleffects: start to make it compatible with OpenGL ES 2.0 | Julien Isorce | 10 | -17/+236 | |
For now only identity, mirror and squeeze effects are available. Maybe some factorization is needed about compilation shader before to put the other effects since only a copy/past is needed, at least until effect number 9: heat. The effects from 10:sepia to 15:glow require more work. | |||||
2009-11-21 | winCE backend: fix build | Julien Isorce | 1 | -2/+2 | |
2009-11-21 | glimagesink: add a client-data property | Julien Isorce | 8 | -9/+52 | |
Also add it to glfilterapp. Fixes #559131 | |||||
2009-11-19 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From 0702fe1 to 53a2485 | |||||
2009-11-17 | glfilter: add external-opengl-context property | Julien Isorce | 4 | -11/+32 | |
It repairs the cluttershare and sdlshare example | |||||
2009-11-17 | qglwtextureshare example: avoid a lock when painting | Julien Isorce | 2 | -15/+0 | |
see comment #5 from bug #600797 | |||||
2009-11-17 | glupload: repair external_opengl_context property | Julien Isorce | 1 | -1/+1 | |
qglwtextureshare now works again. In this example, the pipeline is src ! glupload ! fakesink. So in this case the glupload element is a sink in terms of gl chain. But the problem is still there if the pipeline is src ! glupload ! glfilter ! fakesink (it's the case in sdlshare and cluttershare examples) because since recent changes about how the gstgldisplay is transmitted to the gl element, the context is usually created by the sink in terms of gl chain. A solution would be to also install this property on glfilter. | |||||
2009-11-17 | README: CRLF to LF | Julien Isorce | 1 | -33/+33 | |
2009-11-17 | gstglmixer: Initialise the debug category | Jan Schmidt | 1 | -0/+1 | |
Initialise the gstglmixer debug category before using it. | |||||
2009-11-17 | qglwtextureshare example: make it compile with mingw | Julien Isorce | 2 | -9/+7 | |
Note that at this point the shares example are not working anymore (even on linux) It seems that I did a recent change somewhere. Will be resolved asap | |||||
2009-11-17 | gloverlay: fix some warnings | Julien Isorce | 1 | -64/+64 | |
2009-11-16 | gloverlay: Added rotate texture | Anthony Violo | 3 | -131/+198 | |
fix #601277 | |||||
2009-11-16 | qglwtextureshare example: ensure frame consistency | Julien Isorce | 3 | -79/+109 | |
2009-11-16 | qglwtextureshare example: indent | Julien Isorce | 9 | -312/+300 | |
2009-11-16 | add new example illustrates texture sharing between glupload and Qt | Andrey Nechypurenko | 12 | -0/+989 | |
fix #600797 | |||||
2009-11-05 | gstgldisplay: no need the I420 work around if ATI Mobility | Julien Isorce | 1 | -2/+6 | |
fix #588653 |