- 15 Nov, 2001 4 commits
-
-
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 13 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
-
Henri Fallon authored
Forgot Changelog. Began to re-read the documentation.
-
Sam Hocevar authored
* Commited my little release-howto (only useful to core vlc developers).
-
Henri Fallon authored
All decoders (audio, video, subtitles) are now modules. - mpeg_vdec, mpeg_adec and ac3_adec are builtins by default - ac3_spdif, spu_dec and lpcm_dec are plugins by default
-
Sam Hocevar authored
* Closing Debian bug #119369 which was fixed a while ago.
-
Christophe Massiot authored
-
Sam Hocevar authored
* Damn recursion! Fixed an infinite loop in libdvdcss.
-
Sam Hocevar authored
* Got rid of DVDCSS_SEEK_INI in libdvdcss.
-
Sam Hocevar authored
* Added a "make package-beos" rule. * Fixed a BeOS compilation issue.
-
- 12 Nov, 2001 15 commits
-
-
Sam Hocevar authored
* Fixed the vlcs communication for real now.
-
Sam Hocevar authored
* Fixed the vlcs communication issue by initializing WinSock at startup (thanks Meuuh for the tip).
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed a bug in the "make snapshot*" rules.
-
Sam Hocevar authored
* Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release. * Updated ChangeLog and ChangeLog.libdvdcss. * Increased vlcs response message length. * Removed the i_flags argument to dvdcss_open. Everything is done through environment variables now.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
* Added Oct's NSIS installer script. It will probably not work for you, but I need it to build the Win32 auto installer.
-
Sam Hocevar authored
* Automatic handling of the Channel Server's response in network mode.
-
Stéphane Borel authored
-GetMACAddress takes the interface defined in the environment variable vlc_iface instead of eth0
-
Stéphane Borel authored
private ES :p
-
- 11 Nov, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed compilation (and quite probably runtime) issues under IA64 due to mixed int/void* casts.
-
Jon Lech Johansen authored
* Fixed a buffer overflow in CSSAuth()
-