1. 05 Nov, 2001 2 commits
  2. 02 Nov, 2001 1 commit
  3. 01 Nov, 2001 7 commits
  4. 31 Oct, 2001 1 commit
  5. 30 Oct, 2001 6 commits
  6. 29 Oct, 2001 1 commit
  7. 26 Oct, 2001 1 commit
  8. 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
  9. 22 Oct, 2001 7 commits
  10. 21 Oct, 2001 3 commits
  11. 18 Oct, 2001 1 commit
  12. 16 Oct, 2001 2 commits
  13. 15 Oct, 2001 2 commits
  14. 14 Oct, 2001 1 commit
  15. 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
  16. 11 Oct, 2001 1 commit