1. 18 May, 2002 6 commits
    • 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
  2. 17 May, 2002 9 commits
  3. 16 May, 2002 4 commits
    • Gildas Bazin's avatar
      · 497ce52c
      Gildas Bazin authored
      Another fix from Sam:
      
      * fix random segfaults on title change.
        (cell.i_cell_nb should be tested _before_ we access the structures)
      497ce52c
    • Gildas Bazin's avatar
      · 5c7fbb3b
      Gildas Bazin authored
      * src/input/input_programs.c: fixed memory corruption by setting a few
          pointers to NULL after they have been free()ed.
      * src/input/input_programs.c: removed now useless ASSERTs.
      
      This patch comes from sam, so if you want to blame someone blame him ;-)
      5c7fbb3b
    • Tony Castley's avatar
      Fixed segfault in last checkin. · fe8d899d
      Tony Castley authored
      fe8d899d
    • Tony Castley's avatar
      Improved overlay and bitmap support, not tested on nVidia cards. · 6430cf04
      Tony Castley authored
      Lower CPU usage and no thread created per frame.
      6430cf04
  4. 15 May, 2002 14 commits
  5. 14 May, 2002 7 commits