| Commit message (Expand) | Author | Age | Files | Lines |
* | vo_corevideo: restructure this video output | Stefano Pigozzi | 2012-04-26 | 1 | -0/+1 |
* | libvo: remove title argument from struct vo_driver.config | wm4 | 2011-12-06 | 1 | -1/+1 |
* | vo_gl: add native mac osx Cocoa backend for vo_gl | Stefano Pigozzi | 2011-11-26 | 1 | -0/+1 |
* | vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux) | wm4 | 2011-11-25 | 1 | -2/+5 |
* | vo_gl: implement screenshots | wm4 | 2011-11-25 | 1 | -0/+2 |
* | vo_gl: remove support for nvidia register combiners (yuv=1) | wm4 | 2011-10-24 | 1 | -59/+1 |
* | vo_gl: remove mesa-buffer suboption | wm4 | 2011-10-24 | 1 | -3/+0 |
* | vo_gl: move window creation functions from vo_gl.c into gl_common.c | wm4 | 2011-10-24 | 1 | -0/+2 |
* | vo_gl: convert to new API, clean up code | wm4 | 2011-10-24 | 1 | -146/+166 |
* | vo_gl: Support 9- and 10-bit YUV input for OpenGL VOs | reimar | 2011-07-06 | 1 | -0/+14 |
* | vo_gl: Request GL_LUMINANCE16 for 16-bit YUV input | reimar | 2011-06-29 | 1 | -0/+3 |
* | vo_gl: add helper macros to build the yuv conversion type number | reimar | 2010-11-02 | 1 | -0/+3 |
* | gl_common.h: Add () around macro arguments. | reimar | 2010-11-02 | 1 | -3/+3 |
* | vo_gl: Add initial stereo support | reimar | 2010-11-02 | 1 | -0/+9 |
* | vo_gl, csputils: dual-license under LGPL v2.1 | reimar | 2010-11-02 | 1 | -0/+5 |
* | Merge svn changes up to r31133 | Uoti Urpala | 2010-05-07 | 1 | -4/+0 |
|\ |
|
| * | Avoid duplicating the GL/gl.h include. | reimar | 2010-04-30 | 1 | -4/+0 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -0/+5 |
|\| |
|
| * | Support for auto-selecting the OpenGL backend. | reimar | 2010-04-25 | 1 | -0/+1 |
| * | Missing gl.h include for SDL backend. | reimar | 2010-04-24 | 1 | -0/+3 |
| * | First steps to support -vo gl with SDL-based Window handling. | reimar | 2010-04-24 | 1 | -0/+1 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 1 | -0/+9 |
|\| |
|
| * | Add some fallback OpenGL defines to fix compilation on Windows. | reimar | 2010-04-07 | 1 | -0/+9 |
* | | Merge svn changes up to r31020 | Uoti Urpala | 2010-04-26 | 1 | -0/+1 |
|\| |
|
| * | Factor out the YUV->RGB conversion auto-selection and also | reimar | 2010-04-04 | 1 | -0/+1 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 1 | -79/+84 |
|\| |
|
| * | Implement OpenGL-based YUV to RGB version for Radeon 9200 class | reimar | 2010-04-03 | 1 | -0/+5 |
| * | Add mpgl prefix to all OpenGL-related function pointers. | reimar | 2010-04-03 | 1 | -79/+79 |
* | | Merge svn changes up to r30185 | Uoti Urpala | 2010-01-08 | 1 | -0/+11 |
|\| |
|
| * | Add pointers to a few more standard OpenGL functions to ease future extensions. | reimar | 2010-01-03 | 1 | -0/+11 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 1 | -7/+5 |
|\| |
|
| * | Extract functions to generate yuv->rgb matrices and lookup tables into a | reimar | 2009-12-31 | 1 | -10/+1 |
| * | Put the colourspace-related variables into a separate struct to ease | reimar | 2009-12-31 | 1 | -3/+8 |
| * | Support all planar YUV formats in OpenGL vos. | reimar | 2009-12-30 | 1 | -0/+2 |
* | | Merge svn changes up to r30104 | Uoti Urpala | 2009-12-30 | 1 | -0/+3 |
|\| |
|
| * | Define GL_GENERATE_MIPMAP ourselves if necessary. | reimar | 2009-12-19 | 1 | -0/+3 |
* | | Merge svn changes up to r30065 | Uoti Urpala | 2009-12-29 | 1 | -6/+6 |
|\| |
|
| * | Rename GL_* defines to CONFIG_GL_* | reimar | 2009-12-19 | 1 | -6/+6 |
| * | Make the check for X11 and WIN32 backends for OpenGL separate. | reimar | 2009-12-19 | 1 | -3/+3 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 1 | -51/+110 |
|\| |
|
| * | Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG... | reimar | 2009-12-09 | 1 | -73/+73 |
| * | Pass all OpenGL functions through a function pointer indirection. | reimar | 2009-12-08 | 1 | -0/+41 |
| * | Very preliminary code to allow selecting the OpenGL backend at runtime. | reimar | 2009-12-08 | 1 | -18/+34 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -2/+2 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -2/+2 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -0/+18 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -0/+18 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -0/+3 |
|\| |
|
| * | 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode. | reimar | 2008-12-06 | 1 | -0/+3 |
* | | Merge svn changes up to r28103 | Uoti Urpala | 2008-12-06 | 1 | -0/+11 |
|\| |
|
| * | Add experimental support for glXAllocateMemoryMESA | reimar | 2008-12-05 | 1 | -0/+2 |
| * | Add support for YCBCR MESA texture format to vo_gl. | reimar | 2008-12-05 | 1 | -0/+9 |
* | | Merge svn changes up to r27899 | Uoti Urpala | 2008-11-06 | 1 | -2/+32 |
|\| |
|
| * | For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEX... | reimar | 2008-11-06 | 1 | -0/+3 |
| * | Change OpenGL support to work on unmodified MinGW64 | reimar | 2008-11-02 | 1 | -2/+29 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -1/+1 |
|\| |
|
| * | Change glCreateClearTex to use the same host data format as later uploads. | reimar | 2008-09-20 | 1 | -1/+1 |
* | | Merge svn changes up to r27347 | Uoti Urpala | 2008-07-25 | 1 | -0/+2 |
|\| |
|
| * | Enable runtime border/window decorations-toggling for Linux gl and gl2 vos. | reimar | 2008-07-22 | 1 | -0/+2 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -5/+16 |
|\| |
|
| * | Add a filter strength parameter for blurring/sharpening scalers. | reimar | 2008-05-24 | 1 | -0/+1 |
| * | Forgotten changes to gl_common.h | reimar | 2008-05-24 | 1 | -5/+15 |
* | | vo_gl[2]: Rename conflicting vo_ontop macro | Uoti Urpala | 2008-04-23 | 1 | -2/+2 |
|/ |
|
* | #include config.h before all other headers. | diego | 2008-03-14 | 1 | -1/+1 |
* | This header uses parts of stdint.h, so #include it. | diego | 2008-03-07 | 1 | -0/+1 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-07 | 1 | -0/+2 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 1 | -3/+3 |
* | Add a fragment program for 5x5 unsharp masking | reimar | 2008-01-18 | 1 | -0/+1 |
* | Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect. | reimar | 2008-01-15 | 1 | -0/+1 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 1 | -1/+1 |
* | Add a bicubic scaler that needs a lot more instruction but no | reimar | 2007-09-04 | 1 | -0/+2 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 1 | -2/+2 |
* | forgotten lscale=2 part for gl_common.h | reimar | 2007-03-11 | 1 | -0/+2 |
* | Avoid void * arithmetic | reimar | 2006-11-25 | 1 | -1/+1 |
* | Support for 16 bit ppms | reimar | 2006-07-08 | 1 | -0/+6 |
* | Add yuv to rgb conversion using a 3D lookup texture | reimar | 2006-06-08 | 1 | -0/+2 |
* | loadGPUProgram function to load fragment program with error checking and stat... | reimar | 2006-06-08 | 1 | -0/+4 |
* | Add bicubic texture scaling | reimar | 2006-06-07 | 1 | -0/+2 |
* | Reworked YUV2RGB fragment program setup in preparation for upcoming patches | reimar | 2006-06-07 | 1 | -1/+18 |
* | add (currently unused) lookup for glTexImage3D | reimar | 2006-06-05 | 1 | -0/+2 |
* | minor fixes: get rid of pointless inline attributes and some additional checks | reimar | 2006-04-21 | 1 | -2/+2 |
* | Better fallback for APIENTRY when compiling for Windows | reimar | 2006-02-26 | 1 | -0/+2 |
* | workaround for gl.h variants that do not define APIENTRY | reimar | 2006-02-23 | 1 | -0/+9 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | support negative stride (flipping) in vo_gl. | reimar | 2005-12-18 | 1 | -1/+1 |
* | Get rid of most #ifdefs | reimar | 2005-12-06 | 1 | -0/+9 |
* | More consistent and sane types. Also avoids some gcc 4 warnings. | reimar | 2005-10-31 | 1 | -2/+2 |
* | Support for ATI specific YUV->RGB conversion. | reimar | 2005-10-01 | 1 | -0/+50 |
* | Add missing GL_REGISTER_COMBINERS_NV define | reimar | 2005-09-27 | 1 | -0/+3 |
* | fix/improve code doxumentation. Also group gl_common functions in several | reimar | 2005-09-25 | 1 | -3/+15 |
* | support loading a texture from a PPM file | reimar | 2005-09-25 | 1 | -0/+2 |
* | Support rectangular texture in fragment programs | reimar | 2005-09-25 | 1 | -1/+2 |
* | hardware color-space conversion for vo_gl and vo_gl2 | reimar | 2005-09-14 | 1 | -1/+94 |
* | Fix border color (forgot to divide by 255.0). | reimar | 2005-09-12 | 1 | -1/+1 |
* | Fix texture format variable types. Internal format is GLint, others are GLenum | reimar | 2005-08-25 | 1 | -1/+1 |
* | Fix crash in windows | reimar | 2005-08-19 | 1 | -1/+1 |
* | automatic vsync enabling for vo_gl. | reimar | 2005-08-19 | 1 | -0/+1 |
* | Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW. | reimar | 2005-08-16 | 1 | -0/+3 |
* | use GenBuffers to get a buffer number instead of hardcoding 1. | reimar | 2005-08-16 | 1 | -0/+2 |
* | Helper function for drawing texture and general cleanup of vo_gl2.c | reimar | 2005-08-14 | 1 | -0/+3 |
* | More helper functions/defines and bugfixes | reimar | 2005-07-27 | 1 | -0/+30 |
* | OpenGL fixes for windows and vo_gl.c ported to windows. | reimar | 2005-07-26 | 1 | -1/+1 |
* | support for rectangular and streaming textures. | reimar | 2005-07-26 | 1 | -0/+32 |
* | Improving gl2 under windows, moving some functionality to gl_common | reimar | 2004-12-11 | 1 | -2/+9 |
* | More similar code from gl and gl2 moved to gl_common | reimar | 2004-12-01 | 1 | -0/+5 |
* | added missing declaration of releaseGlContext | reimar | 2004-11-11 | 1 | -0/+1 |
* | fullscreen fixes and GUI support for vo_gl | reimar | 2004-11-01 | 1 | -0/+21 |
* | added gl_common for code used by both vo_gl.c and vo_gl2.c. | reimar | 2004-10-17 | 1 | -0/+8 |