- 04 Oct, 2002 1 commit
-
-
Gildas Bazin authored
* src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos. * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler flags for the gtk module. When this macro isn't defined, then the gtk module doesn't make use of the gtk_main module. I had to do this change because the gtk_main trick can't work on win32 and render the whole gtk interface unusable.
-
- 03 Oct, 2002 10 commits
-
-
Christophe Massiot authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Sam Hocevar authored
locales breakage. * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable, to be set between 0 and 4. Default value is 0 for a program using libvlc, but vlc sets it to 1 by default. * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is the same as -q (quiet). Hope it's all understandable.
-
Gildas Bazin authored
* FAQ: updated FAQ with config file issues. * configure.ac.in: use -mms-bitfields instead of -fnative-struct for mingw32 gcc-3.x. * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c, modules/control/rc/rc.c: Display message on Win32 explaining how to get back to the GUI mode. * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the win9x-cv-method config option on WinNT when fast-mutex is not enabled.
-
Sam Hocevar authored
p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are: o the module bank and the message bank only need to be initialized once, which gives faster loads when multiple instances of libvlc are used, o we allow the possibility of different p_vlc sharing objects, for instance the audio output, o the CPU detection is only done once. This patch is not polished yet, but I cannot do any intensive tests for the moment because of a bug somewhere that leaves audio output objects lying here and there which needs to be investigated first. The current major issue is that the module bank is no longer freed.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
interface.cpp, interface.h: create a messages window, and add menu iten to show it Modules.as: build messages window ui.rc: menuitem to show messages preferences.cpp: fixed typo in comment
-
Sam Hocevar authored
-
Sam Hocevar authored
version detection not to work properly.
-
- 02 Oct, 2002 7 commits
-
-
Christophe Massiot authored
Heiko Panther <heiko.panther@web.de>.
-
Sam Hocevar authored
really possible other than patching/upgrading automake. This happens for automake 1.6.0 and automake 1.6.1.
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
(always re-run bootstrap when configure.ac.in has changed).
-
- 01 Oct, 2002 4 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
to select which interface to use for multicast sockets.
-
Christophe Massiot authored
-
Olivier Teulière authored
in the system menu.
-
- 30 Sep, 2002 6 commits
-
-
Christophe Massiot authored
new ones.
-
Eric Petit authored
Playlist is yet broken (maybe others things too)
-
Sam Hocevar authored
-
Sam Hocevar authored
and gnome-vlc packages. * ALL: updated .cvsignore files to properly ignore automake files.
-
Sam Hocevar authored
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin. * debian/rules: the A52 module is now in a separate package.
-
Sam Hocevar authored
-
- 29 Sep, 2002 3 commits
-
-
Sam Hocevar authored
* ./src/libvlc.c: if items are specified in the commandline, run the playlist. * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
-
Sam Hocevar authored
-
Jean-Paul Saman authored
-
- 28 Sep, 2002 1 commit
-
-
Christophe Massiot authored
-
- 27 Sep, 2002 1 commit
-
-
Christophe Massiot authored
* ALL: Fewer overhead when resampling.
-
- 26 Sep, 2002 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
* Fixed a compile issue in s16tofloat32swab. * Fixed a typo in demux/mpeg/ts.c.
-
- 25 Sep, 2002 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 23 Sep, 2002 2 commits
-
-
Christophe Massiot authored
VLS's. * Fixed a bug with non-ASCII characters in the OS X playlist. * Fixed a warning on start-up.
-
Jean-Paul Saman authored
Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
-
- 22 Sep, 2002 1 commit
-
-
Christophe Massiot authored
-