summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* video: fix redrawing when pausing after framedropwm42014-09-211-1/+1
* vo_vdpau: better integration with the generic framedrop codewm42014-09-204-16/+29
* vo_vdpau: fix confusion around vsync_intervalwm42014-09-201-10/+9
* wayland: use reported rete and delayAlexander Preisinger2014-09-191-2/+27
* video: wake up core as soon as possiblewm42014-09-161-0/+1
* vo_wayland: remove unnecessary checkAlexander Preisinger2014-09-161-19/+10
* wayland/buffer: use buffer macros consistentlyAlexander Preisinger2014-09-161-3/+3
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapwm42014-09-152-3/+18
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-141-1/+1
* x11: remove unused functionwm42014-09-142-9/+1
* wayland_common: fix changing videos when fullscreenAlexander Preisinger2014-09-102-15/+3
* vo_wayland: pixel perfect buffersAlexander Preisinger2014-09-105-342/+500
* win32: don't request window size larger than the screenwm42014-09-101-3/+34
* win32: copy event flags after running VOCTRLswm42014-09-071-5/+2
* vo_corevideo: remove this VOStefano Pigozzi2014-09-062-576/+0
* vo_sdl: fix typowm42014-09-051-1/+1
* malloc+memset(0) to callocBruno George de Moraes2014-09-052-7/+4
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-055-10/+12
* wayland: print some useful outptu infoAlexander Preisinger2014-09-032-15/+21
* wayland: only save current mode of outputsAlexander Preisinger2014-09-031-1/+2
* x11: add rewind and forward keysKenneth Zhou2014-09-031-2/+4
* x11: when using --wid, inherit event flags from parent windowwm42014-08-311-5/+10
* gl_wayland: fix crash after eglInitialze failedAlexander Preisinger2014-08-301-6/+8
* vo_opengl: remove macro operator from shaderBin Jin2014-08-292-21/+7
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-299-9/+8
* vo_opengl: don't pass (char*)NULL as %s printf argumentwm42014-08-281-2/+3
* vo_opengl: fix shaderwm42014-08-281-7/+9
* vo_opengl: add parameter to gaussian filterBin Jin2014-08-261-2/+7
* vo_opengl: add radius options for filtersBin Jin2014-08-264-1/+17
* vo_opengl: add cparam1 and cparam2 optionsBin Jin2014-08-263-21/+42
* vo_opengl: add spline64 filter kernelBin Jin2014-08-261-0/+19
* vo_opengl: don't cut off feature list outputwm42014-08-251-1/+1
* video: avoid unnecessary frame droppingwm42014-08-231-1/+5
* video: some debugging outputwm42014-08-221-0/+4
* vaapi: try dealing with Intel's braindamaged shit driverswm42014-08-212-0/+16
* video: don't assume query_format is thread-safewm42014-08-202-0/+16
* wayland: replace deprecated xkbcommon functionsAlexander Preisinger2014-08-201-3/+3
* vo_wayland: fix formatting inconsistenciesAlexander Preisinger2014-08-201-4/+4
* vo_wayand: save the flip time in the frame handlerAlexander Preisinger2014-08-201-0/+10
* video: add VOCTRL_GET_RECENT_FLIP_TIMEwm42014-08-182-1/+7
* vo_opengl: add check-pattern suboption for testingwm42014-08-181-2/+28
* video: dump vsync phase into stats filewm42014-08-181-2/+4
* wayland: dynamically report display fpsAlexander Preisinger2014-08-182-21/+60
* x11: listen to xrandr eventswm42014-08-172-0/+18
* x11: fix xrandr conditional compilationwm42014-08-171-1/+1
* video: make vo_opengl the default over vo_vdpauwm42014-08-171-3/+3
* video: take refresh rate changes into accountwm42014-08-173-28/+37
* x11: fix memory leakswm42014-08-171-3/+9
* build: drop check for XF86keysym.hwm42014-08-161-6/+1
* x11: use xrandr to retrieve display refresh ratewm42014-08-163-25/+78
* vo_wayland: fix redrawing logicwm42014-08-161-8/+8
* video: add --display-fps switch to control framedrop FPSwm42014-08-161-3/+7
* vo_opengl: optional support for using GLX_SGI_video_syncwm42014-08-151-1/+19
* gl_common: add SGI_video_sync extensionwm42014-08-152-0/+11
* vo_opengl: if glfinish is used, also call it after swapppingwm42014-08-151-0/+3
* video: add VO framedropping modewm42014-08-154-17/+115
* vo: eliminate a redundant variablewm42014-08-151-10/+5
* vo: remove unused libavutil includewm42014-08-141-2/+0
* vo: fix mingw compilationwm42014-08-141-0/+2
* wayland: pointer interface is created after themeAlexander Preisinger2014-08-131-13/+8
* vo_vdpau: fix screenshots with anamorphic videowm42014-08-131-1/+1
* x11: vdpau GLX interop needs X11 threadswm42014-08-131-0/+2
* video: fix and simplify video format changes and last frame displaywm42014-08-122-70/+36
* video: move display and timing to a separate threadwm42014-08-129-120/+477
* video: don't keep multiple pointers to hwdec info structwm42014-08-114-22/+25
* vo_sdl: fix redrawing issuewm42014-08-101-1/+1
* vo_direct3d: allow resizing before video initwm42014-08-061-1/+1
* win32: never call GetClientRect(0, ...)wm42014-08-062-2/+6
* wayland: remove redundant lineAlexander Preisinger2014-08-061-1/+0
* wayland: changes for nested compositorsAlexander Preisinger2014-08-061-20/+50
* cocoa: macosx_application needs cocoa-applicationFRAU KOUJIRO2014-08-062-3/+7
* cocoa: move handleFilesArray: to macosx_eventsFRAU KOUJIRO2014-08-061-2/+2
* win32: fix buildwm42014-08-051-1/+0
* win32: create OpenGL context on the GUI threadwm42014-08-053-12/+40
* win32: cleanup OpenGL context creationwm42014-08-051-37/+33
* gl_wayland: Don't try to resize the egl_window before it existsMichael Forney2014-08-041-0/+3
* win32: fix assertion failurewm42014-08-011-12/+10
* vdpau: don't upload video images in advancewm42014-07-293-39/+11
* vo_x11: fix build with older Libav versionswm42014-07-281-4/+4
* vo: remove vo_mouse_movement() wrapperwm42014-07-278-30/+12
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-275-40/+11
* win32: remove minor non-sensewm42014-07-261-1/+0
* win32: move window handling to a separate threadwm42014-07-261-60/+174
* vo: hack to avoid threading issues with mouse inputwm42014-07-265-1/+7
* win32: use gcc TLS instead of WM_NCCREATE tricks for window contextwm42014-07-261-10/+9
* win32: make a flag explicitwm42014-07-261-1/+1
* win32: simplify some --wid embedding codewm42014-07-261-26/+9
* win32: don't use CS_OWNDCwm42014-07-262-46/+64
* win32: remove worthless doxygen commentswm42014-07-261-39/+4
* win32: make private struct private, refactorwm42014-07-264-221/+201
* cocoa: don't send messages to uninitialized gl contextsStefano Pigozzi2014-07-191-1/+6
* cocoa: fix regression preventing window resizeStefano Pigozzi2014-07-151-1/+3
* cocoa: fix compilation on OS X 10.8Stefano Pigozzi2014-07-141-0/+5
* Remove some mp_msg calls with no trailing \nwm42014-07-131-2/+4
* video/out: use strcmp() instead of strcasecmp() for equalizerswm42014-07-103-16/+16
* cocoa: simplify logic that returns used bits per colorStefano Pigozzi2014-07-081-9/+1
* cocoa: move CGL context creation to gl_cocoaStefano Pigozzi2014-07-083-124/+118
* x11: avoid obscure behavior when --wid is partially garbagewm42014-07-041-1/+1
* x11: clear window only on initial mapwm42014-07-021-1/+2
* Audit and replace all ctype.h useswm42014-07-013-6/+5
* vo_opengl: Make approx-gamma affect OSD/subNiklas Haas2014-06-222-4/+8
* video: Refactor rendering intent for DCP XYZ and :srgbNiklas Haas2014-06-221-2/+9
* video: Better support for XYZ inputNiklas Haas2014-06-221-10/+30
* video: Generate an accurate CMS matrix instead of hard-codingNiklas Haas2014-06-223-46/+62
* video: Support BT.2020 constant luminance systemNiklas Haas2014-06-222-10/+56
* video: Add support for non-BT.709 primariesNiklas Haas2014-06-223-16/+55
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-221-9/+14
* vo_xv: de-ancient some help messageswm42014-06-211-10/+2
* vo_vaapi: fix reference counting when using software decodingwm42014-06-201-1/+2
* vo_wayland: fix clearing the screen on reconfigwm42014-06-181-12/+11
* vo_sdl: fix clearing the screen on reconfigwm42014-06-181-35/+53
* video/out: fix redrawing with no video frame for some VOswm42014-06-185-31/+15
* vo_opengl: fix regression with opengl:pbowm42014-06-181-4/+3
* gl_video: fix refcountingwm42014-06-181-0/+1
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-172-2/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-1716-30/+53
* video: introduce failure path for image allocationswm42014-06-1714-16/+44
* gl_lcms: use thread-safe lcms API, require lcms2 2.6wm42014-06-161-27/+16
* vo_opengl: simplify redraw callback OSD handlingwm42014-06-165-82/+23
* video/out: change aspects of OSD handlingwm42014-06-1518-134/+116
* vo_vaapi: fix a crash on the init error handling pathwm42014-06-151-1/+2
* wayland: move subsurfaces to wayland voAlexander Preisinger2014-06-153-34/+43
* wayland: attach NULL surface on osd creationAlexander Preisinger2014-06-151-0/+3
* cocoa: add fallback for automatic GPU switchingStefano Pigozzi2014-06-151-1/+14
* cocoa: allow automatic gpu switchingStefano Pigozzi2014-06-151-0/+3
* cocoa: switch to CGL APIs for GL context creationStefano Pigozzi2014-06-151-16/+23
* gl_w32: remove unused variablewm42014-06-141-2/+0
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-146-66/+66
* Add more constwm42014-06-118-60/+56
* vo_caca: remove global variableswm42014-06-111-68/+84
* options: remove global variables for swscale options; rename themwm42014-06-112-2/+2
* video: fix another cover art corner casewm42014-06-091-1/+1
* x11: cleanup motif hints handlingwm42014-06-062-38/+17
* filter_kernels: fix nearest scalerwm42014-06-041-1/+1
* filter_kernels: add nearest neighbour scalinglucy2014-06-031-0/+6
* wayland: remove stub for unimplemented functionwm42014-06-021-15/+0
* vo: correctly initialize parameters in corner caseswm42014-06-011-1/+4
* gl_common: remove dlsym() fallbackwm42014-05-311-21/+1
* gl_wayland: remove probably unneeded workaroundwm42014-05-311-2/+0
* gl_x11: remove workaround for PPC OSX 10.4wm42014-05-311-7/+0
* gl_x11: always require some GLX API functions, avoid dlsym()wm42014-05-313-20/+6
* video: warn if an emulated hwdec API is usedwm42014-05-282-0/+10
* vo_vaapi: cleanup error handling on initwm42014-05-282-4/+10
* gl_common: minor cosmetic changeswm42014-05-261-10/+9
* gl_common: correct a typewm42014-05-261-1/+1
* gl_w32: remove some non-sensewm42014-05-261-3/+1
* vo_opengl: always dynamically load OpenGL symbolswm42014-05-261-64/+59
* x11: fix restoring position when leaving fullscreenwm42014-05-261-1/+2
* x11: fix datatype for _NET_WM_PIDwm42014-05-261-1/+1
* x11: un-inline GNOME layer stuffwm42014-05-232-17/+12
* x11: prefer NetWM hints over _WIN_LAYER for --ontopwm42014-05-231-11/+11
* x11: rename identifiers using reserved namespacewm42014-05-231-8/+6
* x11: fix NetWM ontop settingwm42014-05-231-23/+13
* x11: add a generic function for NetWM state settingwm42014-05-231-23/+11
* vdpau: move RGB surface management out of the VOwm42014-05-221-84/+4
* vo_vdpau: always allocate the black pixelwm42014-05-221-0/+3
* x11: fix a warning with --disable-xextJerome Leclanche2014-05-221-1/+1
* vo: minor simplificationswm42014-05-221-11/+3
* vo: remove config_ok check from vo_check_events()wm42014-05-221-3/+1
* vo_vaapi: don't redraw twicewm42014-05-221-7/+1
* x11: unbreak build without xineramawm42014-05-191-0/+2
* x11: leaving fullscreen -> reset WM hints only if neededwm42014-05-191-4/+6
* x11: always check whether a window existswm42014-05-191-7/+20
* x11: request and handle resize events of parent windows with --widwm42014-05-191-8/+10
* x11: remove a duplicated linewm42014-05-181-1/+0
* x11: never enable DPMS if we didn't disable itwm42014-05-182-0/+4
* x11: make screensaver code more compact, change DPMS handlingwm42014-05-172-55/+24
* x11: add wrapper for EWMH XSendEvent callswm42014-05-171-90/+49
* x11: fix Drag & Dropwm42014-05-171-1/+1
* x11: add a wrapper for XGetWindowPropertywm42014-05-171-70/+77
* x11: comment about gravitywm42014-05-171-0/+4
* x11: replace x/y/w/h with mp_rectwm42014-05-172-102/+76
* x11: remove some unused fieldswm42014-05-171-3/+0
* x11: don't set PBaseSizewm42014-05-171-7/+0
* x11: remove vo_hint memberwm42014-05-172-23/+26
* x11: always raise layer in fullscreen mode without NetWMwm42014-05-171-4/+1
* x11: implement --fs-screen properly, separate old code pathwm42014-05-171-65/+88
*