1. 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
  2. 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
  3. 21 Nov, 2001 3 commits
  4. 19 Nov, 2001 2 commits
    • Sam Hocevar's avatar
      · d04d186e
      Sam Hocevar authored
        * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
        * Fix to the esd plugin when esd-config --cflags is nonempty.
      d04d186e
    • Stéphane Borel's avatar
      -fixed a bug in libdvdcss: the key wasn't searched when it had to. · 06377229
      Stéphane Borel authored
      dvdcss_seek : searches a new title key when
      	-the flag is DVDCSS_SEEK_KEY,
      	-the flag is DVDCSS_SEEK_MPEG, only if method is not "title".
      
      dvdcss_seek with DVDCSS_SEEK_KEY flags does actually the same things as
      dvdcss_title (which might eventually be removed).
      
      Thus, the flag DVDCSS_SEEK_KEY (formerly DVDCSS_SEEK_INI) could not be
      removed (sorry sam, I've mistaken you by forgetting that)
      06377229
  5. 16 Nov, 2001 1 commit
  6. 15 Nov, 2001 5 commits
    • Xavier Marchesini's avatar
      · 332312e7
      Xavier Marchesini authored
      Removed my modification, it seems the libs we're linking with are far
      too old to support this option. And it also seems it doesn't function
      anywhere out of my box :)
      332312e7
    • Sam Hocevar's avatar
      · 5ea5076a
      Sam Hocevar authored
        * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
          <mathias@research.att.com>.
      5ea5076a
    • Sam Hocevar's avatar
      · 3e5f531b
      Sam Hocevar authored
        * Fixed a little crash introduced in my previous commit :-)
        * Removed more unused code.
      3e5f531b
    • Sam Hocevar's avatar
      · 4a0dae01
      Sam Hocevar authored
        * Fixed a few crashes due to race conditions in the decoder spawning.
        * Removed unused code here and there.
      4a0dae01
    • Christophe Massiot's avatar
      Removed unused structure. · 63eddb9e
      Christophe Massiot authored
      63eddb9e
  7. 14 Nov, 2001 6 commits
  8. 13 Nov, 2001 13 commits
    • Sam Hocevar's avatar
      · 50366aa6
      Sam Hocevar authored
        * Fixed heap corruption issues in ac3dec (thanks reno).
      50366aa6
    • Christophe Massiot's avatar
      Typo. · e84a7e7a
      Christophe Massiot authored
      e84a7e7a
    • Sam Hocevar's avatar
      · 314ac3af
      Sam Hocevar authored
        * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
      314ac3af
    • Sam Hocevar's avatar
      · 3355a621
      Sam Hocevar authored
        * configure should no longer assume AltiVec is supported when it actually
          isn't with buggy compilers and/or pre-set $CFLAGS.
      3355a621
    • Christophe Massiot's avatar
      RPM builds. · 133d5c2b
      Christophe Massiot authored
      133d5c2b
    • Henri Fallon's avatar
      · ec945137
      Henri Fallon authored
      Forgot Changelog.
      Began to re-read the documentation.
      ec945137
    • Sam Hocevar's avatar
      · b74849a1
      Sam Hocevar authored
        * Commited my little release-howto (only useful to core vlc developers).
      b74849a1
    • Henri Fallon's avatar
      · 49a0736e
      Henri Fallon authored
      All decoders (audio, video, subtitles) are now modules.
      
      - mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
      - ac3_spdif, spu_dec and lpcm_dec are plugins by default
      49a0736e
    • Sam Hocevar's avatar
      · bee557f9
      Sam Hocevar authored
        * Closing Debian bug #119369 which was fixed a while ago.
      bee557f9
    • Christophe Massiot's avatar
      Bumped up version number to 1.0.0 :p. · fc162d4f
      Christophe Massiot authored
      fc162d4f
    • Sam Hocevar's avatar
      · 99722c93
      Sam Hocevar authored
        * Damn recursion! Fixed an infinite loop in libdvdcss.
      99722c93
    • Sam Hocevar's avatar
      · 0bb015ee
      Sam Hocevar authored
        * Got rid of DVDCSS_SEEK_INI in libdvdcss.
      0bb015ee
    • Sam Hocevar's avatar
      · ff09b15b
      Sam Hocevar authored
        * Added a "make package-beos" rule.
        * Fixed a BeOS compilation issue.
      ff09b15b
  9. 12 Nov, 2001 6 commits
    • Sam Hocevar's avatar
      · b3248bd5
      Sam Hocevar authored
        * Fixed the vlcs communication for real now.
      b3248bd5
    • Sam Hocevar's avatar
      · cdf12612
      Sam Hocevar authored
        * Fixed the vlcs communication issue by initializing WinSock at
          startup (thanks Meuuh for the tip).
      cdf12612
    • Christophe Massiot's avatar
      Bumped up version number to 0.2.91. · 6389eac3
      Christophe Massiot authored
      6389eac3
    • Sam Hocevar's avatar
      · bc3a3e62
      Sam Hocevar authored
        * Fixed a bug in the "make snapshot*" rules.
      bc3a3e62
    • Sam Hocevar's avatar
      · a264d032
      Sam Hocevar authored
        * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
        * Updated ChangeLog and ChangeLog.libdvdcss.
        * Increased vlcs response message length.
        * Removed the i_flags argument to dvdcss_open. Everything is done through
          environment variables now.
      a264d032
    • Christophe Massiot's avatar
      Added FAQ. · b5b61d84
      Christophe Massiot authored
      b5b61d84