- 22 May, 2002 8 commits
-
-
Gildas Bazin authored
* ./src/misc/modules.c: restored plugins hiding as the problem is fixed. * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If we don't do this, trying to use the class when the plugin is reloaded will cause a segfault. PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps an internal state which isn't updated when we reload the plugin.
-
Sam Hocevar authored
reloaded module sometimes does not work properly.
-
Sam Hocevar authored
* ./Makefile: the vlc rule depends on modules_builtin.h. * ./include/modules_inner.h: removed useless code.
-
Olivier Teulière authored
* ALL: replaced TUpDown components by TCSpinEdit ones, which allow values greater than 32767. It fixes the audio bug ocurring when a configuration file is saved under the win32 interface * ./plugins/win32/mainframe.cpp: Added some extra space between statusbar and toolbar when nothing is displayed. I find it nicer :)
-
Gildas Bazin authored
* ./plugins/text/logger.c: on win32 the logger interface shows up a dos command box. * ./plugins/gtk/gnome.c: fixed uninitialized variable. (from Sam) * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList(). (from Sam)
-
Johan Bilien authored
-
Tony Castley authored
-
Loïc Minier authored
module (by sam)
-
- 21 May, 2002 12 commits
-
-
Christophe Massiot authored
-
Gildas Bazin authored
* On Win32 the DVD access plugin has to be explicitly requested. This avoids crashes when the input thread tries to open files as dvds.
-
Loïc Minier authored
-
Gildas Bazin authored
* ./plugins/directx/aout_directx.c: fixed compile warnings.
-
Gildas Bazin authored
* ./plugins/network/ipv6.c: fixed a stupid bug.
-
Sam Hocevar authored
packed chroma transformations.
-
Sam Hocevar authored
done yet, though.
-
Sam Hocevar authored
network data was present.
-
Olivier Teulière authored
* Fixed a stupid bug in the Network dialog.
-
Sam Hocevar authored
-
Sam Hocevar authored
fixes.
-
Sam Hocevar authored
on seek.
-
- 20 May, 2002 19 commits
-
-
Sam Hocevar authored
* ./plugins/dvd/*: renamed i_start/i_end couples when they actually meant i_first/i_last.
-
Sam Hocevar authored
* ./src/input/input_dec.c: removed useless code. * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized variables. * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
-
Sam Hocevar authored
* ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
-
Sam Hocevar authored
-
Sam Hocevar authored
on t'aiiiiiiiiimeuh).
-
Sam Hocevar authored
-
Christophe Massiot authored
* Updated changelog.
-
Gildas Bazin authored
* First try for IPv6 support on Win32. This hasn't been tested so it might not work! To compile this stuff you need a mingw compiler with w32api-1.3. The win32 code uses the getaddrinfo function because inet_pton is supposed to be deprecated and not supported by Microsoft. gethostbyname2 isn't supported as well. Maybe we could try to unify the ipv6 plugin and have all the ports use getaddrinfo ? (I didn't dare to do it because I don't want to break anything before a release ;-)
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's vout_AllocatePicture instead of its own. * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* Added an option to disable the dynamic range compression.
-
Sam Hocevar authored
-
Sam Hocevar authored
rebuild anything to Makefile.config, so that editing it will not cause a complete rebuild.
-
Tony Castley authored
Due to existing bug in some Chroma's the Overlay does not work for nVidia cards. Sorry.
-
Christophe Massiot authored
-
Jon Lech Johansen authored
the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have any effect, so you'll have to hold down command-option when dropping until this is resolved.
-
- 19 May, 2002 1 commit
-
-
Christophe Massiot authored
* We now use real-time threads ; * Worked around a bug when seeking ; All : * Removed my patch to the video output since it causes problems for some people.
-