- 30 Mar, 2003 6 commits
-
-
sigmunau authored
-
sigmunau authored
modules/gui/kde/preferences.cpp: use sliders for integer and float options with a range, use combobox for string_from_list options, fixed a layout issue and removed some debug messages
-
sigmunau authored
modules&misc/logger/logger.c: use add_string_from_list for the logmode option
-
gbazin authored
* configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all. * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files. * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type. * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
-
gbazin authored
* modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
-
Christophe Massiot authored
-
- 29 Mar, 2003 7 commits
-
-
gbazin authored
* modules/gui/wxwindows/open.cpp: fixed an event problem on win32. * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on win32 when the wxwindows interface is compiled as a builtin.
-
sigmunau authored
and plugins, the way wxwindows do it. pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE widgets, as it isn't needed anymore
-
sigmunau authored
-
gbazin authored
* modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h: moved the headphone-dim config option to the headphone plugin. * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value. * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
-
gbazin authored
* modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
-
Jean-Paul Saman authored
If --enable-xose is given then xosdtext is build also.
-
gbazin authored
* modules/gui/wxwindows/*: added demuxdump support to the open dialog.
-
- 28 Mar, 2003 3 commits
-
-
Alexis de Lattre authored
-
gbazin authored
* modules/audio_output/waveout.c: compilation fix for --disable-plugins build. * src/video_output/*, include/video.h: added a pf_lock/unlock fonction pointer that's used to lock the memory of a picture in vout_RenderPicture when required by the video output plugin. * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix the crash when pressing ctrl+alt+del.
-
sigmunau authored
segfault.
-
- 26 Mar, 2003 7 commits
-
-
gbazin authored
* modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
-
Marc Ariberti authored
-
hartman authored
* modules/gui/macosx/open.? - updated the open dialog (now with sheets !!!) - added ogg file stream out - added http file stream out - added file subtitle support for the delay and fps options * extras/MacOSX/vlc.pbproj/project.pbxproj - added the .ts file-extension to the application
-
Sam Hocevar authored
-
Sam Hocevar authored
to make linda and lintian happier.
-
gbazin authored
* src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface. * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
-
Sam Hocevar authored
added a final newline to a few text files to avoid diff complaints.
-
- 25 Mar, 2003 10 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./Makefile.am: we distribute ./toolbox.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
gbazin authored
* modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
-
Sam Hocevar authored
* ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to work around mozilla-dev's currently broken dependencies. * ./debian/control: we now link against libdvdread3 instead of libdvdread2. * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid linking against both libdvdread2 and libdvdread3.
-
gbazin authored
* src/input/input.c, src/video_output/video_output.c: when the input thread ends, it will also destroy the vout if one was spawned.
-
gbazin authored
* src/misc/modules.c: module_Need() now only raises the scores of the plugins matching the given shortcuts list, unless "none" is closing the list (in which case only the plugins matching the list can be selected). Which means that users will stop complaining vlc doesn't launch anymore or can't play anything after they have fiddled with their config options :))
-
gbazin authored
* src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
-
- 24 Mar, 2003 7 commits
-
-
gbazin authored
* src/video_output/video_output.c, include/video_output.h: take into account the caching delay when dropping frames that are too far into the future.
-
gbazin authored
* modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over http :)
-
Eric Petit authored
-
gbazin authored
* modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
-
hartman authored
* added some macosx files to DIST that were probably missing in the tar ;)
-
gbazin authored
* modules/access/*: don't forget to reinitialize the timeout when looping around select().
-
gbazin authored
* modules/access/*: pf_read() in access modules is now blocking. We still check regularly for p_input->b_die though. Now the demuxers can safely assume that pf_read() == 0 means EOF. * ALL: got rid of the p_input->b_connected flag. * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop of "decoder stuck" messages that sometimes happened. * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation warnings.
-