platform/upstream/gstreamer.git
10 years ago[292/906] Add 'extern' for data symbols in headers
David Schleef [Sat, 10 Jan 2009 01:46:01 +0000 (17:46 -0800)]
[292/906] Add 'extern' for data symbols in headers

10 years ago[291/906] Add check for GLEW_EXT_framebuffer_object
David Schleef [Sat, 10 Jan 2009 01:20:25 +0000 (17:20 -0800)]
[291/906] Add check for GLEW_EXT_framebuffer_object

10 years ago[290/906] Set GL_LIBS correctly in configure.ac
David Schleef [Fri, 9 Jan 2009 03:18:47 +0000 (19:18 -0800)]
[290/906] Set GL_LIBS correctly in configure.ac

This doesn't detect the existence of libraries, which needs to
be fixed.

10 years ago[289/906] build fixes for Windows libraries
David Schleef [Thu, 8 Jan 2009 03:11:01 +0000 (19:11 -0800)]
[289/906] build fixes for Windows libraries

10 years ago[288/906] add more debug ouputs about GLSL and mesa
Julien Isorce [Sun, 14 Dec 2008 11:06:06 +0000 (12:06 +0100)]
[288/906] add more debug ouputs about GLSL and mesa

10 years ago[287/906] fix a regression about glXChooseVisual which failed when using mesa, so...
julien [Sun, 14 Dec 2008 00:36:32 +0000 (19:36 -0500)]
[287/906] fix a regression about glXChooseVisual which failed when using mesa, so attributes must be less restrictives.

10 years ago[286/906] [win32] Register window class in gst_gl_window_class_init
Julien Isorce [Fri, 12 Dec 2008 23:50:16 +0000 (00:50 +0100)]
[286/906] [win32] Register window class in gst_gl_window_class_init

10 years ago[285/906] fix gl framerate in gst caps. Consider position in xoverlay. Fix inversion...
Julien Isorce [Sun, 7 Dec 2008 02:25:59 +0000 (03:25 +0100)]
[285/906] fix gl framerate in gst caps. Consider position in xoverlay. Fix inversion bettween COLS and ROWS, and move windows.

10 years ago[284/906] workaround about the ATI shader compiler on linux (setlocale)
Julien Isorce [Sat, 29 Nov 2008 21:16:44 +0000 (22:16 +0100)]
[284/906] workaround about the ATI shader compiler on linux (setlocale)

10 years ago[283/906] better result in cube and doublecube example. And some clean up debug and...
Julien Isorce [Tue, 25 Nov 2008 00:01:01 +0000 (01:01 +0100)]
[283/906] better result in cube and doublecube example. And some clean up debug and comments

10 years ago[282/906] update CMake build
Julien Isorce [Sun, 23 Nov 2008 15:14:26 +0000 (16:14 +0100)]
[282/906] update CMake build

10 years ago[281/906] Make cube example work on x11. Finish TODO task 9.
Julien Isorce [Sun, 23 Nov 2008 15:04:27 +0000 (16:04 +0100)]
[281/906] Make cube example work on x11. Finish TODO task 9.

10 years ago[280/906] Remove set_visible, because it's now automatically done when the first...
Julien Isorce [Sat, 22 Nov 2008 15:43:24 +0000 (16:43 +0100)]
[280/906] Remove set_visible, because it's now automatically done when the first post redisplay comes.

10 years ago[279/906] finish set_xwindow_id (gst_gl_window_set_external_win_id): child is resized...
Julien Isorce [Fri, 21 Nov 2008 23:51:30 +0000 (00:51 +0100)]
[279/906] finish set_xwindow_id (gst_gl_window_set_external_win_id): child is resized at the same time as the parent is.

10 years ago[278/906] Implement set_xwindow_id (gst_gl_window_set_external_window_id).
Julien Isorce [Fri, 21 Nov 2008 19:51:48 +0000 (20:51 +0100)]
[278/906] Implement set_xwindow_id (gst_gl_window_set_external_window_id).

10 years ago[277/906] open x client connection for sender only at start up
Julien Isorce [Fri, 21 Nov 2008 18:37:21 +0000 (19:37 +0100)]
[277/906] open x client connection for sender only at start up

10 years ago[276/906] better deal with last pending custom cb and destroy_context_cb
Julien Isorce [Fri, 21 Nov 2008 18:11:11 +0000 (19:11 +0100)]
[276/906] better deal with last pending custom cb and destroy_context_cb

10 years ago[275/906] Make sure the gl ressoures are destroyed before to destroy gl window
Julien Isorce [Fri, 21 Nov 2008 00:31:19 +0000 (01:31 +0100)]
[275/906] Make sure the gl ressoures are destroyed before to destroy gl window

10 years ago[274/906] add some other debug outputs and checks
Julien Isorce [Thu, 20 Nov 2008 00:24:10 +0000 (01:24 +0100)]
[274/906] add some other debug outputs and checks

10 years ago[273/906] add some debug outputs about Visual and XVisualInfo
Julien Isorce [Tue, 18 Nov 2008 23:07:22 +0000 (00:07 +0100)]
[273/906] add some debug outputs about Visual and XVisualInfo

10 years ago[272/906] add a visible member to deal better with the first expose events
Julien Isorce [Mon, 17 Nov 2008 00:04:32 +0000 (01:04 +0100)]
[272/906] add a visible member to deal better with the first expose events

10 years ago[271/906] revert last commit because the crash comes from libselinux
Julien Isorce [Sun, 16 Nov 2008 15:57:00 +0000 (16:57 +0100)]
[271/906] revert last commit because the crash comes from libselinux

10 years ago[270/906] fix use of different Display structures which point on the same display...
Julien Isorce [Sat, 15 Nov 2008 22:32:04 +0000 (23:32 +0100)]
[270/906] fix use of different Display structures which point on the same display name

10 years ago[269/906] Better deal with XNextEvent and XSendEvent
Julien Isorce [Sat, 15 Nov 2008 17:51:44 +0000 (18:51 +0100)]
[269/906] Better deal with XNextEvent and XSendEvent

10 years ago[268/906] Better deal with Atoms
Julien Isorce [Sat, 15 Nov 2008 01:24:07 +0000 (02:24 +0100)]
[268/906] Better deal with Atoms

10 years ago[267/906] Get ride of calling sleep in gl thread X loop
Julien Isorce [Fri, 14 Nov 2008 00:00:33 +0000 (01:00 +0100)]
[267/906] Get ride of calling sleep in gl thread X loop

10 years ago[266/906] secure close when clicking on the cross
Julien Isorce [Thu, 13 Nov 2008 01:05:33 +0000 (02:05 +0100)]
[266/906] secure close when clicking on the cross

10 years ago[265/906] CRLF -> LF
Julien Isorce [Thu, 13 Nov 2008 00:29:10 +0000 (01:29 +0100)]
[265/906] CRLF -> LF

10 years ago[264/906] Rewrite gstglwindow_x11.c because X API is not thread safe.
Julien Isorce [Thu, 13 Nov 2008 00:23:51 +0000 (01:23 +0100)]
[264/906] Rewrite gstglwindow_x11.c because X API is not thread safe.

10 years ago[263/906] discard x custom messages which are of date
Julien Isorce [Tue, 11 Nov 2008 02:19:51 +0000 (03:19 +0100)]
[263/906] discard x custom messages which are of date

10 years ago[262/906] Works on linux but still some bugs. Fix autotools build.
Julien Isorce [Sun, 9 Nov 2008 22:23:30 +0000 (23:23 +0100)]
[262/906] Works on linux but still some bugs. Fix autotools  build.

10 years ago[261/906] implement quit x message loop
Julien Isorce [Sun, 9 Nov 2008 21:14:29 +0000 (22:14 +0100)]
[261/906] implement quit x message loop

10 years ago[260/906] try to make XSendEvent blocker (as win32 SendMessage is)
Julien Isorce [Sun, 9 Nov 2008 01:44:25 +0000 (02:44 +0100)]
[260/906] try to make XSendEvent blocker (as win32 SendMessage is)

10 years ago[259/906] continue x implementation (but still not tested)
Julien Isorce [Thu, 6 Nov 2008 22:41:11 +0000 (23:41 +0100)]
[259/906] continue x implementation (but still not tested)

10 years ago[258/906] setup x message loop
Julien Isorce [Thu, 6 Nov 2008 00:28:26 +0000 (01:28 +0100)]
[258/906] setup x message loop

10 years ago[257/906] begin gstglwindow_x11.c implementation
Julien Isorce [Wed, 5 Nov 2008 01:06:33 +0000 (02:06 +0100)]
[257/906] begin gstglwindow_x11.c implementation

10 years ago[256/906] fix CMake an CodeBlocks builds
Julien Isorce [Wed, 29 Oct 2008 22:53:22 +0000 (23:53 +0100)]
[256/906] fix CMake an CodeBlocks builds

10 years ago[255/906] fix window closure when using gst xoverlay interface
Julien Isorce [Tue, 28 Oct 2008 20:44:09 +0000 (21:44 +0100)]
[255/906] fix window closure when using gst xoverlay interface

10 years ago[254/906] Better handle when the parent window is resizing, and cleanup some code
Julien Isorce [Tue, 28 Oct 2008 00:38:45 +0000 (01:38 +0100)]
[254/906] Better handle when the parent window is resizing, and cleanup some code

10 years ago[253/906] win32: re-implement supports for gst xoverlay interface, on this branch
Julien Isorce [Mon, 27 Oct 2008 23:22:27 +0000 (00:22 +0100)]
[253/906] win32: re-implement supports for gst xoverlay interface, on this branch

10 years ago[252/906] avoid a dead lock on window closure
Julien Isorce [Sat, 25 Oct 2008 14:18:23 +0000 (16:18 +0200)]
[252/906] avoid a dead lock on window closure

10 years ago[251/906] Properly clean OpenGL contexts
Julien Isorce [Sat, 25 Oct 2008 00:03:16 +0000 (02:03 +0200)]
[251/906] Properly clean OpenGL contexts

10 years ago[250/906] win32: basic stuffs are working now on this branch with this new deep desig...
Julien Isorce [Thu, 23 Oct 2008 23:39:00 +0000 (01:39 +0200)]
[250/906] win32: basic stuffs are working now on this branch with this new deep design (gstglwindow)

10 years ago[249/906] begin GstGLWindow in order to totally remove gstfreeglut
Julien Isorce [Wed, 22 Oct 2008 23:40:52 +0000 (01:40 +0200)]
[249/906] begin GstGLWindow in order to totally remove gstfreeglut

10 years ago[248/906] fix msvc warnings and update CMake build, win32 CodeBlocks build and vs8...
Julien Isorce [Thu, 16 Oct 2008 21:47:01 +0000 (23:47 +0200)]
[248/906] fix msvc warnings and update CMake build, win32 CodeBlocks build and vs8 build

10 years ago[247/906] Import xray effect
Filippo Argiolas [Wed, 15 Oct 2008 14:18:22 +0000 (16:18 +0200)]
[247/906] Import xray effect

Add xray effect. Maps luma to a negative, slightly cyan tinted, curve,
applies some light gaussian blur and multiplies it with its sobel edges. Not
sure about the name, likely to change. Probably still needs some tuning.

10 years ago[246/906] Add multiply fragment shader
Filippo Argiolas [Wed, 15 Oct 2008 14:14:52 +0000 (16:14 +0200)]
[246/906] Add multiply fragment shader

Add a fragment shader to blend two textures with multiply blend mode

10 years ago[245/906] Add invert property to sobel filter
Filippo Argiolas [Wed, 15 Oct 2008 13:49:12 +0000 (15:49 +0200)]
[245/906] Add invert property to sobel filter

Add an invert property to sobel_fragment_source and Sobel filter. Useful
to have dark edges with white background.

10 years ago[244/906] Make luma_to_curve non-static
Filippo Argiolas [Wed, 15 Oct 2008 10:50:07 +0000 (12:50 +0200)]
[244/906] Make luma_to_curve non-static

Make luma_to_curve public so that it can be used as a step for more
complex effects.

10 years ago[243/906] Support for missing videoformats in glupload
Filippo Argiolas [Wed, 15 Oct 2008 10:42:29 +0000 (12:42 +0200)]
[243/906] Support for missing videoformats in glupload

Add support for missing alpha channeled videoformats (RGBA, BGRA,
ARGB, ABGR) in gst_gl_display_do_upload_fill.

10 years ago[242/906] Fix crash in filters when going to NULL with no display
Julien Isorce [Mon, 13 Oct 2008 21:14:27 +0000 (23:14 +0200)]
[242/906] Fix crash in filters when going to NULL with no display

10 years ago[241/906] fix CMake build
Julien Isorce [Sat, 11 Oct 2008 09:45:54 +0000 (11:45 +0200)]
[241/906] fix CMake build

10 years ago[240/906] Build gtk-docs for plugins.
Stefan Kost [Sat, 4 Oct 2008 19:34:07 +0000 (22:34 +0300)]
[240/906] Build gtk-docs for plugins.

Add include to otherwise empty .types file to fix the scanner build.
Edit Makefile.am, .sections, -docs.sgml to scan all plugins and include
them in the master file. Fix xml errors in two sources (missing closing
tag).

10 years ago[239/906] start to write the gtk doc
Julien Isorce [Mon, 29 Sep 2008 21:45:10 +0000 (23:45 +0200)]
[239/906] start to write the gtk doc

10 years ago[238/906] fix glfilterglass (reason: videotestsrc rgb is by default bpp=32, depth...
Julien Isorce [Thu, 25 Sep 2008 20:25:29 +0000 (22:25 +0200)]
[238/906] fix glfilterglass (reason: videotestsrc rgb is by default bpp=32, depth=24, so alpha channel is 0)

10 years ago[237/906] update cmake build and the 2 frozen win32 builds (CodeBlocks, vs8)
Julien Isorce [Wed, 24 Sep 2008 17:32:48 +0000 (19:32 +0200)]
[237/906] update cmake build and the 2 frozen win32 builds (CodeBlocks, vs8)

10 years ago[236/906] import sobel edge detector from cvs branch
Filippo Argiolas [Tue, 23 Sep 2008 08:37:58 +0000 (10:37 +0200)]
[236/906] import sobel edge detector from cvs branch

10 years ago[235/906] can use several G_LOG_DOMAINs and GST_CATegories, with msvc8
Julien Isorce [Wed, 24 Sep 2008 00:07:41 +0000 (02:07 +0200)]
[235/906] can use several G_LOG_DOMAINs and GST_CATegories, with msvc8

10 years ago[234/906] use right blending function with pixbuf overlay
Filippo Argiolas [Mon, 22 Sep 2008 07:47:16 +0000 (09:47 +0200)]
[234/906] use right blending function with pixbuf overlay

10 years ago[233/906] no need to explicit set the debug category if default one is used
Filippo Argiolas [Sun, 21 Sep 2008 08:58:13 +0000 (10:58 +0200)]
[233/906] no need to explicit set the debug category if default one is used

10 years ago[232/906] use texture1 for curve textures
Filippo Argiolas [Sun, 21 Sep 2008 08:04:49 +0000 (10:04 +0200)]
[232/906] use texture1 for curve textures

10 years ago[231/906] Add a glfilterglass inspired from http://www.mdk.org.pl/2007/11/17/gl-color...
Julien Isorce [Sun, 21 Sep 2008 17:26:37 +0000 (19:26 +0200)]
[231/906] Add a glfilterglass inspired from mdk.org.pl/2007/11/17/gl-colorspace-conversions

10 years ago[230/906] explicit check g_getenv return value to be not NULL
Filippo Argiolas [Sun, 21 Sep 2008 14:40:38 +0000 (16:40 +0200)]
[230/906] explicit check g_getenv return value to be not NULL

10 years ago[229/906] update authors from the CVS repository
Julien Isorce [Sat, 20 Sep 2008 13:44:24 +0000 (15:44 +0200)]
[229/906] update authors from the CVS repository

10 years ago[228/906] output shaders info log only if GST_GL_SHADER_DEBUG env variable is set...
Filippo Argiolas [Sat, 20 Sep 2008 12:12:49 +0000 (14:12 +0200)]
[228/906] output shaders info log only if GST_GL_SHADER_DEBUG env variable is set. Should fix TODO task 18

10 years ago[227/906] explicitly bind the main texture and the curve one to separate units in...
Filippo Argiolas [Fri, 19 Sep 2008 10:47:06 +0000 (12:47 +0200)]
[227/906] explicitly bind the main texture and the curve one to separate units in rgb and luma to curve effects. This should solve the issue pointed in TODO item 21.

10 years ago[226/906] check on win32 that every tests/pipelines and tests/examples (generic,...
Julien Isorce [Thu, 18 Sep 2008 20:50:05 +0000 (22:50 +0200)]
[226/906] check on win32 that every tests/pipelines and tests/examples (generic, gtk, qt) still work

10 years ago[225/906] fix a regression that made the gltestsrc element not working
Julien Isorce [Thu, 18 Sep 2008 19:13:37 +0000 (21:13 +0200)]
[225/906] fix a regression that made the gltestsrc element not working

10 years ago[224/906] fix a regression about MESA YCbCr colorspace conversion
Julien Isorce [Tue, 16 Sep 2008 00:10:31 +0000 (02:10 +0200)]
[224/906] fix a regression about MESA YCbCr colorspace conversion

10 years ago[223/906] fix a regression (sometimes a FBO is needed even if the video source is...
Julien Isorce [Sun, 14 Sep 2008 21:22:58 +0000 (23:22 +0200)]
[223/906] fix a regression (sometimes a FBO is needed even if the video source is rgb)

10 years ago[222/906] Finish TODO task 17
Julien Isorce [Sun, 14 Sep 2008 17:56:50 +0000 (19:56 +0200)]
[222/906] Finish TODO task 17

10 years ago[221/906] fix g_int_hash -> g_direct_hash
Julien [Sat, 13 Sep 2008 17:47:44 +0000 (19:47 +0200)]
[221/906] fix g_int_hash -> g_direct_hash

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