- 24 Mar, 2003 7 commits
-
-
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 9 commits
-
-
Christophe Massiot authored
all platforms but GNU/Linux * Bumped up revision number to 0.5.3-test1
-
Emmanuel Puig authored
* Updating doc.
-
Emmanuel Puig authored
* Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
-
Laurent Aimar authored
Whitout it I can't even start gtk2 interface.
-
Emmanuel Puig authored
* button.cpp : Fixing bug when disabling control * Checkbox.cpp : adding onmouseover and onmouseout events * Updating DTD * win32_event.cpp : fixing bug for WINDOW_OPEN event
-
Derk-Jan Hartman authored
* NEWS: bringing the file to 0.5.3. i have added my work (and some things that I remembered). i trust everyone will enter his own stuff ;) * README.MacOSX.rtf: fixed some errors * THANKS: added Olivier Aubert for his vout-clone-list patch
-
Derk-Jan Hartman authored
-
Emmanuel Puig authored
* Fixed skin config save
-
VideoLAN authored
* Adding onmouseover and onmouseout events to button control * Fixing window position at launch time * Adding notification when mouse leaves a window
-
- 18 Mar, 2003 4 commits
-
-
Christophe Massiot authored
do not follow the standard.
-
Jon Lech Johansen authored
-
Gildas Bazin authored
* modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert. Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter. * modules/video_filter/*: don't forget to detach the vout before destroying it.
-
Derk-Jan Hartman authored
Now a complete redesign of the hiding of the mousecursor. - We use higher level functions now (NSCursor). - We only hide if the cursor is over our VLCView - In many exceptions we unhide. This is mainly for multimonitor support.
-