summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
Commit message (Collapse)AuthorAgeFilesLines
* do not define video_out_macosx if corevideo is not presentnplourde2005-05-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15348 b3059339-0415-0410-9bf9-f77b7e298cf2
* macosx core video modulenplourde2005-04-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15292 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -wid support for vo_directx.joey2004-12-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14208 b3059339-0415-0410-9bf9-f77b7e298cf2
* it's stupid for the default to be something both slower (for xv+dr) and ↵rfelker2004-11-301-1/+1
| | | | | | visually incorrect.. use -nodouble if you want old behavior git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14067 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
| | | | | | | Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --enable and --disable options for vo_pnm and vo_md5sum to configure.ivo2004-10-231-0/+8
| | | | | | | | It's now possible to compile libvo without pnm and/or md5sum support. Default is enable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13745 b3059339-0415-0410-9bf9-f77b7e298cf2
* move the file writers after vo_null so they don't get autoselected - ↵alex2004-10-041-14/+13
| | | | | | following the same logic as in libao2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnmivo2004-09-291-4/+4
| | | | | | | | | | and vo_md5sum. If one tries to use the old video output drivers, a message is printed to direct them to the new drivers. Manual page is updated (or is this called downdated? :-) ). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13508 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch enables the compilation and linking of vo_md5sum to libvo.ivo2004-09-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13399 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch enables the compilation and linking of vo_pnm (the portableivo2004-09-201-0/+2
| | | | | | | anymap video output driver) to libvo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13398 b3059339-0415-0410-9bf9-f77b7e298cf2
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12913 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved vo_quartz higher in the listnplourde2004-06-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12602 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_quartz now default vo on OSXnplourde2004-05-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12513 b3059339-0415-0410-9bf9-f77b7e298cf2
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12372 b3059339-0415-0410-9bf9-f77b7e298cf2
* libcaca video output driver by Howell Tamalex2004-04-061-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quartz/MacOSX video output module by Nicolas Plourdealex2004-04-051-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12121 b3059339-0415-0410-9bf9-f77b7e298cf2
* move refreshrate and adapter_num variables to video_out because they might ↵faust32004-03-131-0/+2
| | | | | | be usefull for other drivers, too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12022 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
* new zoran driver as discussed on the CVS list. Hardware passthrough isrik2003-11-041-0/+2
| | | | | | | | | currently supported. Testing: mplayer file.avi -vc zrmjpeg -vo zr2 -v git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11391 b3059339-0415-0410-9bf9-f77b7e298cf2
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportalex2003-10-171-0/+1
| | | | | | | by Jake Page <jake@CS.Stanford.EDU> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11159 b3059339-0415-0410-9bf9-f77b7e298cf2
* consolevidix -> cvidixfaust32003-10-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11018 b3059339-0415-0410-9bf9-f77b7e298cf2
* user settable colorkeyalex2003-10-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10989 b3059339-0415-0410-9bf9-f77b7e298cf2
* new vidix vo modules for textmode console and windowsfaust32003-10-021-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10980 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng ↵faust32003-09-191-1/+3
| | | | | | at mithrandi.za.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10881 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nomouseinput support for vo_sdlalex2003-09-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10786 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_fbdev2 written by Joey Parrish with some minor modificationsalex2003-08-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10764 b3059339-0415-0410-9bf9-f77b7e298cf2
* TGA image output VO modulearpi2003-08-241-0/+6
| | | | | | | patch by Daniele Forghieri ( guru@digitalfantasy.it ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10690 b3059339-0415-0410-9bf9-f77b7e298cf2
* basic xvmc image supportiive2003-06-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10317 b3059339-0415-0410-9bf9-f77b7e298cf2
* unleakalex2003-05-311-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10221 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l to the author and for the commiter (me :)alex2003-05-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10048 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_xover is a new vo that should make easy to have x11 support foralbeu2003-03-121-0/+2
| | | | | | | | | | all overlay based vo. Add support for xover to tdfx_vid. Sometimes the display flash bcs the x server fuckup the overlay settings :( Not so bad as it only append when i switch the focused window here. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9570 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)albeu2003-03-071-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9547 b3059339-0415-0410-9bf9-f77b7e298cf2
* linux->osdeparpi2003-02-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9381 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rearrange the vo and ao driver order to prefer the native drivers and givediego2003-01-031-3/+3
| | | | | | | a better out of the box experience on Cygwin. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8730 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400arpi2002-10-311-1/+9
| | | | | | | | | | cards and TV out. It's works like DVDMax in Windows. Instructions on how to make it work are at: http://www.sci.fi/~syrjala/directfb/readme.txt patch by Ville Syrjälä <syrjala@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8014 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup config option handling in libmpdemux.arpi2002-10-231-10/+0
| | | | | | | | removed overcompilacted m_config_register_options() mess - export the subconfig structs instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7868 b3059339-0415-0410-9bf9-f77b7e298cf2
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-291-0/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7563 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7540 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo directx driver by Sascha Sommer <saschasommer@freenet.de>arpi2002-09-281-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7537 b3059339-0415-0410-9bf9-f77b7e298cf2
* d_width==screenwidth && -fs hopefully fixedarpi2002-09-181-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7436 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics - copyright msg removed, this file has nothing with mpeg2dec orarpi2002-09-091-20/+3
| | | | | | | original Aaron code, except its filename :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7339 b3059339-0415-0410-9bf9-f77b7e298cf2
* extensible blinkenlights driver, can currently be used for the Arcade ↵rik2002-09-081-0/+4
| | | | | | http://www.blinkenlights.de/arcade git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
* General Timing Formula algorithm from a scratch.arpi2002-08-221-0/+82
| | | | | | | | | vo_vesa.c so now adjust the timing to highest possible refresh rate using the monitor capabilities from a config file. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7070 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq reworkedalex2002-07-241-10/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6782 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix audio equalizerpontscho2002-07-191-4/+4
| | | | | | | | | - rewrite video equalizer handling (i teszted with mga g400 [x]mga,xv,xvidix and radeon xv,xvidix ) - fix some small gtk bug - i dunno, i don't remember ... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6756 b3059339-0415-0410-9bf9-f77b7e298cf2
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.albeu2002-05-131-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6070 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo gif - by Joey Parrish <joey@yunamusic.com>arpi2002-05-121-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6054 b3059339-0415-0410-9bf9-f77b7e298cf2
* add jpeg support for libvopontscho2002-04-161-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5649 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_config_count now counts calls to vo->config()arpi2002-04-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5512 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling direct rendering by default (too buggy and conflicts with osd/sub)arpi2002-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5432 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need mman.harpi2002-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5297 b3059339-0415-0410-9bf9-f77b7e298cf2
* using -dr instead -vaa_dralex2002-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_flags unusedarpi2002-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5075 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4982 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4812 b3059339-0415-0410-9bf9-f77b7e298cf2
* added VOFLAG_* definitions and int vo_flagsalex2002-02-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4737 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vsync support for doublebuffering to vo_vesaatmos42002-02-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4668 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_yuv4mpeg addedarpi2002-02-091-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4600 b3059339-0415-0410-9bf9-f77b7e298cf2
* finished making vesa optionalrfelker2002-02-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4562 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows to users control direct renderingnick2002-02-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4495 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense -> intensitynick2002-01-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4318 b3059339-0415-0410-9bf9-f77b7e298cf2
* gamma correction supportnick2002-01-181-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4230 b3059339-0415-0410-9bf9-f77b7e298cf2
* zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik ↵arpi2002-01-171-0/+4
| | | | | | Snel <rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4215 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix xvidix for non-x11 systems (delayed due netloss)atmos42002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4170 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_xvidixalex2002-01-121-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add DVD subtitles to menoderkmkaplan2002-01-111-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4089 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>arpi2001-12-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3276 b3059339-0415-0410-9bf9-f77b7e298cf2
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_pts addedarpi2001-11-051-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2708 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_dxr3 by David Holm <dholm@telia.com>arpi2001-11-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2646 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_format_name moved from video_out.c to img_format.calex2001-10-311-42/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2600 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_odivx disabledarpi2001-10-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2529 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_vesa supportnick2001-10-171-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2245 b3059339-0415-0410-9bf9-f77b7e298cf2
* new version by Sven Goethelarpi2001-10-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2125 b3059339-0415-0410-9bf9-f77b7e298cf2
* tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>arpi2001-09-271-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1980 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mpeg PES addedarpi2001-09-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1872 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added cool aalib vo driver.atmos42001-08-141-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1512 b3059339-0415-0410-9bf9-f77b7e298cf2
*