aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/video_out.h
Commit message (Expand)AuthorAge
* Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | libvo: Move aspect.c static variables to vo structGravatar Uoti Urpala2008-05-01
* | input: Move key filedescriptor list to context structGravatar Uoti Urpala2008-04-30
* | Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* | Move vo_gamma_* to options structGravatar Uoti Urpala2008-04-26
* | Remove global vo_flagsGravatar Uoti Urpala2008-04-25
* | Move vo_screenwidth,vo_screenheight to options structGravatar Uoti Urpala2008-04-23
* | Move vo_depthonscreen to x11 structGravatar Uoti Urpala2008-04-23
* | Move vo_dbpp to options structGravatar Uoti Urpala2008-04-23
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structGravatar Uoti Urpala2008-04-23
* | Move global vo_config_count to vo structGravatar Uoti Urpala2008-04-23
* | Create a struct for X11 stateGravatar Uoti Urpala2008-04-23
* | Move vo_ontop to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to vo structGravatar Uoti Urpala2008-04-23
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* cosmetics: Whitespace changes, add comments to some #endif directives.Gravatar diego2008-01-06
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Remove last remains of long-gone VOCTRL_SCREENSHOTGravatar reimar2007-12-02
* Declare all vo_gamma variables in libvo/video_out.h and remove them fromGravatar diego2007-08-12
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* vo_init is x11 specific and has no place in video_out.h.Gravatar reimar2007-06-24
* Remove redundant vo_format_name, included img_format.h already provides itGravatar reimar2007-06-24
* Revert r22255 on iive's request.Gravatar reimar2007-02-18
* Avoid parts of xvmc reinit when source format does not changeGravatar reimar2007-02-18
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* Add EOSD support to vf_vo.Gravatar eugeni2006-08-28
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* marks several read-only string parameters and function return-values which ca...Gravatar reynaldo2006-07-16
* Remove updating of vo_mouse_timer_const from the main loop and alsoGravatar uau2006-04-25
* Fix and improve xinerama supportGravatar reimar2006-04-16
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* add a switch, slave command, and vo control to toggle borderless window.Gravatar joey2005-11-10
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* added runtime toggle of root window playbackGravatar joey2004-08-22
* add var vo_rootwin and -rootwin switch for mac osxGravatar nplourde2004-07-29
* keepaspect and nokeepaspect are now useable by all vosGravatar faust32004-05-01
* move refreshrate and adapter_num variables to video_out because they might be...Gravatar faust32004-03-13
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* user settable colorkeyGravatar alex2003-10-03
* -nomouseinput support for vo_sdlGravatar alex2003-09-01