aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vo_opengl: hwdec_cuda: get the cuda device from the GL contextGravatar Philip Langdale2016-09-24
* vo_opengl: hwdec_cuda: directly map GL textures and skip using PBOsGravatar Philip Langdale2016-09-24
* vo_opengl: hwdec_rpi: remove copy&paste errorGravatar wm42016-09-23
* vo: log framedropsGravatar wm42016-09-23
* x11: fix external fullscreen updateGravatar wm42016-09-23
* aspect: use nominal width instead of actual width for video-unscaledGravatar Niklas Haas2016-09-22
* vo: add a unique frame_id to vo_frameGravatar wm42016-09-22
* vo_opengl: apply 90° rotation to chroma texture sizeGravatar wm42016-09-22
* cocoa: fix macOS 10.12 deprecation warningsGravatar Akemi2016-09-22
* command: add a video-dec-params propertyGravatar wm42016-09-20
* video: handle override video parameters in a better placeGravatar wm42016-09-20
* command: change update handling of some video-related propertiesGravatar wm42016-09-20
* options: slightly better option update mechanismGravatar wm42016-09-19
* displayconfig: treat a refresh rate of 1 as invalidGravatar James Ross-Gowan2016-09-18
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* vo_opengl: don't pass negative height to overlay_adjust()Gravatar wm42016-09-16
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* hwdec_cuda: Rename config variable to be more consistentGravatar Philip Langdale2016-09-16
* vo_opengl: rpi: cosmetic changeGravatar wm42016-09-15
* vo_opengl: fix OSD with icc-profile after previous commitGravatar wm42016-09-14
* vo_opengl: dynamically manage texture unitsGravatar wm42016-09-14
* vo_opengl: require explicit reset on shader cache after renderingGravatar wm42016-09-14
* vo_opengl: remove a redundant glActiveTexture() callGravatar wm42016-09-14
* vo_opengl: make the number of PBOs tunableGravatar Niklas Haas2016-09-14
* vo_opengl: drm: use new EGL context creation codeGravatar wm42016-09-14
* vo_opengl: wayland: use new EGL context creation codeGravatar wm42016-09-14
* vo_opengl: EGL: dump some version infoGravatar wm42016-09-14
* vo_opengl: EGL: better desktop-GL context creationGravatar wm42016-09-14
* vo_opengl: EGL: silence eglBindAPI() error messageGravatar wm42016-09-13
* vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOsGravatar wm42016-09-13
* vo_opengl: rpi: use new egl context creation helper functionGravatar wm42016-09-13
* vo_x11: fix some ifdefferyGravatar wm42016-09-13
* vo_opengl: mali fbdev supportGravatar wm42016-09-13
* vo_opengl: factor some EGL context creation codeGravatar wm42016-09-13
* vo_opengl: fix typo in bt.601 auto-guessing logicGravatar Niklas Haas2016-09-13
* vo_rpi: deprecate this VOGravatar wm42016-09-12
* vo: change defines to an enumGravatar wm42016-09-12
* vo_opengl: fix non-C11 TLS fallback for gccGravatar wm42016-09-12
* vo_opengl: better behavior in GL error corner casesGravatar wm42016-09-12
* vo_opengl: rpi: merge vo_rpi featuresGravatar wm42016-09-12
* vo_opengl: redirect window screenshot requests to backendGravatar wm42016-09-12
* vo_opengl: add hw overlay support and use it for RPIGravatar wm42016-09-12
* hwdec_cuda: Add trivial cuda-copy wrapperGravatar Philip Langdale2016-09-11
* hwdec_cuda: Implement download_image for screenshotsGravatar Philip Langdale2016-09-10
* hwdec_cuda: Use the non-deprecated CUDA-GL interop APIGravatar Philip Langdale2016-09-10
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* vo: don't access global options unsynchronizedGravatar wm42016-09-08
* vo_opengl: use dedicated image unref function in config caseGravatar wm42016-09-08
* vo_opengl: simplify a conditionGravatar wm42016-09-08