An error occurred fetching the project authors.
  1. 14 Nov, 2001 3 commits
  2. 13 Nov, 2001 2 commits
    • Sam Hocevar's avatar
      · 3355a621
      Sam Hocevar authored
        * configure should no longer assume AltiVec is supported when it actually
          isn't with buggy compilers and/or pre-set $CFLAGS.
      3355a621
    • Henri Fallon's avatar
      · 49a0736e
      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
      49a0736e
  3. 12 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · a264d032
      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.
      a264d032
  4. 09 Nov, 2001 1 commit
  5. 06 Nov, 2001 1 commit
  6. 02 Nov, 2001 1 commit
  7. 30 Oct, 2001 1 commit
  8. 23 Oct, 2001 2 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
      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 3 commits
    • Christophe Massiot's avatar
      Fixed ATTR_ALIGN configure test. · 66cf4426
      Christophe Massiot authored
      66cf4426
    • Sam Hocevar's avatar
      · 8629b876
      Sam Hocevar authored
        * Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
      8629b876
    • Sam Hocevar's avatar
      · 34487b0b
      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.
      34487b0b
  10. 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
  11. 11 Oct, 2001 1 commit
  12. 10 Oct, 2001 1 commit
    • 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
  13. 08 Oct, 2001 2 commits
  14. 03 Oct, 2001 3 commits
  15. 02 Oct, 2001 1 commit
  16. 01 Oct, 2001 1 commit
  17. 28 Sep, 2001 3 commits
  18. 26 Sep, 2001 1 commit
  19. 25 Sep, 2001 1 commit
  20. 24 Sep, 2001 1 commit
  21. 14 Sep, 2001 1 commit
  22. 06 Sep, 2001 3 commits
  23. 05 Sep, 2001 1 commit
  24. 23 Aug, 2001 2 commits
  25. 22 Aug, 2001 2 commits
    • Christophe Massiot's avatar
      * Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying : · 45f3f282
      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.
      45f3f282
    • Sam Hocevar's avatar
      · 07bf678b
      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.
      07bf678b