summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAgeFilesLines
* VO: remove VO direct renderingwm42012-08-021-2/+0
* osd: minor simplification of vo_osd_changed()wm42012-08-011-1/+1
* vo_gl, vo_gl3: honor global --vsync optionwm42012-07-301-1/+1
* osd: use libass for OSD renderingwm42012-07-281-8/+1
* libvo, libao: remove useless video and audio output driverswm42012-07-281-8/+0
* vo_gl: reject MS Windows native OpenGL as software rasterizerwm42012-04-241-1/+3
* vo_gl: refuse to use software renderer, unless explicitly requestedwm42012-04-241-15/+11
* Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-1/+2
|\
| * vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyUoti Urpala2012-03-091-1/+2
* | mpcodecs: remove mp_image_t.x/ywm42012-02-241-5/+3
* | vo_gl: add "backend" suboption to allow selecting the GUI backendwm42012-02-091-31/+22
* | vo_gl: minor cleanupsreimar2012-02-091-1/+1
* | vo_gl: add noise filterreimar2012-02-091-1/+6
* | vo_gl: use generic eosd codewm42011-12-251-145/+111
|/
* Merge remote-tracking branch 'wm4/window_title'Uoti Urpala2011-12-071-5/+5
|\
| * libvo: remove title argument from struct vo_driver.configwm42011-12-061-5/+5
* | core, vo: new window refresh logic, add slow-video OSD redrawUoti Urpala2011-12-061-20/+5
* | core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-6/+2
|/
* vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux)wm42011-11-251-2/+5
* vo_gl: implement screenshotswm42011-11-251-0/+59
* vo_gl: fix crash with backends lacking control() featureswm42011-10-241-0/+6
* vo_gl: remove support for nvidia register combiners (yuv=1)wm42011-10-241-1/+6
* vo_gl: fix crash with ati-hack after 20256a8a64c9679bc9136bbwm42011-10-241-28/+34
* vo_gl: remove mesa-buffer suboptionwm42011-10-241-72/+28
* vo_gl: move window creation functions from vo_gl.c into gl_common.cwm42011-10-241-58/+1
* vo_gl: add new vo name "gl_sdl" to make SDL+GL mode availablewm42011-10-241-9/+41
* vo_gl: remove "noaspect" suboptionwm42011-10-241-13/+13
* vo_gl: convert to new API, clean up codewm42011-10-241-1149/+1336
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-75/+46
* vo_gl: fix image corruption with PBOs when playing 10 bit videowm42011-10-061-10/+14
* vo_gl: fix YUY2/YVYU colorspace mixupreimar2011-07-061-1/+1
* vo_gl: Support 9- and 10-bit YUV input for OpenGL VOsreimar2011-07-061-8/+13
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-291-8/+10
* vo_gl: fix "gamma" equalizer settingreimar2011-04-121-0/+2
* vo_gl: mark llvmpipe as a software rendererreimar2011-01-291-1/+2
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-3/+3
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* vo_gl: create stereo-capable window when using Quadbuffer 3Dreimar2010-11-141-0/+2
* vo_gl.c: Use early return instead of large if blockreimar2010-11-021-26/+26
* vo_gl: Make OSD rendering code more readablereimar2010-11-021-7/+12
* vo_gl: Make it possible to select GL_NEAREST scalingreimar2010-11-021-1/+9
* vo_gl: add helper macros to build the yuv conversion type numberreimar2010-11-021-1/+3
* vo_gl: Cosmetics: create luma texture firstreimar2010-11-021-4/+5
* vo_gl: remove unused labelUoti Urpala2010-11-021-1/+0
* vo_gl: remove "broken" comment from quadbuffer stereocehoyos2010-11-021-1/+1
* vo_gl: Some small whitespace and {} cosmeticsreimar2010-11-021-19/+21
* vo_gl: Try to get a quadbuffered visual for corresponding 3D modereimar2010-11-021-1/+13
* vo_gl: cleanupreimar2010-11-021-9/+2
* vo_gl: Add initial stereo supportreimar2010-11-021-0/+24
* vo_gl: Fix -geometry with -wid behaviour (y position was flipped)reimar2010-11-021-3/+4
* vo_gl: More sensible behaviour for -geometry with -widreimar2010-11-021-1/+1
* vo_gl, csputils: dual-license under LGPL v2.1reimar2010-11-021-0/+5
* vo_gl: Remove nonsense commented-out function headerreimar2010-10-271-1/+0
* Merge svn changes up to r31284Uoti Urpala2010-06-021-1/+1
|\
| * Treat a NULL renderer string as indication for software renderer.reimar2010-05-301-1/+1
* | Merge svn changes up to r31211Uoti Urpala2010-05-301-5/+12
|\|
| * Fix OpenGL autodetection to not leave values at -1.reimar2010-05-241-5/+12
* | Merge svn changes up to r31169Uoti Urpala2010-05-301-5/+7
|\|
| * Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.reimar2010-05-091-0/+2
| * Minor code cleanup.reimar2010-05-091-4/+4
| * yuv=5 supports brightness and contrast adjustment.reimar2010-05-091-1/+1
* | Merge svn changes up to r31133Uoti Urpala2010-05-071-2/+3
|\|
| * Also print OpenGL renderer string with vendor and version with -vreimar2010-05-011-1/+2
| * 100l, open the customtex also in binary mode, not just the program.reimar2010-04-301-1/+1
* | Merge svn changes up to r31097Uoti Urpala2010-04-261-8/+28
|\|
| * Support for auto-selecting the OpenGL backend.reimar2010-04-251-7/+1
| * Add reinitialization support. Necessary for fullscreen on OSX.reimar2010-04-251-0/+4
| * Remove unnecessary check.reimar2010-04-251-2/+0
| * Set SDL window title.reimar2010-04-251-0/+1
| * Window resizing support for -vo gl with SDL backend.reimar2010-04-251-7/+2
| * Disable OSD support by default if the necessary OpenGL functionality is missing.reimar2010-04-241-1/+3
| * SDL support with related crash-resilience fixes.reimar2010-04-241-4/+30
* | Merge svn changes up to r31040Uoti Urpala2010-04-261-1/+1
|\|
| * Open cutomtex file in binary mode to avoid potential issues onreimar2010-04-131-1/+1
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-1/+2
|\|
| * Factor out the YUV->RGB conversion auto-selection and alsoreimar2010-04-041-1/+2
* | Merge svn changes up to r31004Uoti Urpala2010-04-261-142/+142
|\|
| * Add mpgl prefix to all OpenGL-related function pointers.reimar2010-04-031-142/+142
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-4/+56
|\|
| * Update -vo gl info structs, it isn't X11-only since ages and there's basicallyreimar2010-02-271-4/+4
| * 100l, remove forgotten debugging code.reimar2010-02-271-1/+0
| * Only prefer -vo gl over -vo x11 if hardware acceleration is available.reimar2010-02-271-2/+36
* | Merge svn changes up to r30514Uoti Urpala2010-03-091-6/+6
|\|
| * Print messages only after we are sure preinit will not fail anymore.reimar2010-02-051-5/+5
| * Create the OpenGL probe window as a hidden Window on X11.reimar2010-02-041-1/+1
* | Merge svn changes up to r30494Uoti Urpala2010-03-091-25/+42
|\|
| * Add support for autodetection during preinit and use that to detect a defaultreimar2010-02-021-22/+42
| * Avoid using options before autodetectGlExtensions to allow it to change them ...reimar2010-02-021-5/+3
| * Remove vo_config_count check from uninit, it should always be safe to run.reimar2010-02-021-1/+0
* | Merge svn changes up to r30375Uoti Urpala2010-01-251-1/+14
|\|
| * Add support for adjustable TV <-> PC level conversion.reimar2010-01-161-1/+14
* | Merge svn changes up to r30195Uoti Urpala2010-01-081-0/+1
|\|
| * Make vo gl print the OpenGL vendor and version strings.reimar2010-01-031-0/+1
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-35/+70
|\|
| * Fix function declarations to avoid casting function pointers.reimar2010-01-011-5/+5
| * Slightly generalize code to generate YUV->RGB conversion table and addreimar2010-01-011-0/+1
| * Make YUV->RGB conversion coefficients selectable for -vo gl.reimar2010-01-011-1/+16
| * Add support for 16-bit per component YUV formats.reimar2009-12-311-1/+2
| * First steps to supporting different YUV->RGB conversion definitions.reimar2009-12-311-1/+1
| * Put the colourspace-related variables into a separate struct to easereimar2009-12-311-1/+1
| * Support all planar YUV formats in OpenGL vos.reimar2009-12-301-29/+47
* | Merge svn changes up to r30136Uoti Urpala2009-12-301-32/+30
|\|
| * Move do_render_osd function to avoid a forward declaration.reimar2009-12-271-32/+30
| * Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-241-0/+1
| * Remove more direct includes of libass/ass.hreimar2009-12-241-1/+0
* | Merge svn changes up to r30104Uoti Urpala2009-12-301-22/+32
|\|
| * Slightly improve vo_gl suboption documentation.reimar2009-12-191-2/+2
| * Add support for auto-generating mipmaps in vo_gl, should easereimar2009-12-191-3/+15
| * Make -vo gl:customprog also work with RGB input (obviously those need to bereimar2009-12-191-17/+15
* | Merge svn changes up to r30065Uoti Urpala2009-12-291-6/+6
|\|
| * Rename GL_* defines to CONFIG_GL_*reimar2009-12-191-6/+6
| * Make the check for X11 and WIN32 backends for OpenGL separate.reimar2009-12-191-4/+4
* | Merge svn changes up to r30055Uoti Urpala2009-12-181-87/+84
|\|
| * Pass all OpenGL functions through a function pointer indirection.reimar2009-12-081-65/+65
| * Very preliminary code to allow selecting the OpenGL backend at runtime.reimar2009-12-081-22/+19
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-0/+1
|\|
| * Print which visual glXChooseVisual chose when running in verbose mode.reimar2009-11-211-0/+1
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-3/+7
|\|
| * Set sensible write frequency/priority values for AllocateMemoryMESAreimar2009-09-271-1/+1
| * Print error instead of crashing when mesa-buffer is used on systemsreimar2009-09-271-0/+4
| * Re-add some ifdefs, partially reverting r29688, since mDisplay andreimar2009-09-181-0/+4
| * Get rid of several (probably) pointless ifdefsreimar2009-09-181-6/+0
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-11/+10
|\|
| * Check setGlWindow return value to fail properly instead of crashing if e.g.reimar2009-09-011-1/+2
| * Add infrastructure and test code to enable aspect scaling and panscan in wind...reimar2009-08-271-5/+5
| * Simplify -vo gl ass border etc. dimension calculation one bit more.reimar2009-08-271-3/+1
| * Simplify and fix ass border calculations for -vo gl and -wid -fs mode.reimar2009-08-271-6/+3
| * First attempts at supporting -fs with -wid, -vo gl on X11 only so farreimar2009-08-271-0/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Change type names to match upstream libassGrigori Goronzy2009-08-071-4/+4
* | Remove internal libass treeUoti Urpala2009-07-261-2/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-14/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-1/+0
|\ \
| * | VO: Don't reset pause status in VO config() functionsUoti Urpala2009-04-021-1/+0
* | | Merge svn changes up to r29117Uoti Urpala2009-04-011-0/+3
|\ \ \ | | |/ | |/|
| * | Check mpi type before returning an DR buffer in get_image, fixes jerkinessreimar2009-03-161-0/+3
* | | vo_gl: Fix libass subtitles disappearing during pauseUoti Urpala2009-03-221-0/+2
| |/ |/|
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+1
|\|
| * Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-27/+52
|\|
| * Refactor smalltex/tinytex EOSD optimization in vo_glreimar2009-03-061-18/+39
| * Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,reimar2009-03-061-3/+2
| * Do not rely on draw_osd to render the EOSD, instead draw it already at thereimar2009-03-061-10/+15
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+2
|\|
| * 100l, reset ass_border when switching out of fullscreen mode.reimar2009-02-171</