- 28 Nov, 2001 1 commit
-
-
Christophe Massiot authored
now be included *before* threads.h ; * Changed all files to include intf_msg.h before threads.h ; while I was at it, I update the copyright notices ; * Removed the obsolete darwin plug-in.
-
- 27 Nov, 2001 10 commits
-
-
Sam Hocevar authored
* Fixed a deadlock (bug reported by marcari).
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* dvd:<device>[@<raw device>] to avoid device namespace collision under win32.
-
Christophe Massiot authored
dvd:<device>[:<raw device>] The raw device must have been prepared (by root) beforehands.
-
Christophe Massiot authored
-
Christophe Massiot authored
Enable it with --enable-dvdread.
-
Christophe Massiot authored
-
Christophe Massiot authored
might be the cause of the OS X problem - please confirm).
-
- 26 Nov, 2001 3 commits
-
-
Marc Ariberti authored
from 12 to 13 (due to change from ts:// to udpstream://)
-
Florian G. Pflug authored
#include <dvdread/...> to #include "..." *) Darwin doesn't have off64_t, stat64, lseek64. Added #ifdef SYS_DARWIN #define off64_t off_t .... #endif to dvdread.c *) Fixed stupid bug in vout_macos.x. On startup, it would try to free a non-existant QuickTime Sequence. This could be the reasons for (some?) of the crashes at startup.
-
Christophe Massiot authored
is in the environment variable DVDCSS_RAW_DEVICE. Untested (as usual :-). Feedback welcome.
-
- 25 Nov, 2001 3 commits
-
-
Gildas Bazin authored
* Big clean-up to allow compiling every module as plugins. * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this change we don't have to link winsock2 with every plugin anymore. This should also give us a slight speed increase. * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation on Win32. * Modified ac_downmix_3dn and sse so they compile with the latest gcc for Win32. (PS: the dvdread plugin doesn't compile yet on Win32)
-
Stéphane Borel authored
Libdvdread files are in extras/libdvdread. They have not been changed from those of libdvdread 0.9.2. The changes are in the subdirectory videolan. They basically consist of a new function in the API that does a readv() instead fo a read(). The library is statically linked with libdvdcss from extras/libdvdcss, and the whole is statically linked with the plugin dvdread. Dvdread can only be compiled as a builtin module for the time being, I think (which means I haven't tried to compile it as a plugin). Basically, input_dvdread.c is a copy and paste from input_dvd.c with a few changes to use libdvdread calls. It is still in very alpha stage, but it should offer the same features as the current DVD input. It can be called with either the syntax: "dvdread:/dev/dvd" or "--input dvdread /dev/dvd". The command line switches (-t, -T, -c, -u) should work too.
-
Sam Hocevar authored
* Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
-
- 23 Nov, 2001 1 commit
-
-
Christophe Massiot authored
SUPPORTED : ts:toto:1234/meuh --server toto --broadcast meuh --port 1234 The only supported syntax is : udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]] example : udpstream:toto@meuh:toto In most cases, simply passing "udpstream:" should work, since it enables unicast and broadcast reception on port 1234 from any server. Other options are only used for fine tuning and multicast. TODO : * The GTK interface is broken (glade knowledge wanted !) * Test this on all supported platforms (and fix them :) [this won't work with current channel servers - fix needed]
-
- 21 Nov, 2001 3 commits
-
-
Jon Lech Johansen authored
Fixed a stale pointer in mpeg_vdec_Run().
-
Christophe Massiot authored
confirmation that I didn't break the Win32 port, please.
-
Christophe Massiot authored
-
- 19 Nov, 2001 2 commits
-
-
Sam Hocevar authored
* aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>. * Fix to the esd plugin when esd-config --cflags is nonempty.
-
Stéphane Borel authored
dvdcss_seek : searches a new title key when -the flag is DVDCSS_SEEK_KEY, -the flag is DVDCSS_SEEK_MPEG, only if method is not "title". dvdcss_seek with DVDCSS_SEEK_KEY flags does actually the same things as dvdcss_title (which might eventually be removed). Thus, the flag DVDCSS_SEEK_KEY (formerly DVDCSS_SEEK_INI) could not be removed (sorry sam, I've mistaken you by forgetting that)
-
- 16 Nov, 2001 1 commit
-
-
Stéphane Borel authored
* the network window of the interface reports the values of the environment variables. * channels mode excludes vls configuration * the vlc does not try to bind vls.via.ecp.fr by default when you select channels mode.
-
- 15 Nov, 2001 5 commits
-
-
Xavier Marchesini authored
Removed my modification, it seems the libs we're linking with are far too old to support this option. And it also seems it doesn't function anywhere out of my box :)
-
Sam Hocevar authored
* Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer <mathias@research.att.com>.
-
Sam Hocevar authored
* Fixed a little crash introduced in my previous commit :-) * Removed more unused code.
-
Sam Hocevar authored
* Fixed a few crashes due to race conditions in the decoder spawning. * Removed unused code here and there.
-
Christophe Massiot authored
-
- 14 Nov, 2001 6 commits
-
-
Xavier Marchesini authored
Please, please, don't forget those who use the --with-directx flag when ./configuring ! :p Now, to configure directx, use the --enable-directx and --with-directx if necessary.
-
Gildas Bazin authored
( xvideo, x11 and dsp plugins are not enabled by default for win32, plus a few other Win32 cosmetic changes ) - Updated the INSTALL-win32.txt file. (Let's hope I didn't break anything ;-)
-
Christophe Massiot authored
-
Xavier Marchesini authored
It seems that the 'focus' bug under WinME is solved. Could someone with a 98 check, and someone under win2k check that nothing is broken ? :)
-
Stéphane Borel authored
-changed a bit the wait time. It works better here, please test (Bozo ? 0:-)
-
Jon Lech Johansen authored
In other words, file playback in 0.2.91 does not work. For de- scheduling threads use a 0ms sleep instead of 1ms, as it was causing problems under WinXP. I hope this does not introduce problems under previous windows versions. I noticed it was originally 0ms, but later changed to 1ms...
-
- 13 Nov, 2001 5 commits
-
-
Sam Hocevar authored
* Fixed heap corruption issues in ac3dec (thanks reno).
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
-
Sam Hocevar authored
* configure should no longer assume AltiVec is supported when it actually isn't with buggy compilers and/or pre-set $CFLAGS.
-
Christophe Massiot authored
-