platform/upstream/gstreamer.git
10 years ago[220/906] Use a better key for the pool of textures
Julien Isorce [Sat, 13 Sep 2008 16:17:42 +0000 (18:17 +0200)]
[220/906] Use a better key for the pool of textures

10 years ago[219/906] Use a gst debug category for GstGLDisplay instead of g_print, gst-launch...
Julien Isorce [Sat, 13 Sep 2008 01:32:04 +0000 (03:32 +0200)]
[219/906] Use a gst debug category for GstGLDisplay instead of g_print, gst-launch-0.10 --gst-debug=gldisplay:3 videotestsrc ! glimagesink

10 years ago[218/906] The CMake build now works on my Kubuntu-KDE4.1.1
Julien [Thu, 11 Sep 2008 23:13:50 +0000 (01:13 +0200)]
[218/906] The CMake build now works on my Kubuntu-KDE4.1.1

10 years ago[217/906] Add cmake build http://www.cmake.org. See CMake install instructions in...
Julien Isorce [Thu, 11 Sep 2008 00:07:12 +0000 (02:07 +0200)]
[217/906] Add cmake build cmake.org. See CMake install instructions in the INSTALL file. (I have not correctly configured yet the CMake build for unix, BE patient)

10 years ago[216/906] fix glbumper related gtk dependencies
Julien [Sun, 7 Sep 2008 15:44:42 +0000 (17:44 +0200)]
[216/906] fix glbumper related gtk dependencies

10 years ago[215/906] glbumper is compiled only when having GdkPixBuf. And update win32 codeblock...
Julien Isorce [Sun, 7 Sep 2008 12:17:57 +0000 (14:17 +0200)]
[215/906] glbumper is compiled only when having GdkPixBuf. And update win32 codeblocks build

10 years ago[214/906] update codeblocks build on linux and fix a warning
julien User [Sat, 6 Sep 2008 23:38:10 +0000 (01:38 +0200)]
[214/906] update codeblocks build on linux and fix a warning

10 years ago[213/906] forgot to add the bumper files
Julien Isorce [Sat, 6 Sep 2008 23:23:19 +0000 (01:23 +0200)]
[213/906] forgot to add the bumper files

10 years ago[212/906] add a glbumper (bump mapping filter through GLSL) that exposes how to use...
Julien Isorce [Sat, 6 Sep 2008 22:45:34 +0000 (00:45 +0200)]
[212/906] add a glbumper (bump mapping filter through GLSL) that exposes how to use both vertex and fragment shaders

10 years ago[211/906] Fix upload AYUV and YV12 (a regression in last commits)
Julien Isorce [Mon, 25 Aug 2008 08:34:54 +0000 (10:34 +0200)]
[211/906] Fix upload AYUV and YV12 (a regression in last commits)

10 years ago[210/906] get ride of a wrong color on nvidia/linux when converting yv12 to rgb throu...
julien User [Sun, 24 Aug 2008 14:33:26 +0000 (16:33 +0200)]
[210/906] get ride of a wrong color on nvidia/linux when converting yv12 to rgb through GLSL

10 years ago[209/906] fix warnings
julien User [Sun, 24 Aug 2008 13:39:14 +0000 (15:39 +0200)]
[209/906] fix warnings

10 years ago[208/906] fix upload AYUV, regression during the 2 last commits
Julien Isorce [Sun, 24 Aug 2008 02:24:29 +0000 (04:24 +0200)]
[208/906] fix upload AYUV, regression during the 2 last commits

10 years ago[207/906] oups, fix my mistake on last commit
Julien Isorce [Sun, 24 Aug 2008 01:38:40 +0000 (03:38 +0200)]
[207/906] oups, fix my mistake on last commit

10 years ago[206/906] Do not use frame buffer object when "input video is RGB" or when "GLSL...
unknown [Sun, 24 Aug 2008 01:12:12 +0000 (03:12 +0200)]
[206/906] Do not use frame buffer object when "input video is RGB" or when "GLSL is not available and YCbCr is available". So frame buffer object is not a plugin requirement anymore. So I decreased the OpengGL version from 1.4 to 1.2 (maybe less?)

10 years ago[205/906] use a GHash table instead of a GData for the texture pool
Julien Isorce [Thu, 21 Aug 2008 09:12:42 +0000 (11:12 +0200)]
[205/906] use a GHash  table instead of a GData for the texture pool

10 years ago[204/906] get ride of a bug on ATI related to YV12 to rgb conversion through GLSL...
Julien Isorce [Wed, 20 Aug 2008 13:47:51 +0000 (15:47 +0200)]
[204/906] get ride of a bug on ATI related to YV12 to rgb conversion through GLSL and add an example

10 years ago[203/906] use opengl for pixbuf resizing in glpixbufoverlay, start to work on properties
Filippo Argiolas [Wed, 20 Aug 2008 08:02:02 +0000 (10:02 +0200)]
[203/906] use opengl for pixbuf resizing in glpixbufoverlay, start to work on properties

10 years ago[202/906] use fixed opengl pipeline for glpixbufoverlay (any drawback?)
Filippo Argiolas [Wed, 20 Aug 2008 07:26:46 +0000 (09:26 +0200)]
[202/906] use fixed opengl pipeline for glpixbufoverlay (any drawback?)

10 years ago[201/906] fix a signedness warning
Filippo Argiolas [Wed, 20 Aug 2008 07:24:53 +0000 (09:24 +0200)]
[201/906] fix a signedness warning

10 years ago[200/906] get ride of a ATI bug related to GLSL colorspace conversion for I420 and...
Julien Isorce [Tue, 19 Aug 2008 22:11:39 +0000 (00:11 +0200)]
[200/906] get ride of a ATI bug related to GLSL colorspace conversion for I420 and YV12 to rgb

10 years ago[199/906] add pixbufdrop vs8 project
Julien Isorce [Tue, 19 Aug 2008 20:15:17 +0000 (22:15 +0200)]
[199/906] add pixbufdrop vs8 project

10 years ago[198/906] add fxtest vs8 project
Julien Isorce [Tue, 19 Aug 2008 19:04:29 +0000 (21:04 +0200)]
[198/906] add fxtest vs8 project

10 years ago[197/906] Shaders which are in the shaderstable are now released
Julien Isorce [Tue, 19 Aug 2008 09:07:18 +0000 (11:07 +0200)]
[197/906] Shaders which are in the shaderstable are now released

10 years ago[196/906] fix a differencematte memory issue
Filippo Argiolas [Tue, 19 Aug 2008 07:48:14 +0000 (09:48 +0200)]
[196/906] fix a differencematte memory issue

10 years ago[195/906] fix gstgldifferencematte and add an example app to test it dragging an...
Filippo Argiolas [Tue, 19 Aug 2008 06:50:14 +0000 (08:50 +0200)]
[195/906] fix gstgldifferencematte and add an example app to test it dragging an image over the video (works with pixbufoverlay too, see pixbufdrop --help)

10 years ago[194/906] another typo, restore old twirl fragment source
Filippo Argiolas [Mon, 18 Aug 2008 19:50:09 +0000 (21:50 +0200)]
[194/906] another typo, restore old twirl fragment source

10 years ago[193/906] fix typos
Filippo Argiolas [Mon, 18 Aug 2008 19:43:02 +0000 (21:43 +0200)]
[193/906] fix typos

10 years ago[192/906] complete differencematte filter.. I did it quickly, probably still needs...
Filippo Argiolas [Mon, 18 Aug 2008 19:40:26 +0000 (21:40 +0200)]
[192/906] complete differencematte filter.. I did it quickly, probably still needs some work

10 years ago[191/906] little cleanup. add first draft of gstgldifferencematte. still doesn't...
Filippo Argiolas [Mon, 18 Aug 2008 18:25:25 +0000 (20:25 +0200)]
[191/906] little cleanup. add first draft of gstgldifferencematte. still doesn't work

10 years ago[190/906] force calling glimagesink->stop() when going from PAUSED to READY
Julien Isorce [Mon, 18 Aug 2008 16:53:13 +0000 (18:53 +0200)]
[190/906] force calling glimagesink->stop() when going from PAUSED to READY

10 years ago[189/906] update vs8 build and fix some warnings that comes from vc8
unknown [Mon, 18 Aug 2008 15:19:06 +0000 (17:19 +0200)]
[189/906] update vs8 build and fix some warnings that comes from vc8

10 years ago[188/906] add first draft of a pixbuf overlay element. add macros to optionally build...
Filippo Argiolas [Mon, 18 Aug 2008 14:16:58 +0000 (16:16 +0200)]
[188/906] add first draft of a pixbuf overlay element. add macros to optionally build the latter if gdk-pixbuf is found

10 years ago[187/906] remove expose event handling, it's map-unmap that is not behaving correctly...
Filippo Argiolas [Mon, 18 Aug 2008 09:48:47 +0000 (11:48 +0200)]
[187/906] remove expose event handling, it's map-unmap that is not behaving correctly, any idea?

10 years ago[186/906] add expose event handling to clutteractortee
Filippo Argiolas [Mon, 18 Aug 2008 09:08:09 +0000 (11:08 +0200)]
[186/906] add expose event handling to clutteractortee

10 years ago[185/906] add clutteractortee example, a nice example about how clutter could be...
Filippo Argiolas [Mon, 18 Aug 2008 08:50:37 +0000 (10:50 +0200)]
[185/906] add clutteractortee example, a nice example about how clutter could be used to create a live preview widget for gleffects. It uses texture from pixmap, still needs some work regarding clean exit and expose event management.

10 years ago[184/906] add a couple of macros to autotools to compile with uintrepid automake...
Filippo Argiolas [Mon, 18 Aug 2008 07:06:09 +0000 (09:06 +0200)]
[184/906] add a couple of macros to autotools to compile with uintrepid automake. remove array constructor so we don't have to depend on glsl #version 120.

10 years ago[183/906] add an example to use texture from pixmap to do some kind of x_overlay...
Filippo Argiolas [Sun, 17 Aug 2008 15:45:52 +0000 (17:45 +0200)]
[183/906] add an example to use texture from pixmap to do some kind of x_overlay on a clutteractor. A better way would be to directly share gl handles between clutter and gstgl but still I cannot find a way to do it.

10 years ago[182/906] add a better sepia toning curve
Filippo Argiolas [Sun, 17 Aug 2008 10:21:49 +0000 (12:21 +0200)]
[182/906] add a better sepia toning curve

10 years ago[181/906] add a translatable string to testsrc to get rid of po dir errors after...
Filippo Argiolas [Sun, 17 Aug 2008 07:24:24 +0000 (09:24 +0200)]
[181/906] add a translatable string to testsrc to get rid of po dir errors after distclean and git clean

10 years ago[180/906] minor cleanup in fxtest
Filippo Argiolas [Sat, 16 Aug 2008 15:36:10 +0000 (17:36 +0200)]
[180/906] minor cleanup in fxtest

10 years ago[179/906] distortion effect cleanup
Filippo Argiolas [Sat, 16 Aug 2008 10:37:36 +0000 (12:37 +0200)]
[179/906] distortion effect cleanup

10 years ago[178/906] improve fxtest command line option handling, default to videotestsrc if...
Filippo Argiolas [Sat, 16 Aug 2008 08:15:31 +0000 (10:15 +0200)]
[178/906] improve fxtest command line option handling, default to videotestsrc if no source bin description is given

10 years ago[177/906] fix gleffects memory issue (init resources on start and reset them on stop)
Filippo Argiolas [Sat, 16 Aug 2008 07:40:54 +0000 (09:40 +0200)]
[177/906] fix gleffects memory issue (init resources on start and reset them on stop)

10 years ago[176/906] fix a typo
Filippo Argiolas [Sat, 16 Aug 2008 07:17:14 +0000 (09:17 +0200)]
[176/906] fix a typo

10 years ago[175/906] add sin effect (desaturate everything but red shades). still needs some...
Filippo Argiolas [Sat, 16 Aug 2008 07:13:39 +0000 (09:13 +0200)]
[175/906] add sin effect (desaturate everything but red shades). still needs some tuning.

10 years ago[174/906] add a property to gleffects to switch video left to right, useful with...
Filippo Argiolas [Thu, 14 Aug 2008 20:28:19 +0000 (22:28 +0200)]
[174/906] add a property to gleffects to switch video left to right, useful with webcams to resemble a mirror

10 years ago[173/906] add lumaxpro (desaturate + cross process) effect. nothing too impressive...
Filippo Argiolas [Thu, 14 Aug 2008 19:29:02 +0000 (21:29 +0200)]
[173/906] add lumaxpro (desaturate + cross process) effect. nothing too impressive but I like it.

10 years ago[172/906] add support for command line parsing to fxtest (try fxtest videotestsrc...
Filippo Argiolas [Thu, 14 Aug 2008 18:54:54 +0000 (20:54 +0200)]
[172/906] add support for command line parsing to fxtest (try fxtest videotestsrc ! desired caps ! identity). report a new issue on BUGS.

10 years ago[171/906] import fxtest (little gtk app to easily test effects) from cvs branch,...
Filippo Argiolas [Thu, 14 Aug 2008 18:02:04 +0000 (20:02 +0200)]
[171/906] import fxtest (little gtk app to easily test effects) from cvs branch, fixed rgbtocurve.

10 years ago[170/906] update codeblocks build
Julien Isorce [Thu, 14 Aug 2008 15:03:21 +0000 (17:03 +0200)]
[170/906] update codeblocks build

10 years ago[169/906] import remaining distortion effects from cvs branch (fisheye, twirl, bulge...
Filippo Argiolas [Thu, 14 Aug 2008 12:08:23 +0000 (14:08 +0200)]
[169/906] import remaining distortion effects from cvs branch (fisheye, twirl, bulge, tunnel, square)

10 years ago[168/906] cleanup curves header
Filippo Argiolas [Thu, 14 Aug 2008 10:39:01 +0000 (12:39 +0200)]
[168/906] cleanup curves header

10 years ago[167/906] better cross processing curve
Filippo Argiolas [Thu, 14 Aug 2008 10:26:25 +0000 (12:26 +0200)]
[167/906] better cross processing curve

10 years ago[166/906] add rgb_to_luma_fragment source and correspondent effect. use the latter...
Filippo Argiolas [Thu, 14 Aug 2008 10:09:39 +0000 (12:09 +0200)]
[166/906] add rgb_to_luma_fragment source and correspondent effect. use the latter for a cross processing effect.

10 years ago[165/906] import luma_to_curve effects (Sepia, Heat) from cvs branch with better...
Filippo Argiolas [Thu, 14 Aug 2008 09:31:09 +0000 (11:31 +0200)]
[165/906] import luma_to_curve effects (Sepia, Heat) from cvs branch with better texture memory handling (teximage curves only once). Sepia curve still needs some love.

10 years ago[164/906] rename blend_fragment_source to sum_fragment_source and add uniform blendin...
Filippo Argiolas [Thu, 14 Aug 2008 07:39:55 +0000 (09:39 +0200)]
[164/906] rename blend_fragment_source to sum_fragment_source and add uniform blending parameters

10 years ago[163/906] import glow effect (maybe the most tricky) from cvs branch
Filippo Argiolas [Thu, 14 Aug 2008 07:26:23 +0000 (09:26 +0200)]
[163/906] import glow effect (maybe the most tricky) from cvs branch

10 years ago[162/906] import stretch effect from cvs
Filippo Argiolas [Thu, 14 Aug 2008 06:03:49 +0000 (08:03 +0200)]
[162/906] import stretch effect from cvs

10 years ago[161/906] import squeeze effect from cvs
Filippo Argiolas [Wed, 13 Aug 2008 22:07:20 +0000 (00:07 +0200)]
[161/906] import squeeze effect from cvs

10 years ago[160/906] forgot to add a file
Filippo Argiolas [Wed, 13 Aug 2008 20:42:48 +0000 (22:42 +0200)]
[160/906] forgot to add a file

10 years ago[159/906] still some source tree reorganize, fixed some issue with headers and ifdefs...
Filippo Argiolas [Wed, 13 Aug 2008 20:36:13 +0000 (22:36 +0200)]
[159/906] still some source tree reorganize, fixed some issue with headers and ifdefs, moved identity into effects dir

10 years ago[158/906] still working on mergin gstgleffects, add mirror effect. reorganize source...
Filippo Argiolas [Wed, 13 Aug 2008 18:58:49 +0000 (20:58 +0200)]
[158/906] still working on mergin gstgleffects, add mirror effect. reorganize source tree.

10 years ago[157/906] move thread_do_upload_make from thread_do_upload to thread_init_upload
Julien Isorce [Wed, 13 Aug 2008 15:59:09 +0000 (17:59 +0200)]
[157/906] move thread_do_upload_make from thread_do_upload to thread_init_upload

10 years ago[156/906] fix a crash that could happens when using at least 2 gl context and when...
Julien Isorce [Wed, 13 Aug 2008 15:16:17 +0000 (17:16 +0200)]
[156/906] fix a crash that could happens when using at least 2 gl context and when closing a window on linux

10 years ago[155/906] fix some errors and check all the pipelines listed in tests/pipelines
Julien Isorce [Wed, 13 Aug 2008 14:01:21 +0000 (16:01 +0200)]
[155/906] fix some errors and check all the pipelines listed in tests/pipelines

10 years ago[154/906] added first skeleton of gstgleffects, imported basic stuff from cvs branch.
Filippo Argiolas [Tue, 12 Aug 2008 09:09:37 +0000 (11:09 +0200)]
[154/906] added first skeleton of gstgleffects, imported basic stuff from cvs branch.

10 years ago[153/906] Try to genereate textures within gstglfilterblur to see if the new thread_u...
Filippo Argiolas [Mon, 11 Aug 2008 18:12:02 +0000 (20:12 +0200)]
[153/906] Try to genereate textures within gstglfilterblur to see if the new thread_use_fbo works both with textures from the pool and custom ones

10 years ago[152/906] remove an unneeded (really?) glTexImage
Filippo Argiolas [Mon, 11 Aug 2008 18:01:41 +0000 (20:01 +0200)]
[152/906] remove an unneeded (really?) glTexImage

10 years ago[151/906] ISO C90
Julien Isorce [Mon, 11 Aug 2008 17:08:22 +0000 (19:08 +0200)]
[151/906] ISO C90

10 years ago[150/906] glTexImage2D(w, h, NULL) is now called only one time (mem alloc)
Julien Isorce [Mon, 11 Aug 2008 17:01:33 +0000 (19:01 +0200)]
[150/906] glTexImage2D(w, h, NULL) is now called only one time (mem alloc)

10 years ago[149/906] same as previous commit
Filippo Argiolas [Mon, 11 Aug 2008 15:21:30 +0000 (17:21 +0200)]
[149/906] same as previous commit

10 years ago[148/906] Fix rgb issue. Current program should always be set to 0 when a new texture...
Filippo Argiolas [Mon, 11 Aug 2008 15:17:22 +0000 (17:17 +0200)]
[148/906] Fix rgb issue. Current program should always be set to 0 when a new texture is attached to a fbo.

10 years ago[147/906] oups forgot to add 2 files to the previous commit
Julien Isorce [Mon, 11 Aug 2008 13:53:12 +0000 (15:53 +0200)]
[147/906] oups forgot to add 2 files to the previous commit

10 years ago[146/906] remove filteredge
Julien Isorce [Mon, 11 Aug 2008 13:40:39 +0000 (15:40 +0200)]
[146/906] remove filteredge

10 years ago[145/906] gen/del the middle texture only one time in the gstglfilterblur
Julien Isorce [Mon, 11 Aug 2008 13:30:38 +0000 (15:30 +0200)]
[145/906] gen/del the middle texture only one time in the gstglfilterblur

10 years ago[144/906] remove gstglfilterblur.h, it's easier to have everything in the same file
Filippo Argiolas [Mon, 11 Aug 2008 09:26:32 +0000 (11:26 +0200)]
[144/906] remove gstglfilterblur.h, it's easier to have everything in the same file

10 years ago[143/906] Add init and reset callbacks in GstGLFilter to run arbitrary gl code at...
Filippo Argiolas [Mon, 11 Aug 2008 07:52:16 +0000 (09:52 +0200)]
[143/906] Add init and reset callbacks in GstGLFilter to run arbitrary gl code at start and stop. Useful to init and cleanup custom gl resources.

10 years ago[142/906] Add a generic action to be able to execute arbitrary gl code within the...
Filippo Argiolas [Mon, 11 Aug 2008 07:00:40 +0000 (09:00 +0200)]
[142/906] Add a generic action to be able to execute arbitrary gl code within the gl thread with less pain

10 years ago[141/906] some steps towards simplification. added a convenience function to gstglfil...
Filippo Argiolas [Sun, 10 Aug 2008 09:22:34 +0000 (11:22 +0200)]
[141/906] some steps towards simplification. added a convenience function to gstglfilter and some comment here and there

10 years ago[140/906] Fix GL_STACK_OVERFLOW
Filippo Argiolas [Tue, 5 Aug 2008 08:15:07 +0000 (10:15 +0200)]
[140/906] Fix GL_STACK_OVERFLOW

10 years ago[139/906] fix warnings when compiling upload/download shaders
Julien Isorce [Mon, 4 Aug 2008 10:13:29 +0000 (12:13 +0200)]
[139/906] fix warnings when compiling upload/download shaders

10 years ago[138/906] is that videoformat pointer really needed?
Filippo Argiolas [Mon, 4 Aug 2008 07:56:59 +0000 (09:56 +0200)]
[138/906] is that videoformat pointer really needed?

10 years ago[137/906] Don't reallocate texture memory every time in upload_* functions.
Filippo Argiolas [Mon, 4 Aug 2008 07:46:14 +0000 (09:46 +0200)]
[137/906] Don't reallocate texture memory every time in upload_* functions.

10 years ago[136/906] reindent gstgldisplay with gstreamer-c-mode
Filippo Argiolas [Fri, 1 Aug 2008 09:00:49 +0000 (11:00 +0200)]
[136/906] reindent gstgldisplay with gstreamer-c-mode

10 years ago[135/906] add and make the Filippo's gstglfilterblur works on the master branch ...
Julien Isorce [Thu, 31 Jul 2008 15:48:04 +0000 (17:48 +0200)]
[135/906] add and make the Filippo's gstglfilterblur works on the master branch (example of multiple step rendering)

10 years ago[134/906] fix makefiles list from configure.ac (tests have changes) and fix a warning
julien User [Thu, 24 Jul 2008 23:43:28 +0000 (01:43 +0200)]
[134/906] fix makefiles list from configure.ac (tests have changes) and fix a warning

10 years ago[133/906] finish todo task 4
Julien Isorce [Sun, 20 Jul 2008 22:24:48 +0000 (00:24 +0200)]
[133/906] finish todo task 4

10 years ago[132/906] make the plugin properly shutdown when one of the check requirements failed
Julien Isorce [Sun, 20 Jul 2008 14:38:48 +0000 (16:38 +0200)]
[132/906] make the plugin properly shutdown when one of the check requirements failed

10 years ago[131/906] fix warnings (unused vars)
Filippo Argiolas [Sat, 19 Jul 2008 06:32:38 +0000 (08:32 +0200)]
[131/906] fix warnings (unused vars)

10 years ago[130/906] use GstGLShader in the GLSL colorspace conversion
Julien Isorce [Sat, 19 Jul 2008 01:00:26 +0000 (03:00 +0200)]
[130/906] use GstGLShader in the GLSL colorspace conversion

10 years ago[129/906] fixed warning for unused variable (fatal with -Werror)
Filippo Argiolas [Fri, 18 Jul 2008 20:33:44 +0000 (22:33 +0200)]
[129/906] fixed warning for unused variable (fatal with -Werror)

10 years ago[128/906] add GstGLShader stuffs in the vs8 project, fix laplacian fragment code...
Julien Isorce [Fri, 18 Jul 2008 19:55:00 +0000 (21:55 +0200)]
[128/906] add GstGLShader stuffs in the vs8 project, fix laplacian fragment code to make it compile on ATI, and fix check function about Opengl and Glew version

10 years ago[127/906] Imported GstGLShader from cvs branch. Added a demo laplacian convolution...
Filippo Argiolas [Fri, 18 Jul 2008 08:49:34 +0000 (10:49 +0200)]
[127/906] Imported GstGLShader from cvs branch. Added a demo laplacian convolution filter to demonstrate how this can be integrated with minimum effort.

10 years ago[126/906] Change some guints to GLuints because of warnings on OS/X.
David Schleef [Wed, 16 Jul 2008 22:23:36 +0000 (15:23 -0700)]
[126/906] Change some guints to GLuints because of warnings on OS/X.

10 years ago[125/906] Add libraries as appropriate to fix compilation
David Schleef [Wed, 16 Jul 2008 22:22:36 +0000 (15:22 -0700)]
[125/906] Add libraries as appropriate to fix compilation

10 years ago[124/906] Global replace of CRLF line endings to LF
David Schleef [Tue, 15 Jul 2008 21:36:03 +0000 (14:36 -0700)]
[124/906] Global replace of CRLF line endings to LF

10 years ago[123/906] X Specific: better implementation of the gst_gl_set_window_id
Julien Isorce [Sat, 12 Jul 2008 14:18:47 +0000 (14:18 +0000)]
[123/906] X Specific: better implementation of the gst_gl_set_window_id

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@584 93df14bb-0f41-7a43-8087-d3e2a2f0e464

10 years ago[122/906] better implementation of gst_gl_display_set_window_id for win32. (change...
Julien Isorce [Sat, 12 Jul 2008 13:24:30 +0000 (13:24 +0000)]
[122/906] better implementation of gst_gl_display_set_window_id for win32. (change the window of the current wglcontext instead of reinit everything, and so avoid some problems about opengl objects that could be init in the previous wglcontext and so no usable in the newer wglcontext, it what the case for the first texture) This newer implementation has not been made yet on linux

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@582 93df14bb-0f41-7a43-8087-d3e2a2f0e464

10 years ago[121/906] avoid use of GLSL functions when fragment_shader is not available
Julien Isorce [Sat, 12 Jul 2008 01:13:08 +0000 (01:13 +0000)]
[121/906] avoid use of GLSL functions when fragment_shader is not available

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@581 93df14bb-0f41-7a43-8087-d3e2a2f0e464