- 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
-
- 26 Sep, 2001 1 commit
-
-
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
-
- 06 Sep, 2001 3 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Henri Fallon authored
script
-
- 05 Sep, 2001 1 commit
-
-
Christophe Massiot authored
(untested !) ; * Local minor optimizations in IDCT ; * Removed a hopeless kludge in input_clock.c
-
- 23 Aug, 2001 2 commits
-
-
Sam Hocevar authored
* Attempt to fix the SDL detection under *BSD.
-
Christophe Massiot authored
environment. If you have problems with this, tell me and we'll find an alternate solution.
-
- 22 Aug, 2001 2 commits
-
-
Christophe Massiot authored
- performance boost ; - fixed the "Dual Prime Arithmetic" bug ; - 3DNow! motion compensation module ; * BTW, fixed numerous bugs ; * AC3dec statistics do not show up with --enable-stats, because I doubt they're understandable by a normal human being, and they pollute the output.
-
Sam Hocevar authored
* Split ChangeLog into ChangeLog and ChangeLog.libdvdcss. * Added --xvadaptor flag to select the XVideo adaptor to use. * Everything is ready for the 0.2.83 release.
-
- 19 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Added support in ./configure for the cprof profiler. * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes issues under Solaris and QNX. * Additional checks for SSE-specific (non-MMXEXT) instructions, as reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
-
- 14 Aug, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed yesterday's pthread detection fix.
-
Sam Hocevar authored
* GNU/Hurd configuration and compilation fixes.
-
- 10 Aug, 2001 3 commits
-
-
Sam Hocevar authored
* Another mistake in the BSD/OS configuration process.
-
Christophe Massiot authored
-
Sam Hocevar authored
* Added proper Conflicts: rules in debian/control. * configure.in fixes for BSD/OS.
-
- 09 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in extras/BSDI_dvdioctl after he suggested it. License is GPL. * ./configure now checks for an installed libdvd under BSD/OS and falls back to ours if not found. * Fixed harmless typos in yesterday's Solaris libdvd patches. * Bumped libdvdcss version number up to 0.0.3 ; release will probably follow once the BSDI changes have been tested.
-
- 08 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
-
- 07 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Updated version number to 0.2.82. * Updated ChangeLog. * Fixed a typo in Makefile.dep.
-