- 20 May, 2004 6 commits
-
-
Olivier Teulière authored
-
Gildas Bazin authored
* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
-
Yoann Peronneau authored
* added an open button
-
Eric Petit authored
-
Eric Petit authored
-
Eric Petit authored
-
- 19 May, 2004 7 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Yoann Peronneau authored
-
Benjamin Pracht authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
- capture filter is more compatible with ICaptureGraphBuilder2 - some code cleanups especially when dealing with media types
-
Damien Fouilleul authored
- ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter - removed assumption where YUY2 chroma was considered identical to UYVY
-
- 18 May, 2004 8 commits
-
-
Clément Stenac authored
-
Olivier Teulière authored
a help string
-
Gildas Bazin authored
-
Gildas Bazin authored
* wxwindows/*: a few cleanup fixes.
-
Clément Stenac authored
-
Rocky Bernstein authored
-
Eric Petit authored
-
Felix Paul Kühne authored
-
- 17 May, 2004 13 commits
-
-
Felix Paul Kühne authored
* modules/gui/macosx/macosx.m: rewritten a pref-string * modules/gui/pda/pda.glade: Fixed "VLC media player" * po/de.po: Updated translation
-
Olivier Teulière authored
- new possible action vlc.mute() to mute/un-mute - vlc.isMute is now working well (in a boolean expression)
-
Gildas Bazin authored
-
Cyril Deguet authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Yoann Peronneau authored
sometimes not display, although it was known.
-
Anil Daoud authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
(When you fix stuff you should commit them as well)
-
- 16 May, 2004 6 commits
-
-
Gildas Bazin authored
* video_output/vout_intf.c: small fix.
-
Gildas Bazin 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.
-
Derk-Jan Hartman authored
* modules/gui/macosx/controls.m: fix the autogenerated menu.
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
-
Gildas Bazin authored
* include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section. * modules/access/*: added a shortname to a few modules.
-