1. 20 May, 2002 2 commits
  2. 19 May, 2002 20 commits
  3. 18 May, 2002 14 commits
    • Gildas Bazin's avatar
      · 348f9662
      Gildas Bazin authored
      * updated INSTALL.win32
      * a little bit of clean-up in the directx video output plugin
      348f9662
    • Christophe Massiot's avatar
      * Fixed Mac OS X resizing. · c673b2b9
      Christophe Massiot authored
      c673b2b9
    • Christophe Massiot's avatar
      * Warning levels are no longer additive, patch courtesy of Arnaud de · bdb82782
      Christophe Massiot authored
        Bossoreille de Ribou <bozo@via.ecp.fr>
      bdb82782
    • Sam Hocevar's avatar
      * ALL: changed __inline__ with inline (autoconf does the job for us anyway, · ac5c557f
      Sam Hocevar authored
          and mipspro doesn't know about __inline__).
      ac5c557f
    • Gildas Bazin's avatar
      · feb33ac8
      Gildas Bazin authored
      * fixed deadlock in NextFrame() in aout_pcm.c
      feb33ac8
    • Gildas Bazin's avatar
      · 885583cc
      Gildas Bazin authored
      * fixed a bug in the directx window creation function. We register a window
         class once per process so we must be careful not to free the associated
         resources.
      885583cc
    • Gildas Bazin's avatar
      · 7adf5042
      Gildas Bazin authored
      * updated the MSVC++ project files and added support for dirent (vlc compiled
         with msvc can now load plugins - even compiled with mingw).
      * small portability fixes.
      7adf5042
    • Christophe Massiot's avatar
      * Menu item to maximize the volume in Mac OS X ; · 80b9aa2b
      Christophe Massiot authored
      * Dropped dependancy on autoconf 2.52.
      80b9aa2b
    • Gildas Bazin's avatar
      · d55f5d62
      Gildas Bazin authored
      * modified the directx video plugin to try to create an YUV surface before
         falling back to an RGB surface when it's not possible to use overlays.
         Some graphic cards can do the YUV->RGB conversion in hardware during the
         blitting stage.
      * in the directx video plugin, we now request that the RGB surface be created
         in video memory. The reasoning behind this is that usually surfaces in
         video memory benefit from more hardware acceleration (like for instance
         hw rescaling, hw blitting, etc...)
      * added two options to the directx video plugin to disable the above features.
         (mainly because my video driver is buggy and doesn't handle them well).
      
      * small cosmetic changes to the generation of the config file.
      
      * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
         shfolder.dll not shell32.dll.
      * fix for the gtk preferences dialog box. To be sure that an int or float value
         is actually changed we call gtk_spin_button_update() in the
         GtkInt/FloatChanged() event handler.
      d55f5d62
    • Sam Hocevar's avatar
      * ./debian/control: made the Build-Depends: entry a one-liner (Closes · 74a2caa2
      Sam Hocevar authored
          Debian bug #147103).
      74a2caa2
    • Stéphane Borel's avatar
      *A lock was not released; · de773ab6
      Stéphane Borel authored
      de773ab6
    • Sam Hocevar's avatar
      c74ab57f
    • Olivier Teulière's avatar
      · 49ec7385
      Olivier Teulière authored
       * Fixed my previous commit
      49ec7385
    • Olivier Teulière's avatar
      · 224ebd8d
      Olivier Teulière authored
       * New Network dialog box for Gtk and Gnome interfaces
      224ebd8d
  4. 17 May, 2002 4 commits