log

age author description
2002-10-31 arpi qdmc/qdm2 codec added
2002-10-31 michael (de)intrleave luma & chroma idependantly
2002-10-31 michael il & swapuv
2002-10-31 michael (de)interleave filter (can be used to split/merge an interlaced image so other non interlaced filters an be used with idividual fields)
2002-10-31 arpi pass audio codecdata
2002-10-31 michael (useless) UV plane swapper
2002-10-31 arpi some docs about video filter api
2002-10-31 pl sync with help_mp-en.h 1.65
2002-10-31 henry v4l update
2002-10-31 anders Adding commandline options for filters and fixing stupid bug in cfg
2002-10-31 henry spelling fixes
2002-10-31 colin INREG now static inline instead of a define, to avoid unnecessary GETREG
2002-10-31 michael dummy -npp
2002-10-31 michael disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it
2002-10-31 anders Changing the behavour of the commandline parameter -af to conform with -vop. Adding new commanline parameter -af-adv for advanced af options. Adding changes to volume control to support commandline parameters.
2002-10-31 gabucino fixes
2002-10-31 gabucino sync
2002-10-31 michael using fewer registers ... to workaround something
2002-10-30 mswitch Removed debugging output
2002-10-30 mswitch Added info on new dxr3 syncengine
2002-10-30 arpi updated
2002-10-30 michael removing "-npp" (found by arpi)
2002-10-30 michael per context cpuCaps (idea by kabi)
2002-10-30 michael change qscale type to int8 and fix qscale ordering
2002-10-30 arpi This patch is to add support for overlapping subtitles, that is
2002-10-30 arpi JACOSub is another subtitling format, whose specifications are at:
2002-10-30 albeu Some little bugfixs
2002-10-30 albeu 10L
2002-10-30 albeu The default query_format shouldn't accept IMGFMT_MPEGPES
2002-10-30 albeu 10L ! Don't remove the scale filter if we don't added ourself
2002-10-30 arpi debug printf
2002-10-30 arpi unsharp filter doc
2002-10-30 anders Adding compile problem fix from Gabucino
2002-10-30 rfelker enable volume filter and fix nonsense default volume (still not usable
2002-10-30 michael using same numbers for cpuCaps as libmpeg2 & liba52
2002-10-30 michael cleanly passing the cpuCaps
2002-10-29 albeu Auto insert vf_lavc for the MPEG vo's
2002-10-29 albeu Fixed the overlay, some opts to adjust the overlay
2002-10-29 diego <B>MPlayer</B> --> MPlayer
2002-10-29 michael 10l
2002-10-29 arpi don't use soundcard.h on non-linux if no OSS support
2002-10-29 arpi new video filter: unsharp - does image (l/c/l+c) sharping/bluring
2002-10-29 arpi Alex's 10l - fixed liblzo linking
2002-10-29 arpi here is a somewhat generic equalizer implementation for the X11 vo drivers
2002-10-29 michael cleanup
2002-10-29 rik some card/mobo combos can't handle buffers larger than 128kB, we change the default buffer to 128kB, add warnings if the buffer becomes full, add a commandline option to enlarge the buffer and give suggestions to users to lessen the buffer size requirements (lower quality/resolution). 128kB should, however, be enough for everybody :-). Bug reported by Brain Edmonds, cause explained (to allow me to fix the driver) by Ronald Bultje (mjpegtools developer)
2002-10-29 michael cosmetics ;)
2002-10-29 michael better deblocking filter
2002-10-29 alex cleaned up liblzo detect and naming
2002-10-29 alex 10l - fixed wma version misdetection
2002-10-29 michael passing picture_type (might be usefull for postprocessing)
2002-10-29 michael -fomit-frame-pointer is needed for the PIC code
2002-10-29 henry updated v4l section
2002-10-29 henry 10L fix
2002-10-29 bertrand GCC warning fixes
2002-10-29 michael using fewer registers (fixes compilation bug hopefully)
2002-10-29 mswitch Updated the DXR3 section to reflect command changes, prebuf replaced
2002-10-29 mswitch Prebuffering is no longer the default option.
2002-10-29 michael fixing segfault
2002-10-29 colin fix compilation on non-x86 with gcc 2.95
2002-10-28 michael fixing quant_store scaling
2002-10-28 michael postprocessing cleanup:
2002-10-28 mswitch Fixed stupid bug relating to multiple cards on athlons
2002-10-28 zdar sync
2002-10-28 arpi VCD fixes
2002-10-28 diego Unified BSD sections, expanded Cygwin section, small fixes.
2002-10-28 arpi config_vo error handling
2002-10-28 arpi pass extradata to the codec
2002-10-28 arpi ffwma
2002-10-28 arpi Gerard->Fabrice
2002-10-28 diego URLs corrected.
2002-10-27 jonas 1l
2002-10-27 jonas some changes found by lgb...
2002-10-27 jonas DVD authentication, VCD/DVD structure, more...
2002-10-27 diego sync, patch by Ioannis Panteleakis.
2002-10-27 arpi 10l
2002-10-27 arpi vo_init() moved to/fixed in preinit()
2002-10-27 arpi mode detection && vo_init() moved to preinit()
2002-10-27 arpi 1l :)
2002-10-27 michael handle direct rendering buffer allocation failure
2002-10-26 arpi added chanegs since pre9
2002-10-26 arpi - removed YV12 support (builtin yv12->rgb conversion)
2002-10-26 arpi Gregory Kovriga added
2002-10-26 diego HTML errors
2002-10-26 pl avoids segfaults w.r.t to mp3 files handling:
2002-10-25 colin Remove my broken patch (RGB16 big endian fix, v1.28) - didn't work after
2002-10-25 jaf please never edit this file with a windows editor.
2002-10-25 faust3 update cygwin status
2002-10-25 arpi 2xSai filter... just for fun, imho useless
2002-10-25 arpi debug ize
2002-10-25 faust3 add ao_win32
2002-10-25 faust3 add ao_win32
2002-10-25 faust3 add ao_win32
2002-10-25 faust3 add win32 libs
2002-10-25 faust3 new windows waveout audio driver
2002-10-25 albeu Reverse Arpi's commit and put the right fix in place.
2002-10-25 arpi better error handling
2002-10-25 arpi check for framesize validity, return -1 (error) for zero size (bug found by pl)
2002-10-25 arpi patch for crashes/memory corruptions in ASX playlist parser.
2002-10-25 colin Check what we obtain in SDL_OpenAudio() - allows to build the
2002-10-25 henry v4l options update
2002-10-25 pl fixes a segfault when seeking on some mp3 only files
2002-10-25 henry added an option for specifying the size of capture buffer
2002-10-24 diego Spellchecked, reworded, reformatted, small additions and corrections.
2002-10-24 rik spelling: paramerters -> parameters
2002-10-24 rik sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD did not change, so also no backwards compatibility this time), and a long overdue copyright update
2002-10-24 arpi 2 small fixes
2002-10-24 diego pre9 entry spellchecked in preparation of the imminent release.
2002-10-24 arpi updated
2002-10-24 arpi 10l... #ifdef doesn't work for enums :(
2002-10-24 colin Change SDL_(Un)lockAudio to PauseAudio() (works better)
2002-10-24 jkeil on solaris x86, set set default for vidix to 'disabled' (does yet not compile)
2002-10-24 arpi updated comments
2002-10-24 arpi made gcd() static
2002-10-24 arpi 100l - Michael is right, we don't need le2me here
2002-10-23 pontscho small warning fix from Dominik Mierzejewski
2002-10-23 michael fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot net>)
2002-10-23 arpi 10l
2002-10-23 arpi max header size increased
2002-10-23 arpi fixed unaligned access (bus error on sparc)
2002-10-23 arpi A small patch to Gui/interface.c; the first fix is a plain bug, the second is
2002-10-23 diego gcc 2.95.3-10 (cygwin) is detected as bad, which it shouldn't.
2002-10-23 pontscho cosmetic
2002-10-23 arpi updated
2002-10-23 arpi rewrote the lirc code to remove the fork
2002-10-23 arpi applied Albeu's doc on -input file=...
2002-10-23 arpi allow cache to be disabled (-nocache should override cachesize autodetection
2002-10-23 arpi - fixed several 10l bugs
2002-10-23 nexus FreeBSD fix
2002-10-23 jaf 10l
2002-10-23 alex upd
2002-10-23 arpi 1l
2002-10-23 arpi 10l
2002-10-23 arpi yeah, test.c works now!
2002-10-23 mark Geometry update
2002-10-23 arpi documenting -vop rotate 4..7
2002-10-23 arpi automatic rotation for mode 4..7, based on
2002-10-23 arpi Fixed a bug in MPlayer which would prevent proper parsing of
2002-10-23 mark Added meself to AUTHORS
2002-10-23 arpi 10l
2002-10-23 arpi cleanup config option handling in libmpdemux.
2002-10-23 mark Added the -geometry option (supports fbdev and tdfxfb drivers)
2002-10-23 ranma Add convenience wrapper for mplayer -identify
2002-10-23 ranma add -identify switch
2002-10-23 arpi If movie height is odd, the picture is placed badly, due to wrong rouding.
2002-10-23 arpi mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
2002-10-23 arpi cosmetics - reordered config.mak lines
2002-10-23 arpi re-enabled a-v sync
2002-10-23 arpi added libmpdemux depends to test.c
2002-10-23 arpi time.h required for select()
2002-10-23 arpi MPlayer being unable to display video properly on many nVidia graphics cards.
2002-10-23 arpi sample client for -vop bmovl -- loads and alphablend any PNG file
2002-10-23 arpi -vop bmovl - BitMap OVerLay videofilter for MPlayer
2002-10-22 pontscho dvd chapter detect function from Gregory Kovriga
2002-10-22 pontscho cosmetics
2002-10-22 arpi - using avcodec_alloc_context()
2002-10-22 gabucino fixes (what?:)
2002-10-22 gabucino fixes (yeah, I dunno what:)
2002-10-22 michael more undetectable xvid bugs :(
2002-10-22 arpi compiler warning fixes by Dominik
2002-10-22 arpi dump wav header
2002-10-22 arpi some fixes
2002-10-22 arpi endianess independency (using get int 16/32/64 func instead of typecasting pointer)
2002-10-22 henry minor fixes in forceaudio option
2002-10-22 arpi OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled)
2002-10-22 arpi don't build dhahelper on PPC linux
2002-10-22 arpi Colin Leroy added
2002-10-22 albeu New feature to let mplayer read commands from a file. Mostly
2002-10-22 alex added linuxppc+vidix
2002-10-22 michael save colorkey stuff patch by (Colin Leroy <colin at colino dot net>)
2002-10-22 alex libdha on linux powerpc support by Colin Leroy <colin@colino.net>
2002-10-22 michael RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)
2002-10-22 henry add an option to force audio recording when a tv card reports no audio sources
2002-10-22 henry add a forgotten shutdown test
2002-10-22 arpi fixes
2002-10-22 arpi obsolete
2002-10-22 arpi updated
2002-10-21 eyck update version in changelog
2002-10-21 gabucino sync (today's changes not yet)
2002-10-21 gabucino small helper script for DOCS translators (to change numeric links to
2002-10-21 rtognimp sync with en v1.65
2002-10-21 jaf sync by me and hephooey@fastmail.fm
2002-10-21 michael endianness fixes for mach64 vidix driver patch by (Colin Leroy <colin at colino dot net>)
2002-10-21 eyck really fix latest fix. But now this versioning stopped making sense to me.
2002-10-21 atmos4 1ml
2002-10-21 nexus sync
2002-10-21 pontscho add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch
2002-10-21 diego XviD needs some more header files.
2002-10-21 diego Typo: libcore.a is now called libxvidcore.a
2002-10-20 diego Obtain gdb information from non i386 machines.
2002-10-20 michael data partitioning / packetization encoding support was allready there before pre8 (no i dunno when it was added)
2002-10-20 arpi updated...
2002-10-20 nexus add FreeBSD default path
2002-10-20 diego <B>MPlayer</B> ---> MPlayer
2002-10-20 diego RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
2002-10-20 eyck fix previous patch.
2002-10-20 eyck change versioning of libdha, patch from Guillem Jover <guillem.jover@menta.net>
2002-10-20 eyck Patch from: Guillem Jover <guillem.jover@menta.net>
2002-10-19 bertrand Fixed more potential mem leaks and use the url_free method
2002-10-19 diego libmpdvdkit --> libmpdvdkit2, small corrections
2002-10-19 alex removed the mess
2002-10-19 alex set position in channel list on startup. note: hope one day we will get cleaned the int->float->int sutff ;)
2002-10-19 diego Fixed two typos noticed by Sycotic Smith (I think).
2002-10-19 alex task done
2002-10-19 alex Stop grabbing from v4l when paused by Jindrich Makovicka
2002-10-19 jkeil Choose a good visual from the list of supported visuals on the X11 server,
2002-10-19 jkeil - wsErrorHandler was crashing on solaris with a null pointer access in printf;
2002-10-19 alex using sh->context for private data
2002-10-19 alex support to use minilzo lib alternatively
2002-10-19 jaf sync
2002-10-19 arpi some cleanup
2002-10-19 diego Do not install CVS directories.
2002-10-19 nexus FreeBSD info
2002-10-19 diego Documented "j" key, small fixes, rewording, spell checking.
2002-10-19 diego Remove option descriptions that are in the man page, add some missing
2002-10-19 diego Keyboard controls and options are described in the man page, removed the
2002-10-19 diego Sync with the English version, patch by <hephooey@fastmail.fm>.
2002-10-19 kmkaplan 10L
2002-10-19 arpi bypass palette from bih, when codec cannot give it in o_bih
2002-10-19 arpi #ifdef PIX_FMT_YUV411P...
2002-10-18 attila doc fixes part 1 (more will come when i find the time to read the rest)
2002-10-17 jonas some corrections to produce better looking indentations
2002-10-17 arpi fix & workaround possible sig8/sig11 in blocksize calculation
2002-10-17 arpi fix bih->biSize for uncompressed files too
2002-10-17 arpi exporting palette for 4/8bpp modes
2002-10-17 arpi fixing palette export
2002-10-17 diego vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
2002-10-17 kmkaplan Mplayer can switch between subtitles of different languages during
2002-10-17 kmkaplan Mplayer can switch between subtitles of different languages during
2002-10-17 faust3 10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>
2002-10-17 pontscho -fixed-vo support
2002-10-17 arpi fill the extra bytes with zero
2002-10-17 arpi small memleaks
2002-10-17 arpi dumping environment vars in setdllacecsspath
2002-10-17 arpi rgb1/rgb4 support
2002-10-17 arpi codecs.conf min. version bumped
2002-10-17 arpi - raw rgb1, rgb4 added
2002-10-17 arpi - rgb1, rgb4 support
2002-10-17 michael avoid multiple init
2002-10-16 arpi 10l bug, found by valgrind :)
2002-10-16 diego Extended the FAQ a bit, maybe we start receiving some more donations and
2002-10-16 pontscho fix memleak again
2002-10-16 pontscho fix memleak
2002-10-16 pontscho -fixed-vo support
2002-10-16 pontscho -fixed-vo support
2002-10-16 arpi 10l - do not read INDEX twice!!!
2002-10-16 arpi memleaks
2002-10-16 arpi memleak fix
2002-10-16 arpi memleak fix (found by valgrind)
2002-10-16 pontscho fix fullscreen
2002-10-16 arpi -fixed-vo support, based on patch by .so :)
2002-10-16 arpi 10l. use mpcodecs_draw_slice, instead of libvo directly
2002-10-16 arpi new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpp
2002-10-16 arpi ss_div/ss_mul defaults to 0
2002-10-16 arpi set up ss_div/ss_mul properly, accept 'alaw' fourcc too
2002-10-16 arpi tell the codec wrapper the codec path (fixes realaudio Sipr)
2002-10-16 pontscho - dvd aspect changing bug - fixed
2002-10-16 arpi use standard gsm fourcc 'agsm' instead of msgsm id 0x31
2002-10-16 arpi more accurate a_pts calculation in AVI -bps (default) mode
2002-10-16 arpi ds_tell_block()
2002-10-16 arpi 10l to Dominik - casting at wrong place
2002-10-16 bertrand Don't start a CDDB request to the CDDB server if there is no CD in the drive,
2002-10-16 anders Adding volume control and moving control() call parameters to a seperate file
2002-10-15 jonas reversed some changes as they produced ugly html output
2002-10-15 arpi All right: The patch adresses two issues which I found, when I analyzed
2002-10-14 jonas 10l
2002-10-14 jonas remove some notes, more conversion notes
2002-10-14 jonas rewrite (again ;), cosmetics, no real changes
2002-10-14 attila MSGL_DBG2 -> MSGL_INFO
2002-10-14 attila printf -> mp_msg
2002-10-14 jonas correction of Kim Minh Kaplan, some cosmetics
2002-10-14 michael put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they arent missing completly)
2002-10-14 arpi always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)
2002-10-13 arpi trivial date & disclaimer fix
2002-10-13 jonas changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
2002-10-13 arpi Fixes:
2002-10-13 arpi compiler warning fixes
2002-10-13 arpi -fps autodetection
2002-10-13 arpi liblzo realtime video codec support (decoding only)
2002-10-13 arpi make local stuff 'static', complete uninit
2002-10-13 arpi better wording
2002-10-13 faust3 add new 3ivx.com fourccs
2002-10-13 michael fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)
2002-10-13 michael more info about data partitioning
2002-10-13 michael mmx yuy2 output
2002-10-13 michael new error resilience support
2002-10-13 bertrand Create the ~/.cddb directory if not present.
2002-10-13 michael yuy2 output support
2002-10-12 jkeil Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &
2002-10-12 alex fixed 2 10l bugs, ATI VCR2 dll now working
2002-10-12 jaf sync
2002-10-12 pl sync with help_mp-en.h 1.63
2002-10-11 pl src and dest buffers may overlap
2002-10-11 jkeil - ao_data.bps not set, confuses the A-V sync computation when the audio filters
2002-10-11 faust3 more correct flags
2002-10-11 attila added reference to the cpufreq project (for the speedstep problems).
2002-10-11 anders Correcting counters and flags
2002-10-10 arpi stream selection cleanup, fixed -nosound
2002-10-10 arpi setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on windows
2002-10-10 albeu Use the common aspect code
2002-10-10 pontscho upsz ...
2002-10-10 pontscho - better dxr3 support
2002-10-10 pontscho last flip bug fixed
2002-10-10 attila Well.. it's KotH not Koth :)
2002-10-10 nexus argh 100l
2002-10-10 nexus 10l
2002-10-10 diego Man page review part one, spelling, rewording and layout fixes.
2002-10-10 diego Mailing list section reworded and updated. This should at some point be
2002-10-10 diego Cosmetics: Converted 2 spaces to one in section titles, changed some ugly
2002-10-10 diego Fix for a stupid mistake, patch by hephooey@fastmail.fm.
2002-10-10 arpi don't honor stride hints if the next filter(chain) doesn't support stride
2002-10-10 diego Fix usage for common users that may not have fbset in their path.
2002-10-10 arpi compiler warning found by Dominik
2002-10-10 arpi also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented
2002-10-10 arpi draw_image()
2002-10-09 arpi for() -> memcpy_pic()
2002-10-09 arpi 10l fix & cleanup of draw_frame(), still NO support for stride :(
2002-10-09 arpi draw_slice() seems to support all csp
2002-10-09 arpi since draw_slice() supports RGB/BGR, we don't need draw_image() for stride
2002-10-09 arpi since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flag
2002-10-09 arpi support for VFCAP_ACCEPT_STRIDE in vo drivers
2002-10-09 arpi VFCAP_DRAW_SLICE added
2002-10-09 arpi draw_image, get_image fix
2002-10-09 arpi draw_image()
2002-10-09 arpi - implemented draw_image()
2002-10-09 arpi -fixes vo_directx to work with -fixed-vo
2002-10-09 arpi draw_image() implementation (new libvo API)
2002-10-09 arpi more cleanup, some -vo mga fullscreen fixes
2002-10-09 arpi some cleanup
2002-10-09 arpi VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>
2002-10-09 arpi _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testing
2002-10-09 arpi preinit() has an arg... use it.
2002-10-09 arpi mode check at preinit()
2002-10-09 arpi cosmetics
2002-10-08 arpi -nosound fix
2002-10-08 arpi - fixed a 10l bug: setting PTS flag even if no PTS stored
2002-10-08 arpi fixed LPCM parsing
2002-10-08 arpi parse samplerate & channels from LPCM header
2002-10-08 arpi reset channels too
2002-10-08 rfelker remove nonsense warnings now that libaf is used
2002-10-08 arpi ffdv is stable now
2002-10-08 arpi cosmetics :)
2002-10-08 anders Adding function for calculating the delay caused by the filters
2002-10-08 bertrand Added support for RTSP stream over TCP.
2002-10-07 arpi * Fix for the broken MultiDec files I had originally posted with the
2002-10-07 arpi 411P added (DV ntsc)
2002-10-07 arpi argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.
2002-10-07 arpi fill ao_data correctly
2002-10-07 arpi updated for libaf...
2002-10-07 arpi updated for libaf rules
2002-10-07 arpi fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>
2002-10-07 jkeil Handle playback of sample rates not supported by the sun audio hardware.
2002-10-07 jkeil Document demux_mov.c fix
2002-10-07 jkeil BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARC
2002-10-07 alex added libaf
2002-10-07 arpi DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>
2002-10-07 arpi documenting vesa 3 / GTF config
2002-10-07 arpi a small fix for vo_vesa, when calling set_refresh, when -nofs used.
2002-10-07 anders Adding functionality for adding filters during execution
2002-10-07 arpi I think libfaad2 changed recently. The functions faacDecInit() and
2002-10-07 nexus sync
2002-10-07 arpi libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de>
2002-10-07 diego Some further explanations, dev-eng is now subscribers only.
2002-10-07 diego small updates
2002-10-06 arpi reversed Anders' nonsense change
2002-10-06 gabucino some obsolete stuff removed
2002-10-06 gabucino sync
2002-10-06 gabucino updates, fixes
2002-10-06 gabucino removing my email addr (too much spam)
2002-10-06 rtognimp sync
2002-10-06 arpi various fixes, new options
2002-10-06 arpi extending the tooslow hints
2002-10-06 arpi fixed -ac/vc/ao/vo/afm/vfm stuff
2002-10-06 arpi libdvdkit shared install fixed
2002-10-06 arpi mayeb fixed dpms/screensaver issues
2002-10-06 arpi documenting -vop dint
2002-10-06 arpi I found that default isn't optimal so it's changed a bit. :)
2002-10-06 arpi smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
2002-10-06 arpi i18n should not affect --language
2002-10-06 arpi This patch adds the functionality to disable/enable subtitles while playing
2002-10-06 arpi DPRINTF -> mp_msg()
2002-10-06 arpi Small error, the buffer size got set incorrectly.
2002-10-06 diego Fixed some typos and an error in the help output.
2002-10-06 arpi This patch hopefully fixes colorkeying and a segfault in exclusive mode