aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out
Commit message (Expand)AuthorAge
* vo_vdpau: add an additional check for timestamp robustnessGravatar wm42014-04-08
* vo_vdpau: document what WRAP_ADD doesGravatar wm42014-04-08
* vo_vdpau: simplify previous vsync timestamp calculationGravatar wm42014-04-08
* vo_vdpau: simplify time management and make it more robustGravatar wm42014-04-07
* gl_lcms: properly expand the cache filename being writtenGravatar Stefano Pigozzi2014-04-05
* vo_vdpau: more debugging outputGravatar wm42014-04-03
* gl_lcms: fix build when lcms2 is not availableGravatar Stefano Pigozzi2014-03-31
* vo_corevideo: remove unused variableGravatar Stefano Pigozzi2014-03-31
* vo_opengl, cocoa: allow to autoselect a color profileGravatar Stefano Pigozzi2014-03-31
* Fix compilation on OSX and win32Gravatar wm42014-03-29
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vo_opengl: runtime icc profile switchingGravatar wm42014-03-24
* x11_common: fix some problems with window draggingGravatar wm42014-03-22
* vdpau: remove pointer indirection for a fieldGravatar wm42014-03-19
* x11: implement window dragging by grabbingGravatar wm42014-03-18
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* encode: use new AVFrame APIGravatar wm42014-03-16
* w32_common: prevent MOUSE_BTN0 sticking after dragGravatar James Ross-Gowan2014-03-12
* w32_common: capture mouse inputGravatar James Ross-Gowan2014-03-12
* vo_opengl: Correct and clarify gl_check_featuresGravatar Niklas Haas2014-03-10
* vo_opengl: Simplify and clarify color correction codeGravatar Niklas Haas2014-03-10
* vo_opengl: Use bt709_expand on OSD for :srgbGravatar Niklas Haas2014-03-10
* encode: add lockingGravatar wm42014-03-09
* wayland/shm: fix leak in buffer poolGravatar Alexander Preisinger2014-03-06
* vo_opengl: minor simplificationGravatar wm42014-03-01
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerGravatar Niklas Haas2014-03-01
* vo_opengl: change gamma suboption to take a valueGravatar wm42014-02-27
* vo_opengl: Change the default icc-intent to relative colorimetricGravatar Niklas Haas2014-02-26
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaGravatar Niklas Haas2014-02-24
* vo_opengl: use GL_RGBA16 FBO format for HQGravatar Grigori Goronzy2014-02-17
* vo_corevideo: remove unused variableGravatar Stefano Pigozzi2014-02-17
* w32_common: don't set small iconGravatar James Ross-Gowan2014-02-17
* wayland/shm: remove unused defineGravatar Alexander Preisinger2014-02-16
* vo_opengl: make :srgb decompand the BT.709 values correctlyGravatar nand2014-02-12
* vo_wayland: silence shadowing warningGravatar wm42014-02-12
* wayland/shm: rewrite buffer handlingGravatar Alexander Preisinger2014-02-11
* wayland/shm: prevent the window from flying awayGravatar Alexander Preisinger2014-02-11
* vo_opengl: fix typo in gamma function's parameterGravatar nand2014-02-10
* vo_vdpau: Discard zero timestampsGravatar Jonas Zetterberg2014-02-10
* vo_vdpau: Ensure presentation time is within boundsGravatar Jonas Zetterberg2014-02-10
* vo_opengl: use exactly the values defined by BT.709 for CMSGravatar nand2014-02-09
* gl_x11: don't require a X visual for modern GL context creationGravatar wm42014-02-06
* gl_x11: always request true color visualGravatar wm42014-02-06
* wayland: change minimum versionGravatar Alexander Preisinger2014-02-02
* x11: fix initial VO sizeGravatar wm42014-02-02
* x11: remove apparently useless codeGravatar wm42014-02-02
* x11: fix race condition when setting aspect when leaving fullscreenGravatar wm42014-02-02
* vo_wayland: silence shadowing warningGravatar wm42014-01-29