aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xvmc.c
Commit message (Expand)AuthorAge
...
| * Remove unused variables and the related warnings along with them.Gravatar diego2008-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 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 now unused variables.Gravatar reimar2008-11-15
| * Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
* | Merge svn changes up to r27458Gravatar Uoti Urpala2008-08-12
|\|
| * Remove duplicated prototype for XShmGetEventBase(), becauseGravatar diego2008-08-09
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
| * cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Add a new suboption to -vo xv and -vo xvmc that allows selectionGravatar ben2008-05-13
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* cosmetics: misc typo fixesGravatar diego2007-09-25
* Remove some unused variablesGravatar reimar2007-06-27
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Remove more pointless fastmemcpy.h includes in libvoGravatar reimar2007-05-27
* Gui --> guiGravatar diego2007-04-23
* prevent building xvmc with the old api.Gravatar iive2007-03-26
* 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
* Don't free and then allocate surfaces when config() is called again with same...Gravatar iive2007-02-19
* 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
* Fix two 10l memleaks in vo_xvmc.cGravatar reimar2007-02-15
* typo fixesGravatar kraymer2007-02-05
* beckend -> backend typo fix in printfGravatar reimar2007-02-05
* cosmetics: typo pallete --> paletteGravatar diego2007-01-13
* more mp_property_deinterlace simplification, patch byGravatar reimar2006-11-18
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* Implement bob (pseudo?) deinterlacing for xvmc.Gravatar reimar2006-10-15
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* 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
* Fix and improve xinerama supportGravatar reimar2006-04-16
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Print some error message,Gravatar iive2005-12-20
* 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