aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xv.c
Commit message (Expand)AuthorAge
* Move mRootWin,mScreen,mLocalDisplay to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_gc,f_gc,vo_hints to x11 structGravatar Uoti Urpala2008-04-23
* Move xv_port,xv_colorkey,xv_ck_info to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_window to x11 structGravatar Uoti Urpala2008-04-23
* Move static X11 atoms to structGravatar Uoti Urpala2008-04-23
* Move vo_screenwidth,vo_screenheight 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
* Move global mDisplay to x11 state structGravatar Uoti Urpala2008-04-23
* Allocate vo struct with tallocGravatar Uoti Urpala2008-04-23
* Move vo_ontop to options structGravatar Uoti Urpala2008-04-23
* vo_xv: Free resources in error casesGravatar Uoti Urpala2008-04-23
* vo_xv.c: Make reconfig logic more robustGravatar Uoti Urpala2008-04-23
* vo_xv.c: remove unnecessary #ifdefs and static varsGravatar Uoti Urpala2008-04-23
* vo_xv.c: Cosmetic changesGravatar Uoti Urpala2008-04-23
* Change vo_xv to use new VO APIGravatar Uoti Urpala2008-04-23
* Add a context argument to mp_input_add_event_fd callbackGravatar Uoti Urpala2008-04-23
* vo_xv.c: Remove #if 0 codeGravatar 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
* Revert accidentially committed line of r25994.Gravatar cehoyos2008-02-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* warning fix:Gravatar diego2007-08-28
* Watch X11 fd in main input select() if using vo xvGravatar uau2007-08-25
* Remove some unused variablesGravatar reimar2007-06-27
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Gui --> guiGravatar diego2007-04-23
* 100l, last patch broke window resizing with xv and xvmc.Gravatar reimar2007-03-08
* Factor out some duplicated code in vo_xv and vo_xvmcGravatar reimar2007-03-06
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Sanity check for vo window dimensions, helps avoid division by zeroGravatar reimar2007-02-05
* MSGTRs for libvo/aspect.c and libvo/vo_xv.cGravatar kraymer2006-11-08
* Fix window position when changing videos while in fullscreen and forGravatar reimar2006-06-15
* do aspect correction of video size before calculating vo_dx and vo_dy.Gravatar reimar2006-05-14
* Make sure black borders are drawn when switching videos with -fixed-vo.Gravatar reimar2006-05-04
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* Fix and improve xinerama supportGravatar reimar2006-04-16
* Test if source image dimensions are too big.Gravatar al2005-11-10
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.Gravatar reimar2005-06-27
* Make -wid behave more consistent.Gravatar al2005-05-21
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* more colorkey w/ panscan woesGravatar henry2005-04-16
* redraw colorkey on panscan changeGravatar henry2005-04-16
* - fix black screen problem on reinitGravatar al2005-04-16
* Always use vo_x11_sizehint function ( even when going fullscreen ) toGravatar al2005-02-24
* Don't change buffers when paused and redrawing.Gravatar al2005-02-23