summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAgeFilesLines
* gl_video: add RGB10_A2 FBO formatwm42013-11-021-0/+1
* video/out: always support redrawing VO window at any pointwm42013-10-021-1/+11
* vo_opengl: blend alpha components by defaultwm42013-09-191-4/+10
* gl_osd: mp_msg conversionwm42013-09-121-1/+1
* gl_common: complete mp_msg conversionwm42013-09-121-3/+3
* gl_video: don't crash if no FBOs are availablewm42013-08-281-4/+6
* gl_video: fix odd video sizes with PBOswm42013-08-261-0/+4
* video: handle video output levels with mp_image_paramswm42013-08-241-10/+6
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* gl_video: handle non-mod-2 4:2:0 YUV video correctlywm42013-08-061-2/+10
* video/out: use new mp_msg stuff for vo.c and vo_openglwm42013-07-311-50/+56
* gl_video: make sure image parameters are correctly set on screenshotswm42013-07-261-7/+8
* Fix some -Wshadow warningswm42013-07-231-5/+5
* vo_opengl: some option changeswm42013-07-221-1/+13
* gl_video: add support for more rgb formatswm42013-07-181-40/+107
* Merge remote-tracking branch 'origin/low_quality_intel_crap'Martin Herkt2013-07-081-1/+1
|\
| * Merge branch 'master' into low_quality_intel_crapwm42013-04-301-1/+1
* | vo_opengl: handle chroma locationwm42013-06-281-0/+27
* | video: add a new method to configure filters and VOswm42013-06-281-7/+9
* | 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