- 25 Mar, 2003 6 commits
-
-
Sam Hocevar authored
-
Gildas Bazin 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.
-
Gildas Bazin 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.
-
Gildas Bazin 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 :))
-
Gildas Bazin authored
* src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
-
- 24 Mar, 2003 13 commits
-
-
Gildas Bazin 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.
-
Gildas Bazin 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
-
Gildas Bazin authored
* modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
-
Derk-Jan Hartman authored
* added some macosx files to DIST that were probably missing in the tar ;)
-
Gildas Bazin authored
* modules/access/*: don't forget to reinitialize the timeout when looping around select().
-
Gildas Bazin 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.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
might still be readable by the directory access module. * added drag and drop support for directories.
-
Sam Hocevar authored
* ./po/it.po: fixed this file's format. * ./m4: fixed "make dist" when gettext is too old.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/access/directory.c: fixed the directory access plugin. * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
-
Derk-Jan Hartman authored
a m3u 'file' which it feeds to the m3u demuxer. Problems: - it requires a dir to end with / - if i enabled it, all files would use the m3u demuxer for some strange reason. i've spent a day hunting this down, reboot- strapping and doing who knows what. I'm sick of it now. Someone else can give it a try, if he wants to.
-
- 23 Mar, 2003 5 commits
-
-
Gildas Bazin authored
* configure.ac.in: fixed linking problem with the win32 build.
-
Christophe Massiot authored
-
Sigmund Augdal Helberg authored
render text on the video include/osd.h: some constants useful when interfacing with the osd module configure.ac.in: check for freetype2, enabled the osdtext module by default Makefile.am: added osd.h, please check that this is correct lirc.c: modified to provide feedback when buttons are pressed. Look at the Feedback() function in lirc.c to see how this module can be used
-
Yves Duret authored
-
Gildas Bazin authored
* modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.
-
- 22 Mar, 2003 5 commits
-
-
Sigmund Augdal Helberg authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: Added a stream output dialog box.
-
- 21 Mar, 2003 6 commits
-
-
Sigmund Augdal Helberg authored
-
Gildas Bazin authored
* configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
-
Christophe Massiot authored
-
Gildas Bazin authored
* modules/demux/ogg.c: fix for some ogg web radio streams where there is a huge gap between the granulepos in the header packets and the data packets.
-
Emmanuel Puig authored
* slider.cpp: fixed mouse down refresh bug * theme.cpp: removed debug text
-
Emmanuel Puig authored
* Fixing Parkinson disease bug (it's not funny, it's real life)
-
- 20 Mar, 2003 4 commits
-
-
Gildas Bazin authored
* modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
-
Sam Hocevar authored
ourselves. * ./bootstrap: "make dist" works again, even if gettext is not present.
-
Sam Hocevar authored
-
Emmanuel Puig authored
* Fixing a refresh bug when opening an open file dialog box
-
- 19 Mar, 2003 1 commit
-
-
Christophe Massiot authored
all platforms but GNU/Linux * Bumped up revision number to 0.5.3-test1
-