1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Sam Hocevar
2e0102d92d * Spelling fixes here and there. 2006-10-05 16:35:01 +00:00
Rémi Denis-Courmont
cf5572b702 Another extra boilerplate 2006-07-13 14:29:00 +00:00
Rémi Denis-Courmont
87e02f76a9 Some legal boilerplate.
Some files missing.
2006-07-08 09:31:56 +00:00
Benjamin Pracht
d68e34793c * Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too 2006-04-14 12:30:40 +00:00
Rémi Denis-Courmont
c1d72229b3 Switch loader to libtool
(it only works on platforms where libtool works anyway)
2006-03-25 14:43:43 +00:00
Rémi Denis-Courmont
680d940b75 Fix previous commit 2006-03-25 14:43:10 +00:00
Rémi Denis-Courmont
9f5cb41f21 Fix duplicate symbol 2006-03-25 14:37:36 +00:00
Rémi Denis-Courmont
adc858d87a Uniformize source files encoding 2006-02-01 18:06:48 +00:00
Rémi Denis-Courmont
a023b25e6d Should not be there 2005-07-09 19:01:19 +00:00
Rémi Denis-Courmont
6d6ec75ce7 DLL loader stolen from MPlayer CVS.
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.
2005-06-28 18:02:01 +00:00