]> git.sesse.net Git - vlc/log
vlc
16 years agoBuild VLC aliases cleanly (don't need to parse argv[0])
Rémi Denis-Courmont [Sun, 9 Dec 2007 21:36:32 +0000 (21:36 +0000)]
Build VLC aliases cleanly (don't need to parse argv[0])

16 years agoSimply X11 Qt4 error detection
Rémi Denis-Courmont [Sun, 9 Dec 2007 20:16:20 +0000 (20:16 +0000)]
Simply X11 Qt4 error detection

16 years agoPrevent gettext bug on glibc 2.5 too
Rémi Denis-Courmont [Sun, 9 Dec 2007 20:02:03 +0000 (20:02 +0000)]
Prevent gettext bug on glibc 2.5 too

16 years agoDo not privatize module_config_t - yet
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:55:16 +0000 (19:55 +0000)]
Do not privatize module_config_t - yet

16 years agofix #1382
Rafaël Carré [Sun, 9 Dec 2007 19:42:02 +0000 (19:42 +0000)]
fix #1382

16 years agoSplit the big config file
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:33:51 +0000 (19:33 +0000)]
Split the big config file

16 years agoFix superfluous double init
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:00:25 +0000 (19:00 +0000)]
Fix superfluous double init

16 years agoNot yet missing #include
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:59:35 +0000 (18:59 +0000)]
Not yet missing #include

16 years agoFix compiler warning
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:56:09 +0000 (18:56 +0000)]
Fix compiler warning

16 years agoReally fix charset for http-lua pages (--[[ ]] are block comments in lua so anything...
Antoine Cellerier [Sun, 9 Dec 2007 18:32:02 +0000 (18:32 +0000)]
Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)

16 years agoFix charset
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:16:15 +0000 (18:16 +0000)]
Fix charset

16 years agoUse (s)size_t for pf_read and pf_write.
Rémi Denis-Courmont [Sun, 9 Dec 2007 17:39:28 +0000 (17:39 +0000)]
Use (s)size_t for pf_read and pf_write.
This is very likely to break .*64 platforms.

16 years agoAdd option to reset controls to their default value at runtime. Add "controls-update...
Antoine Cellerier [Sun, 9 Dec 2007 15:23:06 +0000 (15:23 +0000)]
Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names.

16 years agoUpdate snapshot method.
Philippe Morin [Sun, 9 Dec 2007 14:33:18 +0000 (14:33 +0000)]
Update snapshot method.

16 years agoUpdate snapshot method.
Philippe Morin [Sun, 9 Dec 2007 14:30:57 +0000 (14:30 +0000)]
Update snapshot method.

16 years ago* modules/demux/playlist/m3u.c: typo you -> your
Dennis van Amerongen [Sun, 9 Dec 2007 00:57:55 +0000 (00:57 +0000)]
* modules/demux/playlist/m3u.c: typo you -> your

16 years agoAutomatically refresh the v4l2 extended panel on focus.
Antoine Cellerier [Sat, 8 Dec 2007 23:00:51 +0000 (23:00 +0000)]
Automatically refresh the v4l2 extended panel on focus.

16 years agoFixes to the v4l2 extended panel (works fine for multiple refreshes).
Antoine Cellerier [Sat, 8 Dec 2007 22:19:30 +0000 (22:19 +0000)]
Fixes to the v4l2 extended panel (works fine for multiple refreshes).

16 years agoQt4 - Remove useless things from uic output.
Jean-Baptiste Kempf [Sat, 8 Dec 2007 20:17:24 +0000 (20:17 +0000)]
Qt4 - Remove useless things from uic output.

16 years agoAdd v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could...
Antoine Cellerier [Sat, 8 Dec 2007 19:38:49 +0000 (19:38 +0000)]
Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime).

16 years agoOoops, this wasn't supposed to be here anymore.
Antoine Cellerier [Sat, 8 Dec 2007 17:28:57 +0000 (17:28 +0000)]
Ooops, this wasn't supposed to be here anymore.

16 years agoRework the v4l2 control handling. Variables corresponding to controls don't have...
Antoine Cellerier [Sat, 8 Dec 2007 17:26:20 +0000 (17:26 +0000)]
Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel.

16 years agoAdd VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE...
Antoine Cellerier [Sat, 8 Dec 2007 16:53:56 +0000 (16:53 +0000)]
Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )

16 years agoQt4 - small cosmetic change.
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:23:13 +0000 (04:23 +0000)]
Qt4 - small cosmetic change.

16 years agoQt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there...
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:21:02 +0000 (04:21 +0000)]
Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D

16 years agoQt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:19:45 +0000 (04:19 +0000)]
Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *

16 years ago* modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.
Gildas Bazin [Sat, 8 Dec 2007 01:23:36 +0000 (01:23 +0000)]
* modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.

16 years ago* src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatso...
Gildas Bazin [Sat, 8 Dec 2007 00:58:18 +0000 (00:58 +0000)]
*  src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.

16 years agoLittle cleanup.
Jean-Paul Saman [Sat, 8 Dec 2007 00:08:34 +0000 (00:08 +0000)]
Little cleanup.

16 years agoRemove dead code (and commented out fprintf's).
Jean-Paul Saman [Sat, 8 Dec 2007 00:08:00 +0000 (00:08 +0000)]
Remove dead code (and commented out fprintf's).

16 years agoCheck malloc return value and cleanup.
Jean-Paul Saman [Sat, 8 Dec 2007 00:06:01 +0000 (00:06 +0000)]
Check malloc return value and cleanup.

16 years agoGuard headerfiles in modules/access/mms/*.h against multiple inclusions.
Jean-Paul Saman [Sat, 8 Dec 2007 00:04:26 +0000 (00:04 +0000)]
Guard headerfiles in modules/access/mms/*.h against multiple inclusions.

16 years agoRemove excess whiteline
Jean-Paul Saman [Sat, 8 Dec 2007 00:02:46 +0000 (00:02 +0000)]
Remove excess whiteline

16 years agoChange the v4l2-chroma long help string.
Antoine Cellerier [Fri, 7 Dec 2007 21:33:16 +0000 (21:33 +0000)]
Change the v4l2-chroma long help string.

16 years agoAdd MJPEG support to the v4l2 access (and simplify the buffer size handling code...
Antoine Cellerier [Fri, 7 Dec 2007 21:27:03 +0000 (21:27 +0000)]
Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features.

16 years agoQt4 - remove PlaylistWidget from interface_widget and move it to its own file in...
Jean-Baptiste Kempf [Fri, 7 Dec 2007 02:59:19 +0000 (02:59 +0000)]
Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/

16 years agoCleanup.
Jean-Paul Saman [Thu, 6 Dec 2007 19:08:04 +0000 (19:08 +0000)]
Cleanup.

16 years agoNo need to sleep 25 ms, a bit longer will do fine too.
Jean-Paul Saman [Thu, 6 Dec 2007 17:56:28 +0000 (17:56 +0000)]
No need to sleep 25 ms, a bit longer will do fine too.

16 years agoCodingStyle fixes, use ; when using macros and do not write it in the macro definition.
Jean-Paul Saman [Thu, 6 Dec 2007 16:26:46 +0000 (16:26 +0000)]
CodingStyle fixes, use ; when using macros and do not write it in the macro definition.

16 years agoDon't call input_ChangeState() constantly while being in error state, because it...
Jean-Paul Saman [Thu, 6 Dec 2007 15:33:45 +0000 (15:33 +0000)]
Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.

16 years agoAdd Remi Duraffort to THANKS file.
Jean-Paul Saman [Thu, 6 Dec 2007 14:35:40 +0000 (14:35 +0000)]
Add Remi Duraffort to THANKS file.

16 years agoPatch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
Jean-Paul Saman [Thu, 6 Dec 2007 14:18:02 +0000 (14:18 +0000)]
Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().

16 years agoOnly test the terminal if --fb-tty is used.
Jean-Paul Saman [Thu, 6 Dec 2007 11:40:22 +0000 (11:40 +0000)]
Only test the terminal if --fb-tty is used.

16 years agoQt4 - Coding style fixes by Rémi Duraffort.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:15:37 +0000 (08:15 +0000)]
Qt4 - Coding style fixes by Rémi Duraffort.

16 years agoQt4 - MediaInformation, simplification of the states machine, removal of over-complic...
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:04:21 +0000 (08:04 +0000)]
Qt4 - MediaInformation, simplification of the states machine, removal of over-complicated methods. Cleaning and other small fixes.
Please report regressions on that part.

16 years agoQt4 - Change the default extended panel size.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:02:43 +0000 (08:02 +0000)]
Qt4 - Change the default extended panel size.

16 years agoQt4 - Use enum instead of defines.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:01:41 +0000 (08:01 +0000)]
Qt4 - Use enum instead of defines.

16 years agoQt4 Menu macro removal.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:01:09 +0000 (08:01 +0000)]
Qt4 Menu macro removal.

16 years agofix #1382
Rafaël Carré [Thu, 6 Dec 2007 01:20:26 +0000 (01:20 +0000)]
fix #1382

16 years agov4l2: Workaround misbehaving devices (2 DVB cards in my case)
Richard Hosking [Wed, 5 Dec 2007 22:51:29 +0000 (22:51 +0000)]
v4l2: Workaround misbehaving devices (2 DVB cards in my case)

16 years ago* fix ffmpeg compilation by reverting their revision 11100
Felix Paul Kühne [Wed, 5 Dec 2007 19:47:10 +0000 (19:47 +0000)]
* fix ffmpeg compilation by reverting their revision 11100

16 years ago* first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..
Felix Paul Kühne [Wed, 5 Dec 2007 19:24:54 +0000 (19:24 +0000)]
* first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..

16 years ago*coughcough*
Felix Paul Kühne [Wed, 5 Dec 2007 18:24:21 +0000 (18:24 +0000)]
*coughcough*

16 years agoFile names have been modified
Christophe Mutricy [Wed, 5 Dec 2007 17:31:32 +0000 (17:31 +0000)]
File names have been modified

16 years ago* limit x264 to rev 701 for now and apply our patch taken from branch (r23341 and...
Felix Paul Kühne [Wed, 5 Dec 2007 17:26:52 +0000 (17:26 +0000)]
* limit x264 to rev 701 for now and apply our patch taken from branch (r23341 and r23322). additionally, checkout stuff from svn instead of exporting. This makes it easier to track useful revisions for releases

16 years ago* a part of our patch was submitted upstream
Felix Paul Kühne [Wed, 5 Dec 2007 17:18:56 +0000 (17:18 +0000)]
* a part of our patch was submitted upstream

16 years agoQt4 - When adding a file to the playlist by clicking on "Read" in the OpenFile dialog...
Jean-Baptiste Kempf [Wed, 5 Dec 2007 17:08:45 +0000 (17:08 +0000)]
Qt4 - When adding a file to the playlist by clicking on "Read" in the OpenFile dialog, the first time it's ok but the next click you add 2 times and then more times the same file.
Patch from Rémi Duraffort.

16 years agoQt4 - Typos/Code conventions/spaces/Cleaning.
Jean-Baptiste Kempf [Wed, 5 Dec 2007 17:07:05 +0000 (17:07 +0000)]
Qt4 - Typos/Code conventions/spaces/Cleaning.
Patch by Rémi Duraffort.

16 years agoQt4 - Space removal
Jean-Baptiste Kempf [Wed, 5 Dec 2007 17:05:23 +0000 (17:05 +0000)]
Qt4 - Space removal
Commit from MIT.

16 years ago* typo in previous commit
Felix Paul Kühne [Wed, 5 Dec 2007 16:27:12 +0000 (16:27 +0000)]
* typo in previous commit

16 years ago* display the GPL in a separate window linked in the About window and the Help menu...
Felix Paul Kühne [Wed, 5 Dec 2007 16:25:41 +0000 (16:25 +0000)]
* display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming).

16 years agotypo
Rafaël Carré [Wed, 5 Dec 2007 13:54:29 +0000 (13:54 +0000)]
typo

16 years agoQt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done...
Jean-Baptiste Kempf [Wed, 5 Dec 2007 04:19:26 +0000 (04:19 +0000)]
Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size.
Commit from Boston

16 years ago* store the embedded vout's screen position on quit. Thanks to tomeo on IRC for the...
Felix Paul Kühne [Tue, 4 Dec 2007 22:24:18 +0000 (22:24 +0000)]
* store the embedded vout's screen position on quit. Thanks to tomeo on IRC for the hint

16 years agoFixes #1388
Antoine Cellerier [Tue, 4 Dec 2007 21:37:50 +0000 (21:37 +0000)]
Fixes #1388

16 years agofix activex compilation
Rafaël Carré [Tue, 4 Dec 2007 20:43:31 +0000 (20:43 +0000)]
fix activex compilation

16 years agolibvlc_video_take_snapshot(): specify snapshot's height and width
Rafaël Carré [Tue, 4 Dec 2007 20:01:07 +0000 (20:01 +0000)]
libvlc_video_take_snapshot(): specify snapshot's height and width

16 years agotypo
Rafaël Carré [Tue, 4 Dec 2007 18:36:13 +0000 (18:36 +0000)]
typo

16 years agoRemove obsolete comment.
Jean-Paul Saman [Tue, 4 Dec 2007 18:26:30 +0000 (18:26 +0000)]
Remove obsolete comment.

16 years agovout_Snapshot(): hability to specify width & height when the snapshot isn't taken...
Rafaël Carré [Tue, 4 Dec 2007 15:49:28 +0000 (15:49 +0000)]
vout_Snapshot(): hability to specify width & height when the snapshot isn't taken by an object.
Value of 0 for width OR height means that we want to keep the original aspect ratio.

16 years agoQt4 - renaming functions cosmetic and KDE/GNome/Windows button fight.
Jean-Baptiste Kempf [Tue, 4 Dec 2007 04:10:32 +0000 (04:10 +0000)]
Qt4 - renaming functions cosmetic and KDE/GNome/Windows button fight.

16 years agoRevert [23438] because --enable-fast-install does the same.
Jean-Paul Saman [Mon, 3 Dec 2007 22:39:55 +0000 (22:39 +0000)]
Revert [23438] because --enable-fast-install does the same.

16 years agocontrol/core.c: Use C99's __func__ unstead of gcc's __FUNCTION__ as dionoea requested...
Pierre d'Herbemont [Mon, 3 Dec 2007 21:34:03 +0000 (21:34 +0000)]
control/core.c: Use C99's __func__ unstead of gcc's __FUNCTION__ as dionoea requested in libvlc_exception_not_handled(). Make that function static.

16 years agoAdd image and image2pipe muxers to netbox FFMPEGCONF settings.
Jean-Paul Saman [Mon, 3 Dec 2007 16:17:13 +0000 (16:17 +0000)]
Add image and image2pipe muxers to netbox FFMPEGCONF settings.

16 years agoQt4 - File renaming for consistency.
Jean-Baptiste Kempf [Mon, 3 Dec 2007 14:34:10 +0000 (14:34 +0000)]
Qt4 - File renaming for consistency.

16 years agoQt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of statu...
Jean-Baptiste Kempf [Mon, 3 Dec 2007 14:21:35 +0000 (14:21 +0000)]
Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before.
Commit from NYC/NY/Columbia University ;)

16 years agoCopy [23439] for dummy video output
Rafaël Carré [Mon, 3 Dec 2007 14:19:13 +0000 (14:19 +0000)]
Copy [23439] for dummy video output

16 years agoAdd encoders for bmp, jpeg and png to netbox.
Jean-Paul Saman [Mon, 3 Dec 2007 14:12:09 +0000 (14:12 +0000)]
Add encoders for bmp, jpeg and png to netbox.

16 years agoFix snapshot functionality in video_output/fb.c
Jean-Paul Saman [Mon, 3 Dec 2007 14:04:41 +0000 (14:04 +0000)]
Fix snapshot functionality in video_output/fb.c

16 years agoInstall .libs/vlc instead of libtool script vlc.
Jean-Paul Saman [Mon, 3 Dec 2007 10:05:39 +0000 (10:05 +0000)]
Install .libs/vlc instead of libtool script vlc.

16 years agoMove distribution specific settings to Distributions/netbox3.mak.
Jean-Paul Saman [Mon, 3 Dec 2007 10:05:37 +0000 (10:05 +0000)]
Move distribution specific settings to Distributions/netbox3.mak.

16 years agoRedine menu hotkeys because they collided with other keys.
Jean-Paul Saman [Mon, 3 Dec 2007 09:48:07 +0000 (09:48 +0000)]
Redine menu hotkeys because they collided with other keys.

16 years agocontrol/media_list_view.c: Properly forward item added event to subclasses, and ...
Pierre d'Herbemont [Sun, 2 Dec 2007 21:57:39 +0000 (21:57 +0000)]
control/media_list_view.c: Properly forward item added event to subclasses, and  properly unregister events.

16 years agocontrol/core.c: Print an error on not handled libvlc exception. We'd better encourage...
Pierre d'Herbemont [Sun, 2 Dec 2007 18:52:50 +0000 (18:52 +0000)]
control/core.c: Print an error on not handled libvlc exception. We'd better encourage third parties to take care of error sooner than later.

16 years agov4l2: Progress with Alsa. Sounds much better :-)
Richard Hosking [Sun, 2 Dec 2007 18:49:18 +0000 (18:49 +0000)]
v4l2: Progress with Alsa.  Sounds much better :-)

16 years agoMacOSX/Framework/VLCEventManager.m: Remove unuseful ;.
Pierre d'Herbemont [Sun, 2 Dec 2007 18:35:39 +0000 (18:35 +0000)]
MacOSX/Framework/VLCEventManager.m: Remove unuseful ;.

16 years agocontrol/event.c: Print the event string description on error, instead of its numerica...
Pierre d'Herbemont [Sun, 2 Dec 2007 18:20:54 +0000 (18:20 +0000)]
control/event.c: Print the event string description on error, instead of its numerical type.

16 years agov4l2: Fixed Gamma.
Richard Hosking [Sun, 2 Dec 2007 16:17:06 +0000 (16:17 +0000)]
v4l2: Fixed Gamma.

16 years agoFix menu control value display code.
Antoine Cellerier [Sun, 2 Dec 2007 14:41:23 +0000 (14:41 +0000)]
Fix menu control value display code.
Display current control value in VideoControlList.
Add option to reset all video controls to their default value on startup.

16 years agoAdd "videocontrol" command variable to issue controls other than those which we expli...
Antoine Cellerier [Sun, 2 Dec 2007 14:14:50 +0000 (14:14 +0000)]
Add "videocontrol" command variable to issue controls other than those which we explicitly support. For example, "@v4l2 videocontrol 8000002 30" changes the sharpness to something horrible on my webcam.

16 years agoAdd v4l2-gamma control. Also print control details for private controls.
Antoine Cellerier [Sun, 2 Dec 2007 14:04:32 +0000 (14:04 +0000)]
Add v4l2-gamma control. Also print control details for private controls.

16 years agov4l2: Fixed dynamic video metric updates. Better handling of defaults.
Richard Hosking [Sun, 2 Dec 2007 12:53:35 +0000 (12:53 +0000)]
v4l2: Fixed dynamic video metric updates.  Better handling of defaults.

16 years agov4l2: Fixed VideoControlList.
Richard Hosking [Sun, 2 Dec 2007 00:13:45 +0000 (00:13 +0000)]
v4l2: Fixed VideoControlList.

16 years agovlc_b64_decode_binary_to_buffer(): i_dst is the size of the destination buffer, not...
Rafaël Carré [Sat, 1 Dec 2007 23:41:47 +0000 (23:41 +0000)]
vlc_b64_decode_binary_to_buffer(): i_dst is the size of the destination buffer, not the source buffer

16 years agoDon't fail launching the video device if a video control failed. Update the hue/satur...
Antoine Cellerier [Sat, 1 Dec 2007 23:41:40 +0000 (23:41 +0000)]
Don't fail launching the video device if a video control failed. Update the hue/saturation/brightness/contrast values in the callback before issue the video control. (I haven't been able to test yet due to lack of hardware)

16 years agoFactorise the Video Control code. List all available controls in debug messages....
Antoine Cellerier [Sat, 1 Dec 2007 17:00:20 +0000 (17:00 +0000)]
Factorise the Video Control code. List all available controls in debug messages. Add a callback to update those we already support on the flag (doesn't work properly yet, it might need a restart or something and people on #v4l aren't really helpfull).

16 years agoDon't compile any of the alsa audio input code if HAVE_ALSA isn't defined. This mainl...
Antoine Cellerier [Sat, 1 Dec 2007 15:38:05 +0000 (15:38 +0000)]
Don't compile any of the alsa audio input code if HAVE_ALSA isn't defined. This mainly removes the --v4l2-alsa option if alsa devlopement headers aren't available.

16 years agooops
Rafaël Carré [Sat, 1 Dec 2007 09:19:00 +0000 (09:19 +0000)]
oops

16 years agotriangle for the volume... A bit less ugly.
Jean-Baptiste Kempf [Sat, 1 Dec 2007 04:43:37 +0000 (04:43 +0000)]
triangle for the volume... A bit less ugly.

16 years agoTry to avoid leak
Christophe Mutricy [Fri, 30 Nov 2007 17:47:58 +0000 (17:47 +0000)]
Try to avoid leak