- 12 Apr, 2004 13 commits
-
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
The V4L panel is now created automatically with an "AutoBuiltPanel" class. (A few options are missing compared to the old panel but they need to be added to the V4L plugin, not the wxWindows code).
-
Olivier Teulière authored
-
Cyril Deguet authored
The XML file must begin with: <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd"> (the "skin.dtd" is ignored but should be an URL on the website) and the DTD is looked up at runtime in the directories of the resource path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd -> the DTD doesn't need any more to be shipped with the themes.
-
Cyril Deguet authored
to get a list of possible resource directories for skins2. On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2" and on win32 it is "VLC_PATH\skins2' * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef * parser/builder.cpp: the default font is looked up in the resource dir, so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Gildas Bazin authored
+ Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs). + Extra WDM property sheets for --dshow-config. + Some support for selecting crossbar routes. * THANKS: Added Damien Fouilleul for the DirectShow input improvements.
-
Gildas Bazin authored
* modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
-
Gildas Bazin authored
-
- 11 Apr, 2004 3 commits
-
-
Cyril Deguet authored
(new variable playlist.isLoop, new commands playlist.setLoop(true) and playlist.setLoop(false) in the xml)
-
Gildas Bazin authored
-
Gildas Bazin authored
+ added a "Open Capture Device..." menu entry. + a bit of clean-up.
-
- 10 Apr, 2004 2 commits
-
-
Anil Daoud authored
-
Derk-Jan Hartman authored
-
- 09 Apr, 2004 2 commits
-
-
Clément Stenac authored
-
Gildas Bazin authored
-
- 08 Apr, 2004 7 commits
-
-
Olivier Teulière authored
-
Gildas Bazin authored
-
Olivier Teulière authored
controlled by the 'alpha' and 'movealpha' attributes of the 'Theme' tag). Win32 only. Note: It is advised to use 255 for the alpha value, otherwise resizing will be slowed down a lot...
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin 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.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: fixed auto-generated menus on win32.
-
- 07 Apr, 2004 12 commits
-
-
Laurent Aimar authored
when streaming (it's better because of the way sout works). * stream_output/stream_output.c: when removing a stream, stop waiting and start muxing if data are already here (needed for sout with pace control). Both will help to allow muxing (nearly?) all frames, even the last ones.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Mohammed Adnène Trojette authored
crotte !
-
Gildas Bazin authored
delete/re-create parent menus. That makes wxWindows a lot happier.
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
files without index, seek isn't supported for such stream)
-
Laurent Aimar authored
few web radios use that)
-
Felix Paul Kühne authored
* modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video" * po/de.po: Updated german translation
-
- 06 Apr, 2004 1 commit
-
-
Gildas Bazin authored
+ big rewrite. + frame dropping. + new --goom-speed option.
-