aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
* vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyGravatar Uoti Urpala2012-03-09
* Merge remote-tracking branch 'wm4/window_title'Gravatar Uoti Urpala2011-12-07
|\
| * libvo: remove title argument from struct vo_driver.configGravatar wm42011-12-06
* | core, vo: new window refresh logic, add slow-video OSD redrawGravatar Uoti Urpala2011-12-06
* | core, vo: modify OSD redraw architecture, support EOSDGravatar Uoti Urpala2011-12-06
|/
* vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux)Gravatar wm42011-11-25
* vo_gl: implement screenshotsGravatar wm42011-11-25
* vo_gl: fix crash with backends lacking control() featuresGravatar wm42011-10-24
* vo_gl: remove support for nvidia register combiners (yuv=1)Gravatar wm42011-10-24
* vo_gl: fix crash with ati-hack after 20256a8a64c9679bc9136bbGravatar wm42011-10-24
* vo_gl: remove mesa-buffer suboptionGravatar wm42011-10-24
* vo_gl: move window creation functions from vo_gl.c into gl_common.cGravatar wm42011-10-24
* vo_gl: add new vo name "gl_sdl" to make SDL+GL mode availableGravatar wm42011-10-24
* vo_gl: remove "noaspect" suboptionGravatar wm42011-10-24
* vo_gl: convert to new API, clean up codeGravatar wm42011-10-24
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* vo_gl: fix image corruption with PBOs when playing 10 bit videoGravatar wm42011-10-06
* vo_gl: fix YUY2/YVYU colorspace mixupGravatar reimar2011-07-06
* vo_gl: Support 9- and 10-bit YUV input for OpenGL VOsGravatar reimar2011-07-06
* vo_gl: don't accept 9/10-bit formats as inputGravatar reimar2011-06-29
* vo_gl: fix "gamma" equalizer settingGravatar reimar2011-04-12
* vo_gl: mark llvmpipe as a software rendererGravatar reimar2011-01-29
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vo_gl: create stereo-capable window when using Quadbuffer 3DGravatar reimar2010-11-14
* vo_gl.c: Use early return instead of large if blockGravatar reimar2010-11-02
* vo_gl: Make OSD rendering code more readableGravatar reimar2010-11-02
* vo_gl: Make it possible to select GL_NEAREST scalingGravatar reimar2010-11-02
* vo_gl: add helper macros to build the yuv conversion type numberGravatar reimar2010-11-02
* vo_gl: Cosmetics: create luma texture firstGravatar reimar2010-11-02
* vo_gl: remove unused labelGravatar Uoti Urpala2010-11-02
* vo_gl: remove "broken" comment from quadbuffer stereoGravatar cehoyos2010-11-02
* vo_gl: Some small whitespace and {} cosmeticsGravatar reimar2010-11-02
* vo_gl: Try to get a quadbuffered visual for corresponding 3D modeGravatar reimar2010-11-02
* vo_gl: cleanupGravatar reimar2010-11-02
* vo_gl: Add initial stereo supportGravatar reimar2010-11-02
* vo_gl: Fix -geometry with -wid behaviour (y position was flipped)Gravatar reimar2010-11-02
* vo_gl: More sensible behaviour for -geometry with -widGravatar reimar2010-11-02
* vo_gl, csputils: dual-license under LGPL v2.1Gravatar reimar2010-11-02
* vo_gl: Remove nonsense commented-out function headerGravatar reimar2010-10-27
* Merge svn changes up to r31284Gravatar Uoti Urpala2010-06-02
|\
| * Treat a NULL renderer string as indication for software renderer.Gravatar reimar2010-05-30
* | Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\|
* | Merge svn changes up to r31169Gravatar Uoti Urpala2010-05-30
|\ \
| | * Fix OpenGL autodetection to not leave values at -1.Gravatar reimar2010-05-24
| |/
| * Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.Gravatar reimar2010-05-09
| * Minor code cleanup.Gravatar reimar2010-05-09
| * yuv=5 supports brightness and contrast adjustment.Gravatar reimar2010-05-09
* | Merge svn changes up to r31133Gravatar Uoti Urpala2010-05-07
|\|
| * Also print OpenGL renderer string with vendor and version with -vGravatar reimar2010-05-01