]> git.sesse.net Git - vlc/log
vlc
17 years agopython bindings:
Olivier Aubert [Tue, 6 Mar 2007 14:44:54 +0000 (14:44 +0000)]
python bindings:
 * use Py_ssize_t as index type (cf http://www.python.org/dev/peps/pep-0353/)
 * fix audio_[gs]et_channel parameter/return value type

17 years agoinclude/vlc/mediacontrol.h: mark mediacontrol method as VLC_PUBLIC_API
Olivier Aubert [Tue, 6 Mar 2007 14:19:09 +0000 (14:19 +0000)]
include/vlc/mediacontrol.h: mark mediacontrol method as VLC_PUBLIC_API

17 years agoBoundary check (though it was a shoot-yourself-in-the-foot one)
Rémi Denis-Courmont [Mon, 5 Mar 2007 21:36:07 +0000 (21:36 +0000)]
Boundary check (though it was a shoot-yourself-in-the-foot one)

17 years ago--sout-udp-rtcp option to force RTCP usage.
Rémi Denis-Courmont [Mon, 5 Mar 2007 21:34:30 +0000 (21:34 +0000)]
--sout-udp-rtcp option to force RTCP usage.
(Currently RTCP only Sender Reports are implemented.)

RTCP is auto-enabled for RTP/TS but this could be used by the RTP stream
output plugin to enable RTCP too (in that case, RTP encapsulation is done
in the stream output plugin, so the access output cannot know if it should
do RTCP or not).

17 years agoMac OS X gui: Make sure that misc.h is included as our NSScreen extension is used...
Pierre d'Herbemont [Mon, 5 Mar 2007 20:03:05 +0000 (20:03 +0000)]
Mac OS X gui: Make sure that misc.h is included as our NSScreen extension is used here. (Fix a warning about NSScreen's +screenWithDisplayID.)

17 years ago* 2 minor fixes
Felix Paul Kühne [Mon, 5 Mar 2007 19:08:25 +0000 (19:08 +0000)]
* 2 minor fixes

17 years agoUse replacement API for obsolete systems. Not tested.
Rémi Denis-Courmont [Mon, 5 Mar 2007 18:31:01 +0000 (18:31 +0000)]
Use replacement API for obsolete systems. Not tested.

17 years agogetaddrinfo.c: a word of warning ...
Damien Fouilleul [Mon, 5 Mar 2007 18:19:37 +0000 (18:19 +0000)]
getaddrinfo.c: a word of warning ...

17 years ago* missing in previous commit
Felix Paul Kühne [Mon, 5 Mar 2007 18:17:24 +0000 (18:17 +0000)]
* missing in previous commit

17 years ago* forward-port of all eyetv relates sources in my branch
Felix Paul Kühne [Mon, 5 Mar 2007 18:15:27 +0000 (18:15 +0000)]
* forward-port of all eyetv relates sources in my branch
    - this stuff is highly unfinished; needs much more work and testing
    - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-)
    - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C
    - everything will be 10.4-only, since EyeTV is only available this way as well
    - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH

17 years ago- Fix obvious crash in TCP/RTP/AVP
Rémi Denis-Courmont [Mon, 5 Mar 2007 17:54:33 +0000 (17:54 +0000)]
- Fix obvious crash in TCP/RTP/AVP
- Remove an useless variable

17 years agogettaddrinfo.c: fixed shims on win32 (tested on XP)
Damien Fouilleul [Mon, 5 Mar 2007 17:54:12 +0000 (17:54 +0000)]
gettaddrinfo.c: fixed shims on win32 (tested on XP)

17 years ago- Clean up RTP parser
Rémi Denis-Courmont [Mon, 5 Mar 2007 17:52:47 +0000 (17:52 +0000)]
- Clean up RTP parser
- Add support for RTP padding

By the way, the MPEG-Video parser seems to ignore the MP2V specific
extra header (i.e. it passes it onto the demux instead of removing it).
Not sure if this is intended (any MPEG expert?)

17 years agoMac OS X gui: Revert [19198] (add items to the playlist in the finder's order). The...
Pierre d'Herbemont [Mon, 5 Mar 2007 17:34:31 +0000 (17:34 +0000)]
Mac OS X gui: Revert [19198] (add items to the playlist in the finder's order). The finder provides elements that may be shuffled.

17 years agoCosmetic: Write RTP Payload Type as decimal as is common rather than hexadecimal
Rémi Denis-Courmont [Mon, 5 Mar 2007 17:13:02 +0000 (17:13 +0000)]
Cosmetic: Write RTP Payload Type as decimal as is common rather than hexadecimal

17 years ago:)
Christophe Mutricy [Mon, 5 Mar 2007 17:02:57 +0000 (17:02 +0000)]
:)

17 years ago- control/video.c: clean up and more error/exception checks
Damien Fouilleul [Mon, 5 Mar 2007 15:30:29 +0000 (15:30 +0000)]
- control/video.c: clean up and more error/exception checks

17 years agoMac OS X gui: Fix #1090 (add items to the playlist in the finder's order)
Pierre d'Herbemont [Mon, 5 Mar 2007 14:04:41 +0000 (14:04 +0000)]
Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order)

17 years ago* updated the po files
Felix Paul Kühne [Mon, 5 Mar 2007 00:48:00 +0000 (00:48 +0000)]
* updated the po files

17 years agoMac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread...
Pierre d'Herbemont [Mon, 5 Mar 2007 00:48:23 +0000 (00:48 +0000)]
Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread can't be trust on input change.

17 years agoMac OS X gui: Don't try to change the interface from a non-main thread. (Should fix...
Pierre d'Herbemont [Mon, 5 Mar 2007 00:40:51 +0000 (00:40 +0000)]
Mac OS X gui: Don't try to change the interface from a non-main thread. (Should fix a remanence bug in the controller scroll field)

17 years ago* fix propset 'Id'
Felix Paul Kühne [Mon, 5 Mar 2007 00:24:54 +0000 (00:24 +0000)]
* fix propset 'Id'

17 years agoQt4: Back on open dialog: rewrite the UIs to have consistent forms on resize.
Jean-Baptiste Kempf [Mon, 5 Mar 2007 00:18:52 +0000 (00:18 +0000)]
Qt4: Back on open dialog: rewrite the UIs to have consistent forms on resize.
May need a few more vertical spacer, after the last tab (Capture) will be added.

17 years ago- control APIs: do not crash if exception parameter is null, that means caller is...
Damien Fouilleul [Mon, 5 Mar 2007 00:09:53 +0000 (00:09 +0000)]
- control APIs: do not crash if exception parameter is null, that means caller is not interested in exceptions

17 years agoMac OS X gui: Don't yield input more than needed. (End of the set of changes that...
Pierre d'Herbemont [Sun, 4 Mar 2007 23:46:37 +0000 (23:46 +0000)]
Mac OS X gui: Don't yield input more than needed. (End of the set of changes that makes quitting really fast.)

17 years agoHotkeys control: Don't yield vout and input more than needed.
Pierre d'Herbemont [Sun, 4 Mar 2007 23:39:40 +0000 (23:39 +0000)]
Hotkeys control: Don't yield vout and input more than needed.

17 years agoQt4 - SPrefs: interface small change
Jean-Baptiste Kempf [Sun, 4 Mar 2007 23:05:25 +0000 (23:05 +0000)]
Qt4 - SPrefs: interface small change

17 years agofix
Christophe Mutricy [Sun, 4 Mar 2007 21:01:15 +0000 (21:01 +0000)]
fix

17 years agotweak the error message
Christophe Mutricy [Sun, 4 Mar 2007 20:29:45 +0000 (20:29 +0000)]
tweak the error message

17 years ago* don't default enable QT4 on Darwin
Felix Paul Kühne [Sun, 4 Mar 2007 19:52:40 +0000 (19:52 +0000)]
* don't default enable QT4 on Darwin

17 years agodefault enable qt4
Christophe Mutricy [Sun, 4 Mar 2007 19:33:32 +0000 (19:33 +0000)]
default enable qt4

17 years ago- Print an error if Qt4 is requested but not found
Rémi Denis-Courmont [Sun, 4 Mar 2007 19:16:35 +0000 (19:16 +0000)]
- Print an error if Qt4 is requested but not found
- Warn that WxWidgets is deprecated.
- Fix a few Wx error messages.

17 years ago* fixed libpng compilation for Darwin 9
Felix Paul Kühne [Sun, 4 Mar 2007 19:01:18 +0000 (19:01 +0000)]
* fixed libpng compilation for Darwin 9

17 years agoShut up warnings in libintl.h
Christophe Mutricy [Sun, 4 Mar 2007 16:57:57 +0000 (16:57 +0000)]
Shut up warnings in libintl.h

17 years agos/wget/$(WGET)/. pointed by markfm
Christophe Mutricy [Sun, 4 Mar 2007 14:20:18 +0000 (14:20 +0000)]
s/wget/$(WGET)/. pointed by markfm

17 years agomove a few global variables into the appropriate class.
Sigmund Augdal Helberg [Sun, 4 Mar 2007 10:29:23 +0000 (10:29 +0000)]
move a few global variables into the appropriate class.
Comment out a few non-thread-safe functions from embedded vout
handling. Fixes a crash when playlist item changes. refs #955

17 years agoMac OS X gui: Remove unwanted commit.
Pierre d'Herbemont [Sun, 4 Mar 2007 02:07:26 +0000 (02:07 +0000)]
Mac OS X gui: Remove unwanted commit.

17 years agoMac OS X gui: Make sure we don't retain p_input more than once. Don't release it...
Pierre d'Herbemont [Sun, 4 Mar 2007 02:03:44 +0000 (02:03 +0000)]
Mac OS X gui: Make sure we don't retain p_input more than once. Don't release it until we're done.

17 years ago* modules/codec/x264.c: Add mvrange option.
Dennis van Amerongen [Sun, 4 Mar 2007 01:36:36 +0000 (01:36 +0000)]
* modules/codec/x264.c: Add mvrange option.

17 years ago* modules/codec/x264.c: Add support for multipass encoding. Slightly alter stats...
Dennis van Amerongen [Sun, 4 Mar 2007 01:07:02 +0000 (01:07 +0000)]
* modules/codec/x264.c: Add support for multipass encoding. Slightly alter stats behaviour to reflect same usage as x264 cli (only one stats file). Needs testing..

17 years agoMac OS X gui: Sanitize vlc object retaining/releasing.
Pierre d'Herbemont [Sun, 4 Mar 2007 00:45:10 +0000 (00:45 +0000)]
Mac OS X gui: Sanitize vlc object retaining/releasing.

17 years agoHonors --disable-altivec. Closes #1055
Christophe Mutricy [Sat, 3 Mar 2007 23:53:46 +0000 (23:53 +0000)]
Honors --disable-altivec. Closes #1055

17 years agoQt4 - SPrefs : a few additions. Still not working for selecting interface.
Jean-Baptiste Kempf [Sat, 3 Mar 2007 23:39:36 +0000 (23:39 +0000)]
Qt4 - SPrefs : a few additions. Still not working for selecting interface.

17 years agofix segfault
Sigmund Augdal Helberg [Sat, 3 Mar 2007 23:22:51 +0000 (23:22 +0000)]
fix segfault

17 years agowhen a reference to a object is stored the ref-count of that module
Sigmund Augdal Helberg [Sat, 3 Mar 2007 22:26:18 +0000 (22:26 +0000)]
when a reference to a object is stored the ref-count of that module
should be increased. Fixes a few crashes when input changes.

17 years agoAnother fortune
Pavlov Konstantin [Sat, 3 Mar 2007 21:45:58 +0000 (21:45 +0000)]
Another fortune

17 years agoQt4 - remove a stupid debug thing and rename Disk => Disc
Jean-Baptiste Kempf [Sat, 3 Mar 2007 21:32:19 +0000 (21:32 +0000)]
Qt4 - remove a stupid debug thing and rename Disk => Disc

17 years agoI really have had enough with this getaddrinfo crashes.
Rémi Denis-Courmont [Sat, 3 Mar 2007 19:45:54 +0000 (19:45 +0000)]
I really have had enough with this getaddrinfo crashes.

17 years agoMac OS X gui: Make sure libvlc exit properly. Don't forward the closeVout: if the...
Pierre d'Herbemont [Sat, 3 Mar 2007 18:43:18 +0000 (18:43 +0000)]
Mac OS X gui: Make sure libvlc exit properly. Don't forward the closeVout: if the interface is dead.

17 years agoFix RC interface
Rémi Denis-Courmont [Sat, 3 Mar 2007 18:30:12 +0000 (18:30 +0000)]
Fix RC interface

17 years agoFix assertion failure
Rémi Denis-Courmont [Sat, 3 Mar 2007 18:03:21 +0000 (18:03 +0000)]
Fix assertion failure

17 years ago* modules/codec/x264.c: Revert [16936] (temporarily fix x264 encoding on darwin/x86...
Dennis van Amerongen [Sat, 3 Mar 2007 17:23:53 +0000 (17:23 +0000)]
* modules/codec/x264.c: Revert [16936] (temporarily fix x264 encoding on darwin/x86 by disabling all CPU optimisations) as this shouldn't be a problem anymore..

17 years ago* fix ffmpeg build
Derk-Jan Hartman [Sat, 3 Mar 2007 17:20:48 +0000 (17:20 +0000)]
* fix ffmpeg build

17 years agoMac OS X gui: Fix #756 (VLC don't go open if you click on the dock icon)
Pierre d'Herbemont [Sat, 3 Mar 2007 16:57:36 +0000 (16:57 +0000)]
Mac OS X gui: Fix #756 (VLC don't go open if you click on the dock icon)

17 years ago* Fix blocking intf launching without pf_run on OSX
Derk-Jan Hartman [Sat, 3 Mar 2007 16:32:09 +0000 (16:32 +0000)]
* Fix blocking intf launching without pf_run on OSX

17 years agoMac OS X: Remove dead code. Make sure terminate: calls its super.
Pierre d'Herbemont [Sat, 3 Mar 2007 15:54:16 +0000 (15:54 +0000)]
Mac OS X: Remove dead code. Make sure terminate: calls its super.

17 years agoMac OS X: Make "Force Quit" works the first time it is triggered.
Pierre d'Herbemont [Sat, 3 Mar 2007 15:51:43 +0000 (15:51 +0000)]
Mac OS X: Make "Force Quit" works the first time it is triggered.

17 years agoMac OS X gui: Fix dead lock when exiting. As a side effect VLC.app exit is really...
Pierre d'Herbemont [Sat, 3 Mar 2007 15:34:21 +0000 (15:34 +0000)]
Mac OS X gui: Fix dead lock when exiting. As a side effect VLC.app exit is really fast.

17 years agoFix a compiler warning and simplify
Rémi Denis-Courmont [Sat, 3 Mar 2007 15:32:07 +0000 (15:32 +0000)]
Fix a compiler warning and simplify

17 years agojava audio interface update
Filippo Carone [Sat, 3 Mar 2007 14:49:11 +0000 (14:49 +0000)]
java audio interface update

17 years agoReally fix race VLC_Die condition
Rémi Denis-Courmont [Sat, 3 Mar 2007 14:25:31 +0000 (14:25 +0000)]
Really fix race VLC_Die condition

17 years ago* disabled SDK usage on Darwin 9 for now
Felix Paul Kühne [Sat, 3 Mar 2007 13:55:33 +0000 (13:55 +0000)]
* disabled SDK usage on Darwin 9 for now

17 years agoMac OS X gui: Fix the fspanel screen selection, and make sure it is inactive at launch.
Pierre d'Herbemont [Sat, 3 Mar 2007 13:35:51 +0000 (13:35 +0000)]
Mac OS X gui: Fix the fspanel screen selection, and make sure it is inactive at launch.

17 years agoMac OS X gui: Fix a double unlock issue, by making sure all timers are disabled when...
Pierre d'Herbemont [Sat, 3 Mar 2007 13:22:03 +0000 (13:22 +0000)]
Mac OS X gui: Fix a double unlock issue, by making sure all timers are disabled when checking if we have to unlock. (Pointed by Felix Paul Kuhne)

17 years agofix possition of dvbsubs when input has p_subpic->i_x/i_y != 0
Sigmund Augdal Helberg [Sat, 3 Mar 2007 13:09:52 +0000 (13:09 +0000)]
fix possition of dvbsubs when input has p_subpic->i_x/i_y != 0

17 years ago* fixed support for future darwin releases on Intel. SDL, goom, gnutls and libpng...
Felix Paul Kühne [Sat, 3 Mar 2007 12:47:34 +0000 (12:47 +0000)]
* fixed support for future darwin releases on Intel. SDL, goom, gnutls and libpng still need to be fixed on both platforms.

17 years agoImprove getaddrinfo() replacement errors
Rémi Denis-Courmont [Sat, 3 Mar 2007 12:45:57 +0000 (12:45 +0000)]
Improve getaddrinfo() replacement errors

17 years ago- Fix thread safety problem in [18812]
Rémi Denis-Courmont [Sat, 3 Mar 2007 12:29:23 +0000 (12:29 +0000)]
- Fix thread safety problem in [18812]
- Fix illegal error return value for getnaminfo from [18812]
- Do not crash if the APIs are not available (*NULL) from [18812]

Should fix most Win32 resolution crashes
(if not already done in previous commits)

17 years agoFix linking.
Rémi Denis-Courmont [Sat, 3 Mar 2007 11:51:32 +0000 (11:51 +0000)]
Fix linking.

17 years agoMac OS X gui: Use a recursive lock to be able to trigger enter/leaveFullscreen in...
Pierre d'Herbemont [Sat, 3 Mar 2007 11:45:29 +0000 (11:45 +0000)]
Mac OS X gui: Use a recursive lock to be able to trigger enter/leaveFullscreen in the middle of an enter/leaveFullscreen operation.

17 years agoDo not chain multiple getaddrinfo implementation.
Rémi Denis-Courmont [Sat, 3 Mar 2007 11:42:01 +0000 (11:42 +0000)]
Do not chain multiple getaddrinfo implementation.
This is bound to crash.

17 years agoMac OS X gui: Protect the fullscreen animation by a lock.
Pierre d'Herbemont [Sat, 3 Mar 2007 11:07:39 +0000 (11:07 +0000)]
Mac OS X gui: Protect the fullscreen animation by a lock.

17 years agoRemove dead code
Rémi Denis-Courmont [Sat, 3 Mar 2007 09:30:52 +0000 (09:30 +0000)]
Remove dead code

17 years agoRemove redumdant mutex
Rémi Denis-Courmont [Sat, 3 Mar 2007 09:25:50 +0000 (09:25 +0000)]
Remove redumdant mutex

17 years agoAdd SSM definition for Vista (closes #313)
Rémi Denis-Courmont [Sat, 3 Mar 2007 08:44:55 +0000 (08:44 +0000)]
Add SSM definition for Vista (closes #313)

17 years agoMissing include
Rémi Denis-Courmont [Sat, 3 Mar 2007 08:37:06 +0000 (08:37 +0000)]
Missing include

17 years agoFixups
Rémi Denis-Courmont [Sat, 3 Mar 2007 08:16:17 +0000 (08:16 +0000)]
Fixups

17 years agoMissing error message
Rémi Denis-Courmont [Sat, 3 Mar 2007 08:13:30 +0000 (08:13 +0000)]
Missing error message

17 years agoMac OS X gui: Rework VLCVoutWindow behaviour when macosx-black is set. (Pointed by...
Pierre d'Herbemont [Sat, 3 Mar 2007 02:57:34 +0000 (02:57 +0000)]
Mac OS X gui: Rework VLCVoutWindow behaviour when macosx-black is set. (Pointed by hartman)

17 years agoDon't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Point...
Pierre d'Herbemont [Sat, 3 Mar 2007 02:18:04 +0000 (02:18 +0000)]
Don't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Pointed by thedj)

17 years agoMac OS X gui: Make sure the embedded window don't get shown before it is resized...
Pierre d'Herbemont [Sat, 3 Mar 2007 01:37:28 +0000 (01:37 +0000)]
Mac OS X gui: Make sure the embedded window don't get shown before it is resized, if it was hidden.

17 years agoMake sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)
Pierre d'Herbemont [Sat, 3 Mar 2007 01:12:51 +0000 (01:12 +0000)]
Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)

17 years agoCompare two NSScreen using their display id, rather than their pointer values. (point...
Pierre d'Herbemont [Sat, 3 Mar 2007 01:05:53 +0000 (01:05 +0000)]
Compare two NSScreen using their display id, rather than their pointer values. (pointed by thedj)

17 years agoFix main screen detection for the detached window on Mac OS X.
Pierre d'Herbemont [Sat, 3 Mar 2007 00:46:25 +0000 (00:46 +0000)]
Fix main screen detection for the detached window on Mac OS X.

17 years agoFix main screen detection on Mac OS X.
Pierre d'Herbemont [Sat, 3 Mar 2007 00:29:56 +0000 (00:29 +0000)]
Fix main screen detection on Mac OS X.

17 years agoRemove unneeded friend class.
Pierre d'Herbemont [Sat, 3 Mar 2007 00:28:45 +0000 (00:28 +0000)]
Remove unneeded friend class.

17 years agoClose the embedded window only when playlist stop. Have the window to animate smoothl...
Pierre d'Herbemont [Sat, 3 Mar 2007 00:25:05 +0000 (00:25 +0000)]
Close the embedded window only when playlist stop. Have the window to animate smoothly when size changes. Make the fullscreen mode behaves well when input changes and ends.

17 years agoDistribute the .hosts and .access for win32
Christophe Mutricy [Sat, 3 Mar 2007 00:16:52 +0000 (00:16 +0000)]
Distribute the .hosts and .access for win32

17 years agoDon't authorize "." or ".." for filenames.
Antoine Cellerier [Fri, 2 Mar 2007 21:00:22 +0000 (21:00 +0000)]
Don't authorize "." or ".." for filenames.

17 years agoWarning fix.
Laurent Aimar [Fri, 2 Mar 2007 19:54:17 +0000 (19:54 +0000)]
Warning fix.

17 years agoPacketizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set.
Laurent Aimar [Fri, 2 Mar 2007 19:51:20 +0000 (19:51 +0000)]
Packetizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set.

As a side effect, this workaround the AAC decoding problem after pause/seek
when going through our packetizer (eg: pause/seek with vlc VOD).

But the bug is still there : faad will stop decoding audio forever after
receiving a buffer full of 0 (at least with faad2-2.5 from
audiocoding.com, faad2 from mplayer svn does not show this problem)

17 years agoOn pause and rate change from normal rate, call input_EsOutDiscontinuity
Laurent Aimar [Fri, 2 Mar 2007 19:42:22 +0000 (19:42 +0000)]
On pause and rate change from normal rate, call input_EsOutDiscontinuity
as soon as possible to allow decoders to flush (well that part need to
be implemented ;)

17 years agoImplemented sout-keep per media support.
Laurent Aimar [Fri, 2 Mar 2007 19:19:35 +0000 (19:19 +0000)]
Implemented sout-keep per media support.
You have to use sout-keep option on your broadcast media using
 > setup your_media option sout-keep
The default value is no-sout-keep and command line option --sout-keep
will not activate it (on purpose).

17 years agoReally fixed 'gather' segfault.
Laurent Aimar [Fri, 2 Mar 2007 19:08:06 +0000 (19:08 +0000)]
Really fixed 'gather' segfault.

17 years ago Do not use private VLM function (fixed in an ugly way). It should fix build
Laurent Aimar [Fri, 2 Mar 2007 19:03:52 +0000 (19:03 +0000)]
 Do not use private VLM function (fixed in an ugly way). It should fix build
of libvlc-control (what's that ?).
 It will need to be rewritten when VLM API is fixed.

17 years agoCompile fix + define undefined error value
Christophe Mutricy [Fri, 2 Mar 2007 18:51:48 +0000 (18:51 +0000)]
Compile fix + define undefined error value

17 years agoSupport other displays fade out. Change video-device to point to the unique screen ID.
Pierre d'Herbemont [Fri, 2 Mar 2007 18:21:44 +0000 (18:21 +0000)]
Support other displays fade out. Change video-device to point to the unique screen ID.

17 years ago- log.c: fix for negative message count
Damien Fouilleul [Fri, 2 Mar 2007 17:44:24 +0000 (17:44 +0000)]
- log.c: fix for negative message count

17 years agoRemove unuseful setFullscreen: as it has been deleted in r19115.
Pierre d'Herbemont [Fri, 2 Mar 2007 17:33:31 +0000 (17:33 +0000)]
Remove unuseful setFullscreen: as it has been deleted in r19115.

17 years agoZoom fullscreen effect on Mac OS X 10.4.
Pierre d'Herbemont [Fri, 2 Mar 2007 17:28:00 +0000 (17:28 +0000)]
Zoom fullscreen effect on Mac OS X 10.4.