aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vo_opengl: move UT_buffer to switch handlingGravatar wm42016-05-17
* vo_opengl: make number of cached shaders/uniform dynamicGravatar wm42016-05-17
* vo_opengl: move cached uniforms to a separate structGravatar wm42016-05-17
* vo_opengl: increase shader limitsGravatar Niklas Haas2016-05-17
* vo_opengl: skip tonemapping if the output trc is HDRGravatar Niklas Haas2016-05-16
* vo_opengl: copy over HDR parameters to dumb_modeGravatar Niklas Haas2016-05-16
* vo_opengl: fall back to gamma2.2 by default for HDR contentGravatar Niklas Haas2016-05-16
* csputils: add AVCOL_TRC_SMPTEST2084 supportGravatar Niklas Haas2016-05-16
* vo_opengl: remove unnecessary castsGravatar wm42016-05-16
* vo_opengl: remove another unneeded allocationGravatar wm42016-05-16
* vo_opengl: remove possibly undefined behaviorGravatar wm42016-05-16
* vo_opengl: free to-be-added hook on hook array overflowGravatar wm42016-05-16
* vo_opengl: never clear file cacheGravatar wm42016-05-16
* vo_opengl: use proper include statementGravatar wm42016-05-16
* vo_opengl: remove unnecessary allocationGravatar wm42016-05-16
* vo_opengl: remove unused global variableGravatar wm42016-05-16
* vo_opengl: fix bicubic_fast in ES modeGravatar wm42016-05-16
* vo_opengl: implement more HDR tonemapping algorithmsGravatar Niklas Haas2016-05-16
* vo_opengl: avoid redundant double-gamma conversionGravatar Niklas Haas2016-05-16
* vo_opengl: implement HDR (SMPTE ST2084)Gravatar Niklas Haas2016-05-16
* vo_opengl: use enums for choice options internallyGravatar Niklas Haas2016-05-16
* vo_opengl: abstract hook texture access behind macroGravatar Niklas Haas2016-05-15
* vo_opengl: make the screen blue on shader errorsGravatar Niklas Haas2016-05-15
* vo_opengl: use RPN expressions for user hook sizesGravatar Niklas Haas2016-05-15
* vo_opengl: support external user hooksGravatar Niklas Haas2016-05-15
* vo_opengl: add optional hook pointsGravatar Niklas Haas2016-05-15
* vo_opengl: add hooks and rework pass_read_videoGravatar Niklas Haas2016-05-15
* vo_opengl: minor change to scaler_resizes_onlyGravatar Niklas Haas2016-05-15
* vaapi: avoid forward declaration of variableGravatar wm42016-05-15
* vo_opengl: remove some pointless compatibilityGravatar wm42016-05-14
* vo_opengl: partially fix 0bgr format supportGravatar wm42016-05-13
* vo_opengl: drop duplicate LUMINANCE_ALPHA handlingGravatar wm42016-05-13
* vo_opengl: minor simplificationGravatar wm42016-05-13
* vo_opengl: restrict ES2 FBO formatsGravatar wm42016-05-13
* vo_opengl: angle: log extension stringGravatar wm42016-05-13
* vo_opengl: slightly better FBO format checkGravatar wm42016-05-12
* vo_opengl: disable scalers on ES2Gravatar wm42016-05-12
* vo_opengl: add detection for the ES texture_rg extensionGravatar wm42016-05-12
* vo_opengl: reorganize texture format handlingGravatar wm42016-05-12
* vo_opengl: correctly disable interpolation if tscale can't be usedGravatar wm42016-05-12
* vo_opengl: angle: dump translated shadersGravatar wm42016-05-12
* vo_opengl: don't use dumb-mode with 10 bit integer texture hackGravatar wm42016-05-11
* vo_opengl: fix NULL deref on certain init failuresGravatar wm42016-05-11
* video: add --hwdec=auto-copy modeGravatar wm42016-05-11
* vo_opengl: d3d11egl: support full range YUVGravatar wm42016-05-11
* vo_opengl: d3d11egl: don't require EGL_EXT_device_queryGravatar wm42016-05-11
* build: merge d3d11va and dxva2 hwaccel checksGravatar wm42016-05-11
* vo_opengl: angle: dynamically load ANGLEGravatar wm42016-05-11
* vo_opengl: fix passing along swizzle from hwdec interopGravatar wm42016-05-10
* vo_opengl: d3d11egl: native NV12 sampling supportGravatar wm42016-05-10