summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
Commit message (Expand)AuthorAgeFilesLines
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
* video_out.c: Fix a minor memory leakUoti Urpala2009-05-091-0/+2
* Merge svn changes up to r29277Uoti Urpala2009-05-081-2/+2
|\
| * Rename macosx video output driver to corevideo.diego2009-05-041-2/+2
* | Make VO xv preferred over vdpau againUoti Urpala2009-04-021-3/+3
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-3/+3
|\|
| * Prefer vo vdpau over vo xv where available.cehoyos2009-03-311-3/+3
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-0/+4
|\|
| * KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netdiego2009-03-141-0/+4
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-1/+1
|\|
| * Make WinID a 64 bit integer, this should avoid issues with valid Windowreimar2009-03-021-1/+1
* | Merge svn changes up to r28690Uoti Urpala2009-02-211-3/+3
|\|
| * 100l, place vdpau below xv, it should not normally be preferred for auto-sele...reimar2009-02-211-3/+3
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+17
|\|
| * Extend calc_src_dst_rects to also calculate the border values needed forreimar2009-02-171-1/+11
| * Cropping parameter to calc_src_dst_rects is constreimar2009-02-171-1/+1
| * Fix compilation without VDPAUuau2009-02-171-1/+1
| * Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-0/+4
* | Merge svn changes up to r28549Uoti Urpala2009-02-131-0/+60
|\|
| * Add a calc_src_dst_rects that calculates from window size, panscan etc.reimar2009-02-121-0/+60
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-3/+19
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-3/+19
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-1/+1
|\|
| * Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.diego2009-01-301-1/+1
* | Merge svn changes up to r28176Uoti Urpala2008-12-221-28/+39
|\|
| * Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-201-0/+11
| * Cosmetics: get rid of some tabs and trailing whitespace.reimar2008-12-201-32/+32
* | Merge svn changes up to r28162Uoti Urpala2008-12-191-1/+1
|\|
| * xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-1/+1
* | Merge svn changes up to r27979Uoti Urpala2008-11-221-0/+4
|\|
| * 100l, the video_out_drivers list must be sorted by priority, notreimar2008-11-181-3/+3
| * Direct3D based video_out module.reimar2008-11-181-0/+4
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-16/+20
|\|
| * 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
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-23/+23
|\|
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-021-23/+23
* | Create a context struct for OSD stateUoti Urpala2008-06-241-2/+2
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-0/+2
|\|
| * allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+2
* | libvo: Move aspect.c static variables to vo structUoti Urpala2008-05-011-4/+4
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-301-4/+10
* | Add a context for mp_fifoUoti Urpala2008-04-291-3/+5
* | Remove global vo_flagsUoti Urpala2008-04-251-2/+0
* | Move vo_screenwidth,vo_screenheight to options structUoti Urpala2008-04-231-7/+4
* | Move vo_depthonscreen to x11 structUoti Urpala2008-04-231-1/+0
* | Move vo_dbpp to options structUoti Urpala2008-04-231-3/+0
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structUoti Urpala2008-04-231-11/+7
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-4/+13
* | Create a struct for X11 stateUoti Urpala2008-04-231-3/+6
* | Allocate vo struct with tallocUoti Urpala2008-04-231-2/+3
* | Move vo_ontop to options structUoti Urpala2008-04-231-1/+0
* | Add option pointer to vo structUoti Urpala2008-04-231-3/+5
* | Add new video driver APIUoti Urpala2008-04-231-58/+107
* | video_out.c: Cosmetic changesUoti Urpala2008-04-231-62/+65
|/
* 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/