summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
Commit message (Expand)AuthorAgeFilesLines
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* cosmetics: Whitespace changes, add comments to some #endif directives.diego2008-01-061-2/+2
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-2/+2
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-3/+3
* Make vo info structs constreimar2007-12-021-1/+1
* Remove last remains of long-gone VOCTRL_SCREENSHOTreimar2007-12-021-1/+0
* Declare all vo_gamma variables in libvo/video_out.h and remove them fromdiego2007-08-121-0/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* vo_init is x11 specific and has no place in video_out.h.reimar2007-06-241-2/+0
* Remove redundant vo_format_name, included img_format.h already provides itreimar2007-06-241-1/+0
* Revert r22255 on iive's request.reimar2007-02-181-1/+0
* Avoid parts of xvmc reinit when source format does not changereimar2007-02-181-0/+1
* Move common vo initialization code to video_out.creimar2007-02-171-0/+5
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+3
* Add EOSD support to vf_vo.eugeni2006-08-281-0/+6
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-1/+1
* Remove updating of vo_mouse_timer_const from the main loop and alsouau2006-04-251-1/+0
* Fix and improve xinerama supportreimar2006-04-161-0/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-101-0/+2
* remove extern for variables that are already in headers.reimar2005-08-211-0/+3
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-5/+5
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* added runtime toggle of root window playbackjoey2004-08-221-0/+1
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-291-0/+1
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-011-0/+1
* 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/+2
* user settable colorkeyalex2003-10-031-0/+2
* -nomouseinput support for vo_sdlalex2003-09-011-0/+1
* vo_xover is a new vo that should make easy to have x11 support foralbeu2003-03-121-0/+15
* Pass start slice to the vo it make dr + slice implemantation easieralbeu2003-03-101-0/+1
* notice vo driver about skipped/dropped framesarpi2002-12-141-1/+4
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-6/+1
* do NOT include vidix header - nonsensearpi2002-11-031-1/+1
* 1larpi2002-10-231-2/+0
* Geometry updatemark2002-10-231-0/+2
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-291-0/+3
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-0/+1
* d_width==screenwidth && -fs hopefully fixedarpi2002-09-181-5/+0
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-46/+2
* General Timing Formula algorithm from a scratch.arpi2002-08-221-0/+16
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-141-0/+3
* eq reworkedalex2002-07-241-2/+5
* - fix audio equalizerpontscho2002-07-191-0/+8
* 100l to .soarpi2002-06-051-3/+2
* added panscan support for xmga/xvidixpontscho2002-06-051-0/+3
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-041-0/+1
* Improvment for spu subtitles.albeu2002-05-171-0/+1
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-0/+2
* vo_config_count now counts calls to vo->config()arpi2002-04-071-0/+2
* VOCTRL_DRAW_IMAGE addedarpi2002-04-061-0/+1
* disabling direct rendering by default (too buggy and conflicts with osd/sub)arpi2002-03-311-0/+1
* moved font_laod.harpi2002-03-241-1/+1
* voctls for decoding aheadnick2002-03-091-0/+4
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-0/+6
* direct rendering supportarpi2002-03-071-0/+2
* 're-include' possibilitynick2002-03-031-0/+4
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-221-0/+4
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-181-1/+5
* Screenshot on the flynick2002-02-171-0/+2
* added VOFLAG_* definitions and int vo_flagsalex2002-02-171-0/+5
* added VOCTRL_FULLSCREENalex2002-02-171-0/+2
* add vsync support for doublebuffering to vo_vesaatmos42002-02-121-0/+1
* added voctrl_guisupport and fixed some typosalex2002-02-091-4/+6
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-15/+18
* new info for tuningnick2002-01-311-1/+9
* Extensions for video accelerated architecturenick2002-01-261-1/+53
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-0/+1
* vo_pts addedarpi2001-11-051-0/+2
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-0/+5
* added prototype of vo_init()arpi2001-07-161-0/+2
* extern vo_doublebuffering cleanuparpi2001-07-031-0/+3
* vo_subdevice implementedal3x2001-06-211-0/+2
* added prototype of vo_format_nameal3x2001-06-171-0/+1
* - applied overlay patch by Jens Hatmosfear2001-04-141-13/+1
* -bpp changesarpi_esp2001-04-131-0/+9
* sub/osd interface changesarpi_esp2001-03-271-4/+0
* subtitle+OSD font supportarpi_esp2001-03-251-0/+7
* added check_events() interfacearpi_esp2001-03-031-127/+37
* Initial revisionarpi_esp2001-02-241-0/+195