| Commit message (Expand) | Author | Age |
* | Remove panscan related conditions and code that only breaks future windowed | reimar | 2009-08-27 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x... | reimar | 2009-03-07 |
* | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 |
* | Extend calc_src_dst_rects to also calculate the border values needed for | reimar | 2009-02-17 |
* | Add a calc_src_dst_rects that calculates from window size, panscan etc. | reimar | 2009-02-12 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | Factor calc_drwXY out of vo_xv and vo_xvmc. | cehoyos | 2009-01-09 |
* | Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration | reimar | 2008-11-23 |
* | Remove unused flip_flag variable | reimar | 2008-11-23 |
* | Remove a aspect calculation line. | reimar | 2008-11-21 |
* | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 |
* | Remove explicit setting of vo_ontop since that is already done by vo_x11_crea... | reimar | 2008-11-15 |
* | Sync with vo_x11: make sure we get expose events even when drawing to the roo... | reimar | 2008-11-15 |
* | Remove a nonsensical "else" for the video mode switching case. | reimar | 2008-11-15 |
* | Remove now unused variables. | reimar | 2008-11-15 |
* | Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height. | reimar | 2008-11-15 |
* | Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same | reimar | 2008-11-15 |
* | Set modified window position and monitor aspect in vo_vm_switch instead of in | reimar | 2008-11-15 |
* | Get rid of (besides useless assignments) unused XSizeHints variable | reimar | 2008-11-15 |
* | Replace some of the different inconsistent XGetGeometry uses by a | reimar | 2008-11-15 |
* | Remove a useless XGetGeometry call, the X11 event handling already takes care... | reimar | 2008-11-15 |
* | Remove code from unused and since ages deprecated draw_frame function. | reimar | 2008-11-15 |
* | Remove vo_xv code that has been under #if 0 since ages. | reimar | 2008-11-15 |
* | Fix grammar of comment and sync it with vo_x11.c | reimar | 2008-11-15 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | Move message about which adapter is used to verbose mode. | diego | 2008-06-15 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | Add a new suboption to -vo xv and -vo xvmc that allows selection | ben | 2008-05-13 |
* | Revert accidentially committed line of r25994. | cehoyos | 2008-02-14 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | warning fix: | diego | 2007-08-28 |
* | Watch X11 fd in main input select() if using vo xv | uau | 2007-08-25 |
* | Remove some unused variables | reimar | 2007-06-27 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 |
* | Gui --> gui | diego | 2007-04-23 |
* | 100l, last patch broke window resizing with xv and xvmc. | reimar | 2007-03-08 |
* | Factor out some duplicated code in vo_xv and vo_xvmc | reimar | 2007-03-06 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 |
* | Sanity check for vo window dimensions, helps avoid division by zero | reimar | 2007-02-05 |
* | MSGTRs for libvo/aspect.c and libvo/vo_xv.c | kraymer | 2006-11-08 |
* | Fix window position when changing videos while in fullscreen and for | reimar | 2006-06-15 |
* | do aspect correction of video size before calculating vo_dx and vo_dy. | reimar | 2006-05-14 |
* | Make sure black borders are drawn when switching videos with -fixed-vo. | reimar | 2006-05-04 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 |
* | Fix and improve xinerama support | reimar | 2006-04-16 |
* | Test if source image dimensions are too big. | al | 2005-11-10 |