- 26 Apr, 2005 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
-
- 10 Mar, 2005 1 commit
-
-
zorglub authored
- String fixes - Sort some large panels - Change some advanced flags - Fix & move audio-channel-mixer - hide picture vout - Remove saved-volume, replaced by a variable
-
- 08 Mar, 2005 1 commit
-
-
gbazin authored
-
- 19 Dec, 2004 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes problem with unichrome driver).
-
- 16 Dec, 2004 1 commit
-
-
zorglub authored
Sorry for the trouble
-
- 11 Dec, 2004 1 commit
-
-
zorglub authored
-
- 08 Nov, 2004 1 commit
-
-
Sam Hocevar authored
+ Gave X11 a higher priority than SDL, so that the all-in-one interface still works when the XVideo port is taken. If XVideo is not available, SDL isn't of much use though.
-
- 13 Oct, 2004 1 commit
-
-
gbazin authored
-
- 10 Sep, 2004 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.
-
- 29 Aug, 2004 1 commit
-
-
gbazin authored
* video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
-
- 28 Aug, 2004 1 commit
-
-
gbazin authored
-
- 24 Aug, 2004 1 commit
-
-
gbazin authored
-
- 22 Aug, 2004 2 commits
- 21 Aug, 2004 1 commit
-
-
hartman authored
-
- 16 Aug, 2004 1 commit
-
-
gbazin authored
-
- 06 Aug, 2004 1 commit
-
-
Sam Hocevar authored
-
- 25 Jul, 2004 1 commit
-
-
gbazin authored
- fixed exit in embedded mode when fullscreen. - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well). - add options to the opengl plugin.
-
- 23 Jul, 2004 1 commit
-
-
gbazin authored
-
- 22 Jul, 2004 5 commits
-
-
gbazin authored
* modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
-
gbazin authored
-
gbazin authored
-
gbazin authored
* modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module). * modules/visualization/galaktos/*: uses the new "opengl provider" module.
-
gbazin authored
-
- 21 Jul, 2004 1 commit
-
-
Cyril Deguet authored
simple interface to create and use OpenGL windows * modules/video_output/x11/glx.c: the GLX vout now implements the "opengl provider" interface * modules/visualization/galaktos/*: no more dependency on GLX: we use the generic opengl provider interface instead.
-
- 20 Jul, 2004 2 commits
-
-
Cyril Deguet authored
the conversion ??)
-
Cyril Deguet authored
TODO: - factorization with xcommon.c - factorization with glx.c in GaLaktos plugin - remove hard-coded values (If you don't like the rotating cube, hack the code yourself, the variables will come later ! ;)
-
- 16 Jul, 2004 1 commit
-
-
hartman authored
* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag. this allows you to play avi in uncompressed .rar (only first part of course).
-
- 07 Jun, 2004 1 commit
-
-
Laurent Aimar authored
follow the key-pressed scheme (I have removed thoses seeks). Someone to do the work ?
-
- 05 Jun, 2004 1 commit
-
-
gbazin authored
* src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces). * modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
-
- 16 May, 2004 2 commits
-
-
gbazin authored
+ vout_RequestWindow() will now cycle through all the available interfaces until it finds one with embedded vout support. This fixes the issue where embedded vout would stop working when additional interfaces are spawned after the main interface is started. + vout_RequestWindow() now stores the parent interface pointer into the vout object for later use by vout_ControlWindow() and vout_ReleaseWindow(). + added a vout_vaControlDefault() called by the vouts pf_control() when they don't handle something. * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c: + call vout_vaControlDefault(). * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is about to be destroyed.
-
gbazin authored
* modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
-
- 08 May, 2004 1 commit
-
-
gbazin authored
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 26 Apr, 2004 1 commit
-
-
gbazin authored
-
- 24 Apr, 2004 1 commit
-
-
bigben authored
Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
-
- 23 Apr, 2004 2 commits
- 19 Apr, 2004 1 commit
-
-
zorglub authored
-
- 08 Apr, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control() * src/video_output/vout_intf.c: moved the video-on-top variable there.
-