- 03 Oct, 2002 6 commits
-
-
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
-
- 21 Sep, 2002 1 commit
-
-
Jon Lech Johansen authored
-
- 20 Sep, 2002 1 commit
-
-
Christophe Massiot authored
* First hooks for changing the audio output plug-in and its parameters on-the-fly.
-
- 19 Sep, 2002 2 commits
-
-
Christophe Massiot authored
for information on how to use it in your interface plug-ins. In the SDL vout, b and n are mapped to sound down/sound up. * Fixed a major in the mad plug-in with wrong dates. * Fixed a compilation bug.
-
Laurent Aimar authored
-
- 18 Sep, 2002 1 commit
-
-
Laurent Aimar authored
untested. Meuuh, could you test it ?
-