aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out
Commit message (Expand)AuthorAge
* video/out: use strcmp() instead of strcasecmp() for equalizersGravatar 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
* 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: 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
* 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
* 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
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar 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
* vo_opengl: simplify redraw callback OSD handlingGravatar wm42014-06-16
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* vo_vaapi: fix a crash on the init error handling pathGravatar wm42014-06-15
* wayland: move subsurfaces to wayland voGravatar Alexander Preisinger2014-06-15
* wayland: attach NULL surface on osd creationGravatar Alexander Preisinger2014-06-15
* cocoa: add fallback for automatic GPU switchingGravatar Stefano Pigozzi2014-06-15
* cocoa: allow automatic gpu switchingGravatar Stefano Pigozzi2014-06-15
* cocoa: switch to CGL APIs for GL context creationGravatar Stefano Pigozzi2014-06-15
* gl_w32: remove unused variableGravatar wm42014-06-14
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* Add more constGravatar wm42014-06-11
* vo_caca: remove global variablesGravatar wm42014-06-11
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* video: fix another cover art corner caseGravatar wm42014-06-09
* x11: cleanup motif hints handlingGravatar wm42014-06-06
* filter_kernels: fix nearest scalerGravatar wm42014-06-04
* filter_kernels: add nearest neighbour scalingGravatar lucy2014-06-03
* wayland: remove stub for unimplemented functionGravatar wm42014-06-02
* vo: correctly initialize parameters in corner casesGravatar wm42014-06-01
* gl_common: remove dlsym() fallbackGravatar wm42014-05-31
* gl_wayland: remove probably unneeded workaroundGravatar wm42014-05-31
* gl_x11: remove workaround for PPC OSX 10.4Gravatar wm42014-05-31
* gl_x11: always require some GLX API functions, avoid dlsym()Gravatar wm42014-05-31
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vo_vaapi: cleanup error handling on initGravatar wm42014-05-28
* gl_common: minor cosmetic changesGravatar wm42014-05-26