1. 04 Aug, 2002 1 commit
  2. 02 Aug, 2002 1 commit
  3. 01 Aug, 2002 5 commits
  4. 31 Jul, 2002 3 commits
  5. 30 Jul, 2002 2 commits
    • Gildas Bazin's avatar
      · 8a8c1fca
      Gildas Bazin authored
      * plugins/directx/vout_directx.h: removed unused variables.
      * plugins/directx/vout_events.c: fixed resizing bug.
      8a8c1fca
    • Gildas Bazin's avatar
      · 34607099
      Gildas Bazin authored
      * include/vlc_threads.h: fixed the --fast-mutex option.
      34607099
  6. 29 Jul, 2002 3 commits
    • Gildas Bazin's avatar
      · d6052740
      Gildas Bazin authored
      * plugins/directx/vout_directx.*: the directx vout plugin now uses the
      IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
      support WinNT4+DirectX3.
      Some code cleanup too.
      * plugins/directx/vout_events.c: small bugfix.
      d6052740
    • Gildas Bazin's avatar
      · 7152ccea
      Gildas Bazin authored
      * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
      reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
      WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
      * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
      --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
      7152ccea
    • Gildas Bazin's avatar
      · 1a723796
      Gildas Bazin authored
      * plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
      work (untested) although we'll need to find a way to replace if_nametoindex() to have a
      fully functionnal win32 port.
      1a723796
  7. 28 Jul, 2002 1 commit
  8. 26 Jul, 2002 1 commit
  9. 25 Jul, 2002 8 commits
  10. 24 Jul, 2002 7 commits
  11. 23 Jul, 2002 8 commits
    • Christophe Massiot's avatar
      Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se> · bd0431f6
      Christophe Massiot authored
      (incomplete and untested).
      bd0431f6
    • Laurent Aimar's avatar
      * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it · 71f0ea69
      Laurent Aimar authored
      but sometimes it's in fact MPEG-4, thx titer ).
      
       * mp4 : add capability to read mov with mp3 track. But it seems that
      mad doesn't like too much fragmented data packets, and thus breaks the
      audio.( since with '--codec dummy' I'm able to read resulting audio file
      without any problem :)
      71f0ea69
    • Christophe Massiot's avatar
      Fixed a compile issue. · e42c8d0f
      Christophe Massiot authored
      e42c8d0f
    • Christophe Massiot's avatar
    • Sam Hocevar's avatar
      * ./mozilla/Makefile: fixed dependencies on .h files. · 33889bca
      Sam Hocevar authored
        * ./plugins/filter/distort.c: fixed a typo in option names.
      33889bca
    • Sam Hocevar's avatar
      * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes. · 8877066d
      Sam Hocevar authored
         Usage: "--codec dummy" will use the dummy decoder for all streams, and
        save the stream to a stream.1242 file (where 1242 is the internal vlc
        object ID). If the input file was for instance an mpeg file, you can
        play one of the resulting files using an mp3 player.
      8877066d
    • Sam Hocevar's avatar
      * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output). · 255db009
      Sam Hocevar authored
        * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
        * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
          add them to the vlc-config output.
      255db009
    • Stéphane Borel's avatar
      *first version of plugin for libdvdplay. To test it, you need to have · 8a430a88
      Stéphane Borel authored
       libdvdplay installed (available from videolan CVS), and request plugins
      compilation in the usual way:
      	--enable-dvdplay.
      Note that libdvdplay needs libdvdread and libdvdcss.
      
      Currently it has only been tested under linux, with gnome interface (optional)
      and xvideo output.
      
      What works (more or less):
       -DVD reading in some rare cases :) (title and menus),
       -Menu pause,
       -Seeking,
       -Selecting directly a specific title/chapter/angle,
       -Changing audio, sub-picture, angle during playback,
       -Interactive menus with mouse only.
      
      What is missing:
       -Menu buttons highlighting (needs spudec patch),
       -Keyboard interaction (needs a specific part in port specific plugins),
       -A specific interface to navigate through menus (needs that I move my ass),
       -Interactive menus won't work with other output plugins so long as they
        have not been patched to send mouse/keyboard events to vlc interface,
       -Whatever you need.
      
      Known bugs (bugs in libdvdplay mostly):
       -Seeking in some menus or intro titles (bad vobu map),
       -Read/seek error with some DVDs,
       -the configure needs tweaking,
       -numerous segfaults,
       -decoder/output modules locking error,
       -fuzzy colors in menus when spudec is active (default in menus).
      
      The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
      8a430a88