aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* 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
* csputils: improve contrast semantics for limited range outputGravatar Niklas Haas2015-04-29
* csputils: apply contrast equalizer in RGBGravatar wm42015-04-29
* screenshots: add option to prevent 16 bit outputGravatar wm42015-04-29
* screenshots: add option to disable JPEG 4:4:4 outputGravatar wm42015-04-29
* x11: query ICC profile based on center of windowGravatar Niklas Haas2015-04-29
* vo_drm: zero screen buffers in reconfig function.Gravatar akemi-san2015-04-27
* vo_drm: add window screenshots supportGravatar Marcin Kurczewski2015-04-26
* vdpau: always render to cropped size at mostGravatar wm42015-04-26
* player: add --window-scale optionGravatar wm42015-04-24
* w32_common: add more rounded-down frame ratesGravatar James Ross-Gowan2015-04-25
* w32_common: use the current monitor's refresh rateGravatar James Ross-Gowan2015-04-25
* dxva2: fix broken build with gcc 5.1Gravatar Avi Halachmi (:avih)2015-04-24
* mp_image: remove some unused interlacing flagsGravatar wm42015-04-23
* vf_vapoursynth: update _FieldBased semanticsGravatar wm42015-04-23
* image_writer: fix writing screenshotsGravatar wm42015-04-22