1. 30 Apr, 2002 1 commit
  2. 29 Apr, 2002 3 commits
    • Christophe Massiot's avatar
      Cosmetic fixes. · 2bc88e46
      Christophe Massiot authored
      2bc88e46
    • 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
  3. 28 Apr, 2002 7 commits
  4. 27 Apr, 2002 4 commits
  5. 26 Apr, 2002 10 commits
  6. 25 Apr, 2002 7 commits
  7. 24 Apr, 2002 4 commits
  8. 23 Apr, 2002 4 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