aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vd_lavc: demote software decoding message to verbose log levelGravatar wm42017-01-13
* vf_lavfi: remove pixel format whitelistGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: add a lie for compatibilityGravatar wm42017-01-13
* vo_opengl, vaapi: properly probe 10 bit rendering supportGravatar wm42017-01-13
* vaapi: always create AVHWDeviceContext on initGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: remove redundant vaapi surface format checkGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: fix terminology in commentGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32Gravatar Mark Thompson2017-01-13
* vaapi: fix typoGravatar wm42017-01-12
* mp_image_pool: fix build on LibavGravatar wm42017-01-12
* vo_opengl: hwdec_vaegl: add experimental P010 supportGravatar wm42017-01-12
* vaapi: explicitly reject 10 bit surfaces outside of copy modeGravatar wm42017-01-12
* vaapi: handle image copying for vaapi-copy in common codeGravatar wm42017-01-12
* cuda: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* vaapi: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* vd_lavc, mp_image: remove code duplication for AVFrame<->mp_imageGravatar wm42017-01-12
* vaapi: properly set hw_subfmt field with new decode APIGravatar wm42017-01-12
* vaapi: set our own context in AVHWFramesContext not AVHWDeviceContextGravatar wm42017-01-12
* vaapi: turn all mpv users into a living experimentGravatar wm42017-01-11
* vaapi: add missing config.h includeGravatar wm42017-01-11
* vaapi: support new libavcodec vaapi APIGravatar wm42017-01-11
* vaapi: add hacks to support vaapi surfaces created by libavutilGravatar wm42017-01-11
* vaapi: move standalone display creation code to common codeGravatar wm42017-01-11
* vaapi: rename vaapi.c to vaapi_old.cGravatar wm42017-01-11
* video: share hwdec extra surface count between backendsGravatar wm42017-01-11
* cocoa: don't change Space on quit in fullscreenGravatar Akemi2017-01-11
* cocoa: rate limit video outputGravatar Akemi2017-01-11
* cocoa: add border cyclingGravatar Akemi2017-01-11
* cocoa: fix handling of geometry optionGravatar Akemi2017-01-11
* vd_lavc: inline a functionGravatar wm42017-01-11
* video: make decoder EOF reporting explicitGravatar wm42017-01-11
* vd_lavc: fix some leaks and a discarded frame on hwdec fallbackGravatar wm42017-01-11
* vd_lavc: move end-of-probing code out of user notification if conditionGravatar wm42017-01-11
* vd_lavc: return proper error codes from get_buffer2 callbackGravatar wm42017-01-11
* vd_lavc: complicated improved fallback behavior for --hwdec=cudaGravatar wm42017-01-10
* video: restructure decode loopGravatar wm42017-01-10
* player: change aspects of cover art handlingGravatar wm42017-01-10
* vo_drm: remove 2 redundant include statementsGravatar wm42017-01-09
* drm: include <poll.h> instead of <sys/poll.h>Gravatar wm42017-01-09
* vo_opengl: replace 2 memsetsGravatar wm42017-01-08
* vaapi: set libva message callbacksGravatar wm42017-01-08
* vaapi: rearrange va_initialize() internals and fix double-free on errorGravatar wm42017-01-08
* context_wayland: do not call vo_wayland_request_frame() upon bufferswapGravatar Rostislav Pehlivanov2017-01-07
* win32: fix for wm_syscommandGravatar pavelxdd2017-01-05
* af_lavfi, vf_lavfi: work around recent libavfilter EOF bugGravatar wm42017-01-02
* vo_opengl: egl: handle potential eglChooseConfig failuresGravatar wm42016-12-31
* vo_opengl: egl: fix depth size parameterGravatar wm42016-12-30
* vo_opengl: x11egl: fix alpha modeGravatar wm42016-12-30
* vo_opengl: x11: move RGBA visual test to x11_common.cGravatar wm42016-12-30
* vo_opengl: egl_helpers: add a way to override config selectionGravatar wm42016-12-30