aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_x11.c
Commit message (Expand)AuthorAge
* screenshot, draw_bmp: use colorspace passed with mp_imageGravatar wm42012-11-01
* VO, sub: refactorGravatar wm42012-10-24
* sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingGravatar wm42012-10-24
* sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorGravatar wm42012-10-24
* Remove things related to old OSDGravatar wm42012-10-24
* vo_x11: use new OSD APIGravatar wm42012-10-24
* libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cGravatar Rudolf Polzer2012-10-24
* vo_x11: reformat, use new VO APIGravatar wm42012-08-07
* mplayer: do not create X11 state in player frontendGravatar wm42012-08-03
* libmpcodecs: use 128 instead of 64 to define non-native RGB image formatsGravatar mplayer-svn2012-08-03
* vo_x11: X11 non-native RGB/BGR "emulation" only works for 32bitGravatar mplayer-svn2012-08-03
* VO: remove VO direct renderingGravatar wm42012-08-02
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* vo_xv: avoid clearing too much on resizeGravatar Uoti Urpala2011-07-06
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
| * | VO: Don't reset pause status in VO config() functionsGravatar Uoti Urpala2009-04-02
* | | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\ \ \ | |/ / |/| / | |/
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.Gravatar reimar2009-03-29
* | 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 r28204Gravatar Uoti Urpala2008-12-27
|\|
| * Remove pointless forward declaration.Gravatar diego2008-12-23
* | Merge svn changes up to r28038Gravatar Uoti Urpala2008-11-25
|\|
| * Clear the whole window on resize in vo_x11 since we do notGravatar reimar2008-11-23
| * Simplify vo_x11 check_events functionGravatar reimar2008-11-23
| * Do not draw in window if our image has not yet been adjusted to the new windo...Gravatar reimar2008-11-23
| * Remove unnecessary xf86vmode.h include.Gravatar reimar2008-11-23
| * Remove some usnused variables and commented-out code.Gravatar reimar2008-11-23
| * Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.Gravatar reimar2008-11-23
* | Merge svn changes up to r27979Gravatar Uoti Urpala2008-11-22
|\|
| * Simplify handling of "flags" parameterGravatar reimar2008-11-21
| * Add forgotten initialization if Flip_Flag to 0.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
| * 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
| * 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