An error occurred fetching the project authors.
- 03 Dec, 2001 3 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn. Please test! Especially Athlon users. * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057). * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts". * Unrolled ChangeLog.
-
Christophe Massiot authored
-
- 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 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
Enable it with --enable-dvdread.
-
- 25 Nov, 2001 2 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.
-
- 19 Nov, 2001 1 commit
-
-
Sam Hocevar authored
* aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>. * Fix to the esd plugin when esd-config --cflags is nonempty.
-
- 14 Nov, 2001 3 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
-
- 13 Nov, 2001 2 commits
-
-
Sam Hocevar authored
* configure should no longer assume AltiVec is supported when it actually isn't with buggy compilers and/or pre-set $CFLAGS.
-
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
-
- 12 Nov, 2001 1 commit
-
-
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.
-
- 09 Nov, 2001 1 commit
-
-
Christophe Massiot authored
* Win32 network fix.
-
- 06 Nov, 2001 1 commit
-
-
Christophe Massiot authored
-
- 02 Nov, 2001 1 commit
-
-
Christophe Massiot authored
-
- 30 Oct, 2001 1 commit
-
-
Christophe Massiot authored
-
- 23 Oct, 2001 2 commits
-
-
Sam Hocevar authored
* Synced dummy_dvdcss with Stef's changes to libdvdcss. * configure now compiles the VCD plugin if linux/cdrom.h is present.
-
Johan Bilien authored
The Linux specific stuff is located in linux_cdrom_tools files. For the time being, it only has title (tracks). Chapters will come if I ever can read .vcd files. I've modified Gnome and GTK+, not the others. I've noticed a big bug, it segfaults at the end of a title. I will have a look on this tomorrow. Please be indulgent, it's my first peace of code ;-)
-
- 22 Oct, 2001 3 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
-
Sam Hocevar authored
* xvideo.so is now built in by default. Mixing PIC and non-PIC code was not very nice. * Fixed compilation errors in src/interface/main.c when the compiler did not support SSE or 3DNow! inline assembly.
-
- 13 Oct, 2001 1 commit
-
-
Stéphane Borel authored
1) Crack the title key (the method that was here before). The only change here is that we search the key for the exact chapter we are seeking with DVDSetArea (in case the key has changed within a title). It is maybe not a good idea. 2) Crack the disc key, which allows us to decode instantly all title keys. I've used an algorithm from Frank Stevenson ; it eats much memory (64MB), and takes about 15 s at launch time. 3) Decode the disc key with player keys (libcss method). However, you need licensed player keys at build time for that to work. To choose between libdvdcss methods, a command line options is supplied: vlc --dvdcss <method> where method is one of title, disc, key. Note that all these changes only work with linux now, since we have to add a specific ioctl to read title key. I hope that I haven't broken too many things.
-
- 11 Oct, 2001 1 commit
-
-
Christophe Massiot authored
* Fixed a bug in configure where ix86 machines were improperly detected.
-
- 10 Oct, 2001 1 commit
-
-
Sam Hocevar authored
* 0.2.90 release. * Updated ChangeLog files. * XVideo module now compiled as built-in for Debian packages, to avoid PIC and non-PIC code collision (Closes Debian bug #111790).
-
- 08 Oct, 2001 2 commits
-
-
Christophe Massiot authored
Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
-
Christophe Massiot authored
-
- 03 Oct, 2001 3 commits
-
-
Sam Hocevar authored
* We now check for sys/times.h.
-
Christophe Massiot authored
* Fixed a bug in vlc.spec ; * New --disable-plugins option ; make all plug-ins built-in.
-
Xavier Marchesini authored
Quick and ugly, i'm gonna find a better way to do it.
-
- 02 Oct, 2001 1 commit
-
-
Christophe Massiot authored
* New configure option --with-tuning=[arch], extending --enable-pentiumpro ; for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604, and so on.
-
- 01 Oct, 2001 1 commit
-
-
Christophe Massiot authored
* Removed --enable-stats configuration directive. Stats are now activated at runtime with --stats ; * New intf_StatMsg() call ; * Vout picture heap is now 8 pictures instead of 5 (better synchro) ; * Tremendous enhancements in statistics display ; * Better capabilities handling.
-
- 28 Sep, 2001 3 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 25 Sep, 2001 1 commit
-
-
Christophe Massiot authored
mpeg2dec (untested).
-
- 24 Sep, 2001 1 commit
-
-
Christophe Massiot authored
-
- 14 Sep, 2001 1 commit
-
-
Christophe Massiot authored
-