1. 29 Apr, 2002 2 commits
    • Gildas Bazin's avatar
      · 1538dd9e
      Gildas Bazin authored
      * Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
      * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
          underrun problems.
      * A little bit of DirectX plugin clean-up.
      1538dd9e
    • Olivier Teulière's avatar
      · d6af050f
      Olivier Teulière authored
      Compilation fix.
      d6af050f
  2. 28 Apr, 2002 7 commits
  3. 27 Apr, 2002 4 commits
  4. 26 Apr, 2002 10 commits
  5. 25 Apr, 2002 7 commits
  6. 24 Apr, 2002 4 commits
  7. 23 Apr, 2002 6 commits
    • Laurent Aimar's avatar
      * ./plugins/ac3_adec/* use _M to avoid conflict with libavcodec.a · 4144b604
      Laurent Aimar authored
      * ./plugins/avi a light  avi demux
      * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
      4144b604
    • Olivier Teulière's avatar
      · 76e16cfd
      Olivier Teulière authored
       * plugins/win32/preferences.cpp: fixed a compilation bug
      76e16cfd
    • Sam Hocevar's avatar
      fbe65af6
    • Gildas Bazin's avatar
      · 69c174d7
      Gildas Bazin authored
      * DirectX video output plugin now uses triple buffering for YUV overlay. This
        improves the video quality a lot (no tearing) without affecting performance.
        (I knew double buffering sucked but I just discovered why triple buffering
         is better: you don't have to wait for the vsync to flip the buffers).
      
      * Fixed the DirectX video output for non-overlay modes. It was only working
        in RGB16 before.
      
      * Fixed the mouse autohidding feature in the DirectX plugin
       (at least partially).
      
      * Fixed the spu decoder to take the pitch of the destination picture into
        account when rendering the subtitles (Implemented only for the YUV modes).
      69c174d7
    • Sam Hocevar's avatar
      * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix · 4b22a291
      Sam Hocevar authored
          to avoid retrieving the spu palette from a network stream as if it was
          a DVD.
      4b22a291
    • Sam Hocevar's avatar
      * ./src/interface/main.c: tidied the help output code. · a6bccb1c
      Sam Hocevar authored
        * ALL: removed underscores from option names and made a few options more
          self-explanatory, for instance --input_channel becomes --audio-channel;
          run vlc -H to see what has changed.
        * ALL: replaced many occurences of "plugin" with the word "module".
        * ./src/interface/main.c: moved all satellite-specific configuration options
          to the satellite plugin.
        * ./po/*: updated translations.
      a6bccb1c