summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-2/+2
* Rename preprocessor directives related to image libraries.diego2008-08-051-4/+4
* Change a bunch of X11-specific preprocessor directives.diego2008-08-041-4/+4
* Add video driver for Nintendo Wii/GameCube.ben2008-08-031-0/+4
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-5/+5
* Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-021-23/+23
* allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+2
* Add a separate definition for quartz.diego2008-03-151-1/+1
* MACOSX_COREVIDEO --> corevideodiego2008-03-151-1/+1
* Remove unnecessary #ifdef nesting.diego2008-03-071-2/+2
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-34/+0
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-5/+5
* Purge looooong obsolete remnants of vo_fsdga.diego2007-08-291-2/+0
* add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)reimar2007-08-031-0/+6
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as...ben2007-07-291-0/+6
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-201-4/+0
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outreimar2007-02-251-2/+1
* Fix 10 in r22250, do not use screendimensions if not setreimar2007-02-181-0/+2
* Revert r22255 on iive's request.reimar2007-02-181-10/+1
* Avoid parts of xvmc reinit when source format does not changereimar2007-02-181-1/+10
* Move common vo initialization code to video_out.creimar2007-02-171-0/+22
* Create proper define for DFBMGA.diego2006-10-141-2/+2
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-191-0/+6
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-1/+0
* Remove remnants of old libmp1e support.diego2006-07-121-1/+1
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-171-0/+4
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-3/+3
* Fix and improve xinerama supportreimar2006-04-161-0/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* prevent xvmc from been loaded before xv, and generally before any autoprobed ...iive2006-01-181-3/+3
* vo_tdfxfb should be preferred over vo_3dfx.diego2005-12-011-3/+3
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-101-0/+1
* Forgot to actually enable vo_gl on Windows...reimar2005-08-061-2/+0
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* do not define video_out_macosx if corevideo is not presentnplourde2005-05-051-0/+4
* macosx core video modulenplourde2005-04-291-0/+2
* added -wid support for vo_directx.joey2004-12-211-0/+1
* it's stupid for the default to be something both slower (for xv+dr) and visua...rfelker2004-11-301-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Add --enable and --disable options for vo_pnm and vo_md5sum to configure.ivo2004-10-231-0/+8
* move the file writers after vo_null so they don't get autoselected - followin...alex2004-10-041-14/+13
* Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnmivo2004-09-291-4/+4
* This patch enables the compilation and linking of vo_md5sum to libvo.ivo2004-09-201-0/+2
* This patch enables the compilation and linking of vo_pnm (the portableivo2004-09-201-0/+2
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-291-0/+1
* moved vo_quartz higher in the listnplourde2004-06-171-3/+3
* vo_quartz now default vo on OSXnplourde2004-05-301-3/+3
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-011-0/+1
* libcaca video output driver by Howell Tamalex2004-04-061-0/+4
* Quartz/MacOSX video output module by Nicolas Plourdealex2004-04-051-0/+6
* move refreshrate and adapter_num variables to video_out because they might be...faust32004-03-131-0/+2
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+1
* new zoran driver as discussed on the CVS list. Hardware passthrough isrik2003-11-041-0/+2
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportalex2003-10-171-0/+1
* consolevidix -> cvidixfaust32003-10-051-2/+2
* user settable colorkeyalex2003-10-031-0/+2
* new vidix vo modules for textmode console and windowsfaust32003-10-021-1/+9
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at...faust32003-09-191-1/+3
* -nomouseinput support for vo_sdlalex2003-09-011-0/+1
* vo_fbdev2 written by Joey Parrish with some minor modificationsalex2003-08-311-0/+2
* TGA image output VO modulearpi2003-08-241-0/+6
* basic xvmc image supportiive2003-06-211-0/+4
* unleakalex2003-05-311-0/+4
* 1000l to the author and for the commiter (me :)alex2003-05-011-2/+2
* vo_xover is a new vo that should make easy to have x11 support foralbeu2003-03-121-0/+2
* vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)albeu2003-03-071-0/+6
* linux->osdeparpi2003-02-091-1/+1
* Rearrange the vo and ao driver order to prefer the native drivers and givediego2003-01-031-3/+3
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-2/+2
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400arpi2002-10-311-1/+9
* cleanup config option handling in libmpdemux.arpi2002-10-231-10/+0
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-291-0/+49
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-0/+1
* -vo directx driver by Sascha Sommer <saschasommer@freenet.de>arpi2002-09-281-0/+6
* d_width==screenwidth && -fs hopefully fixedarpi2002-09-181-5/+0
* cosmetics - copyright msg removed, this file has nothing with mpeg2dec orarpi2002-09-091-20/+3
* extensible blinkenlights driver, can currently be used for the Arcade http://...rik2002-09-081-0/+4
* General Timing Formula algorithm from a scratch.arpi2002-08-221-0/+82
* eq reworkedalex2002-07-241-10/+1
* - fix audio equalizerpontscho2002-07-191-4/+4
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-041-0/+1
* Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.albeu2002-05-131-0/+16
* -vo gif - by Joey Parrish <joey@yunamusic.com>arpi2002-05-121-0/+6
* add jpeg support for libvopontscho2002-04-161-0/+6
* vo_config_count now counts calls to vo->config()arpi2002-04-071-0/+2
* disabling direct rendering by default (too buggy and conflicts with osd/sub)arpi2002-03-311-1/+1
* we don't need mman.harpi2002-03-241-1/+1
* using -dr instead -vaa_dralex2002-03-201-1/+1
* vo_flags unusedarpi2002-03-141-1/+1
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-0/+7
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-221-0/+2
* added VOFLAG_* definitions and int vo_flagsalex2002-02-171-0/+2
* add vsync support for doublebuffering to vo_vesaatmos42002-02-121-0/+1
* vo_yuv4mpeg addedarpi2002-02-091-0/+2
* finished making vesa optionalrfelker2002-02-071-2/+2
* Allows to users control direct renderingnick2002-02-031-0/+1
* intense -> intensitynick2002-01-231-3/+3
* gamma correction supportnick2002-01-181-1/+10
* zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik ...arpi2002-01-171-0/+4
* Fix xvidix for non-x11 systems (delayed due netloss)atmos42002-01-151-1/+1
* added vo_xvidixalex2002-01-121-0/+7
* Add DVD subtitles to menoderkmkaplan2002-01-111-2/+0
* vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>arpi2001-12-031-0/+4
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-0/+1
* vo_pts addedarpi2001-11-051-0/+2
* ao_dxr3 by David Holm <dholm@telia.com>arpi2001-11-031-0/+4
* vo_format_name moved from video_out.c to img_format.calex2001-10-311-42/+0
* vo_odivx disabledarpi2001-10-291-2/+2
* vo_vesa supportnick2001-10-171-1/+6
* new version by Sven Goethelarpi2001-10-071-0/+2
* tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>arpi2001-09-271-0/+4
* Mpeg PES addedarpi2001-09-081-0/+3
* Added cool aalib vo driver.atmos42001-08-141-0/+5
* added vo_fsmodearpi2001-07-031-0/+1
* fsdga disabled (obsolote)arpi2001-06-261-5/+4
* vo_subdevice implementedal3x2001-06-211-0/+2
* --disable-xmga bug fixpontscho2001-06-211-2/+3
* - new config option -lircconfig (config file for lirc)acki22001-06-171-1/+1
* vo_format_name addedal3x2001-06-151-1/+45
* fixed missing HAVE_PNGatmosfear2001-04-191-1/+3
* added vo png supportatmosfear2001-04-191-0/+2
* -bpp changesarpi_esp2001-04-131-0/+11
* integrated vo_svga by se7enarpi_esp2001-04-051-0/+4
* fbdev compile fixarpi_esp2001-03-281-1/+3
* vo_fbdev addedszabii2001-03-281-0/+2
* grey+alpha rendering support (for .sub)arpi_esp2001-03-241-1/+1
* mga_vid fixes, code cleanuparpi_esp2001-03-081-2/+0
* vsync in mga/xmgaarpi_esp2001-03-071-0/+2
* added fsdga driverarpi_esp2001-03-051-0/+2
* added check_events() interfacearpi_esp2001-03-031-117/+0
* DGA supportarpi_esp2001-02-271-0/+4
* Initial revisionarpi_esp2001-02-241-0/+201