An error occurred fetching the project authors.
  1. 25 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 0967faf5
      Sam Hocevar authored
        * Compile fix for newer versions of MacOS X by Colin Simmonds
          <colin_simmonds@Mac.lover.org>.
        * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
          <ej0@cise.ufl.edu>.
      0967faf5
  2. 20 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · ec728f13
      Sam Hocevar authored
        * Fixed an alignment issue in the ifo parser. The Matrix problem should
          be solved.
        * Minor cosmetic fixes and warning removals here and there.
      ec728f13
  3. 14 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · cff6378d
      Sam Hocevar authored
        * Fully working Windows DVD ioctl support by Jon Lech Johansen.
        * Usual weekly ChangeLog mass-update.
      cff6378d
  4. 12 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 495436e7
      Sam Hocevar authored
        * Exported the CSS part of the dvd plugin into a library.
      495436e7
  5. 31 May, 2001 2 commits
    • Sam Hocevar's avatar
      · 0c128d47
      Sam Hocevar authored
        * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
      0c128d47
    • Sam Hocevar's avatar
      · b8ce47bb
      Sam Hocevar authored
        * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
      b8ce47bb
  6. 25 May, 2001 1 commit
    • Sam Hocevar's avatar
      · 7de920d3
      Sam Hocevar authored
        * Forgot a file for BeOS.
      7de920d3
  7. 02 May, 2001 1 commit
    • Sam Hocevar's avatar
      · d072e40d
      Sam Hocevar authored
        * FreeBSD CSS decryption support.
      d072e40d
  8. 11 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 8ee3c601
      Sam Hocevar authored
        * Fixed the whitespace/tab issues in the Makefile.
        * Corrected an awful typo in the version name, I hope Lieutenant Commander
          Arkady Grigorovich Ourumov will never set up us the bomb for that.
        * Removed deprecated stuff from config.h.
        * Disabled message queue by default.
        * A few other changes in the CSS code, the BeOS issues should be fixed.
        * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
      8ee3c601
  9. 04 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 57801bcb
      Sam Hocevar authored
        * additional enhancements to the OS X DVD ioctl module
        * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
      57801bcb
  10. 02 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 8ccd224c
      Sam Hocevar authored
       * fixes for the Qt plugin compilation under Debian
      
       * heavy butchering in the CSS and DVD ioctl code to put all architecture-
         dependent code in dvd_ioctl.c
      
       * added almost fully-functional /dev/dvd driver for MacOS X in
         extras/DVDioctl; to build it:
      
          % cd extras/DVDioctl
          % pbxbuild
          % kextload build/DVDioctl.kext # note: kextload has to be run as root
      
         be aware that the license for the DVDioctl kernel extension is
         not GPL but APSL, because I borrowed some code from the Darwin kernel.
      8ccd224c
  11. 06 Mar, 2001 1 commit
  12. 20 Feb, 2001 2 commits
    • Sam Hocevar's avatar
      · ba61d25c
      Sam Hocevar authored
       * Updated version number to 0.2.62. Release tonight.
      
       * DVD plugin is still non-functional when you don't have DVD ioctls,
         but at least it compiles under BeOS as well.
       * Minor cosmetic changes here and there.
      ba61d25c
    • Sam Hocevar's avatar
      · 583c6553
      Sam Hocevar authored
        * Ported Glide and MGA plugins to the new module API. MGA never worked,
          so this didn't make it work better.
        * Started thinking about built-in modules, and added some code to
          make it easier eventually.
        * Added Oct in the AUTHORS file.
        * Fixed a mistake in configure.in.
        * All your base are belong to us.
        * Fixed a bug in src/misc/modules which prevented loading modules
          when launched from the Tracker.
        * Fixed a similar bug in src/video_output/video_text.c.
        * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
          who ported the Linux DVD ioctls. We can now read encrypted DVDs
          under BeOS ! Woohoo.
      583c6553