summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAgeFilesLines
* gl_video: rearrange some codewm42013-06-151-23/+20
* gl_video: fix scaling when image is cropped, or with no-npotwm42013-06-151-22/+39
* gl_video: typo in commentwm42013-06-151-1/+1
* gl_video: remove redundant conditionwm42013-06-131-6/+1
* gl_video: reduce output with -v, skip useless header partswm42013-06-031-5/+8
* gl_video: add some debug code for testing texture depthwm42013-05-301-7/+60
* gl_video: fix some dithering bugswm42013-05-301-13/+8
* gl_video: improve ditheringwm42013-05-261-22/+77
* gl_video: add scaler-resizes-only sub-optionwm42013-05-261-0/+24
* add a way to resize window contents without VO resizewm42013-05-121-7/+17
* vo_opengl: XYZ input supportwm42013-05-041-7/+40
* gl_video: use GL_SRGB only if it's really RGBwm42013-05-041-2/+3
* gl_video: remove double const qualifierStefano Pigozzi2013-03-301-1/+1
* gl_video: add some missing includeswm42013-03-301-0/+8
* gl_video: actually fix shader compilation on OSXwm42013-03-281-2/+0
* gl_video: fix OSX by not using undefined name in GLSL "#if"wm42013-03-281-0/+2
* gl_video: use choice option type for dither-depth suboptionwm42013-03-281-1/+2
* gl_video: add some alpha FBO formatswm42013-03-281-1/+5
* vo_opengl: add alpha outputwm42013-03-281-1/+11
* gl_video: always upload all planeswm42013-03-281-15/+2
* gl_video: support NV21 toowm42013-03-281-2/+3
* gl_video: add support for NV12wm42013-03-281-1/+13
* gl_video: make it possible for planes to have different formatswm42013-03-281-38/+56
* gl_video: move video image fields into a structwm42013-03-281-42/+68
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-281-0/+1732