- 18 May, 2002 9 commits
-
-
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.
-
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.
-
Christophe Massiot authored
* Dropped dependancy on autoconf 2.52.
-
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.
-
Sam Hocevar authored
Debian bug #147103).
-
Stéphane Borel authored
-
Sam Hocevar authored
-
Olivier Teulière authored
* Fixed my previous commit
-
Olivier Teulière authored
* New Network dialog box for Gtk and Gnome interfaces
-
- 17 May, 2002 9 commits
-
-
Laurent Aimar authored
-
Stéphane Borel authored
-
Stéphane Borel authored
-
Stéphane Borel authored
waiting for data whereas the vlc has tried to quit.
-
Sam Hocevar authored
-
Laurent Aimar authored
-
Loïc Minier authored
-
Loïc Minier authored
-
Sam Hocevar authored
calls to realloc(_,0) in a similar way to input_programs.c.
-
- 16 May, 2002 4 commits
-
-
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)
-
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 ;-)
-
Tony Castley authored
-
Tony Castley authored
Lower CPU usage and no thread created per frame.
-
- 15 May, 2002 14 commits
-
-
Sam Hocevar authored
-
Johan Bilien authored
of its own one.
-
Christophe Massiot authored
-
Sam Hocevar authored
audio track" problems by zeroing the p_ac3dec structure. * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached" crash.
-
Cyril Deguet authored
-
Olivier Teulière authored
* plugins/win32/network.*: new Network dialog box
-
Marc Ariberti authored
-
Marc Ariberti authored
when closing a networking stream instead of input_FDClose(). It is due to WIN32 because we have to call closesocket() instead of close() to close the socket. The problem was : windows did not leave the multicast group when closing the socket. * input_ext-plugins.c : where is located the function * *.h : function declaration * udp.c, http.c : these modules now call input_FDNetworkClose()
-
Marc Ariberti authored
of the network_ChannelJoin() for WIN32. It closes the following bug : when changing channel we sometimes got a 'no answer from vlcs' even if the answer is sent back.
-
Sam Hocevar authored
modules where option arguments and playlist entries were mixed.
-
Sam Hocevar authored
should be OK now.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
which should fix crashes after a long pause.
-
- 14 May, 2002 4 commits
-
-
Arnaud de Bossoreille de Ribou authored
-
Christophe Massiot authored
-
Johan Bilien authored
to a PMT.
-
Gildas Bazin authored
* new --with-mad-tree configure option. * updated BUGS file.
-