aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vo_opengl: fix linkage typeGravatar wm42014-12-09
* vo_opengl: make shader text output slightly nicerGravatar wm42014-12-09
* vo_opengl: don't crash if framebuffers are not availableGravatar wm42014-12-09
* vo_opengl_cb: simplify reconfigure, render transparent if unconfiguredGravatar wm42014-12-09
* vo_opengl: make background color configurableGravatar wm42014-12-09
* w32: copy WinID optionGravatar wm42014-12-09
* x11: copy WinID optionGravatar wm42014-12-09
* client API: expose OpenGL rendererGravatar wm42014-12-09
* vo: include normal render-ahead time in flip_queue_offsetGravatar wm42014-12-09
* w32_common: fix GUID linking in CygwinGravatar James Ross-Gowan2014-12-09
* cocoa: fix crashGravatar Stefano Pigozzi2014-12-08
* vo_opengl: enable fancy-downscaling for opengl-hq againGravatar wm42014-12-08
* vo_opengl: use all filter sizes possible with the shadersGravatar wm42014-12-08
* vo_opengl: refactor: instantiate scaler functions at runtimeGravatar wm42014-12-08
* vo_opengl: never use 1D textures for lookup texturesGravatar wm42014-12-08
* vo_opengl: refactor: merge convolution function and sampler entrypointGravatar wm42014-12-08
* w32_common: ensure taskbar is hidden when fullscreenGravatar James Ross-Gowan2014-12-08
* vo_opengl: extend filter size to 64Gravatar wm42014-12-06
* vo_opengl: clamp filters to their sizeGravatar wm42014-12-06
* cocoa: fix view leak in uninit when fullscreenGravatar Stefano Pigozzi2014-12-06
* cocoa: use --idle when running inside bundleGravatar Stefano Pigozzi2014-12-06
* cocoa: don't change app activation policy in libmpvGravatar Stefano Pigozzi2014-12-06
* vo_opengl: disable fancy-downscaling for opengl-hq againGravatar wm42014-12-06
* vo_opengl: extend filter size to 32Gravatar wm42014-12-06
* vaapi/GLX: remove a direct reference to an GL symbolGravatar wm42014-12-06
* cocoa: don't create Dock icon for audio only filesGravatar Stefano Pigozzi2014-12-05
* cocoa: don't async redraw when waiting for VO redrawGravatar Stefano Pigozzi2014-12-04
* video: remove things forgotten in previous commitGravatar wm42014-12-03
* video: remove internal QP passingGravatar wm42014-12-03
* video/filter: kill vf_pp (libpostproc)Gravatar wm42014-12-03
* vo_opengl: make uninit idempotentGravatar wm42014-12-03
* vo_opengl: move hwdec parts into their own filesGravatar wm42014-12-03
* vdpau/GLX: don't access VO backendGravatar wm42014-12-03
* vaapi/GLX: don't access VO backendGravatar wm42014-12-03
* vda: make independent from cocoa backendGravatar wm42014-12-03
* vda: use implicit current GL contextGravatar Stefano Pigozzi2014-12-03
* vo_opengl: minor changesGravatar wm42014-12-02
* vo_opengl: print error number if framebuffer creation failsGravatar wm42014-12-02
* vd_lavc: use avcodec_is_open()Gravatar wm42014-12-02
* cocoa: allow to black out other display when going fsGravatar Stefano Pigozzi2014-12-01
* vo_opengl: remove redundant GL state initializationGravatar wm42014-12-01
* vd_lavc: don't crash if codec could not be openedGravatar wm42014-12-01
* vo_wayland: Add "multimedia" keyboard key bindings.Gravatar Sergey Kvachonok2014-11-29
* vo_opengl: enable fancy-downscaling by default for opengl-hqGravatar wm42014-11-29
* vo_opengl: disable fancy-downscaling for anamorphic videoGravatar wm42014-11-29
* win32: add screen offset when handling overlarge windowsGravatar wm42014-11-28
* vo_direct3d: check whether D3DFMT_A8 is availableGravatar wm42014-11-27
* gl_video: minor simplificationGravatar wm42014-11-27
* vo_opengl: Linearize non-RGB sRGB files correctly (eg. JPEG)Gravatar Niklas Haas2014-11-26
* Do not call strerror()Gravatar wm42014-11-26