- 20 Aug, 2002 7 commits
-
-
Stéphane Borel authored
*Set output format to AOUT_FMT_SPDIF when in spdif mode. S/PDIF does not work here in oss though (output starving).
-
Sam Hocevar authored
all instances of a module get changed when options such as gtk-tooltips or gnome-toolbartext are toggled.
-
Sam Hocevar authored
of Pascal Levesque.
-
Sam Hocevar authored
-
Sam Hocevar authored
gtk_main() in its own thread, and does nothing on subsequent calls. This ensures that gtk_main is only running once. * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome modules are now fully reentrant thanks to their use of the gtk_main module. * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available to external programs. * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done by vlc_destroy(). * ./modules/control/rc/rc.c: implemented a few new functions. For instance, run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even launch several of them. "segfault" works, too.
-
Sam Hocevar authored
NEVER DIE ! MUUAHAHAHAHAHAAAA !!
-
Sam Hocevar authored
familiar interface is asked to quit.
-
- 19 Aug, 2002 10 commits
-
-
Christophe Massiot authored
pause/play and change of audio channel.
-
Sam Hocevar authored
the latest aout3 changes.
-
Christophe Massiot authored
* Fixed a few boolean_t.
-
Christophe Massiot authored
* Major changes in the handling of dates in the audio output ; still buggy, but differently. * Fixed a major bug in the aout pre-filters, preventing to run any other decoder than liba52. * p_aout->output.pf_play now has only one argument.
-
Arnaud de Bossoreille de Ribou authored
it depends on the audio format. Cosmetic changes. The S/PDIF output may work.
-
Tony Castley authored
Getting there :)
-
Sam Hocevar authored
mingw32 doesn't know about sighandler_t.
-
Sam Hocevar authored
signal handler to its previous value after use. * ./src/libvlc.c: moved signal handling to vlc.c.
-
Sam Hocevar authored
* ./configure.in: added check for libxosd version.
-
Gildas Bazin authored
* modules/video_output/x11/xcommon.c: fixed a bug related to the size of the fullscreen window. We also unmap the current window when switching to fullscreen.
-
- 18 Aug, 2002 8 commits
-
-
Jean-Paul Saman authored
-
Eric Petit authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
is available
-
Sam Hocevar authored
really needed, and we were calling pthread_mutex_lock from it. * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
file in DATA_PATH modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved stuff from open() to run() to make the kde interface start without segfaults.
-
Eric Petit authored
Now everything should compile with every gcc with no problem (mp4, ffmpeg and faad plugins, especially).
-
- 17 Aug, 2002 4 commits
-
-
Laurent Aimar authored
-
Jean-Paul Saman authored
-
Tony Castley authored
-
Tony Castley authored
-
- 16 Aug, 2002 4 commits
-
-
Sam Hocevar authored
(compilation fix for Solaris).
-
Arnaud de Bossoreille de Ribou authored
-
Sam Hocevar authored
-
Sam Hocevar authored
functions. * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required before we abort the parsing and consider the input as PS instead of MP3.
-
- 15 Aug, 2002 5 commits
-
-
Arnaud de Bossoreille de Ribou authored
configure.
-
Sam Hocevar authored
* ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the old module linked list anymore.
-
Sam Hocevar authored
the vlc_object_* and vlc_list_* functions to manage modules. The Win32 interface doesn't build, but I'll fix this.
-
Arnaud de Bossoreille de Ribou authored
TODO: S/PDIF mode.
-
Olivier Teulière authored
-
- 14 Aug, 2002 2 commits
-
-
Jean-Paul Saman authored
- added GtkCList instead of GtkList. - added first column sorting order by clicking on column header - selecting item from list works - reading entire directory list is displayed in GtkCList widget
-
Sam Hocevar authored
vlc_object_find() but returns a list of _all_ the matching objects. Only works with FIND_ANYWHERE at the moment. * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp, ./modules/gui/win32/preferences.cpp: the module lists in the preferences menus work again. * ./src/misc/objects.c: added a missing sizeof that caused crashes because the reindexing of the global object array was incomplete. * ./include/modules_inner.h: propagated the module long description to its submodules.
-