summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-0/+18
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-0/+18
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-2/+11
|\|
| * Add [gl] in front of vo_gl messagereimar2009-02-031-1/+1
| * Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ...reimar2009-02-031-1/+10
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-1/+2
|\|
| * Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationreimar2009-01-101-1/+2
* | Merge branch 'pause'Uoti Urpala2009-01-151-0/+6
|\ \
| * | vo_gl: Support changing OSD over existing frameUoti Urpala2009-01-141-0/+6
* | | Merge svn changes up to r28204Uoti Urpala2008-12-271-1/+23
|\ \ \ | | |/ | |/|
| * | Fix ugly borders problem with ati-hackreimar2008-12-271-0/+19
| * | Warn when using features that are broken due to ATI driver bugs.reimar2008-12-231-0/+3
| * | Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ...reimar2008-12-231-1/+1
* | | Merge svn changes up to r28149Uoti Urpala2008-12-141-23/+41
|\| | | |/ |/|
| * Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).reimar2008-12-101-3/+13
| * ati_hack only makes sense when PBOs are used, not with mesa_buffer.reimar2008-12-061-4/+4
| * More possible fixes for mesa-buffer mode.reimar2008-12-061-3/+6
| * Move one ati_hack check to a better place.reimar2008-12-061-1/+1
| * Reindentreimar2008-12-061-11/+11
| * 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.reimar2008-12-061-5/+10
* | Merge svn changes up to r28103Uoti Urpala2008-12-061-15/+53
|\|
| * 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.reimar2008-12-051-0/+2
| * Fix indentationreimar2008-12-051-12/+12
| * Add experimental support for glXAllocateMemoryMESAreimar2008-12-051-5/+27
| * Avoid one more duplicated logic.reimar