aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vdpau: don't upload video images in advanceGravatar wm42014-07-29
* vo_x11: fix build with older Libav versionsGravatar wm42014-07-28
* video: add a default color space for files with no videoGravatar Niklas Haas2014-07-28
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27
* vo: different hack for VOs which need to mangle mouse inputGravatar wm42014-07-27
* win32: remove minor non-senseGravatar wm42014-07-26
* win32: move window handling to a separate threadGravatar wm42014-07-26
* vo: hack to avoid threading issues with mouse inputGravatar wm42014-07-26
* win32: use gcc TLS instead of WM_NCCREATE tricks for window contextGravatar wm42014-07-26
* win32: make a flag explicitGravatar wm42014-07-26
* win32: simplify some --wid embedding codeGravatar wm42014-07-26
* win32: don't use CS_OWNDCGravatar wm42014-07-26
* win32: remove worthless doxygen commentsGravatar wm42014-07-26
* win32: make private struct private, refactorGravatar wm42014-07-26
* cocoa: don't send messages to uninitialized gl contextsGravatar Stefano Pigozzi2014-07-19
* cocoa: fix regression preventing window resizeGravatar Stefano Pigozzi2014-07-15
* cocoa: fix compilation on OS X 10.8Gravatar Stefano Pigozzi2014-07-14
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* video/out: use strcmp() instead of strcasecmp() for equalizersGravatar wm42014-07-10
* build: deal with endian messGravatar wm42014-07-10
* cocoa: simplify logic that returns used bits per colorGravatar Stefano Pigozzi2014-07-08
* cocoa: move CGL context creation to gl_cocoaGravatar Stefano Pigozzi2014-07-08
* vf_vapoursynth: reset error state on seekingGravatar wm42014-07-05
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* x11: avoid obscure behavior when --wid is partially garbageGravatar wm42014-07-04
* x11: clear window only on initial mapGravatar wm42014-07-02
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* vo_opengl: Make approx-gamma affect OSD/subGravatar Niklas Haas2014-06-22
* video: Include better heuristics for guessing primariesGravatar Niklas Haas2014-06-22
* video: Refactor rendering intent for DCP XYZ and :srgbGravatar Niklas Haas2014-06-22
* video: Better support for XYZ inputGravatar Niklas Haas2014-06-22
* video: Generate an accurate CMS matrix instead of hard-codingGravatar Niklas Haas2014-06-22
* video: Support BT.2020 constant luminance systemGravatar Niklas Haas2014-06-22
* options: Expose --colormatrix-primaries to the userGravatar Niklas Haas2014-06-22
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* video: Add BT.2020-NCL colorspace and transfer functionGravatar Niklas Haas2014-06-22
* vo_xv: de-ancient some help messagesGravatar wm42014-06-21
* vo_vaapi: fix reference counting when using software decodingGravatar wm42014-06-20
* vf_dlopen: fix the order of the arguments to mp_image_allocGravatar Marcoen Hirschberg2014-06-19
* vo_wayland: fix clearing the screen on reconfigGravatar wm42014-06-18
* vo_sdl: fix clearing the screen on reconfigGravatar wm42014-06-18
* video/out: fix redrawing with no video frame for some VOsGravatar wm42014-06-18
* vo_opengl: fix regression with opengl:pboGravatar wm42014-06-18
* gl_video: fix refcountingGravatar wm42014-06-18
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* video: remove redundant functionGravatar wm42014-06-17
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: check image parametersGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* gl_lcms: use thread-safe lcms API, require lcms2 2.6Gravatar wm42014-06-16