summaryrefslogtreecommitdiffstats
path: root/libvo/vo_winvidix.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-5/+2
* libvo: remove UNUSED() macrosdiego2010-11-021-9/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-38/+38
* Merge svn changes up to r28537Uoti Urpala2009-02-121-6/+20
|\
| * Add standard license headers, unify header formatting.diego2009-02-081-6/+20
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+0
|\|
| * Remove redundant variable declaration, fixes the warning:diego2008-10-131-1/+0
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-1/+1
|\|
| * remove now useless vidixlib.h fileben2008-06-201-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-6/+6
|\|
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-6/+6
* | Remove vo_depthonscreen references from non-X VOsUoti Urpala2008-04-231-2/+3
* | Add new video driver APIUoti Urpala2008-04-231-1/+1
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-22/+0
|/
* Make vo info structs constreimar2007-12-021-1/+1
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-1/+1
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-1/+1
* remove extern for variables that are already in headers.reimar2005-08-211-1/+0
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* keep aspect when resizing, quit MPlayer when closing the window patch by Erik...faust32005-06-261-2/+27
* regain window focus in fullscreen, patch by Erik Lunchpail <enik_27can at yah...faust32005-06-031-1/+1
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-3/+3
* name changediego2004-07-191-1/+1
* embarassing typo and new namediego2004-07-191-1/+1
* message expanded with hint to use -v optiongabucino2003-11-151-1/+1
* new vidix vo modules for textmode console and windowsfaust32003-10-021-0/+341