aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* x11: never forcefully terminate xdg-screensaver processGravatar wm42015-05-18
* x11: attempt to make initial fullscreening more reliableGravatar wm42015-05-15
* vf_vapoursynth: reject unaligned video sizesGravatar wm42015-05-15
* vo: remove suspicious lineGravatar wm42015-05-15
* Remove trailing whitespacesGravatar Michael Vetter2015-05-15
* dxva2: support HEVCGravatar wm42015-05-14
* vo_opengl: hardcode rquested GL version in backendsGravatar wm42015-05-14
* x11: use new OpenGL backend APIGravatar wm42015-05-14
* vo_opengl: create new API for OpenGL VO backendsGravatar wm42015-05-14
* vo_opengl: change user options for requesting GLESGravatar wm42015-05-14
* vo_opengl: merge GL backend creation/initializationGravatar wm42015-05-13
* vo_opengl: remove mpgl_lock callsGravatar wm42015-05-13
* cocoa: redo synchronizationGravatar wm42015-05-13
* vo_opengl: remove some more Cocoa resize leftoversGravatar wm42015-05-13
* vda: add support for nv12 image formatsGravatar Stefano Pigozzi2015-05-13
* vo: avoid burning CPU when pausedGravatar wm42015-05-13
* cocoa: make live-resizing as fast as beforeGravatar wm42015-05-12
* cocoa: handle live-resizing differentlyGravatar wm42015-05-12
* vo: use pthread_cond_timedwait() for video timingGravatar wm42015-05-12
* vo_opengl_cb: add support for interpolationGravatar wm42015-05-12
* vo_opengl_cb: add a "block" framedrop mode and make it defaultGravatar wm42015-05-12
* vo_opengl_cb: actually set requested optionsGravatar wm42015-05-12
* vo: always call draw_image_timed() if availableGravatar wm42015-05-12
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* cocoa: remove unused declarationGravatar wm42015-05-11
* cocoa: add missing break statements in switchGravatar wm42015-05-11
* cocoa: remove unused macroGravatar wm42015-05-11
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* vo_drm: allow changing video rectangle settingsGravatar wm42015-05-08
* vo_drm: don't mutate the current frame when clamping for panscanGravatar wm42015-05-08
* cocoa: remove an unused parameterGravatar wm42015-05-06
* cocoa: lock cocoa main thread on uninitGravatar wm42015-05-06
* vo_opengl: change default FBO formatGravatar wm42015-05-05
* sws_utils: re-use avcolorspace for sws colorspacesGravatar Niklas Haas2015-05-04
* vo_opengl: gl_lcms: fix cache dir creation with path expansionGravatar wm42015-05-03
* cocoa: always compile OSX application code with cocoaGravatar wm42015-05-02
* vo_opengl: gl_lcms: create cache dirGravatar wm42015-05-02
* vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabledGravatar wm42015-05-02
* vo_opengl: gl_lcms: minor simplificationGravatar wm42015-05-02
* vo_opengl: gl_lcms: use mp_path_join()Gravatar wm42015-05-02
* vo_opengl: gl_lcms: make ICC loading less verboseGravatar Niklas Haas2015-05-01
* vo_opengl: gl_lcms: replace icc-cache by icc-cache-dirGravatar Niklas Haas2015-05-01
* vo_opengl: attach target-prim/target-csp to window screenshotsGravatar Niklas Haas2015-05-01
* vo_rpi: update renderer size on display size changes tooGravatar wm42015-05-01
* video/out: remove VOFLAG_FLIPPINGGravatar wm42015-05-01
* vo_opengl: refactor wayland frame skippingGravatar wm42015-05-01
* cocoa: don't accidentally drop initial screen drawingGravatar wm42015-05-01
* vo: improve frame drop logic on high playback rateGravatar Avi Halachmi (:avih)2015-05-01
* vo_rpi: update display size on display mode switchesGravatar wm42015-04-30
* vo_rpi: actually draw a black backgroundGravatar wm42015-04-30