summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-24blur: remove horizontal flipFilippo Argiolas1-18/+0
Apparently there was some stale horizontal flip function still there from my summer of code experiments. Remove it.
2010-04-24effects: disable gst-indent in the sourcesFilippo Argiolas1-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-23Automatic update of common submoduleTim-Philipp Müller1-0/+0
From fc85867 to 4d67bd6
2010-04-09Automatic update of common submoduleSebastian Dröge1-0/+0
From c1d07dd to fc85867
2010-03-31glbumper: Use png_sig_cmp() instead of png_check_sig()Руслан Ижбулатов1-1/+1
Fixes bug #613186
2010-03-31configure.ac: autoCheck for libpng >= 1.0 instead of libpng12 >= 1.0Руслан Ижбулатов1-2/+2
Fixes bug #613186
2010-03-24Automatic update of common submoduleEdward Hervey1-0/+0
From 55cd514 to c1d07dd
2010-03-24gl: use gst_element_class_set_details_simple()Tim-Philipp Müller17-120/+59
Fixes #613371.
2010-03-12Automatic update of common submoduleEdward Hervey1-0/+0
From e272f71 to 55cd514
2010-03-11Automatic update of common submoduleBenjamin Otte1-0/+0
From df8a7c8 to e272f71
2010-03-10Update for recent changes to common submoduleBenjamin Otte1-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-10Automatic update of common submoduleBenjamin Otte1-0/+0
From 9720a7d to df8a7c8
2010-03-10Automatic update of common submoduleBenjamin Otte1-0/+0
From 0b6e072 to 9720a7d
2010-03-10Automatic update of common submoduleBenjamin Otte1-0/+0
From 7cc5eb4 to 0b6e072
2010-03-10configure: use automake 1.11 silent rules instead of shave if availableTim-Philipp Müller2-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-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 7aa65b5 to 7cc5eb4
2010-03-09Automatic update of common submoduleSebastian Dröge1-0/+0
From 44ecce7 to 7aa65b5
2010-03-09gstglwindow_win32: share opengl context in correct orderNicholas Panayis1-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-09glbumper/gldifferencematte/gloverlay: libpng 1.4.x compatibleDavid Hoyt3-0/+15
Fix bug #608643
2010-03-09examples: vs9 builds against gstreamer winbuildsJulien Isorce19-651/+143
2010-03-07vs9/codeblocks: build against gstreamer winbuildsJulien Isorce7-41/+38
2010-02-14Automatic update of common submoduleSebastian Dröge1-0/+0
From 96dc793 to 44ecce7
2010-01-30Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 15d47a6 to 96dc793
2010-01-20Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 14cec89 to 15d47a6
2010-01-12Fix Windows compiler warning in test/examples/gtk/fxtest/pixbufdrop.cРуслан Ижбулатов1-1/+1
2010-01-06Cocoa backend: improve support on GNUStepJulien Isorce13-95/+152
2009-12-21Automatic update of common submoduleMark Nauwelaerts1-0/+0
From 47cb23a to 14cec89
2009-12-18gstglmixer: copy/past recent changes from gstvideomixerJulien Isorce1-4/+20
2009-12-16gstglmixer: inactivate shared gl context before to release oursJulien Isorce1-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-01Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 87bf428 to 47cb23a
2009-12-01Automatic update of common submoduleSebastian Dröge1-0/+0
From da4c75c to 87bf428
2009-11-27Automatic update of common submoduleEdward Hervey1-0/+0
From 53a2485 to da4c75c
2009-11-25qglwtextureshare example: Fix several stability problemsAndrey Nechypurenko11-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-25gleffects: indent and fix some warnings in ES 2.0 modeJulien Isorce2-21/+39
2009-11-21gleffects: start to make it compatible with OpenGL ES 2.0Julien Isorce10-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-21winCE backend: fix buildJulien Isorce1-2/+2
2009-11-21glimagesink: add a client-data propertyJulien Isorce8-9/+52
Also add it to glfilterapp. Fixes #559131
2009-11-19Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 0702fe1 to 53a2485
2009-11-17glfilter: add external-opengl-context propertyJulien Isorce4-11/+32
It repairs the cluttershare and sdlshare example
2009-11-17qglwtextureshare example: avoid a lock when paintingJulien Isorce2-15/+0
see comment #5 from bug #600797
2009-11-17glupload: repair external_opengl_context propertyJulien Isorce1-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-17README: CRLF to LFJulien Isorce1-33/+33
2009-11-17gstglmixer: Initialise the debug categoryJan Schmidt1-0/+1
Initialise the gstglmixer debug category before using it.
2009-11-17qglwtextureshare example: make it compile with mingwJulien Isorce2-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-17gloverlay: fix some warningsJulien Isorce1-64/+64
2009-11-16gloverlay: Added rotate textureAnthony Violo3-131/+198
fix #601277
2009-11-16qglwtextureshare example: ensure frame consistencyJulien Isorce3-79/+109
2009-11-16qglwtextureshare example: indentJulien Isorce9-312/+300
2009-11-16add new example illustrates texture sharing between glupload and QtAndrey Nechypurenko12-0/+989
fix #600797
2009-11-05gstgldisplay: no need the I420 work around if ATI MobilityJulien Isorce1-2/+6
fix #588653