- 15 Apr, 2004 10 commits
-
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Stephan Assmus authored
-
Stephan Assmus authored
BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
-
Stephan Assmus authored
-
- 14 Apr, 2004 5 commits
-
-
Simon Latapie authored
-
Sigmund Augdal Helberg authored
-
Simon Latapie authored
compatible * http.c: a little bug fix ( append vlm command ) * telnet.c: 4 spaces indentation on show command (much more readable) * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic modifications
-
Gildas Bazin authored
-
Andre Pang authored
successful and VLC_SUCCESS on success, instead of returning void.
-
- 13 Apr, 2004 6 commits
-
-
Gildas Bazin authored
* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding. So let's use proper PTS now!
-
Sigmund Augdal Helberg authored
* strip html-like tags from subtitles
-
Benjamin Pracht authored
- Add "Add group" and "delete group" buttons in the playlistinfo window - When several items of the playlist are selected, and we change the group, change it for all selected items...
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Laurent Aimar authored
-
- 12 Apr, 2004 15 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
-
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 1 commit
-
-
Anil Daoud authored
-