]> git.sesse.net Git - vlc/log
vlc
19 years ago-
Derk-Jan Hartman [Tue, 27 Jul 2004 16:20:32 +0000 (16:20 +0000)]
-

19 years ago* screen module for OSX. Does not yet work. Seems close, but can't find the problem...
Derk-Jan Hartman [Tue, 27 Jul 2004 16:16:31 +0000 (16:16 +0000)]
* screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..

19 years ago* ( p_vout->p_module && p_vout->p_module ) how pointless
Derk-Jan Hartman [Tue, 27 Jul 2004 15:07:15 +0000 (15:07 +0000)]
* ( p_vout->p_module && p_vout->p_module ) how pointless

19 years ago* src/libvlc.h: cleanup in the hotkeys definitions.
Gildas Bazin [Tue, 27 Jul 2004 11:33:26 +0000 (11:33 +0000)]
* src/libvlc.h: cleanup in the hotkeys definitions.

19 years ago* release what you find. (this looks like a very old bug)
Derk-Jan Hartman [Tue, 27 Jul 2004 10:54:50 +0000 (10:54 +0000)]
* release what you find. (this looks like a very old bug)

19 years ago gettext BeOS patch is no longer necessary
Eric Petit [Tue, 27 Jul 2004 08:05:31 +0000 (08:05 +0000)]
 gettext BeOS patch is no longer necessary

19 years ago* updated the used gettext version to 0.14.1
Felix Paul Kühne [Mon, 26 Jul 2004 23:37:03 +0000 (23:37 +0000)]
* updated the used gettext version to 0.14.1

19 years ago* Fix dts building on mac
Derk-Jan Hartman [Mon, 26 Jul 2004 21:29:33 +0000 (21:29 +0000)]
* Fix dts building on mac

19 years ago* remove patch that is no longer necessary.
Derk-Jan Hartman [Mon, 26 Jul 2004 20:30:14 +0000 (20:30 +0000)]
* remove patch that is no longer necessary.

19 years ago* modules/access/screen/*: added svn properties.
Gildas Bazin [Mon, 26 Jul 2004 20:29:24 +0000 (20:29 +0000)]
* modules/access/screen/*: added svn properties.

19 years ago* fix libebml and libmatroska downloads
Derk-Jan Hartman [Mon, 26 Jul 2004 19:49:05 +0000 (19:49 +0000)]
* fix libebml and libmatroska downloads

19 years ago screen/beos.cpp: test before you commit
Eric Petit [Mon, 26 Jul 2004 17:54:12 +0000 (17:54 +0000)]
 screen/beos.cpp: test before you commit

19 years ago * opengl.c: clear the color buffer before rendering
Cyril Deguet [Mon, 26 Jul 2004 17:03:00 +0000 (17:03 +0000)]
 * opengl.c: clear the color buffer before rendering

19 years ago ALL: splitted screen module (needed as BeOS requires C++)
Eric Petit [Mon, 26 Jul 2004 15:06:48 +0000 (15:06 +0000)]
 ALL: splitted screen module (needed as BeOS requires C++)

19 years ago* modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in filein...
Gildas Bazin [Mon, 26 Jul 2004 14:10:30 +0000 (14:10 +0000)]
* modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.

19 years ago* modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors...
Gildas Bazin [Mon, 26 Jul 2004 10:27:55 +0000 (10:27 +0000)]
* modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).

19 years ago* configure.ac: should fix detection of libpng.
Gildas Bazin [Mon, 26 Jul 2004 09:28:16 +0000 (09:28 +0000)]
* configure.ac:  should fix detection of libpng.

19 years ago* modules/control/rc.c: removed useless code for the rc-host option.
Gildas Bazin [Sun, 25 Jul 2004 20:39:06 +0000 (20:39 +0000)]
* modules/control/rc.c: removed useless code for the rc-host option.

19 years ago* modules/video_output/x11/*:
Gildas Bazin [Sun, 25 Jul 2004 20:36:28 +0000 (20:36 +0000)]
* modules/video_output/x11/*:
   - fixed exit in embedded mode when fullscreen.
   - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
   - add options to the opengl plugin.

19 years agoUse VLC networking APIs: close -> net_Close, accept -> net_Accept
Rémi Denis-Courmont [Sun, 25 Jul 2004 17:47:05 +0000 (17:47 +0000)]
Use VLC networking APIs: close -> net_Close, accept -> net_Accept

19 years ago* NEWS: updated.
Gildas Bazin [Sun, 25 Jul 2004 08:34:08 +0000 (08:34 +0000)]
* NEWS: updated.

19 years ago- unlink Unix socket on exit,
Rémi Denis-Courmont [Sun, 25 Jul 2004 08:20:09 +0000 (08:20 +0000)]
- unlink Unix socket on exit,
- bind to ::1 by default if --ipv6 is passed,
- do not overflow Unix socket path,
- use a different option (--rc-unix) for Unix socket.

19 years ago* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
Gildas Bazin [Sun, 25 Jul 2004 07:54:18 +0000 (07:54 +0000)]
* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.

19 years ago* src/misc/net.c, modules/control/rc.c: win32 fixes.
Gildas Bazin [Sat, 24 Jul 2004 23:05:03 +0000 (23:05 +0000)]
* src/misc/net.c, modules/control/rc.c: win32 fixes.

19 years ago* src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
Gildas Bazin [Sat, 24 Jul 2004 22:49:28 +0000 (22:49 +0000)]
* src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
* modules/control/rc.c: added option to listen on a socket instead of only stdin.
   Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.

19 years agoSpecify port in Host: HTTP request header
Rémi Denis-Courmont [Sat, 24 Jul 2004 17:22:40 +0000 (17:22 +0000)]
Specify port in Host: HTTP request header
(thanks to Olivier Lourdais for the report)

19 years agoFixed typo
Rémi Denis-Courmont [Sat, 24 Jul 2004 17:02:26 +0000 (17:02 +0000)]
Fixed typo

19 years ago* modules/access/screen.c: win32 support for screen capture (colors are inverted...
Gildas Bazin [Sat, 24 Jul 2004 16:33:00 +0000 (16:33 +0000)]
* modules/access/screen.c: win32 support for screen capture (colors are inverted right now).

19 years ago* configure.ac: don't build the screen plugin on darwin.
Gildas Bazin [Sat, 24 Jul 2004 13:40:17 +0000 (13:40 +0000)]
* configure.ac: don't build the screen plugin on darwin.

19 years ago * mp4.c: compute avg/max bitrate info. removed a fprintf...
Laurent Aimar [Sat, 24 Jul 2004 12:42:26 +0000 (12:42 +0000)]
 * mp4.c: compute avg/max bitrate info. removed a fprintf...

19 years ago* modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU...
Gildas Bazin [Sat, 24 Jul 2004 12:33:15 +0000 (12:33 +0000)]
* modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).

19 years ago * input: release p_playlist.
Laurent Aimar [Sat, 24 Jul 2004 11:57:47 +0000 (11:57 +0000)]
 * input: release p_playlist.

19 years ago * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
Laurent Aimar [Sat, 24 Jul 2004 11:28:50 +0000 (11:28 +0000)]
 * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
report).

19 years ago * equalizer : [0] isn't cool, use a define.
Laurent Aimar [Sat, 24 Jul 2004 11:12:39 +0000 (11:12 +0000)]
 * equalizer : [0] isn't cool, use a define.

19 years ago* modules/stream_out/display.c: converted to the new input API + re-enabled in the...
Gildas Bazin [Sat, 24 Jul 2004 10:24:11 +0000 (10:24 +0000)]
* modules/stream_out/display.c: converted to the new input API + re-enabled in the build.

19 years agoNEWS, TODO: comprehensive new features update.
Gildas Bazin [Sat, 24 Jul 2004 09:50:14 +0000 (09:50 +0000)]
NEWS, TODO: comprehensive new features update.

19 years ago- really iterate through getaddrinfo(),
Rémi Denis-Courmont [Sat, 24 Jul 2004 09:06:58 +0000 (09:06 +0000)]
- really iterate through getaddrinfo(),
- fixed read after freeaddrinfo() bug,
- removed extraneous debug messages

19 years ago* modules/access/screen.c: new screen capture access module. Only X11 for now but...
Gildas Bazin [Sat, 24 Jul 2004 00:20:19 +0000 (00:20 +0000)]
* modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.

19 years ago* modules/visualization/galaktos/plugin.c: usual test before you commit.
Gildas Bazin [Fri, 23 Jul 2004 18:13:20 +0000 (18:13 +0000)]
* modules/visualization/galaktos/plugin.c: usual test before you commit.

19 years ago* modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
Gildas Bazin [Fri, 23 Jul 2004 18:08:58 +0000 (18:08 +0000)]
* modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.

19 years ago* configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
Gildas Bazin [Fri, 23 Jul 2004 16:43:22 +0000 (16:43 +0000)]
* configure.ac: added glwin32 and fixed linkage of the opengl module on win32.

19 years ago* modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling ...
Gildas Bazin [Fri, 23 Jul 2004 16:36:51 +0000 (16:36 +0000)]
* modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.

19 years ago * configure.ac: fixed the AltiVec capabilities check.
Sam Hocevar [Fri, 23 Jul 2004 16:16:22 +0000 (16:16 +0000)]
  * configure.ac: fixed the AltiVec capabilities check.

19 years ago * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
Sam Hocevar [Fri, 23 Jul 2004 15:16:00 +0000 (15:16 +0000)]
  * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
    to trigger AltiVec optimisations in our generic code.

19 years ago + configure.ac: BeOS dvdread linkage fix
Eric Petit [Fri, 23 Jul 2004 14:19:31 +0000 (14:19 +0000)]
 + configure.ac: BeOS dvdread linkage fix
 + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
 + Makefile.am: fixed BeOS packages generation

19 years ago* modules/video_output/opengl.c: forward control queries to opengl provider.
Gildas Bazin [Fri, 23 Jul 2004 13:37:43 +0000 (13:37 +0000)]
* modules/video_output/opengl.c: forward control queries to opengl provider.

19 years ago* modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
Gildas Bazin [Fri, 23 Jul 2004 12:47:34 +0000 (12:47 +0000)]
* modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
* modules/video_output/directx/events.c: removed unused code.

19 years ago* src/video_output/vout_intf.c: small kludge for opengl providers.
Gildas Bazin [Fri, 23 Jul 2004 12:42:11 +0000 (12:42 +0000)]
* src/video_output/vout_intf.c: small kludge for opengl providers.

19 years ago BeOS contrib bla bla
Eric Petit [Fri, 23 Jul 2004 11:33:25 +0000 (11:33 +0000)]
 BeOS contrib bla bla

19 years agoimproved filter compatibility by favoring current connection media type in subsequent...
Damien Fouilleul [Fri, 23 Jul 2004 10:19:58 +0000 (10:19 +0000)]
improved filter compatibility by favoring current connection media type in subsequent connections

19 years ago + configure.ac: don't build OpenGL support on BeOS although it has gl.h
Eric Petit [Thu, 22 Jul 2004 22:59:50 +0000 (22:59 +0000)]
 + configure.ac: don't build OpenGL support on BeOS although it has gl.h
 + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
   (buggy compiler)
 + modules/gui/beos/*: quick compile fixes
 + modules/video_filter/deinterlace.c: require mmxext instead of mmx
 + Makefile.am: on BeOS, build a VLC bundle a la OS X

19 years ago* modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because...
Gildas Bazin [Thu, 22 Jul 2004 22:36:16 +0000 (22:36 +0000)]
* modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.

19 years ago* modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
Gildas Bazin [Thu, 22 Jul 2004 22:14:42 +0000 (22:14 +0000)]
* modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.

19 years ago* src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
Gildas Bazin [Thu, 22 Jul 2004 21:53:43 +0000 (21:53 +0000)]
* src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?

19 years ago* modules/video_output/x11/glx.c: vlc_opengl.h was removed.
Gildas Bazin [Thu, 22 Jul 2004 21:50:15 +0000 (21:50 +0000)]
* modules/video_output/x11/glx.c: vlc_opengl.h was removed.

19 years ago* Makefile.am: include/vlc_opengl.h was removed.
Gildas Bazin [Thu, 22 Jul 2004 21:30:45 +0000 (21:30 +0000)]
* Makefile.am: include/vlc_opengl.h was removed.

19 years ago* modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
Gildas Bazin [Thu, 22 Jul 2004 21:27:45 +0000 (21:27 +0000)]
* modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
* modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
* modules/visualization/galaktos/*: uses the new "opengl provider" module.

19 years ago contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
Eric Petit [Thu, 22 Jul 2004 16:48:38 +0000 (16:48 +0000)]
 contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)

19 years ago* modules/video_output/x11/glx.c: improvements.
Gildas Bazin [Thu, 22 Jul 2004 16:37:43 +0000 (16:37 +0000)]
* modules/video_output/x11/glx.c: improvements.

19 years ago* modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
Gildas Bazin [Thu, 22 Jul 2004 15:45:54 +0000 (15:45 +0000)]
* modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.

19 years ago equalizer.c: compile fix for old compilers (thx sam)
Eric Petit [Thu, 22 Jul 2004 15:09:42 +0000 (15:09 +0000)]
 equalizer.c: compile fix for old compilers (thx sam)

19 years ago BeOS doesn't know about PF_INET
Eric Petit [Thu, 22 Jul 2004 14:21:59 +0000 (14:21 +0000)]
 BeOS doesn't know about PF_INET

19 years ago netsync.c: converted to unix file because BeOS' gcc chokes on dos files
Eric Petit [Thu, 22 Jul 2004 13:50:35 +0000 (13:50 +0000)]
 netsync.c: converted to unix file because BeOS' gcc chokes on dos files

19 years ago configure.ac: check for png_set_rows in libpng because early versions
Eric Petit [Thu, 22 Jul 2004 13:06:21 +0000 (13:06 +0000)]
 configure.ac: check for png_set_rows in libpng because early versions
 don't have it

19 years ago* frenglish paquets -> packets
Derk-Jan Hartman [Thu, 22 Jul 2004 11:49:14 +0000 (11:49 +0000)]
* frenglish paquets -> packets

19 years ago contrib/*: started to adapt the contrib system for BeOS
Eric Petit [Thu, 22 Jul 2004 08:51:40 +0000 (08:51 +0000)]
 contrib/*: started to adapt the contrib system for BeOS

19 years ago* modules/visualization/galaktos: added svn:ignore property.
Gildas Bazin [Thu, 22 Jul 2004 07:03:22 +0000 (07:03 +0000)]
* modules/visualization/galaktos: added svn:ignore property.

19 years ago* Makefile.am: added include/vlc_opengl.h to the build.
Gildas Bazin [Thu, 22 Jul 2004 06:59:56 +0000 (06:59 +0000)]
* Makefile.am: added include/vlc_opengl.h to the build.

19 years ago * all: created a new module type "opengl provider", which provides a
Cyril Deguet [Wed, 21 Jul 2004 22:38:49 +0000 (22:38 +0000)]
 * all: created a new module type "opengl provider", which provides a
   simple interface to create and use OpenGL windows
 * modules/video_output/x11/glx.c: the GLX vout now implements the
  "opengl provider" interface
 * modules/visualization/galaktos/*: no more dependency on GLX: we use
   the generic opengl provider interface instead.

19 years ago* Example Multipart MJPEG webpage. With cambozola JAVA applet example.
Derk-Jan Hartman [Wed, 21 Jul 2004 19:03:34 +0000 (19:03 +0000)]
* Example Multipart MJPEG webpage. With cambozola JAVA applet example.

19 years ago* Fix the sap module compilation. Compile before you commit strikes once again.....
Derk-Jan Hartman [Wed, 21 Jul 2004 18:45:06 +0000 (18:45 +0000)]
* Fix the sap module compilation. Compile before you commit strikes once again.......

19 years ago* Fix livedotcom API change.
Derk-Jan Hartman [Tue, 20 Jul 2004 23:15:33 +0000 (23:15 +0000)]
* Fix livedotcom API change.
  Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.

19 years ago * glx.c: don't scale the image with the chroma (supposed to speed up
Cyril Deguet [Tue, 20 Jul 2004 22:25:06 +0000 (22:25 +0000)]
  * glx.c: don't scale the image with the chroma (supposed to speed up
    the conversion ??)

19 years ago* recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
Derk-Jan Hartman [Tue, 20 Jul 2004 21:36:51 +0000 (21:36 +0000)]
* recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)

19 years ago * modules/video_output/x11/glx.c: new OpenGL vout for X11.
Cyril Deguet [Tue, 20 Jul 2004 20:25:25 +0000 (20:25 +0000)]
  * modules/video_output/x11/glx.c: new OpenGL vout for X11.
    TODO: - factorization with xcommon.c
          - factorization with glx.c in GaLaktos plugin
          - remove hard-coded values
    (If you don't like the rotating cube, hack the code yourself,
    the variables will come later ! ;)

19 years agoauthor :)
Mohammed Adnène Trojette [Tue, 20 Jul 2004 16:43:36 +0000 (16:43 +0000)]
author :)

19 years agompjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
Sigmund Augdal Helberg [Tue, 20 Jul 2004 11:49:04 +0000 (11:49 +0000)]
mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
This makes the served stream work with cambozola applet.

19 years ago * debian/control:
Sam Hocevar [Tue, 20 Jul 2004 09:53:24 +0000 (09:53 +0000)]
  * debian/control:
    + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
      versions of this library.
    + Recommend the videolan-doc package.
    + Build-conflict on libavcodec-dev, just in case it enters Sid at an
      unappropriate moment.
  * debian/README.Debian:
    + Removed mention of the libmpeg2 tree, which we no longer provide.

19 years ago* src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from...
Gildas Bazin [Tue, 20 Jul 2004 09:23:18 +0000 (09:23 +0000)]
* src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.

19 years ago* darwin buildflag for vlc/libvlc
Derk-Jan Hartman [Mon, 19 Jul 2004 19:41:44 +0000 (19:41 +0000)]
* darwin buildflag for vlc/libvlc

19 years ago * stream.c: fixed seeking near the end of a stream.
Laurent Aimar [Mon, 19 Jul 2004 17:04:45 +0000 (17:04 +0000)]
 * stream.c: fixed seeking near the end of a stream.

19 years ago* modules/demux/ts.c: added support for transport streams with Reed-Solomon (204...
Gildas Bazin [Mon, 19 Jul 2004 14:54:37 +0000 (14:54 +0000)]
* modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).

19 years ago* src/misc/httpd.c: ipv6 win32 fix.
Gildas Bazin [Mon, 19 Jul 2004 09:46:06 +0000 (09:46 +0000)]
* src/misc/httpd.c: ipv6 win32 fix.

19 years ago* modules/control/http.c: portability fix.
Gildas Bazin [Mon, 19 Jul 2004 08:57:42 +0000 (08:57 +0000)]
* modules/control/http.c: portability fix.

19 years ago stream.c: do not drop empty line.
Laurent Aimar [Sun, 18 Jul 2004 17:05:45 +0000 (17:05 +0000)]
 stream.c: do not drop empty line.

19 years ago * subtitle: fixed a small memleak.
Laurent Aimar [Sun, 18 Jul 2004 17:04:44 +0000 (17:04 +0000)]
 * subtitle: fixed a small memleak.

19 years ago * mpga: fixed a memleak+warnings.
Laurent Aimar [Sun, 18 Jul 2004 16:33:02 +0000 (16:33 +0000)]
 * mpga: fixed a memleak+warnings.

19 years ago * all: now both GLX 1.2 and 1.3 are supported
Cyril Deguet [Sun, 18 Jul 2004 13:56:08 +0000 (13:56 +0000)]
 * all: now both GLX 1.2 and 1.3 are supported

19 years ago * ftp: handle multiple lines answers.
Laurent Aimar [Sun, 18 Jul 2004 12:03:37 +0000 (12:03 +0000)]
 * ftp: handle multiple lines answers.

19 years ago* spelling corrections
Derk-Jan Hartman [Sun, 18 Jul 2004 11:25:28 +0000 (11:25 +0000)]
* spelling corrections

19 years ago* additions to TODO list
Derk-Jan Hartman [Sat, 17 Jul 2004 20:43:52 +0000 (20:43 +0000)]
* additions to TODO list

19 years agoFix socket errors handling.
Rémi Denis-Courmont [Sat, 17 Jul 2004 16:56:59 +0000 (16:56 +0000)]
Fix socket errors handling.
Fallback to IPv4 with option --ipv6 if IPv6 fails

19 years agoFallback for UDP if not using IPv4
Rémi Denis-Courmont [Sat, 17 Jul 2004 15:04:42 +0000 (15:04 +0000)]
Fallback for UDP if not using IPv4

19 years agoFix corner case introduced in HTTPd IPv6 patch
Rémi Denis-Courmont [Sat, 17 Jul 2004 14:07:40 +0000 (14:07 +0000)]
Fix corner case introduced in HTTPd IPv6 patch

19 years ago * all: first implementation of a MilkDrop-compatible visualization plugin,
Cyril Deguet [Sat, 17 Jul 2004 13:55:48 +0000 (13:55 +0000)]
  * all: first implementation of a MilkDrop-compatible visualization plugin,
    based on ProjectM (xmms-projectm.sourceforge.net), without the
    dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
    I didn't manage to have it working with the 1.2 API :(
    SGI Pbuffers are not used yet, I didn't manage to have them working
    well either :(
    Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
    With projectM presets, colours look a bit "flashy", I wonder if it
    is normal...
    To compile the plugin, add --enable-galaktos in configure. The only
    dependencies are on X11 and OpenGL libs.
    Enjoy !

19 years agoIPv6 support for HTTPd
Rémi Denis-Courmont [Sat, 17 Jul 2004 12:30:59 +0000 (12:30 +0000)]
IPv6 support for HTTPd

19 years ago* strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
Derk-Jan Hartman [Sat, 17 Jul 2004 11:51:46 +0000 (11:51 +0000)]
* strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
  added configure.ac check and use strtod with cast as backup since it is ANSI C

19 years agoCheck for getnameinfo() - required for later patch
Rémi Denis-Courmont [Sat, 17 Jul 2004 11:50:43 +0000 (11:50 +0000)]
Check for getnameinfo() - required for later patch

19 years ago* libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
Derk-Jan Hartman [Fri, 16 Jul 2004 23:04:57 +0000 (23:04 +0000)]
* libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)

19 years ago* no more need for unistd.h patch in rtsp.c of ffmpeg either
Derk-Jan Hartman [Fri, 16 Jul 2004 21:05:52 +0000 (21:05 +0000)]
* no more need for unistd.h patch in rtsp.c of ffmpeg either