1. 02 May, 2002 2 commits
  2. 01 May, 2002 5 commits
  3. 30 Apr, 2002 6 commits
  4. 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
  5. 28 Apr, 2002 7 commits
  6. 27 Apr, 2002 4 commits
  7. 26 Apr, 2002 10 commits
  8. 25 Apr, 2002 3 commits
    • Jon Lech Johansen's avatar
      * Cleaned up QTScaleMatrix(). · 9d8d4f2a
      Jon Lech Johansen authored
      9d8d4f2a
    • Christophe Massiot's avatar
      * MacOS X port : · 848637d0
      Christophe Massiot authored
      - New creator ID : VLC#
      - Borders in fullscreen mode are now black and the movie is centered
        (jlj P0\/\/3r)
      - A/V sync should be much more precise
      848637d0
    • Sam Hocevar's avatar
      * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir. · eb1ec4a4
      Sam Hocevar authored
        * ./include/video.h: moved vout_CopyPicture out of the way, an inline
          function did not make sense here.
        * ./include/video.h: moved vout_ChromaCmp out of the way.
        * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
          video.h.
        * ./include/os_specific.h: this file is now always included.
        * ./include/debug.h: removed this file which was almost useless, and moved
          ASSERT to common.h.
        * ./include/common.h: fixed vlc_memalign and changed its prototype to
          follow posix_memalign's.
      eb1ec4a4