summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2013-06-29tests/examples: remove dependency on glewMatthew Waters2-3/+2
2013-06-29Partly Revert "docs: clean out -unused.txt"Matthew Waters1-0/+232
Readd win32/config.h.in
2013-06-29docs: clean out -unused.txtMatthew Waters1-232/+0
place definitions into their rightful place in -sections.txt
2011-11-21win32 builds: add glshader filter sources to vs9 and codeblocksJulien Isorce5-526/+543
Also fix some warnings from msvc9 and mingw-3.4.5
2010-04-26win32 builds: add glfilterreflectedscreen sources to vs9 and codeblocksJulien Isorce2-0/+12
2010-03-09examples: vs9 builds against gstreamer winbuildsJulien Isorce2-485/+0
2010-03-07vs9/codeblocks: build against gstreamer winbuildsJulien Isorce2-11/+8
2009-10-23fix codeblocks build on win32Julien Isorce1-0/+9
2009-10-23glmixer: add a glmixer base elementJulien Isorce1-2/+22
glmixer can be seen as a glfilter except it handles N requested sink pads. Each sink pad and the src pad are video/x-raw-gl. glmixer is responsible for managing different framerates from inputs. It uses OpenGL context sharing. It means that each input is in its own OpenGL context shared together and shared with the OpenGL context of the ouput gl chain. Also add a glmosaic which is an example of implementation of glmixer. For now glmosaic is a cube but it will be fixed in the next commits. For now the glmixer has some weird behaviours in some configurations but it will be improved in the next commits. The autotools builds is temporarly broken since those changes have been made on win32.
2009-08-31update win32 frozen buildsJulien Isorce2-13/+12
Also update cmake modules to handle more possible cases
2009-06-25fix and add gldeinterlace filter to the buildsJulien Isorce3-0/+20
2009-04-20[win32/winCE] fix some pointer cast warnings with mingwJulien Isorce1-1/+1
And turn off deprecated Wp64 msvc compiler option.
2009-02-25remove some unused HAVE_LIBPNG: libpng is a required packageJulien Isorce3-7/+6
2009-02-10Rename glpixbufoverlay to gloverlayDavid Schleef3-3/+3
2009-02-10fix CMake build and frozen CodeBlocks buildJulien Isorce1-22/+19
2009-02-10only load RGBA files.pngJulien Isorce1-2/+2
2009-02-10vs8 -> vs9 about gtk examplesJulien Isorce1-4/+4
2009-02-10depends on libpng instead of gdk_pixbufJulien Isorce1-6/+6
2009-02-10use libpng to load the normal map instead of using gdkpixbufJulien Isorce1-6/+6
2009-01-17add vs9 build project (Visual Studio 2008 and vc9)Julien Isorce2-0/+476
2008-10-29fix CMake an CodeBlocks buildsJulien Isorce1-25/+4
2008-10-23begin GstGLWindow in order to totally remove gstfreeglutJulien Isorce1-52/+8
2008-10-16fix msvc warnings and update CMake build, win32 CodeBlocks build and vs8 buildJulien Isorce2-0/+12
2008-09-24update cmake build and the 2 frozen win32 builds (CodeBlocks, vs8)Julien Isorce2-0/+7
2008-09-21Add a glfilterglass inspired from ↵Julien Isorce2-0/+12
http://www.mdk.org.pl/2007/11/17/gl-colorspace-conversions
2008-09-20few changes about configure outputs, close TODO task 20 and 21Julien1-1/+1
2008-09-13Use a gst debug category for GstGLDisplay instead of g_print, ↵Julien Isorce1-1/+1
gst-launch-0.10 --gst-debug=gldisplay:3 videotestsrc ! glimagesink
2008-09-12The CMake build now works on my Kubuntu-KDE4.1.1Julien1-1/+1
2008-09-11Add cmake build http://www.cmake.org. See CMake install instructions in the ↵Julien Isorce1-1/+1
INSTALL file. (I have not correctly configured yet the CMake build for unix, BE patient)
2008-09-07glbumper is compiled only when having GdkPixBuf. And update win32 codeblocks ↵Julien Isorce1-11/+95
build
2008-09-07add a glbumper (bump mapping filter through GLSL) that exposes how to use ↵Julien Isorce1-0/+8
both vertex and fragment shaders
2008-08-19add pixbufdrop vs8 projectJulien Isorce1-2/+2
2008-08-19add fxtest vs8 projectJulien Isorce1-4/+8
2008-08-18update vs8 build and fix some warnings that comes from vc8unknown1-13/+93
2008-08-18restore win32/common/config.hFilippo Argiolas1-0/+226
2008-08-11remove win32/common/config.h since it's autogenerated by autotools.Filippo Argiolas1-226/+0
2008-07-18add GstGLShader stuffs in the vs8 project, fix laplacian fragment code to ↵Julien Isorce1-2/+18
make it compile on ATI, and fix check function about Opengl and Glew version
2008-07-15Global replace of CRLF line endings to LFDavid Schleef4-845/+845
2008-07-15update CodeBlocks buildJulien Isorce2-119/+150
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@561 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@558 ↵Julien Isorce2-4/+4
93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@544 ↵Julien Isorce1-869/+0
93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15start to add a glfilteredge that proceeds edge detection using GLSLJulien Isorce1-0/+8
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@517 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15rename glgraphicmaker -> gluploadJulien Isorce1-8/+8
and glvideomaker -> gldownload git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@516 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15upJulien Isorce1-2/+2
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@508 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15start to revive the gltestsrcJulien Isorce1-8/+24
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@503 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15add a "glcolorscale" element equivalent to "ffmepgcolorspace ! videoscale ! ↵Julien Isorce1-0/+8
ffmpegcolorspace" git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@501 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15add a glfilterapp which holds the client draw and reshape callbacks (some ↵Julien Isorce1-0/+8
"wanted" regressions about the glvideomaker, have been done with this version. Will be fix in next commits) git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@496 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15start to add a glfilterJulien Isorce1-48/+80
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@493 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15add a Codeblock buildJulien Isorce2-0/+988
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@477 93df14bb-0f41-7a43-8087-d3e2a2f0e464
2008-07-15indentJulien Isorce1-2/+2
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@451 93df14bb-0f41-7a43-8087-d3e2a2f0e464