- 02 Apr, 2002 11 commits
-
-
Olivier Teulière authored
* ./include/config.h: fixed config directory name for windows * ./plugins/win32: the network dialog now respects the preferences settings
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* Use ImageBuffer instead of ScreenBuffer in OS X video output (should be faster)
-
Olivier Teulière authored
* ./src/interface/main.c: check that channels have been created before the call to network_ChannelJoin
-
Olivier Teulière authored
* ./plugins/win32: - fixed a few bugs in the preferences - better auto-resizing of the main window - the disc dialog now respects the preferences settings
-
Olivier Teulière authored
* ./src/misc/configuration.c: small compilation fix
-
Tony Castley authored
-
Tony Castley authored
OS standard.
-
Sam Hocevar authored
* ./configure.in: BeOS, liba52 and chroma plugin compilation fixes. * ./plugins/dvd/dvd_access.c: removed a warning. * ./src/misc/configuration.c: Solaris fixes by Meuuh. * ./FAQ: removed outdated stuff.
-
Gildas Bazin authored
* Fixed yet another bug related to the event thread creation * Removed a few debug messages
-
- 01 Apr, 2002 8 commits
-
-
Gildas Bazin authored
* Fixes for the Win32_msvc build
-
Gildas Bazin authored
* Microsof Visual Studio C++ 6 project files. This is usefull mainly for debugging as the hardware accelerated plugins can't be compiled with msvc. I won't be maintaining this msvc project as I don't have MSVC myself, but maybe this will encourage people to try to develop for vlc (or maybe just discourage them ;-)
-
Gildas Bazin authored
* Win32 compilation fixes when downmixsse and downmix3dn are declared as plugins. * Fixed the waiting on the event thread creation in the directx plugin.
-
Gildas Bazin authored
* updated the "package-win32" rule * all txt files are now converted to dos format (CRLF)
-
Gildas Bazin authored
* VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
-
Gildas Bazin authored
* updated INSTALL.win32
-
Tony Castley authored
Still problem with nVidia cards.
-
Tony Castley authored
Has bad output color need some work.
-
- 31 Mar, 2002 5 commits
-
-
Gildas Bazin authored
* allow the user to resize the configuration windows * moved config_GetIntVariable out of the loop
-
Gildas Bazin authored
* You can now set a maximum height for the configuration windows in the gtk and gnome plugins. This patch _doesn't change_ the look of the interface unless this interface tries to use more space than allowed, in which case scrollbars are added to make the navigation easy. Note that this setting only affects the default size the interface will use, the user is then free to change the size of the window as he wants. * Tooltips are now triggered only in specific places. This is a lot less intrusive and annoying for the users.
-
Olivier Teulière authored
* ./plugins/win32: fixed the bug on exiting the vout pressing 'q'
-
Tony Castley authored
RGB16 Overlay supported again. Resizing is now implemented consistantly.
-
Olivier Teulière authored
* plugins/win32: subtitles should work, now
-
- 29 Mar, 2002 1 commit
-
-
Christophe Massiot authored
not of any practical use.
-
- 28 Mar, 2002 3 commits
-
-
Christophe Massiot authored
-
Gildas Bazin authored
* don't try to stat() the dvd drive letter on win32 * disabled YUV overlay double buffering for now, as it seems to actually be slower. * temporary fix in vlc_cond_signal() for win32 (I really should use SignalObjectAndWait() on WinNT so we can avoid race conditions in the pthread code). This fixes a problem noticed on WinXP where vlc would freeze regularly and eat-up all the CPU (fun no?)
-
Johan Bilien authored
* When unselecting an ES, we must ged rid of p_es->p_pes so that it is regererated when we select this ES again. It made vlc segfault when switching from some stream to another, or when switching program in satellite input.
-
- 27 Mar, 2002 5 commits
-
-
Christophe Massiot authored
programs * Audio and video output go to time-constrained scheduling [OS X port]
-
Loïc Minier authored
dialogs).
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Loïc Minier authored
new options "gtk_hide_toltips" or "gnome_hide_tooltips" Tooltips are enabled by default. This option is only considered on module initialization.
-
- 26 Mar, 2002 7 commits
-
-
Christophe Massiot authored
* Deleted non-working fullscreen menu item [OS X] * udp and http no longer modify p_input->psz_name
-
Gildas Bazin authored
* various little portability fixes
-
Gildas Bazin authored
* modified the gtk interface to save an empty <string> option as a NULL pointer * modified config_LoadConfigFile to consider an empty <string> option as a NULL pointer.
-
Gildas Bazin authored
* changed the behaviour of the config file: - now all the config options are saved. <string> config options which have no default value are also saved in the config file but as an empty string. - config_LoadConfigFile will ignore empty config options, which also means we cannot pass an empty string as a <string> config option. (this shouldn't matter anyway)
-
Loïc Minier authored
. save button (inadvertently suppressed)
-
Olivier Teulière authored
* plugins/win32: - added toolbar icons (thanks xav) - we can no longer edit plugin names in the preferences :) - the tool button for playlist is now a toggle button
-
Tony Castley authored
-