1. 01 Nov, 2001 3 commits
  2. 31 Oct, 2001 1 commit
  3. 30 Oct, 2001 6 commits
  4. 29 Oct, 2001 1 commit
  5. 26 Oct, 2001 1 commit
  6. 23 Oct, 2001 3 commits
    • Sam Hocevar's avatar
      · aac41b80
      Sam Hocevar authored
        * Synced dummy_dvdcss with Stef's changes to libdvdcss.
        * configure now compiles the VCD plugin if linux/cdrom.h is present.
      aac41b80
    • Johan Bilien's avatar
      Sorry, · 452aa3be
      Johan Bilien authored
      the VCD input arrives now :)
      
      I'd better go to bed !
      452aa3be
    • Johan Bilien's avatar
      Added VCD input plugin for Linux : · a276a98a
      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 ;-)
      a276a98a
  7. 22 Oct, 2001 7 commits
  8. 21 Oct, 2001 3 commits
  9. 18 Oct, 2001 1 commit
  10. 16 Oct, 2001 2 commits
  11. 15 Oct, 2001 2 commits
  12. 14 Oct, 2001 1 commit
  13. 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
  14. 11 Oct, 2001 3 commits
  15. 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
  16. 09 Oct, 2001 1 commit
  17. 08 Oct, 2001 2 commits