1. 22 Oct, 2001 5 commits
  2. 21 Oct, 2001 3 commits
  3. 18 Oct, 2001 1 commit
  4. 16 Oct, 2001 2 commits
  5. 15 Oct, 2001 2 commits
  6. 14 Oct, 2001 1 commit
  7. 13 Oct, 2001 1 commit
    • Stéphane Borel's avatar
      New features for libdvdcss: we have three ways now to decode a title key. · 88a15495
      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.
      88a15495
  8. 11 Oct, 2001 3 commits
  9. 10 Oct, 2001 2 commits
    • Sam Hocevar's avatar
      · a321dc6b
      Sam Hocevar authored
        * Fixed bad ChangeLog formatting.
      a321dc6b
    • Sam Hocevar's avatar
      · ff9c8878
      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).
      ff9c8878
  10. 09 Oct, 2001 1 commit
  11. 08 Oct, 2001 3 commits
  12. 04 Oct, 2001 1 commit
    • Sam Hocevar's avatar
      · c15864db
      Sam Hocevar authored
        * Added HTTP url drop (from a WWW browser) to the gtk/gnome interface.
      c15864db
  13. 03 Oct, 2001 10 commits
  14. 02 Oct, 2001 4 commits
  15. 01 Oct, 2001 1 commit