1. 06 Sep, 2001 2 commits
  2. 05 Sep, 2001 3 commits
  3. 04 Sep, 2001 1 commit
  4. 27 Aug, 2001 1 commit
  5. 24 Aug, 2001 3 commits
  6. 23 Aug, 2001 3 commits
  7. 22 Aug, 2001 5 commits
  8. 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
  9. 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
  10. 17 Aug, 2001 1 commit
    • Jon Lech Johansen's avatar
      · ef84fdfe
      Jon Lech Johansen authored
        * Overlay now works under latest QNX release.
      ef84fdfe
  11. 14 Aug, 2001 4 commits
  12. 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
  13. 10 Aug, 2001 5 commits
  14. 09 Aug, 2001 3 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
    • Sam Hocevar's avatar
      · 3007c6b8
      Sam Hocevar authored
        * Fixed a bug in the gtk interface which caused vlc to go amok after
          having met a zero-sized area.
        * Found out how to type '�' in vim :-)
        * Added missing bloat to modules_export.h.
        * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
        * Added vlc:loop playlist command to go back at the beginning.
          Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
          This change isn't very elegant but there are already bugs in the
          playlist handling, I'll try to polish it once the playlist is fixed.
      3007c6b8
  15. 08 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · e9ea66ae
      Sam Hocevar authored
        * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
      e9ea66ae
  16. 07 Aug, 2001 2 commits
    • Sam Hocevar's avatar
      · 641341e8
      Sam Hocevar authored
        * Updated version number to 0.2.82.
        * Updated ChangeLog.
        * Fixed a typo in Makefile.dep.
      641341e8
    • Sam Hocevar's avatar
      · 6b933b9e
      Sam Hocevar authored
        * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
        * Various debian scripts fixes.
        * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
        * Fixed broken soname setting under Solaris (and OS X, sort of).
        * Made the illegal instruction report more explicit.
        * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
      6b933b9e
  17. 06 Aug, 2001 3 commits
    • Gildas Bazin's avatar
      · 851ffa75
      Gildas Bazin authored
      * Fixed the sdl video output plugin that I broke 2 days ago.
      851ffa75
    • Sam Hocevar's avatar
      · 156201a1
      Sam Hocevar authored
        * libdvdcss* packages are now a bit more policy-compliant.
      156201a1
    • Sam Hocevar's avatar
      · 460360a8
      Sam Hocevar authored
        * Added a dummy libdvdcss so that the DVD plugin can be used without
          libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
          and will use the dummy functions only if it couldn't find a valid
          libdvdcss. This is probably only useful to package maintainers.
      
        * Tidied the snapshot-* Makefile rules.
        * Tidied the modules Makefiles.
        * Removed useless stuff in the debian/ directory.
        * Removed the "make all" kludge in the Makefile.opts rule. I hope this
          patch is harmless on all systems.
      460360a8