aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAge
* vo_opengl: minor refactorGravatar Niklas Haas2015-09-09
* vo_opengl: filter allowed options in dumb-modeGravatar wm42015-09-08
* vo_opengl: move gl_video_opts copying code to separate functionGravatar wm42015-09-08
* vo_opengl: restore single pass optimization as separate code pathGravatar wm42015-09-07
* vo_opengl: move video source rectangle computation to a functionGravatar wm42015-09-07
* vo_opengl: comsetics: remove unnecessary line breakGravatar wm42015-09-07
* vo_opengl: require FBOs and get rid of the single-pass optimizationGravatar Niklas Haas2015-09-07
* vo_opengl: improve robustness against PBO failureGravatar wm42015-09-02
* vo_opengl: enable pbo by default with opengl-hqGravatar wm42015-09-02
* vo_opengl: slightly simplify plane size determinationGravatar wm42015-09-02
* vo_opengl: don't distinguish "real" and texture sizeGravatar wm42015-09-02
* vo_opengl: simplify PBO copyGravatar wm42015-09-02
* vo_opengl: rename get_image to map_imageGravatar wm42015-09-02
* vo_opengl: remove redundant statement in PBO codeGravatar wm42015-09-02
* vo_opengl: remove some leftoversGravatar wm42015-09-01
* vo_opengl, vda: return to old stateGravatar wm42015-09-01
* vo_opengl: fix alpha video in one caseGravatar wm42015-08-30
* vo_opengl: add tscale-clamp optionGravatar Niklas Haas2015-08-20
* vo_opengl: slightly more informative message when disabling scalersGravatar wm42015-07-27
* vo_opengl: minor cleanup to hwdec texture setting codeGravatar wm42015-07-26
* vo_opengl: fix scale=oversample's threshold calculationsGravatar Niklas Haas2015-07-23
* Revert "vo_opengl: make the size of interpolation textures exact"Gravatar wm42015-07-22
* vo: minor simplification for queue size handlingGravatar wm42015-07-20
* vo_opengl: add temporal-dither-period optionGravatar Niklas Haas2015-07-20
* vo_opengl: make oversample the default for opengl-hq as wellGravatar Niklas Haas2015-07-20
* vo_opengl: make the size of interpolation textures exactGravatar Niklas Haas2015-07-18
* vo_opengl: cleanup frame reupload logicGravatar wm42015-07-17
* vo_opengl: refactor queue configurationGravatar wm42015-07-16
* vo_opengl: reject future images in different formatsGravatar wm42015-07-15
* vo_opengl: simplifyGravatar wm42015-07-15
* vo_opengl: reimplement tscale=oversampleGravatar Niklas Haas2015-07-11
* vo_opengl: fix "freezes" after seeking with interpolation onGravatar wm42015-07-02
* vo_opengl: fix framestepping/pausing + interpolationGravatar Niklas Haas2015-07-01
* vo: change internal API for drawing framesGravatar wm42015-07-01
* vo_opengl: adjust interpolation code for the new video-sync mechanismGravatar Niklas Haas2015-07-01
* vo_opengl: fix dangling pointers with vo_cmdlineGravatar wm42015-06-09
* vo_opengl: avoid broken shader if hwdec fails to provide texturesGravatar wm42015-05-28
* vo_opengl: rename use_full_range to use_normalized_rangeGravatar wm42015-05-27
* vo_opengl: fix source-shader + XYZ inputGravatar Niklas Haas2015-05-27
* vo_opengl: CMS no longer implies linear scalingGravatar Niklas Haas2015-05-27
* vo_opengl: add support for custom shadersGravatar Niklas Haas2015-05-27
* vo_opengl: vda: make it work anywhereGravatar wm42015-05-21
* vo_opengl: remove npot optionGravatar wm42015-05-21
* vo_opengl: remove some more Cocoa resize leftoversGravatar wm42015-05-13
* vo_opengl: change default FBO formatGravatar wm42015-05-05
* vo_opengl: refactor wayland frame skippingGravatar wm42015-05-01
* vo_opengl: slightly simplify check_gl_features()Gravatar wm42015-04-11
* vo_opengl: unify blend-subtitles-res and blend-subtitlesGravatar wm42015-04-11
* vo_opengl: fix blend-subtitles-res=video & anamorphic videoGravatar wm42015-04-11
* vo_opengl: add blend-subtitles-resGravatar Niklas Haas2015-04-10