summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAgeFilesLines
* 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.reimar2008-12-051-2/+4
| * Simplify, do not duplicate buffer size calculationreimar2008-12-051-2/+2
| * Add some forgotten documentation for gl suboptionsreimar2008-12-051-1/+8
| * Add support for YCBCR MESA texture format to vo_gl.reimar2008-12-051-0/+5
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-17/+17
|\|
| * Some whitespace and () cosmeticsreimar2008-12-031-17/+17
* | Merge svn changes up to r28038Uoti Urpala2008-11-251-1/+41
|\|
| * 100l, OSD alpha textures were cleared to the wrong value.reimar2008-11-251-1/+1
| * More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...reimar2008-11-241-0/+40
* | Merge svn changes up to r27979Uoti Urpala2008-11-221-8/+0
|\|
| * Factor common code like -wid handling, vo_gc creation etc. out intoreimar2008-11-191-8/+0
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-9/+8
|\|
| * Fix ati-hack to work again with ATI 8.9 and later drivers.reimar2008-11-141-9/+8
* | Merge svn changes up to r27682Uoti Urpala2008-10-021-8/+8
|\|
| * Change glCreateClearTex to use the same host data format as later uploads.reimar2008-09-201-8/+8
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-1/+1
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-1/+1
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-2/+2
|\|
| * Rename two GUI-related preprocessor directives:diego2008-07-301-2/+2
* | Merge svn changes up to r27347Uoti Urpala2008-07-251-3/+1
|\|
| * Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.reimar2008-07-221-3/+1
* | Merge svn changes up to r27242Uoti Urpala2008-07-091-3/+6
|\|
| * One more hack for PBOs on ATI cards.reimar2008-07-061-0/+3
| * Move at-hack code a bit up for further changesreimar2008-07-061-3/+3
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-2/+5
|\|
| * 100l: finally understood ATI PBO problem: width must be a power of two.reimar2008-07-041-2/+5
| * More stride alignment is needed to work reliably on ATI cards :-(reimar2008-07-041-1/+1
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-2/+2
|\|
| * 100l, bpp is bits per pixel, not bytesreimar2008-06-221-2/+2
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-73/+73
|\|
| * Render everything as early as possible, doing as little as possible inreimar2008-05-251-4/+19
| * Reorder flip_page to make moving around do_render call easierreimar2008-05-251-8/+8
| * Split flip_page functionreimar2008-05-251-3/+4
| * Add a filter strength parameter for blurring/sharpening scalers.reimar2008-05-241-1/+4
| * Use a struct instead of a huge and further growing argument list.reimar2008-05-241-3/+4
| * Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEreimar2008-05-221-2/+4
| * Simplify equalizer handling for vo glreimar2008-05-221-54/+32
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-2/+2
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-2/+29
|\|
| * Add force-pbo suboption for faster OpenGL output.reimar2008-05-101-2/+22
| * Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersreimar2008-05-101-0/+7
* | Merge svn changes up to r26680Uoti Urpala2008-05-071-5/+3
|\|
| * vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...reimar2008-05-031-2/+0
| * Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.reimar2008-05-031-3/+3
* | vo_gl[2]: Rename conflicting vo_ontop macroUoti Urpala2008-04-231-1/+1
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-42/+34
|/
* Slightly document alpha for OSD colorreimar2008-02-111-1/+1
* Support alpha for vo gl osdcolorreimar2008-02-111-4/+4
* Redraw display on toggling borderreimar2008-02-011-0/+1
* Always redraw video on resize.reimar2008-01-311-2/+2
* Small typo in messagereimar2008-01-181-1/+1
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.reimar2008-01-151-0/+1
* Document vo gl lscale=3reimar2008-01-151-0/+1
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourreimar2007-12-221-0/+1
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/