1. 09 Sep, 2001 1 commit
    • Sam Hocevar's avatar
      · e8640eed
      Sam Hocevar authored
       Changes to vlc:
      
        * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
        * Minor changes to the (non-working) ncurses interface.
      
       Changes to libdvdcss (courtesy of H�kan Hjort <d95hjort@dtek.chalmers.se>):
      
        * If we see 3000 unencrypted blocks assume that the title is unencrypted.
        * If we have not seen any encrypted block and then discover that the block
          just read is not a valid block of an MPEG2 Program stream, assume that the
          title is unencrypted.
        * Empty keys (for unscrambled sectors) are now cached as well.
        * We try to decrypt the file even if DVD ioctls are not available.
      e8640eed
  2. 06 Sep, 2001 8 commits
  3. 05 Sep, 2001 3 commits
  4. 04 Sep, 2001 1 commit
  5. 27 Aug, 2001 1 commit
  6. 24 Aug, 2001 3 commits
  7. 23 Aug, 2001 3 commits
  8. 22 Aug, 2001 5 commits
  9. 20 Aug, 2001 1 commit
    • Jon Lech Johansen's avatar
      · dadbc98a
      Jon Lech Johansen authored
        * Switched QNX audio output to block mode as stream mode is no
          longer supported under the latest QNX release.
      dadbc98a
  10. 19 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · bd7443f2
      Sam Hocevar authored
        * Added support in ./configure for the cprof profiler.
        * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
          issues under Solaris and QNX.
        * Additional checks for SSE-specific (non-MMXEXT) instructions, as
          reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
      bd7443f2
  11. 17 Aug, 2001 1 commit
    • Jon Lech Johansen's avatar
      · ef84fdfe
      Jon Lech Johansen authored
        * Overlay now works under latest QNX release.
      ef84fdfe
  12. 14 Aug, 2001 4 commits
  13. 13 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · a0bb5da4
      Sam Hocevar authored
        * Added missing debian files I forgot to add a long time ago.
        * Fixed libglide2/libglide3 inconsistency in debian/control.
      a0bb5da4
  14. 10 Aug, 2001 5 commits
  15. 09 Aug, 2001 2 commits
    • Sam Hocevar's avatar
      · 20ff5191
      Sam Hocevar authored
        * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
          extras/BSDI_dvdioctl after he suggested it. License is GPL.
        * ./configure now checks for an installed libdvd under BSD/OS and
          falls back to ours if not found.
        * Fixed harmless typos in yesterday's Solaris libdvd patches.
        * Bumped libdvdcss version number up to 0.0.3 ; release will probably
          follow once the BSDI changes have been tested.
      20ff5191
    • Jon Lech Johansen's avatar