- 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 3 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()
-
Stéphane Borel authored
Basically, this adds the ability for the netlist to handle transport packets that carry more than one data_packet.
-
- 09 Nov, 2001 2 commits
-
-
Christophe Massiot authored
* Win32 network fix.
-
Renaud Dartus authored
-
- 08 Nov, 2001 3 commits
-
-
Jon Lech Johansen authored
* Fixed a mingw32 problem I introduced last night :)
-
Stéphane Borel authored
Maybe we should try to predict the date instead of taking the last one but it seems quite hard.
-
Jon Lech Johansen authored
* Fixed some win32 64-bit issues.
-
- 07 Nov, 2001 4 commits
-
-
Jon Lech Johansen authored
* Fixed some win32 compile issues. * Don't use long long, use u64/s64 (int_types.h).
-
Stéphane Borel authored
-
Stéphane Borel authored
so that every plugin can use it *Change the name of a function in dvd_udf.c to fit with the forthcoming libdvdread plugin.
-
Christophe Massiot authored
-