aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAge
* vo_opengl: blend alpha components by defaultGravatar wm42013-09-19
* gl_osd: mp_msg conversionGravatar wm42013-09-12
* gl_common: complete mp_msg conversionGravatar wm42013-09-12
* gl_video: don't crash if no FBOs are availableGravatar wm42013-08-28
* gl_video: fix odd video sizes with PBOsGravatar wm42013-08-26
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* gl_video: handle non-mod-2 4:2:0 YUV video correctlyGravatar wm42013-08-06
* video/out: use new mp_msg stuff for vo.c and vo_openglGravatar wm42013-07-31
* gl_video: make sure image parameters are correctly set on screenshotsGravatar wm42013-07-26
* Fix some -Wshadow warningsGravatar wm42013-07-23
* vo_opengl: some option changesGravatar wm42013-07-22
* gl_video: add support for more rgb formatsGravatar wm42013-07-18
* Merge remote-tracking branch 'origin/low_quality_intel_crap'Gravatar Martin Herkt2013-07-08
|\
* | vo_opengl: handle chroma locationGravatar wm42013-06-28
* | video: add a new method to configure filters and VOsGravatar wm42013-06-28
* | gl_video: rearrange some codeGravatar wm42013-06-15
* | gl_video: fix scaling when image is cropped, or with no-npotGravatar wm42013-06-15
* | gl_video: typo in commentGravatar wm42013-06-15
* | gl_video: remove redundant conditionGravatar wm42013-06-13
* | gl_video: reduce output with -v, skip useless header partsGravatar wm42013-06-03
* | gl_video: add some debug code for testing texture depthGravatar wm42013-05-30
* | gl_video: fix some dithering bugsGravatar wm42013-05-30
* | gl_video: improve ditheringGravatar wm42013-05-26
* | gl_video: add scaler-resizes-only sub-optionGravatar wm42013-05-26
* | add a way to resize window contents without VO resizeGravatar wm42013-05-12
* | vo_opengl: XYZ input supportGravatar wm42013-05-04
* | gl_video: use GL_SRGB only if it's really RGBGravatar wm42013-05-04
| * Merge branch 'master' into low_quality_intel_crapGravatar wm42013-04-30
|/
* gl_video: remove double const qualifierGravatar Stefano Pigozzi2013-03-30
* gl_video: add some missing includesGravatar wm42013-03-30
* gl_video: actually fix shader compilation on OSXGravatar wm42013-03-28
* gl_video: fix OSX by not using undefined name in GLSL "#if"Gravatar wm42013-03-28
* gl_video: use choice option type for dither-depth suboptionGravatar wm42013-03-28
* gl_video: add some alpha FBO formatsGravatar wm42013-03-28
* vo_opengl: add alpha outputGravatar wm42013-03-28
* gl_video: always upload all planesGravatar wm42013-03-28
* gl_video: support NV21 tooGravatar wm42013-03-28
* gl_video: add support for NV12Gravatar wm42013-03-28
* gl_video: make it possible for planes to have different formatsGravatar wm42013-03-28
* gl_video: move video image fields into a structGravatar wm42013-03-28
* vo_opengl: split into multiple files, convert to new option APIGravatar wm42013-03-28