aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xv.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r31303Gravatar Uoti Urpala2010-06-02
|\
| * Factor out some common code and ensure we will not try to draw OSDGravatar reimar2010-05-31
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* | cosmetics: remove some unused variablesGravatar Uoti Urpala2009-11-17
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
* | cosmetics: Add two missing "static"Gravatar Uoti Urpala2009-10-22
* | Merge branch 'vdpau' into buildGravatar Uoti Urpala2009-09-19
|\ \
| * | VO interface: Remove obsolete draw_frame() from new interfaceGravatar Uoti Urpala2009-09-17
* | | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\ \ \ | |/ / |/| / | |/
| * Remove panscan related conditions and code that only breaks future windowedGravatar reimar2009-08-27
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
* | | vo_xv: Fix context Shminfo table sizeGravatar Uoti Urpala2009-04-05
| * | VO: Don't reset pause status in VO config() functionsGravatar Uoti Urpala2009-04-02
|/ /
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x...Gravatar reimar2009-03-07
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Extend calc_src_dst_rects to also calculate the border values needed forGravatar reimar2009-02-17
* | Merge svn changes up to r28549Gravatar Uoti Urpala2009-02-13
|\|
| * Add a calc_src_dst_rects that calculates from window size, panscan etc.Gravatar reimar2009-02-12
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Factor calc_drwXY out of vo_xv and vo_xvmc.Gravatar cehoyos2009-01-09
* | vo_xv: Always support updating OSD if none was drawn yetGravatar Uoti Urpala2008-12-10
* | Update OSD while pausedGravatar Uoti Urpala2008-12-09
* | vo_xv: Reformat codeGravatar Uoti Urpala2008-12-09
| * Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationGravatar reimar2008-11-23
| * Remove unused flip_flag variableGravatar reimar2008-11-23
* | Merge svn changes up to r27979Gravatar Uoti Urpala2008-11-22
|\|
| * Remove a aspect calculation line.Gravatar reimar2008-11-21
| * Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...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
| * 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
| * Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15
| * Remove a useless XGetGeometry call, the X11 event handling already takes care...Gravatar reimar2008-11-15