An error occurred fetching the project authors.
  1. 28 Nov, 2001 1 commit
  2. 27 Nov, 2001 1 commit
  3. 25 Nov, 2001 1 commit
    • Stéphane Borel's avatar
      Support for libdvdread. · b8ff945d
      Stéphane Borel authored
      Libdvdread files are in extras/libdvdread. They have not been changed from
      those of libdvdread 0.9.2. The changes are in the subdirectory videolan.
      They basically consist of a new function in the API that does a readv()
      instead fo a read().
      
      The library is statically linked with libdvdcss from extras/libdvdcss, and
      the whole is statically linked with the plugin dvdread. Dvdread can only be
      compiled as a builtin module for the time being, I think (which means I
      haven't tried to compile it as a plugin).
      
      Basically, input_dvdread.c is a copy and paste from input_dvd.c with a few
      changes to use libdvdread calls. It is still in very alpha stage, but it
      should offer the same features as the current DVD input.
      
      It can be called with either the syntax: "dvdread:/dev/dvd"
      or "--input dvdread /dev/dvd". The command line switches (-t, -T, -c, -u)
      should work too.
      b8ff945d
  4. 23 Nov, 2001 1 commit
    • Christophe Massiot's avatar
      Major rewrite of the network layer. The following syntax ARE NO LONGER · fefa3b65
      Christophe Massiot authored
      SUPPORTED :
      ts:toto:1234/meuh
      --server toto --broadcast meuh --port 1234
      
      The only supported syntax is :
      udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
      example : udpstream:toto@meuh:toto
      
      In most cases, simply passing "udpstream:" should work, since it enables
      unicast and broadcast reception on port 1234 from any server. Other
      options are only used for fine tuning and multicast.
      
      TODO :
      * The GTK interface is broken (glade knowledge wanted !)
      * Test this on all supported platforms (and fix them :)
      [this won't work with current channel servers - fix needed]
      fefa3b65
  5. 21 Nov, 2001 1 commit
  6. 15 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · 5ea5076a
      Sam Hocevar authored
        * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
          <mathias@research.att.com>.
      5ea5076a
  7. 13 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · 314ac3af
      Sam Hocevar authored
        * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
      314ac3af
  8. 12 Nov, 2001 2 commits
    • Sam Hocevar's avatar
      · cdf12612
      Sam Hocevar authored
        * Fixed the vlcs communication issue by initializing WinSock at
          startup (thanks Meuuh for the tip).
      cdf12612
    • Sam Hocevar's avatar
      · 043b5c89
      Sam Hocevar authored
        * Automatic handling of the Channel Server's response in network mode.
      043b5c89
  9. 09 Nov, 2001 1 commit
  10. 07 Nov, 2001 1 commit
    • Jon Lech Johansen's avatar
      · fa2a8210
      Jon Lech Johansen authored
        * Fixed some win32 compile issues.
        * Don't use long long, use u64/s64 (int_types.h).
      fa2a8210
  11. 06 Nov, 2001 1 commit
  12. 02 Nov, 2001 1 commit
  13. 01 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · 52945c01
      Sam Hocevar authored
        * Modified the pf_close kludge in input.c so that we don't segfault when
          pf_init fails.
      52945c01
  14. 30 Oct, 2001 2 commits
  15. 23 Oct, 2001 1 commit
    • Johan Bilien's avatar
      Added VCD input plugin for Linux : · a276a98a
      Johan Bilien authored
      The Linux specific stuff is located in linux_cdrom_tools files.
      For the time being, it only has title (tracks). Chapters will come if I
      ever can read .vcd files.
      I've modified Gnome and GTK+, not the others.
      I've noticed a big bug, it segfaults at the end of a title. I will
      have a look on this tomorrow.
      Please be indulgent, it's my first peace of code ;-)
      a276a98a
  16. 22 Oct, 2001 1 commit
  17. 15 Oct, 2001 1 commit
    • Sam Hocevar's avatar
      · b6370eb0
      Sam Hocevar authored
        * Fixed an error in the ts://server[:port][/broadcast] input parsing.
      b6370eb0
  18. 10 Oct, 2001 1 commit
    • Sam Hocevar's avatar
      · ff9c8878
      Sam Hocevar authored
        * 0.2.90 release.
        * Updated ChangeLog files.
        * XVideo module now compiled as built-in for Debian packages, to avoid
          PIC and non-PIC code collision (Closes Debian bug #111790).
      ff9c8878
  19. 03 Oct, 2001 6 commits
  20. 02 Oct, 2001 3 commits
  21. 01 Oct, 2001 1 commit
  22. 24 Sep, 2001 1 commit
  23. 27 Aug, 2001 1 commit
  24. 09 Aug, 2001 1 commit
    • 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
  25. 05 Aug, 2001 1 commit
    • Gildas Bazin's avatar
      · 85c3dbc4
      Gildas Bazin authored
      * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
          perfect on Win32.
      * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
      * On Win32, open() will now open files in binary mode by default.
      * A few minor changes to vout_xvideo.c
      85c3dbc4
  26. 18 Jul, 2001 1 commit
  27. 17 Jul, 2001 1 commit
  28. 27 Jun, 2001 1 commit
  29. 21 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 01d140d8
      Sam Hocevar authored
        * Win32 network support by Boris Dor�s <babal@via.ecp.fr>.
      01d140d8
  30. 15 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 9bc943b9
      Sam Hocevar authored
        * Unrolled two loops in dvd_netlist.c to prevent flooding.
        * DVD input stuttering fix by Jon Lech Johansen.
      9bc943b9
  31. 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