An error occurred fetching the project authors.
  1. 02 Oct, 2001 1 commit
  2. 01 Oct, 2001 1 commit
  3. 28 Sep, 2001 3 commits
  4. 25 Sep, 2001 1 commit
  5. 24 Sep, 2001 1 commit
  6. 14 Sep, 2001 1 commit
  7. 06 Sep, 2001 3 commits
  8. 05 Sep, 2001 1 commit
  9. 23 Aug, 2001 2 commits
  10. 22 Aug, 2001 1 commit
  11. 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
  12. 14 Aug, 2001 2 commits
    • Sam Hocevar's avatar
      · 1c27686a
      Sam Hocevar authored
        * Fixed yesterday's pthread detection fix.
      1c27686a
    • Sam Hocevar's avatar
      · 06fca109
      Sam Hocevar authored
        * GNU/Hurd configuration and compilation fixes.
      06fca109
  13. 10 Aug, 2001 3 commits
  14. 09 Aug, 2001 1 commit
    • 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
  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 1 commit
    • 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
  18. 30 Jul, 2001 3 commits
  19. 29 Jul, 2001 1 commit
    • Sam Hocevar's avatar
      · ed87d047
      Sam Hocevar authored
        * Better gtk-config detection.
        * Removed duplicate checks in configure.in.
        * Fixed a typo in vlc.spec.
      ed87d047
  20. 28 Jul, 2001 1 commit
    • Sam Hocevar's avatar
      · 4aaa00c6
      Sam Hocevar authored
        * Fix in libdvdcss in the key caching code.
        * Removed useless variables in configure.in which caused all subsequent
          compilation tests to fail.
      4aaa00c6
  21. 27 Jul, 2001 3 commits
    • Sam Hocevar's avatar
      · d307283d
      Sam Hocevar authored
        * Additional fixes to the sdl-config detection.
      d307283d
    • Sam Hocevar's avatar
      · 4945d2bb
      Sam Hocevar authored
        * Updated version numbers for imminent release.
        * Fixed the --with-dvdcss flag:
           o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
           o --with-dvdcss=local-static - build libdvdcss, link statically
           o --with-dvdcss=local-shared - build libdvdcss, link dynamically
           o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
        * Fixed an omission in the dvdcss.h header.
      4945d2bb
    • Sam Hocevar's avatar
      · 76fcb7fc
      Sam Hocevar authored
        * Changed libdvdcss API to force binary incompatibility. Yeah, this is
          evil, but if we don't do it now we'll have to do it when more people
          are using it.
        * Fixed minor libdvdcss stuff such as the soname and compilation flags.
        * New --with-dvdcss flag.
          Explanation:
           o default: build libdvdcss, statically link vlc against it.
           o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
           o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
           o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
          (this looks a bit strange to me, I'll find better flag settings)
      76fcb7fc
  22. 26 Jul, 2001 1 commit
  23. 25 Jul, 2001 2 commits
    • Christophe Massiot's avatar
      Now use sdl-config for SDL. · 7a9a6f5b
      Christophe Massiot authored
      7a9a6f5b
    • Sam Hocevar's avatar
      · cc674725
      Sam Hocevar authored
        * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
        * fix for large inline functions and gcc 3.0.
        * fixed the gnome plugin so that it does not include gtk headers.
      cc674725
  24. 19 Jul, 2001 1 commit
  25. 11 Jul, 2001 1 commit
    • Sam Hocevar's avatar
      · a50a0a25
      Sam Hocevar authored
        * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
          vlc's DVD input (looks like decoders are expecting data too early and
          DVD input can't cope with it due to decryption). Needs to be investigated.
        * Plugins are now compiled in plugins/* and libraries in lib/*.
        * The KDE UI compiles again but does not work yet.
        * ALSA plugin message corrections.
        * Calculation modules can now be calledwith a shorter name
          (eg. '--downmix mmx' instead of '--downmix downmixmmx').
        * Fixed insane verbosity of the SDL plugin.
      a50a0a25
  26. 07 Jul, 2001 1 commit
    • Sam Hocevar's avatar
      · f58cb69a
      Sam Hocevar authored
        * Probably fixed the "X eats more and more CPU" bug. Please test.
        * mingw32 cross-compilation issue fixed.
      f58cb69a