summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xover.c
Commit message (Expand)AuthorAgeFilesLines
* libvo: remove UNUSED() macrosdiego2010-11-021-9/+0
* Remove the internal GUIAnton Khirnov2009-07-071-16/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-10/+10
* Merge svn changes up to r28537Uoti Urpala2009-02-121-9/+25
|\
| * Add standard license headers, unify header formatting.diego2009-02-081-9/+25
* | Merge svn changes up to r27979Uoti Urpala2008-11-221-21/+1
|\|
| * Factor common code like -wid handling, vo_gc creation etc. out intoreimar2008-11-191-21/+1
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-2/+0
|\|
| * Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...reimar2008-11-151-2/+0
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-2/+2
|\|
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-041-2/+2
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-3/+3
|\|
| * Rename two GUI-related preprocessor directives:diego2008-07-301-3/+3
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-1/+1
* | Add new video driver APIUoti Urpala2008-04-231-19/+22
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-2/+1
|/
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* 10lattila2007-07-221-1/+1
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-271-16/+4
* xinerama_screen is already declared in video_out.hreimar2007-06-241-4/+0
* Gui --> guidiego2007-04-231-1/+1
* Get rid of completely useless includes that in addition hinder compilationreimar2006-12-161-1/+0
* Fix and improve xinerama supportreimar2006-04-161-6/+3
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-5/+5
* Make -wid behave more consistent.al2005-05-211-0/+1
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-4/+4
* Reduce excessive verbosity.diego2004-11-151-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Removed superfluous XFlush calls before XSync.al2004-08-201-1/+0
* removed saver_on, saver_off calls, they are already in x11_common.creimar2004-07-251-3/+0
* output wordingdiego2004-07-091-1/+1
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+6
* user settable colorkeyalex2003-10-031-14/+17
* 1000lalex2003-08-291-4/+2
* 10lalex2003-08-031-2/+0
* 10L the comment header again. That's it when you stole someone else code ;)albeu2003-03-121-0/+1
* vo_xover is a new vo that should make easy to have x11 support foralbeu2003-03-121-0/+473