- 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
-
- 25 Mar, 2002 6 commits
-
-
Olivier Teulière authored
* Added a win32 interface plugin, developed with Borland C++ Builder. To build the plugin, follow the instructions in INSTALL-win32.txt * Known bugs: - subtitles don't work - a crash occurs when the user exits by pressing 'q' in the vout - when moving the slider, position in the stream updates even if the slider isn't released yet * TODO list: - clean code in menu.cpp - adapt lool's enhancements of the Gtk+ preferences box - write drag-and-drop stuff - and of course, fix known bugs :) * For those of you who can't wait till the next release to test the win32 interface, binary files are available here: http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip Enjoy!
-
Loïc Minier authored
. fixed an ugly structure . the tabs are not verticaly expanded as they were . small enhancements
-
Loïc Minier authored
* plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h : . new Tooltips structure * plugins/gtk/gtk_preferences.c: . modifications of some widgets, the structure, cosmetic changes * src/interface/main.c: . typos . a couple new descriptions
-
Gildas Bazin authored
* moved the "display" option from main to the relevant plugins. ( We now have the x11_display, xvideo_display, xmga_display and ggi_display options ).
-
Sam Hocevar authored
* Fixed a little omission in INSTALL-win32.txt.
-
Johan Bilien authored
* Fixed a bug that made vlc segfault when choosing a program, change to another and come back to the first one. * Added gtk and gnome interfaces for satellite input. We should find a way to hide the button if satellite support is not compiled.
-
- 22 Mar, 2002 4 commits
-
-
Tony Castley authored
Beta always on top for the interface window. New cursor handling.
-
Xavier Marchesini authored
-
Jon Lech Johansen authored
played audio frames to be played when there were no new frames available. * MacOS X vout now uses the height/width calculated in video_output.c
-
Xavier Marchesini authored
* Win32 fix.
-
- 21 Mar, 2002 1 commit
-
-
Christophe Massiot authored
-