aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\
| * Add force-pbo suboption for faster OpenGL output.Gravatar reimar2008-05-10
| * Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersGravatar reimar2008-05-10
* | Merge svn changes up to r26680Gravatar Uoti Urpala2008-05-07
|\|
| * vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...Gravatar reimar2008-05-03
| * Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.Gravatar reimar2008-05-03
* | vo_gl[2]: Rename conflicting vo_ontop macroGravatar Uoti Urpala2008-04-23
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* Slightly document alpha for OSD colorGravatar reimar2008-02-11
* Support alpha for vo gl osdcolorGravatar reimar2008-02-11
* Redraw display on toggling borderGravatar reimar2008-02-01
* Always redraw video on resize.Gravatar reimar2008-01-31
* Small typo in messageGravatar reimar2008-01-18
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.Gravatar reimar2008-01-15
* Document vo gl lscale=3Gravatar reimar2008-01-15
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourGravatar reimar2007-12-22
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Avoid text deformation and subtitles moving outside the screen in pan-and-scanGravatar eugeni2007-10-19
* Handle case where get_image is called twice without a draw_image in-betweenGravatar reimar2007-08-03
* Set -vo gl slice-height default to 0, the current default of 4 seemsGravatar reimar2007-07-28
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* set the window aspect hintGravatar henry2007-06-09
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* 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 a new GPU-based scaling method to vo glGravatar reimar2007-03-11
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Avoid calling aspect on each frame and make ass subtitles work better with pa...Gravatar reimar2007-02-06
* Update gl:help output a bitGravatar reimar2007-02-03
* Fix compilation under MinGW with X11 enabledGravatar reimar2006-12-17
* Speed up ASS subtitles display by detecting changes between two consecutiveGravatar eugeni2006-12-06
* Fix single-black-pixel-in-upper-left-corner bug (how do people notice a singleGravatar reimar2006-10-24
* EOSD performance debugging info.Gravatar reimar2006-10-06
* Whitespace-only cosmeticsGravatar reimar2006-09-22
* Aggregate multiple small EOSD textures into one large since hundreds ofGravatar reimar2006-09-22
* Cosmetics: move curtex++ out of for () into code body, needed for coming patchGravatar reimar2006-09-22
* use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0Gravatar reimar2006-09-22
* Make genEOSD behaviour with NULL data more explicitGravatar reimar2006-09-22
* Modify clearEOSD to make experimenting easierGravatar reimar2006-09-22
* remove useless zero-initialization code.Gravatar reimar2006-09-22
* Cosmetics: reindent, remove tabs and break overlong lines.Gravatar reimar2006-08-28
* Cosmetics: fix indentation after last patchGravatar reimar2006-08-28
* Hardware EOSD (ass) support.Gravatar reimar2006-08-28
* Disable Y800 colorspace support, otherwise mplayer uses it even when it's not...Gravatar reimar2006-08-08
* vo_gl can do flipping without special filterGravatar reimar2006-07-10
* Fix negative stride handling in -dr caseGravatar reimar2006-07-10
* Get rid of left-over incorrect UnmapBuffer hackGravatar reimar2006-07-10