]> git.sesse.net Git - vlc/log
vlc
21 years agoBug in ReadDirectory() it results in empty file/directory names in the user interface...
Jean-Paul Saman [Wed, 30 Oct 2002 22:42:26 +0000 (22:42 +0000)]
Bug in ReadDirectory() it results in empty file/directory names in the user interface. It makes the file list box unusable.
The strange thing is that routine scandir() returns the correct number of entries in the directory, but namelist[i]->d_name is empty (??) ;-(

21 years agoAdded GPE support to familiar interface. Use --with-gpe-prefix=<installation-dir...
Jean-Paul Saman [Tue, 29 Oct 2002 20:59:50 +0000 (20:59 +0000)]
Added GPE support to familiar interface. Use --with-gpe-prefix=<installation-dir> to enable it.

21 years agoSolved merge conflicts
Jean-Paul Saman [Tue, 29 Oct 2002 20:58:37 +0000 (20:58 +0000)]
Solved merge conflicts

21 years ago?
Jean-Paul Saman [Tue, 29 Oct 2002 20:53:30 +0000 (20:53 +0000)]
?

21 years agoGPE is integrated in familiar files.
Jean-Paul Saman [Tue, 29 Oct 2002 20:52:54 +0000 (20:52 +0000)]
GPE is integrated in familiar files.

21 years agoAdded HAVE_GPE_INIT_H define for autodetection of libgpewidget and GPE headerfiles.
Jean-Paul Saman [Tue, 29 Oct 2002 20:49:01 +0000 (20:49 +0000)]
Added HAVE_GPE_INIT_H define for autodetection of libgpewidget and GPE headerfiles.

21 years agoFamiliar packaging files.
Jean-Paul Saman [Tue, 29 Oct 2002 20:51:32 +0000 (20:51 +0000)]
Familiar packaging files.

21 years ago* ALL: changes to reflect the fact that libdvdcss now needs a colon after
Gildas Bazin [Tue, 29 Oct 2002 19:16:35 +0000 (19:16 +0000)]
* ALL: changes to reflect the fact that libdvdcss now needs a colon after
   the DVD drive letter.

21 years ago * ./src/misc/modules.c: plugin extension check is now case unsensitive.
Sam Hocevar [Tue, 29 Oct 2002 18:59:40 +0000 (18:59 +0000)]
  * ./src/misc/modules.c: plugin extension check is now case unsensitive.

21 years ago * plugins/dsp/aout_dsp.c: replaced O_NONBLOCK by O_NDELAY, and put the device
Johan Bilien [Mon, 28 Oct 2002 23:49:05 +0000 (23:49 +0000)]
  * plugins/dsp/aout_dsp.c: replaced O_NONBLOCK by O_NDELAY, and put the device
    back in blocking mode once open (the xine way)

21 years ago* Bumped up revision number to 0.4.6.
Christophe Massiot [Mon, 28 Oct 2002 23:00:26 +0000 (23:00 +0000)]
* Bumped up revision number to 0.4.6.

21 years ago * plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command,
Johan Bilien [Mon, 28 Oct 2002 22:48:45 +0000 (22:48 +0000)]
  * plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command,
    so that if /dev/dsp is used, vlc tries with other plugins (like esd).

21 years ago* plugins/directx/vout_directx.c: fixed a nasty segfault on initialization.
Gildas Bazin [Mon, 28 Oct 2002 20:03:07 +0000 (20:03 +0000)]
* plugins/directx/vout_directx.c: fixed a nasty segfault on initialization.

21 years ago * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
Christophe Massiot [Thu, 24 Oct 2002 21:08:28 +0000 (21:08 +0000)]
  * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
    interface address is given.

21 years ago* Fixed a warning.
Christophe Massiot [Wed, 16 Oct 2002 23:13:00 +0000 (23:13 +0000)]
* Fixed a warning.

21 years agoFixed VCD detection under MacOS X.
Christophe Massiot [Tue, 15 Oct 2002 23:00:55 +0000 (23:00 +0000)]
Fixed VCD detection under MacOS X.

21 years ago* plugins/mpeg_system/mpeg_ts.c: grmbl... fixed a stupid include problem.
Gildas Bazin [Tue, 15 Oct 2002 20:26:21 +0000 (20:26 +0000)]
* plugins/mpeg_system/mpeg_ts.c: grmbl... fixed a stupid include problem.

21 years agoUpdate for 0.4.5 release.
Alexis de Lattre [Mon, 14 Oct 2002 21:42:58 +0000 (21:42 +0000)]
Update for 0.4.5 release.
Update of the description.

21 years ago* plugins/lpcm_adec/lpcm_adec.c: fix for broken lpcm plugin on little endian
Gildas Bazin [Mon, 14 Oct 2002 16:27:44 +0000 (16:27 +0000)]
* plugins/lpcm_adec/lpcm_adec.c: fix for broken lpcm plugin on little endian
   machines (from Meuuh).

21 years agoFixed a typo.
Christophe Massiot [Sun, 13 Oct 2002 23:00:23 +0000 (23:00 +0000)]
Fixed a typo.

21 years agoAdded recent ipkg files in the tarball.
Christophe Massiot [Sun, 13 Oct 2002 22:51:45 +0000 (22:51 +0000)]
Added recent ipkg files in the tarball.

21 years agoUpdated Mac OS X README.
Christophe Massiot [Sun, 13 Oct 2002 22:34:21 +0000 (22:34 +0000)]
Updated Mac OS X README.

21 years agoRemoved dead-code.
Jean-Paul Saman [Sun, 13 Oct 2002 20:20:46 +0000 (20:20 +0000)]
Removed dead-code.

21 years agoAdded missing url prefix.
Jean-Paul Saman [Sun, 13 Oct 2002 14:27:49 +0000 (14:27 +0000)]
Added missing url prefix.

21 years ago* configure.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
Gildas Bazin [Sat, 12 Oct 2002 21:26:26 +0000 (21:26 +0000)]
* configure.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
* plugins/mpeg_system/mpeg_ts.c: added an #include <stdint.h> to make mingw32 happy.

21 years ago* configure.in: slight modifications to the last mingw32 build fix.
Gildas Bazin [Sat, 12 Oct 2002 19:59:33 +0000 (19:59 +0000)]
* configure.in: slight modifications to the last mingw32 build fix.

21 years ago* configure.in: fix for the mingw32 build. We check if we need to explicitly
Gildas Bazin [Sat, 12 Oct 2002 19:47:39 +0000 (19:47 +0000)]
* configure.in: fix for the mingw32 build. We check if we need to explicitly
   link with the mingwex library (needed for dirent support with new mingw32
   runtimes).

21 years ago* Updated FAQ.
Christophe Massiot [Fri, 11 Oct 2002 23:44:02 +0000 (23:44 +0000)]
* Updated FAQ.
* Updated project files for 0.4.5 release.

21 years ago * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
Sam Hocevar [Fri, 11 Oct 2002 21:17:29 +0000 (21:17 +0000)]
  * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
    linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.

21 years agovideo output has better handling of settings. it remembers flags like fullscreen...
Stephan Assmus [Fri, 11 Oct 2002 14:18:17 +0000 (14:18 +0000)]
video output has better handling of settings. it remembers flags like fullscreen, aspect ratio correction and on-top-all-windows fell across multiple files in the playlist and also across program launches

21 years ago* src/interface/main.c, src/misc/modules.c: added a quick hack for a
Gildas Bazin [Fri, 11 Oct 2002 09:01:18 +0000 (09:01 +0000)]
* src/interface/main.c, src/misc/modules.c: added a quick hack for a
   --plugin-path command line option.
* INSTALL.win32: removed note about running in administrator mode to play
   a DVD.

21 years agouser can now drop a DVD disk icon onto the interface or playlist window to open a DVD
Stephan Assmus [Fri, 11 Oct 2002 00:46:59 +0000 (00:46 +0000)]
user can now drop a DVD disk icon onto the interface or playlist window to open a DVD

21 years ago* Updated 0.4.5 Changelog.
Christophe Massiot [Thu, 10 Oct 2002 22:51:02 +0000 (22:51 +0000)]
* Updated 0.4.5 Changelog.
* Bumped up revision number to 0.4.5.
* Do not use vasprint on Mac OS X because X.1 doesn't have that.

21 years agoHandling of URL is now fixed.
Jean-Paul Saman [Thu, 10 Oct 2002 20:33:12 +0000 (20:33 +0000)]
Handling of URL is now fixed.

21 years agoimproved title and chapter navigation in BeOS GUI, added LCD type info view displayin...
Stephan Assmus [Wed, 9 Oct 2002 15:29:52 +0000 (15:29 +0000)]
improved title and chapter navigation in BeOS GUI, added LCD type info view displaying current file, title, chapter and elapsed time

21 years agoForgot to remove progressbar code.
Jean-Paul Saman [Mon, 7 Oct 2002 21:49:53 +0000 (21:49 +0000)]
Forgot to remove progressbar code.

21 years agoFixes for for Familiar Linux.
Jean-Paul Saman [Mon, 7 Oct 2002 21:37:11 +0000 (21:37 +0000)]
Fixes for for Familiar Linux.

21 years agoDependencies for SDLAudio (esd/esddsp) and instalation script fixes.
Jean-Paul Saman [Mon, 7 Oct 2002 21:28:53 +0000 (21:28 +0000)]
Dependencies for SDLAudio (esd/esddsp) and instalation script fixes.

21 years agoPatch for using libgpewidget library for full GPE support.
Jean-Paul Saman [Sun, 6 Oct 2002 20:23:17 +0000 (20:23 +0000)]
Patch for using libgpewidget library for full GPE support.

21 years agoAdding patch for using GPE specific libraries.
Jean-Paul Saman [Sun, 6 Oct 2002 19:59:21 +0000 (19:59 +0000)]
Adding patch for using GPE specific libraries.

21 years agoAdded control file for Familiar GPE build. There are three control files now:
Jean-Paul Saman [Sun, 6 Oct 2002 19:39:06 +0000 (19:39 +0000)]
Added control file for Familiar GPE build. There are three control files now:
- control : depends on task-x and sdl only for backwards compatibility of familiar v0.5.3.
- control.gpe : depends on gpe specific libraries (gpe.handhelds.org) for familiar v0.6 and onwards.
- control.opie : depends on qt embedded libraries (opie.handhelds.org) for familiar v0.6 and onwards.

21 years agoUpdated rules
Jean-Paul Saman [Sun, 6 Oct 2002 19:35:22 +0000 (19:35 +0000)]
Updated rules

21 years agoFamiliar GPE packaging files.
Jean-Paul Saman [Sun, 6 Oct 2002 19:24:40 +0000 (19:24 +0000)]
Familiar GPE packaging files.

21 years agoRename ipkg/patch to sdl.patch
Jean-Paul Saman [Sun, 6 Oct 2002 19:23:50 +0000 (19:23 +0000)]
Rename ipkg/patch to sdl.patch

21 years agoGPE packaging files.
Jean-Paul Saman [Sun, 6 Oct 2002 19:15:38 +0000 (19:15 +0000)]
GPE packaging files.

21 years agoFiles for gpe package.
Jean-Paul Saman [Sun, 6 Oct 2002 19:01:34 +0000 (19:01 +0000)]
Files for gpe package.

21 years agoMore GPE packaging stuff for Familiar Linux distribution.
Jean-Paul Saman [Sun, 6 Oct 2002 18:56:32 +0000 (18:56 +0000)]
More GPE packaging stuff for Familiar Linux distribution.

21 years agoGPE menu launch script for iPaq port.
Jean-Paul Saman [Sun, 6 Oct 2002 11:47:27 +0000 (11:47 +0000)]
GPE menu launch script for iPaq port.

21 years ago* Backported RTP access module from HEAD.
Christophe Massiot [Thu, 3 Oct 2002 22:14:58 +0000 (22:14 +0000)]
* Backported RTP access module from HEAD.
* Fixed a compile issue in the HTTP plug-in.

21 years agoFound bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR}
Jean-Paul Saman [Thu, 3 Oct 2002 21:14:05 +0000 (21:14 +0000)]
Found bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR}

21 years agovlc launch script for opie.
Jean-Paul Saman [Thu, 3 Oct 2002 21:10:32 +0000 (21:10 +0000)]
vlc launch script for opie.

21 years agoUpdated for opie
Jean-Paul Saman [Thu, 3 Oct 2002 21:01:22 +0000 (21:01 +0000)]
Updated for opie

21 years ago* FAQ: updated FAQ with config file issues.
Gildas Bazin [Thu, 3 Oct 2002 16:44:42 +0000 (16:44 +0000)]
* FAQ: updated FAQ with config file issues.
* configure.in, configure: user -mms-bitfields instead of -fnative-struct
   for mingw32 gcc-3.x.
* include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c,
   plugins/text/rc.c: Display message on Win32 explaining how to get back
   to the GUI mode.
* include/threads_funcs.h, src/misc/win32_specific.c: ignore the
   win9x-cv-method config option on WinNT when fast-mutex is not enabled.

21 years agoAdded author Gerald Hansink of Qt Embedded Video Output to AUTHORS list.
Jean-Paul Saman [Thu, 3 Oct 2002 09:21:55 +0000 (09:21 +0000)]
Added author Gerald Hansink of Qt Embedded Video Output to AUTHORS list.

21 years agoFamiliar interface works (tested on Intel).
Jean-Paul Saman [Wed, 2 Oct 2002 21:41:50 +0000 (21:41 +0000)]
Familiar interface works (tested on Intel).

21 years agoPreference option automatic playing of selected files works.
Jean-Paul Saman [Wed, 2 Oct 2002 20:12:02 +0000 (20:12 +0000)]
Preference option automatic playing of selected files works.

21 years agoDirectory browsing and files from file list works. There is one caveat left when...
Jean-Paul Saman [Wed, 2 Oct 2002 19:58:45 +0000 (19:58 +0000)]
Directory browsing and files from file list works. There is one caveat left when vlc is built with --enable-plugins then when browsing directories and run from the source-tree it suddenly cannot find it's plugins anymore.
When installed everything is fine.

21 years agoFor people who have several network interfaces, added a --iface-addr option
Christophe Massiot [Tue, 1 Oct 2002 22:29:09 +0000 (22:29 +0000)]
For people who have several network interfaces, added a --iface-addr option
to select which interface to use for multicast sockets.

21 years agoFinally fixed the A/52 TS input.
Christophe Massiot [Tue, 1 Oct 2002 21:55:53 +0000 (21:55 +0000)]
Finally fixed the A/52 TS input.

21 years agoPlaying of files is not working yet! But it is getting closer.
Jean-Paul Saman [Tue, 1 Oct 2002 21:17:52 +0000 (21:17 +0000)]
Playing of files is not working yet! But it is getting closer.

21 years ago* plugins/directs/vout_events.c: added an "Always on top" option in the
Olivier Teulière [Tue, 1 Oct 2002 20:17:01 +0000 (20:17 +0000)]
* plugins/directs/vout_events.c: added an "Always on top" option in the
  system menu

21 years agoInterface for Familiar Linux does not segfault anymore. Still to fix playing of files.
Jean-Paul Saman [Tue, 1 Oct 2002 19:46:47 +0000 (19:46 +0000)]
Interface for Familiar Linux does not segfault anymore. Still to fix playing of files.

21 years agoInterface exits cleanly now.
Jean-Paul Saman [Tue, 1 Oct 2002 19:13:14 +0000 (19:13 +0000)]
Interface exits cleanly now.

21 years agoBUGS to solve:
Jean-Paul Saman [Mon, 30 Sep 2002 22:01:43 +0000 (22:01 +0000)]
BUGS to solve:
- interface does not exit
- selecting a directory produces segmentation fault in function ReadDirectory()

21 years agoFamiliar Linux Gtk+ based interface backported from vlc-0.5.0 cvs. This is not a...
Jean-Paul Saman [Mon, 30 Sep 2002 20:37:13 +0000 (20:37 +0000)]
Familiar Linux Gtk+ based interface backported from vlc-0.5.0 cvs. This is not a working version, it segfaults open selecting a directory.

21 years agoAdding Qt Embedded video output module from original author Gerald Hansink (gerald...
Jean-Paul Saman [Mon, 30 Sep 2002 20:32:46 +0000 (20:32 +0000)]
Adding Qt Embedded video output module from original author Gerald Hansink (gerald.hansikn@ordina.nl). Thanks Gerald!

21 years agoConfiguration, compile and build settings for:
Jean-Paul Saman [Mon, 30 Sep 2002 20:13:19 +0000 (20:13 +0000)]
Configuration, compile and build settings for:
- Familiar Linux Gtk+ interface
- Qt Embedded video ouput
- preparations for opie interface.

21 years agoAdding files for ipkg packaging system off Familiar Linux.
Jean-Paul Saman [Mon, 30 Sep 2002 19:55:52 +0000 (19:55 +0000)]
Adding files for ipkg packaging system off Familiar Linux.

21 years agoAdding icons for familiar interface.
Jean-Paul Saman [Mon, 30 Sep 2002 19:53:50 +0000 (19:53 +0000)]
Adding icons for familiar interface.

21 years agoForgot to `cvs add' ;)
Eric Petit [Sun, 29 Sep 2002 12:06:08 +0000 (12:06 +0000)]
Forgot to `cvs add' ;)

21 years agoBeOS enhancements by Stephan Assmus :
Eric Petit [Sun, 29 Sep 2002 12:04:28 +0000 (12:04 +0000)]
BeOS enhancements by Stephan Assmus :
  - many fixes
  - added ability to open a file by dropping it onto the vlc icon
  - blanks cursor when no activity
  - added "Speed" menu
  - made nicer look similar to BeOS MediaPlayer
  - playlist now functioning
  - screen capture option
  - and more...

21 years ago* Fixed my A/52 fix.
Christophe Massiot [Thu, 26 Sep 2002 22:43:45 +0000 (22:43 +0000)]
* Fixed my A/52 fix.

21 years agoBackported support for VLS CVS with regards to A/52 streams. Also
Christophe Massiot [Wed, 25 Sep 2002 23:11:54 +0000 (23:11 +0000)]
Backported support for VLS CVS with regards to A/52 streams. Also
backported --vls-backwards-compat option. Please test.

21 years agoAdded Stephan Assmus who is helping with the BeOS Code
Tony Castley [Tue, 3 Sep 2002 12:03:26 +0000 (12:03 +0000)]
Added Stephan Assmus who is helping with the BeOS Code

21 years agosrc/misc/beos_specific.cpp:
Tony Castley [Tue, 3 Sep 2002 12:00:25 +0000 (12:00 +0000)]
src/misc/beos_specific.cpp:
- Implemented VlcApplication::RefsReceived()
- this added ability to open a file by dropping its icon onto the vlc icon
- this makes Open With... work as well
plugins/beos/intf_beos.cpp
- A message is sent to be_app when the interface is created
(needed to support BApplication::RefsReceived())
plugins/beos/vout_beos.cpp
- reacts on Escape and Tab key to switch fullscreen/window mode
- blanks cursor when no activity
- Fixed a memory leak in VideoWindow::ScreenChanged()
- Fixed the ugly scrambled video content before any decoding actually begins
- Added selectable aspect ratio correction
- Added better error handling when setting the drawing mode
plugins/beos/InterfaceWindow.h/.cpp
- Implemented dynamic view layout
- Fixed crashes in MessageReceived() when no file was loaded
- Implemented disabling of menus when no file is loaded
- Added "Speed" menu
- Added ability to enable navigation menu items according to features of current stream
- Cleaned up code somewhat
- Changed parts of LanguageMenu::GetChannels() to show more user friendly and no invalid entries
- better support for muting and volume info
- better support for scrubbing and detection of stopped stream
plugins/beos/MediaControlView.h/.cpp
- Added dynamic layout of elements
- Exchanged rewind/fastforward buttons for skip buttons that skip to the next chapter if stream supports it.
- made nicer looking SeekSlider similar to BeOS MediaPlayer
- made VolumeSlider similar to BeOS MediaPlayer, plus additional features that one doesn't have (muted state)
- got rid of MediaSlider (no need for it anymore)
- detection of stopped stream
plugins/beos/Bitmaps.h
- Added bitmaps for VolumeSlider
plugins/beos/intf_vlc_wrapper.h/.cpp
- added set_volume() and is_muted() functions
- fixed a bug in toggle_muted()

21 years ago * ./plugins/x11/xcommon.c: we include Xmd.h before dpms.h (compilation fix
Sam Hocevar [Fri, 16 Aug 2002 16:25:13 +0000 (16:25 +0000)]
  * ./plugins/x11/xcommon.c: we include Xmd.h before dpms.h (compilation fix
    for Solaris).

21 years ago* Another BeOS fix for people using some recent gcc
Eric Petit [Thu, 15 Aug 2002 17:05:07 +0000 (17:05 +0000)]
* Another BeOS fix for people using some recent gcc
   (that needs libstdc++.r4)

21 years ago * BeOS fixes
Eric Petit [Thu, 15 Aug 2002 16:37:53 +0000 (16:37 +0000)]
 * BeOS fixes

21 years ago* ./plugins/lpcm_adec/lpcm_adec.c: Endianness fix.
Christophe Massiot [Sun, 11 Aug 2002 21:56:04 +0000 (21:56 +0000)]
* ./plugins/lpcm_adec/lpcm_adec.c: Endianness fix.

21 years ago * Small fix for "make dist".
Sam Hocevar [Sat, 10 Aug 2002 23:29:01 +0000 (23:29 +0000)]
  * Small fix for "make dist".

21 years agoUpdated release date.
Christophe Massiot [Sat, 10 Aug 2002 23:20:13 +0000 (23:20 +0000)]
Updated release date.

21 years ago * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.
Sam Hocevar [Sat, 10 Aug 2002 19:40:04 +0000 (19:40 +0000)]
  * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.

21 years ago * Updated ChangeLog.
Sam Hocevar [Wed, 7 Aug 2002 21:41:53 +0000 (21:41 +0000)]
  * Updated ChangeLog.

21 years ago* ./src/audio_output/audio_output.c: Partially disabled what I just did
Christophe Massiot [Wed, 7 Aug 2002 21:35:24 +0000 (21:35 +0000)]
* ./src/audio_output/audio_output.c: Partially disabled what I just did
  because it might be a source of unstability on some architectures.

21 years ago* Bumped up version number to 0.4.4.
Christophe Massiot [Wed, 7 Aug 2002 20:42:37 +0000 (20:42 +0000)]
* Bumped up version number to 0.4.4.
* ./plugins/spudec/spu_decoder.c: Fixed a moronic endianness bug.
* ./src/audio_output/audio_output.c: The default rate is now fetched from
  the audio decoder, so avoid unnecessary resampling.

21 years agoMoved MODULES, for the same reason as in the unstable tree.
Christophe Massiot [Wed, 7 Aug 2002 19:59:02 +0000 (19:59 +0000)]
Moved MODULES, for the same reason as in the unstable tree.

21 years ago* Added a --dvd-css-method config option to the dvd plugin. This is implemented with
Gildas Bazin [Thu, 1 Aug 2002 12:59:43 +0000 (12:59 +0000)]
* Added a --dvd-css-method config option to the dvd plugin. This is implemented with
putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
allow us to change this value using the API!

21 years ago* include/threads_funcs.h: fixed the --fast-mutex option.
Gildas Bazin [Tue, 30 Jul 2002 07:54:05 +0000 (07:54 +0000)]
* include/threads_funcs.h: fixed the --fast-mutex option.

21 years ago* plugins/directx/vout_directx.*: the directx vout plugin now uses the
Gildas Bazin [Mon, 29 Jul 2002 16:22:14 +0000 (16:22 +0000)]
* plugins/directx/vout_directx.*: the directx vout plugin now uses the
IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
support WinNT4+DirectX3.
Added support for YUY2 overlays because a few graphics cards only support this.
Some code cleanup too.
* plugins/directx/vout_events.c: small bugfix.

21 years ago* plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should...
Gildas Bazin [Mon, 29 Jul 2002 16:15:49 +0000 (16:15 +0000)]
* plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
work (untested) although we'll need to find a way to replace if_nametoindex() to have a
fully functionnal win32 port.

21 years ago* include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
Gildas Bazin [Mon, 29 Jul 2002 16:12:24 +0000 (16:12 +0000)]
* include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. Additional vlc_cond_*
implementations for Win9x.
* src/interface/main.c: renamed --fast_pthread option into --fast-mutex. Added a
--win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.

21 years ago Backport my little kludge to play avi created by ffmpeg. ( I've forgotten
Laurent Aimar [Fri, 26 Jul 2002 19:39:11 +0000 (19:39 +0000)]
 Backport my little kludge to play avi created by ffmpeg. ( I've forgotten
to do this ).

21 years agoHaven't thought that maybe people don't want their email to appear on the
Christophe Massiot [Fri, 26 Jul 2002 00:06:44 +0000 (00:06 +0000)]
Haven't thought that maybe people don't want their email to appear on the
Web :p.

21 years ago* ./README.MacOSX.rtf : updated README.
Christophe Massiot [Thu, 25 Jul 2002 22:46:26 +0000 (22:46 +0000)]
* ./README.MacOSX.rtf : updated README.
* ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
  David Eldred <*******@apple.com>.

21 years ago* ./README.MacOSX.rtf : updated README.
Christophe Massiot [Thu, 25 Jul 2002 22:46:26 +0000 (22:46 +0000)]
* ./README.MacOSX.rtf : updated README.
* ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
  David Eldred <skipper@apple.com>.

21 years ago * ./include/threads_funcs.h: Win32 compilation fix.
Sam Hocevar [Thu, 25 Jul 2002 22:23:52 +0000 (22:23 +0000)]
  * ./include/threads_funcs.h: Win32 compilation fix.

21 years agoBumped up version number to 0.4.3.
Christophe Massiot [Thu, 25 Jul 2002 22:12:52 +0000 (22:12 +0000)]
Bumped up version number to 0.4.3.

21 years ago* Fixed f*cking QuickTime 6 bug (which in turn happened to be our fault
Christophe Massiot [Thu, 25 Jul 2002 21:49:02 +0000 (21:49 +0000)]
* Fixed f*cking QuickTime 6 bug (which in turn happened to be our fault
:*-((((((((((((()

21 years ago plugins/access/http.c: backported my last commit on request from sam
Sigmund Augdal Helberg [Thu, 25 Jul 2002 20:22:17 +0000 (20:22 +0000)]
  plugins/access/http.c: backported my last commit on request from sam

21 years ago * updated ChangeLog.
Sam Hocevar [Thu, 25 Jul 2002 19:55:42 +0000 (19:55 +0000)]
  * updated ChangeLog.