An error occurred fetching the project authors.
  1. 10 Aug, 2001 3 commits
  2. 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
  3. 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
  4. 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
  5. 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
  6. 30 Jul, 2001 3 commits
  7. 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
  8. 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
  9. 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
  10. 26 Jul, 2001 1 commit
  11. 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
  12. 19 Jul, 2001 1 commit
  13. 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
  14. 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
  15. 01 Jul, 2001 1 commit
    • Gildas Bazin's avatar
      · 1dafba77
      Gildas Bazin authored
      - Portablility fix: We now control the name to be used in the assembler
          code for a C function or variable.
          GCC for Win32 normally prepends an underscore to the name of a
          C function or variable, and the inline assembler code was using the
          name without the underscore so we had undefined symbols in some
          modules.
      - Reenabled all the accelerated modules on Win32.
      1dafba77
  16. 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
  17. 18 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · e7345b80
      Sam Hocevar authored
        * First libdvdcss version
      e7345b80
  18. 14 Jun, 2001 3 commits
    • Sam Hocevar's avatar
      · 44abaa7c
      Sam Hocevar authored
        * Added gprof profiling support with --enable-profiling.
      
          It works at last! configure with --enable-profiling, build, run
       vlc (you may want to add --noaudio, it currently segfaults with sound
       here) and launch "gprof vlc" when finished.
      
          To make gprof work with multithreaded programs, one needs to set the
       internal ITIMER_PROF timer for each new thread launched. I did this
       through a wrapper in vlc_thread_create (see include/threads.h).
      44abaa7c
    • Sam Hocevar's avatar
      · cff6378d
      Sam Hocevar authored
        * Fully working Windows DVD ioctl support by Jon Lech Johansen.
        * Usual weekly ChangeLog mass-update.
      cff6378d
    • Sam Hocevar's avatar
      · 4b921617
      Sam Hocevar authored
        * DirectX enhancements by Gildas Bazin, such as software rendering.
        * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
          and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
        * Another failed attempt at profiling vlc under Linux: ported the
          threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
          spawn new threads for me, maybe someone will have better luck.
        * Makefile optimizations.
        * Automatic build of libdvdcss if not found.
      4b921617
  19. 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
  20. 07 Jun, 2001 2 commits
    • Sam Hocevar's avatar
      · 47723362
      Sam Hocevar authored
        * Applied old FreeBSD patch for dvd input by German Tischler.
        * Found what was causing the slowdowns: a namespace collision. Put all
          plugins into builtins again.
      47723362
    • Sam Hocevar's avatar
      · 214396bc
      Sam Hocevar authored
        * Put most builtins in plugins again due to performances issues (more
          about this in a forthcoming post here).
        * Fixed the painfully slow build process (at last!).
        * Moved the null plugin together with the dummy one.
        * Added new dummy input plugin.
      
         More on the dummy input plugin: we'll use it to insert commands in
        the playlist. Currently implemented are the "quit" and "pause" functions,
        here are examples on how they are used:
      
          vlc file.mpeg vlc:quit                # exit after file.mpeg has been read.
      
          vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing
                                                # the next file.
      
         From now we can more efficiently benchmark vlc. For instance, to test
        the video output changes I am doing, I use such a command:
      
          time vlc -I dummy --noaudio file.mpeg vlc:quit
      
         Future extentions might include more interesting stuff like "switch
        to full screen", "repeat next file 3 times", "switch to SDL video
        output"...
      214396bc
  21. 05 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 8dee1230
      Sam Hocevar authored
        * Updated things and stuff for 0.2.80 release.
      8dee1230
  22. 03 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · f42dc782
      Sam Hocevar authored
        * Various little fixes
         - BeOS interface compilation fix by Rene Gollent.
         - DirectX plugin compilation fix by Gildas Bazin.
         - removed %ebx spill in the iMDCT plugins.
      f42dc782
  23. 02 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 945f2946
      Sam Hocevar authored
        * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
      
          Notes: o I called it 'directx' instead of 'windx' because it
                   made a lot more sense to me.
                 o Completely untested. I didn't manage to compile it yet.
                 o Code in vout_directx.c will go through a big rewrite when
                   vout 4 is finished. Xav is already working on this.
      945f2946
  24. 30 May, 2001 1 commit
    • Sam Hocevar's avatar
      · 440f9992
      Sam Hocevar authored
        * Fixed the BeOS compile typo.
        * The ALSA plugin is back.
        * A gift for Gildas: plugins don't rely on backlinking any more. The
          drawback is the dirty magic in include/modules_export.h which has to
          be included whenever a module needs one of the functions in it. But
           a) we should less and less rely on those functions
           b) no plugin code modification was needed
      
         The BeOS and MacOS X modules may be broken when compiled as plugins,
         I'll check this later when I can reboot under BeOS.
      440f9992
  25. 28 May, 2001 1 commit
    • Sam Hocevar's avatar
      · 506c5ec7
      Sam Hocevar authored
        * Win32 compilation fixes, esp. the MAC retrieval.
      506c5ec7
  26. 16 May, 2001 2 commits
    • Renaud Dartus's avatar
      * Add 3D Now! imdct · 5f232025
      Renaud Dartus authored
      * Remove kmudge for ac3 on MacOS X
      5f232025
    • Sam Hocevar's avatar
      · 1ac785a2
      Sam Hocevar authored
        * We now do pthread detection for FreeBSD like the XMMS guys do. It
          works even better.
      1ac785a2
  27. 15 May, 2001 2 commits
    • Sam Hocevar's avatar
      · 23a4ece1
      Sam Hocevar authored
        * FreeBSD pthread fixes.
      23a4ece1
    • Sam Hocevar's avatar
      · 501cb1ba
      Sam Hocevar authored
        * AC3 IMDCT and downmix functions are now in plugins, --imdct and
          --downmix options added.
      501cb1ba