- 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
-
-
Antoine Cellerier 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
-
-
Gildas Bazin 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
-
-
Clément Stenac 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
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 18 Apr, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 06 Apr, 2005 3 commits
-
-
Jérome Decoodt authored
-
Jérome Decoodt authored
-- xtophe
-
Jérome Decoodt authored
The old VLC.app target has been renamed VLC-release.app
-
- 04 Apr, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 28 Mar, 2005 1 commit
-
-
Felix Paul Kühne authored
* removed the linkage to it in all localisations since it is a global entity now
-
- 02 Mar, 2005 1 commit
-
-
Rémi Denis-Courmont authored
- TODO: SSL on Windows
-
- 01 Mar, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Feb, 2005 1 commit
-
-
Gildas Bazin authored
* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
-
- 19 Feb, 2005 1 commit
-
-
Eric Petit authored
Makefile.am: in package-beos, use $(STRIP) instead of strip since we might be cross-compiling
-
- 18 Feb, 2005 1 commit
-
-
Gildas Bazin authored
-
- 15 Feb, 2005 1 commit
-
-
Gildas Bazin authored
-
- 08 Feb, 2005 1 commit
-
-
Jean-Paul Saman authored
Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.
-
- 06 Feb, 2005 1 commit
-
-
Rémi Denis-Courmont authored
VLC can now be built in a subdirectory
-
- 28 Jan, 2005 1 commit
-
-
Gildas Bazin authored
-
- 21 Jan, 2005 2 commits
-
-
Felix Paul Kühne authored
* small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')
-
Derk-Jan Hartman authored
-
- 19 Jan, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 17 Jan, 2005 1 commit
-
-
Derk-Jan Hartman authored
* cleaned up some alignment in configure --help
-
- 16 Jan, 2005 1 commit
-
-
Clément Stenac authored
Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
-
- 28 Dec, 2004 1 commit
-
-
Andre Pang authored
* Added package-win32-base-exe-cygwin Makefile target, for Cygwin/msys users who don't need wine. (This should really be folded into the package-win32-base-exe target, but I'm not sure what the best way to detect a Cygwin/msys build environment is ...)
-
- 19 Dec, 2004 1 commit
-
-
Rocky Bernstein authored
-
- 13 Dec, 2004 2 commits
-
-
Felix Paul Kühne authored
* changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue.
-
Gildas Bazin authored
* src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images.
-