aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* 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
* vo_opengl: egl_helpers: add a way to pass more optionsGravatar wm42016-12-30
* Prefix libavcodec CODEC_FLAG_ constants with AV_Gravatar wm42016-12-29
* vo_opengl: partially fix rotation for 4:2:2 contentGravatar Niklas Haas2016-12-28
* cocoa: fix build on OS X 10.9Gravatar Akemi2016-12-26
* options: deprecate codec family selection in --vd/--adGravatar wm42016-12-23
* vd_lavc: use AVFrame fields directly instead of AVCodecContextGravatar wm42016-12-22
* video: use demuxer-signaled duration for last video frameGravatar wm42016-12-21
* Fix mistakes in spelling and grammarGravatar Dario Russo2016-12-21
* ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_framesGravatar wm42016-12-18
* cocoa: cosmetic fixesGravatar Akemi2016-12-16
* cocoa: fullscreen refactoringGravatar Akemi2016-12-15
* win32: change the log level of 'move window' msgGravatar pavelxdd2016-12-14
* cocoa: fix dropping of certain urls on the windowGravatar Akemi2016-12-14
* win32: window styles improvementsGravatar pavelxdd2016-12-12
* win32: update winapi functions namesGravatar pavelxdd2016-12-12
* client API: allow passing NULL to mpv_opengl_cb_uninit_gl()Gravatar wm42016-12-09
* vo_rpi: partially undeprecateGravatar wm42016-12-08
* Remove compatibility thingsGravatar wm42016-12-07
* vo_opengl: hwdec_cuda: Don't include hwcontext headersGravatar Philip Langdale2016-12-04
* vdpau: fix vaapi probing if libvdpau-va-gl1 is presentGravatar wm42016-12-02
* vo_opengl: don't rely on viewport to contain window dimensionsGravatar wm42016-12-02
* wayland: destroy input before closing the display connection.Gravatar Emmanuel Gil Peyrot2016-11-27
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* angle_dynamic: silence warnings during compilationGravatar pavelxdd2016-11-25
* vo_opengl: hwdec_cuda: Prefix cuda symbols to avoid collisionsGravatar Philip Langdale2016-11-24
* vo_opengl: hwdec_cuda: make some init errors verboseGravatar wm42016-11-24
* vo_opengl: hwdec_cuda: fix crash when trying to use hwdec=cuda if cuda SDK is...Gravatar pavelxdd2016-11-24
* vo_opengl/cuda_dynamic: Use explicit cast to silence warnings on windowsGravatar Philip Langdale2016-11-24