- 17 Aug, 2005 1 commit
-
-
Christophe Massiot authored
-
- 15 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Aug, 2005 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Now can update PO when compiling from subdir
-
- 12 Aug, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
- 10 Aug, 2005 2 commits
-
-
Jean-Paul Saman authored
Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored. To stream use a commandline similar to this: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv For local playback a commandline like this is needed: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv Have fun with the basic functionality - jpsaman.
-
Sam Hocevar authored
-
- 07 Aug, 2005 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- complete functionality except "Extract" (I'm going to fix that next week) * MainMenu.nib: re-orded the window-menu a bit * wizard.*: added a method to launch it from the bookmarks
-
- 04 Aug, 2005 2 commits
-
-
Felix Paul Kühne authored
- the adjust-image-filter and the audio-filters are completely useable ToDo: - complete i18n support - video-filters - loading the settings from the prefs correctly - probably minor layout tweaks, etc.
-
Rémi Denis-Courmont authored
* move Unicode stuff to a separate file
-
- 03 Aug, 2005 1 commit
-
-
Christophe Massiot authored
along with libjpeg and libtiff. SDL has been heavily patched not to hijack main() on Darwin, you should do the same for other platforms. Also fixed a huge number of typos in the Makefile, and reverted to an old version of ffmpeg because our friends there are breaking everything again. * Makefile.am: Re-added the "Default" directory for Xcode 2.1.
-
- 01 Aug, 2005 1 commit
-
-
Christophe Massiot authored
-
- 28 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Jul, 2005 1 commit
-
-
hartman authored
-
- 12 Jul, 2005 2 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
- 01 Jul, 2005 1 commit
-
-
Christophe Mutricy authored
-
- 28 Jun, 2005 1 commit
-
-
Rémi Denis-Courmont authored
Disabled by default, enable with --enable-loader There's no sanity checks in configure so don't do it if your platform is not compatible. zorglub and Anil report it works for WMV3 with the dmo decoder plugin. It seems to crash with Quicktime (after displaying a few frame ?). There's no RealVideo decoder so, won't do that, but it probably could as well. Legal considerations ===================== Section 2 of the GPL puts no restriction on what you link with so long as you have obtained the program from source (and compiled it yourself), so this is OK. It is not clear to me whether it is ok to provide binaries with this feature enabled. Maybe it would infringe on the GPL and, hence, on VLC's past contributors intellectual rights. So if in doubt don't put this in binary package you make.
-
- 25 Jun, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2005 1 commit
-
-
Felix Paul Kühne authored
done: - all items are included with complete l10n support - checkboxes and select-file-buttons behave as they are supposed to todo: - implementation of the logic, i.e. handling of the collected values, respective manipulation of the GUI, start of the stream - move some arrays to an external header file - some GUI things (e.g. radio buttons on page 2, etc. - see FIXMEs) - implementation of some help-dialogues (it might be necessary to create a re-usable window in the nib for that, since NSAlert is Panther and Tiger only) - l10n string fixes (both in OSX and WX) => most of the work still needs to be done
-
- 16 Jun, 2005 1 commit
-
-
dionoea authored
-
- 14 Jun, 2005 1 commit
-
-
Christophe Mutricy authored
Makefile.am: don't unix2dos dboxfiles.html as it produces problems with Movieplayer on dbox2 (refs #178).
-
- 08 Jun, 2005 1 commit
-
-
gbazin authored
-
- 02 Jun, 2005 1 commit
-
-
Rémi Denis-Courmont authored
New VLC_EXPORTs are now added at the end of module_symbols_t so that offsets of other function pointers are preserved. Deleted VLC_EXPORTs are replaced with dummy pointers for padding. Of course, it doesn't solve the problem with changing shared structures format :/ and it may cause SVN conflicts when multiple people changes VLC_EXPORT. I doubt it can be avoided though.
-
- 01 Jun, 2005 3 commits
-
-
zorglub authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 31 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 May, 2005 2 commits
- 18 Apr, 2005 1 commit
-
-
damienf authored
-
- 06 Apr, 2005 2 commits
-
-
Jérome Decoodt authored
-
Jérome Decoodt authored
-- xtophe
-