aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Simplify -flip handling on vo_x11.cGravatar reimar2007-05-12
* Fix crash with -flip on 64 bit systems, the result ofGravatar reimar2007-05-12
* Factor common code out of if in x11_common.cGravatar reimar2007-05-12
* Make -monitorpixelaspect 1 the default.Gravatar cehoyos2007-04-27
* Do not set VFCAP_EOSD_UNSCALED if we use scaled-osdGravatar reimar2007-04-27
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Gui --> guiGravatar diego2007-04-23
* Add Makefile variable for either internal or external VIDIX.Gravatar diego2007-04-22
* Readd an explicit rule for Objective C files. Apparently only Apple's fork ofGravatar diego2007-04-22
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* prevent building xvmc with the old api.Gravatar iive2007-03-26
* call vbeGetControllerInfo() only onceGravatar aurel2007-03-23
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* cosmetics, fix indentationGravatar attila2007-03-18
* allow horizontal resolutions >1024 in case we have a G550Gravatar attila2007-03-18
* Remove unnecessary -I option.Gravatar diego2007-03-13
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* forgotten lscale=2 part for gl_common.hGravatar reimar2007-03-11
* Add a new GPU-based scaling method to vo glGravatar reimar2007-03-11
* 100l, last patch broke window resizing with xv and xvmc.Gravatar reimar2007-03-08
* Fix unkown --> unkNown typo.Gravatar diego2007-03-07
* Factor out some duplicated code in vo_xv and vo_xvmcGravatar reimar2007-03-06
* Simplify config by using code available in video_out.cGravatar reimar2007-03-06
* Add support for tracking mouse movements.Gravatar reimar2007-03-04
* Whitespace-only cosmetics: get rid of all remaining tabsGravatar reimar2007-03-04
* Generate resize events when size of -wid window changes.Gravatar reimar2007-03-04
* compilation fix clip_uint8 -> av_clip_uint8Gravatar rik2007-02-27
* support for new ivtv apiGravatar ben2007-02-26
* The fragment program functions are and most likely always will be ARB-only,Gravatar reimar2007-02-25
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outGravatar reimar2007-02-25
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* Don't free and then allocate surfaces when config() is called again with same...Gravatar iive2007-02-19
* Fix 10 in r22250, do not use screendimensions if not setGravatar reimar2007-02-18
* Set classhint directly after creating window just as all other vos do, in acc...Gravatar reimar2007-02-18
* 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
* Avoid calling aspect on each frame and make ass subtitles work better with pa...Gravatar reimar2007-02-06
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* typo fixesGravatar kraymer2007-02-05
* Sanity check for vo window dimensions, helps avoid division by zeroGravatar reimar2007-02-05
* beckend -> backend typo fix in printfGravatar reimar2007-02-05
* Update gl:help output a bitGravatar reimar2007-02-03
* fix endianess, see bug #727Gravatar lu_zero2007-01-28
* fastmemcpy.h always has to include inttypes.h on systems that need it.Gravatar diego2007-01-26