- May 17, 2004
- May 16, 2004
-
-
gbazin authored
* video_output/vout_intf.c: small fix.
-
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.
-
hartman authored
* modules/gui/macosx/controls.m: fix the autogenerated menu.
-
gbazin authored
-
gbazin authored
* modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
-
gbazin 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
-
gbazin authored
-
gbazin authored
* modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
-
gbazin authored
-
zorglub authored
-
hartman authored
-
zorglub authored
-
gbazin authored
* modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
-
zorglub authored
-
gbazin authored
-
- May 15, 2004
-
-
hartman authored
during the Eurovision Songfestival.
-
Laurent Aimar authored
-
gbazin authored
-
Laurent Aimar authored
least vlc is able to play it.
-
gbazin 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.
-
gbazin authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-