- 05 Dec, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Dec, 2005 1 commit
-
-
Rémi Denis-Courmont authored
Case matters when using filenames!
-
- 03 Dec, 2005 1 commit
-
-
Felix Paul Kühne authored
- the marquee section is already completely usable, more to come - TODO: - fix all FIXMEs - implement the logo and time settings completely - implement l10n - fix 10.3 compatibility (runs under Tiger only atm) - save the preferences, if requested - close a current vout and re-open it, when a filter is (de-)activated - redesign the GUI to a smaller panel
-
- 01 Dec, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 28 Nov, 2005 1 commit
-
-
Clément Stenac authored
-
- 26 Nov, 2005 1 commit
-
-
Clément Stenac authored
New --enable-python-bindings option Pic libs will be built if something needing them (shared libvlc, python, mozilla) is built. * Fix a description in vlcObject
-
- 23 Nov, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 13 Nov, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 26 Oct, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 02 Oct, 2005 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* small script to move the preferences to Trash. You can change it by editing 'Delete Preferences.app/Contents/Resources/Scripts/main.scpt' in Xcode or the Script Editor. It is copied on the dmg by default. (thanks to dionoea for the idea)
-
- 01 Oct, 2005 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 28 Sep, 2005 1 commit
-
-
Christophe Mutricy authored
-
- 27 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.
-
- 25 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 22 Aug, 2005 4 commits
-
-
Rémi Denis-Courmont authored
-
Sam Hocevar authored
-
Christophe Massiot authored
-
Rémi Denis-Courmont authored
-
- 21 Aug, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 20 Aug, 2005 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I said "experimental". I meant it. Developers might try --enable-shared-libvlc - remove autom4te*.cache on bootstrap (some customized autoconf add their version number) - some clean up
-
Rémi Denis-Courmont authored
-
- 19 Aug, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
- Fix mostlyclean target
-
- 17 Aug, 2005 2 commits
-
-
Christophe Massiot authored
* toolbox: New --update-version switch, which builds the version.c file from current date, user/hostname/domainname, compiler version and svn changeset. * src/libvlc.c: Exported API to access data from version.c. * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by, vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
-
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
-