]> git.sesse.net Git - vlc/log
vlc
19 years ago* Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity.
Derk-Jan Hartman [Mon, 2 Aug 2004 00:54:51 +0000 (00:54 +0000)]
* Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity.
  Testing would be welcomed very much.

19 years ago * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
Cyril Deguet [Sun, 1 Aug 2004 20:46:01 +0000 (20:46 +0000)]
  * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)

19 years ago * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
Olivier Teulière [Sun, 1 Aug 2004 16:43:58 +0000 (16:43 +0000)]
 * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
 * doc/skins/skins2-howto.xml: Updated the doc

19 years ago * stream.c: increase precache for stream without title/chapter.
Laurent Aimar [Sun, 1 Aug 2004 16:03:42 +0000 (16:03 +0000)]
 * stream.c: increase precache for stream without title/chapter.

19 years ago * mp4: with ref .mov, don't forget to add the access.
Laurent Aimar [Sun, 1 Aug 2004 15:51:49 +0000 (15:51 +0000)]
 * mp4: with ref .mov, don't forget to add the access.

19 years ago * input.c: mmh better fix for slow/fast (I hope).
Laurent Aimar [Sun, 1 Aug 2004 15:14:43 +0000 (15:14 +0000)]
 * input.c: mmh better fix for slow/fast (I hope).

19 years ago* fix avcodecbuild# prob with h.261
Derk-Jan Hartman [Sun, 1 Aug 2004 14:46:13 +0000 (14:46 +0000)]
* fix avcodecbuild# prob with h.261

19 years ago* all : fix channels selection in the sout options dialog
Benjamin Pracht [Sun, 1 Aug 2004 13:23:53 +0000 (13:23 +0000)]
* all : fix channels selection in the sout options dialog

19 years ago * input: fixed slower/faster rate.
Laurent Aimar [Sun, 1 Aug 2004 09:19:36 +0000 (09:19 +0000)]
 * input: fixed slower/faster rate.

19 years ago * stream.c: call Seek if stream_Read( s, NULL, skip );
Laurent Aimar [Sun, 1 Aug 2004 09:19:06 +0000 (09:19 +0000)]
 * stream.c: call Seek if stream_Read( s, NULL, skip );

19 years ago * modules/control/joystick.c:
Sam Hocevar [Sat, 31 Jul 2004 17:29:44 +0000 (17:29 +0000)]
  * modules/control/joystick.c:
    + Compilation and coding style fixes.
    + Initialise the joystick in Open(), not Run().

19 years ago* all :
Benjamin Pracht [Sat, 31 Jul 2004 17:08:35 +0000 (17:08 +0000)]
* all :
  - Get rid of the old TS over RTP stream output method in OSX interface
  - ab= and vb= parameters are now (hopefully) always updated

19 years ago* print a debug message when our buffer gets it's first data.
Derk-Jan Hartman [Sat, 31 Jul 2004 16:34:53 +0000 (16:34 +0000)]
* print a debug message when our buffer gets it's first data.

19 years ago * opengl.c: support "cube" and "transparent-cube" effect (with the
Cyril Deguet [Sat, 31 Jul 2004 11:38:22 +0000 (11:38 +0000)]
 * opengl.c: support "cube" and "transparent-cube" effect (with the
 --opengl-effect option). Now MacOSX guys you can write the opengl provider
 interface ;)

19 years agomodules/stream_output/rtp.c:
Derk-Jan Hartman [Sat, 31 Jul 2004 00:23:29 +0000 (00:23 +0000)]
modules/stream_output/rtp.c:
* set the required t= SDP parameter
* added config options for description, url and email
* send SDPs with description, url and email info when available
* add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)

19 years ago* SDP should use \r\n instead of \n
Derk-Jan Hartman [Fri, 30 Jul 2004 21:38:09 +0000 (21:38 +0000)]
* SDP should use \r\n instead of \n
* Added nice SDP TODO lists. 17 outstanding issues in RTP announces.

19 years ago * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
Sam Hocevar [Fri, 30 Jul 2004 21:13:17 +0000 (21:13 +0000)]
  * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
    + Fixed compiler warnings.

19 years ago * mozilla/vlcpeer.cpp: proper float->int cast.
Sam Hocevar [Fri, 30 Jul 2004 21:00:08 +0000 (21:00 +0000)]
  * mozilla/vlcpeer.cpp: proper float->int cast.

19 years ago * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
Sam Hocevar [Fri, 30 Jul 2004 20:57:56 +0000 (20:57 +0000)]
  * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
    + Fixed compiler warnings due to bad argument types.

19 years ago * src/video_output/video_output.c:
Sam Hocevar [Fri, 30 Jul 2004 20:51:05 +0000 (20:51 +0000)]
  * src/video_output/video_output.c:
    + Fixed an undefined function warning.

19 years ago * modules/video_filter/invert.c: don't cast lvalues.
Sam Hocevar [Fri, 30 Jul 2004 20:49:44 +0000 (20:49 +0000)]
  * modules/video_filter/invert.c: don't cast lvalues.

19 years ago * modules/codec/cmml/browser_open.c:
Sam Hocevar [Fri, 30 Jul 2004 17:39:27 +0000 (17:39 +0000)]
  * modules/codec/cmml/browser_open.c:
    + Fixed a compilation warning due to a missing return value.

19 years ago * boostrap:
Sam Hocevar [Fri, 30 Jul 2004 15:46:01 +0000 (15:46 +0000)]
  * boostrap:
    + Remove the autotools directory and recreate it (forgot to commit that
      file before).

19 years ago* check correct build# of libavcodec for SNOW support
Derk-Jan Hartman [Fri, 30 Jul 2004 13:18:53 +0000 (13:18 +0000)]
* check correct build# of libavcodec for SNOW support

19 years ago* Fix OSX build of dvdnav
Derk-Jan Hartman [Fri, 30 Jul 2004 10:36:51 +0000 (10:36 +0000)]
* Fix OSX build of dvdnav

19 years agoCompile fix
Rémi Denis-Courmont [Fri, 30 Jul 2004 09:24:32 +0000 (09:24 +0000)]
Compile fix

19 years ago * autotools: no longer manage this directory with SVN.
Sam Hocevar [Fri, 30 Jul 2004 09:23:37 +0000 (09:23 +0000)]
  * autotools: no longer manage this directory with SVN.

19 years ago * autotools: no longer manage this directory with SVN.
Sam Hocevar [Fri, 30 Jul 2004 09:23:08 +0000 (09:23 +0000)]
  * autotools: no longer manage this directory with SVN.

19 years ago * rtp: added port-audio and port-video option (for default port).
Laurent Aimar [Thu, 29 Jul 2004 18:48:01 +0000 (18:48 +0000)]
 * rtp: added port-audio and port-video option (for default port).

19 years ago* modules/codec/toolame.c: compilation fix.
Gildas Bazin [Thu, 29 Jul 2004 18:43:22 +0000 (18:43 +0000)]
* modules/codec/toolame.c: compilation fix.

19 years ago* modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http...
Gildas Bazin [Thu, 29 Jul 2004 18:15:38 +0000 (18:15 +0000)]
* modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.

19 years ago* modules/access/http.c: --http-reconnect option to automatically try to reconnect...
Gildas Bazin [Thu, 29 Jul 2004 15:50:20 +0000 (15:50 +0000)]
* modules/access/http.c: --http-reconnect option to automatically try to reconnect in case the connection was untimely closed (enabled by default for ICY/Icecast web radios).

19 years ago * debian/patches/20_configure.dpatch:
Sam Hocevar [Thu, 29 Jul 2004 15:40:26 +0000 (15:40 +0000)]
  * debian/patches/20_configure.dpatch:
    + Fixed generated macros.

19 years ago * debian/rules:
Sam Hocevar [Thu, 29 Jul 2004 15:28:00 +0000 (15:28 +0000)]
  * debian/rules:
    + Switch build system to dpatch.

19 years ago* ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
Derk-Jan Hartman [Thu, 29 Jul 2004 15:27:57 +0000 (15:27 +0000)]
* ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting

19 years ago* vcdx Coding style fixes.
Derk-Jan Hartman [Thu, 29 Jul 2004 15:18:04 +0000 (15:18 +0000)]
* vcdx Coding style fixes.

19 years ago * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
Sam Hocevar [Thu, 29 Jul 2004 15:02:16 +0000 (15:02 +0000)]
  * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
    no inline asm version is available for this module.

19 years ago* added declares for the checkboxes in the nib to control the rtp-sout-modul
Felix Paul Kühne [Thu, 29 Jul 2004 14:03:19 +0000 (14:03 +0000)]
* added declares for the checkboxes in the nib to control the rtp-sout-modul

19 years ago* src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because...
Gildas Bazin [Thu, 29 Jul 2004 08:50:52 +0000 (08:50 +0000)]
* src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)

19 years ago * rtp: sdp can now be exported as a file (sdp=file://filename).
Laurent Aimar [Wed, 28 Jul 2004 22:39:52 +0000 (22:39 +0000)]
 * rtp: sdp can now be exported as a file (sdp=file://filename).
 Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)

19 years agoAdded a RTP (New) stream outpu method for the rtp sout module. Still lot of work...
Benjamin Pracht [Wed, 28 Jul 2004 15:57:33 +0000 (15:57 +0000)]
Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.

19 years ago contrib/src/Makefile: fixed OS X breakage
Eric Petit [Wed, 28 Jul 2004 14:53:16 +0000 (14:53 +0000)]
 contrib/src/Makefile: fixed OS X breakage

19 years ago BeOS libdvdnav patch
Eric Petit [Wed, 28 Jul 2004 14:28:01 +0000 (14:28 +0000)]
 BeOS libdvdnav patch

19 years ago configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
Eric Petit [Wed, 28 Jul 2004 10:48:44 +0000 (10:48 +0000)]
 configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)

19 years ago* modules/codec/ffmpeg/*:
Gildas Bazin [Wed, 28 Jul 2004 10:37:24 +0000 (10:37 +0000)]
* modules/codec/ffmpeg/*:
  - added fourcc for SNOW and DTS.
  - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.

19 years ago* modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
Derk-Jan Hartman [Wed, 28 Jul 2004 10:04:59 +0000 (10:04 +0000)]
* modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://

19 years ago configure.ac: typo
Eric Petit [Wed, 28 Jul 2004 07:48:30 +0000 (07:48 +0000)]
 configure.ac: typo

19 years agoMacOSX intf work
Derk-Jan Hartman [Wed, 28 Jul 2004 00:36:48 +0000 (00:36 +0000)]
MacOSX intf work

* vout_Control implemented for macosx
* position slider fixed
* p_input manage loops fixed (buttons, playstatus etc)
* float on top works again
* visual filters work
* deinterlace filter selection broken
* fullscreen button is not being updated atm
* potential deadlocks between intf thread and vout thread???
* the window title might not always be updated.

OSX devs, please test as much as you can. This was all fairly low level stuff.
We need to test it properly.

19 years ago* More code cleanup for OSX vout. Man what a mess this is :)
Derk-Jan Hartman [Tue, 27 Jul 2004 21:11:07 +0000 (21:11 +0000)]
* More code cleanup for OSX vout. Man what a mess this is :)

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