1. 03 Dec, 2001 7 commits
  2. 02 Dec, 2001 2 commits
  3. 01 Dec, 2001 1 commit
  4. 30 Nov, 2001 3 commits
  5. 29 Nov, 2001 6 commits
  6. 28 Nov, 2001 1 commit
  7. 27 Nov, 2001 10 commits
  8. 26 Nov, 2001 3 commits
  9. 25 Nov, 2001 3 commits
    • Gildas Bazin's avatar
      · b6188286
      Gildas Bazin authored
       * Big clean-up to allow compiling every module as plugins.
       * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
           change we don't have to link winsock2 with every plugin anymore. This
           should also give us a slight speed increase.
       * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
           on Win32.
       * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
           Win32.
      
      (PS: the dvdread plugin doesn't compile yet on Win32)
      b6188286
    • 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
    • Sam Hocevar's avatar
      · 81287869
      Sam Hocevar authored
        * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
      81287869
  10. 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
  11. 21 Nov, 2001 3 commits