- 05 May, 2003 1 commit
-
-
gbazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
- 04 May, 2003 1 commit
-
-
Sam Hocevar authored
linked with svgalib and svgalib using atexit().
-
- 29 Apr, 2003 1 commit
-
-
gbazin authored
* modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards. * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
-
- 20 Apr, 2003 1 commit
-
-
Sam Hocevar authored
resetting.
-
- 30 Mar, 2003 2 commits
-
-
gbazin authored
* modules/*: sanitization of the modules description strings.
-
gbazin authored
* include/configuration.h: added the add_directory() config macro. * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list(). * ALL: changed some add_string() config options to add_file().
-
- 28 Mar, 2003 1 commit
-
-
gbazin authored
* modules/audio_output/waveout.c: compilation fix for --disable-plugins build. * src/video_output/*, include/video.h: added a pf_lock/unlock fonction pointer that's used to lock the memory of a picture in vout_RenderPicture when required by the video output plugin. * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix the crash when pressing ctrl+alt+del.
-
- 17 Mar, 2003 2 commits
-
-
Sam Hocevar authored
./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a terminating NULL pointer in the fake argv values we pass to gtk_init(). * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now have the "gui-helper" capability. * ./modules/misc/gtk_main.c: paved the way for Gtk2.
-
Sam Hocevar authored
defining its fourcc values like us.
-
- 06 Mar, 2003 1 commit
-
-
Jean-Paul Saman authored
-
- 04 Mar, 2003 1 commit
-
-
gbazin authored
* modules/video_output/directx: added support for the mouse gestures interface.
-
- 20 Feb, 2003 1 commit
-
-
sigmunau authored
indicate wether it is an "advanced" option or not. The goal with this is to hide the user from all the strange options that very seldom needs to be changed. added an extra argument to all the add_* macros to indicate wether the item is advanced or not. * src/libvlc.h: added an "show advanced options" config option default disabled * src/libvlc.c: the advanced options are not listed by vlc --help and friends unless --advanced is used * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show advanced options unless advanced is set all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by using some common sense. Please check and correct note: All interfaces should still work like they used to, see the change in modules/gtk/preferences.c to find out how to "hide" options. second note: I think I've changed all the modules, but I could not test everyone for compilation, expect some broken modules (the fix is to add ", VLC_TRUE" as last argument to the add_* I forgot)
-
- 16 Feb, 2003 1 commit
-
-
Jean-Paul Saman authored
Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
-
- 15 Feb, 2003 1 commit
-
-
ipkiss authored
-
- 14 Feb, 2003 1 commit
-
-
Jean-Paul Saman authored
Cleanup of debug messages.
-
- 12 Feb, 2003 2 commits
-
-
Jean-Paul Saman authored
The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
-
Jean-Paul Saman authored
Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
-
- 10 Feb, 2003 2 commits
-
-
Christophe Massiot authored
-
Marc Ariberti authored
=> to make volumeup/down compile
-
- 09 Feb, 2003 1 commit
-
-
sigmunau authored
fullscreen and a nice debug message when you draw a clockwise square. Video output modules needs to be modified for this to work, but it should be minor in modules supporting dvd navigation. btw: it should be easy to add new gestures, ideas appreciated
-
- 02 Feb, 2003 1 commit
-
-
Sam Hocevar authored
-
- 01 Feb, 2003 2 commits
-
-
Sam Hocevar authored
* ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c, ./modules/video_output/x11/xvideo.c: removed the drawable configuration variables which are now deprecated.
-
Boris Dorès authored
-
- 28 Jan, 2003 2 commits
-
-
Sam Hocevar authored
-
gbazin authored
* modules/video_filter/deinterlace/deinterlace.c, modules/video_output/x11/xcommon.c: modified debug messages.
-
- 27 Jan, 2003 1 commit
-
-
ipkiss authored
-
- 26 Jan, 2003 1 commit
-
-
ipkiss authored
"normal" one to set the vout window on top of ther windows * modules/gui/win32: the interface can use these variables (almost closes #84)
-
- 22 Jan, 2003 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 19 Jan, 2003 1 commit
-
-
Jean-Paul Saman authored
New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
-
- 16 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 15 Jan, 2003 2 commits
-
-
Sam Hocevar authored
events once our window has been properly mapped.
-
Sam Hocevar authored
all GUIs, thus making the translators' work easier.
-
- 13 Jan, 2003 1 commit
-
-
Sam Hocevar authored
avoid race conditions and deadlocks.
-
- 09 Jan, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 24 Dec, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 23 Dec, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 18 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution, thanks to Stepan Roh for spotting this.
-
- 11 Dec, 2002 1 commit
-
-
Jean-Paul Saman authored
The following things have still to be fixed: - segmentation fault on destroy - video placing and - orientation - video line spacing is wrong
-