aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Patch to improve/consistify coding style.Gravatar reimar2008-11-23
* Fix indentationGravatar reimar2008-11-23
* Lock/unlock surface only once even when drawing many slices.Gravatar reimar2008-11-23
* Move locked_rect from stack to priv struct in preparation for following patch.Gravatar reimar2008-11-23
* Move the StretchRect call from draw_slices to render_d3d_frame.Gravatar reimar2008-11-23
* Remove pointless is_cfG_finished variable.Gravatar reimar2008-11-23
* Handle fb_dev_name similar to vo_fbdev in vo_wii.Gravatar diego2008-11-23
* Merge another if condition check to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Use static variable instead of #define to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Merge another if condition check to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Merge if condition check to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Remove debug function.Gravatar diego2008-11-23
* cosmetics: one more round of whitespace changesGravatar diego2008-11-23
* cosmetics: further reformatting to lessen differences to vo_fbdev.cGravatar diego2008-11-23
* cosmetics: complete reformatting, tabs to spaces, etc.Gravatar diego2008-11-23
* cosmetics: Lessen differences to vo_wii.c.Gravatar diego2008-11-23
* cosmetics: consistent formatting for if/else/caseGravatar diego2008-11-23
* Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationGravatar reimar2008-11-23
* Remove unused flip_flag variableGravatar reimar2008-11-23
* cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Remove unused variables and the related warnings along with them.Gravatar diego2008-11-23
* Remove a aspect calculation line.Gravatar reimar2008-11-21
* Simplify handling of "flags" parameterGravatar reimar2008-11-21
* Add forgotten initialization if Flip_Flag to 0.Gravatar reimar2008-11-21
* cosmetics: typo fixesGravatar diego2008-11-21
* Fix and enable panscan handling for vo_direct3dGravatar reimar2008-11-21
* Cosmetics: rename variables etc. in vo_direct3d.cGravatar reimar2008-11-20
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.Gravatar reimar2008-11-19
* Add missing "static" qualifiers to vo_direct3dGravatar reimar2008-11-18
* 100l, the video_out_drivers list must be sorted by priority, notGravatar reimar2008-11-18
* Direct3D based video_out module.Gravatar reimar2008-11-18
* Doxygen documentation for w32_common.cGravatar reimar2008-11-18
* Remove a useless XGetGeometry call, the X11 event handling alreadyGravatar reimar2008-11-17
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-16
* Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* Remove a duplicated vo_x11_selectinput_witherrGravatar reimar2008-11-15
* respect -vf dsize etc. also for -rootwin, just like vo_xv does.Gravatar reimar2008-11-15
* Sync with vo_x11: make sure we get expose events even when drawing to the roo...Gravatar reimar2008-11-15
* Remove a nonsensical "else" for the video mode switching case.Gravatar reimar2008-11-15
* include limits.h for INT_MAX.Gravatar reimar2008-11-15
* Remove now unused variables.Gravatar reimar2008-11-15
* Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.Gravatar reimar2008-11-15
* Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
* Set modified window position and monitor aspect in vo_vm_switch instead of inGravatar reimar2008-11-15
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-15
* Set modeline_width/height to sane values in vo_vm_switch even whenGravatar reimar2008-11-15
* Cosmetics: remove useless "extern"Gravatar reimar2008-11-15
* Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15