- 17 May, 2004 11 commits
-
-
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 16 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.
-
Anil Daoud authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
-
Gildas Bazin authored
-
Clément Stenac authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
-
Gildas Bazin authored
* modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
-
Clément Stenac authored
-
Gildas Bazin authored
-
- 15 May, 2004 13 commits
-
-
Derk-Jan Hartman authored
during the Eurovision Songfestival.
-
Laurent Aimar authored
-
Gildas Bazin authored
-
Laurent Aimar authored
least vlc is able to play it.
-
Gildas Bazin authored
* modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '\' if passed a drive letter. * vlc.win32.nsi: DVD and AudioCD handlers.
-
Laurent Aimar authored
-
Laurent Aimar authored
first go through the h264 packetizer that will convert avc1 into a proper annexe B stream (untested).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
- preliminary support of avc (using a draft+google without samples to test, so don't expect it to work ;) * libmp4: parse the avcC atom.
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-