summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* x11: use CenterGravity by defaultwm42014-05-171-1/+1
* x11: remove gravity restore codewm42014-05-172-10/+0
* x11: don't cache X Atoms manuallywm42014-05-162-108/+45
* x11: inline a functionwm42014-05-161-9/+3
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-162-109/+20
* x11: remove a MWM hackwm42014-05-161-11/+0
* x11: remove unused stuffwm42014-05-161-18/+0
* x11: set the fullscreen state before mapping the windowwm42014-05-151-0/+11
* x11: clear window on mapwm42014-05-151-1/+1
* x11: wait until the window is mappedwm42014-05-151-0/+11
* wayland: fix typoAlexander Preisinger2014-05-141-14/+14
* wayland: fix unchecked malloc usagewm42014-05-111-3/+9
* x11: fix potentially unaligned access in icon loaderwm42014-05-101-3/+3
* encode: fix PTS unit mismatchwm42014-05-101-6/+6
* vo_vdpau, vo_opengl: handle vdpau preemption differentlywm42014-05-102-56/+29
* w32_common: fix typowm42014-05-101-2/+3
* player: remove VO from seeking code pathwm42014-05-072-6/+0
* video/out: remove unused config() parameterswm42014-05-079-29/+17
* vo: remove old stuffwm42014-05-062-24/+0
* vo_wayland: always assume resize on reconfigurewm42014-05-061-2/+1
* wayland: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-27/+28
* win32: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-70/+46
* cocoa: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-063-22/+25
* vo_sdl: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-29/+33
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-067-36/+36
* video/out: separate out code to compute window sizewm42014-05-063-85/+171
* Fix bogus copyright textwm42014-05-061-2/+0
* vo: fix previous commitwm42014-05-061-1/+1
* vo: don't crash when changing panscan before first configurationwm42014-05-061-0/+2
* vo: get rid of config_count fieldwm42014-05-064-8/+4
* vdpau: deduplicate video surface upload codewm42014-05-041-18/+7
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-041-8/+2
* options: rename video-related options/propertiesMartin Herkt2014-05-041-2/+2
* video: change everythingwm42014-05-022-34/+31
* vo: verify format of queued imagewm42014-05-021-0/+1
* vo_vdpau: keep colorspace flagswm42014-05-021-1/+2
* video: move video frame queue from vo_vdpau.c to vo.cwm42014-05-023-145/+102
* vo_vdpau: always use mp_image for internal buffer queuewm42014-05-021-44/+39
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-022-0/+5
* vo_vdpau: apply vo_vdpau postprocessing optionswm42014-05-021-2/+16
* vdpau_mixer: allow overriding frame optswm42014-05-022-2/+2
* vo_vdpau: support vf_vdpauppwm42014-05-021-248/+43
* vo_opengl: make it work with vf_vdpauppwm42014-05-021-50/+8
* vo: document draw_imagewm42014-04-301-0/+6
* vo_lavc: remove code with no effectwm42014-04-301-1/+0
* vo_vdpau: let vdpau scale anamorphic screenshotswm42014-04-291-8/+4
* cocoa: refactor sync scheduling to a functionStefano Pigozzi2014-04-281-14/+18
* cocoa: use mainScreen as a fallback for window constrainingStefano Pigozzi2014-04-281-1/+1
* cocoa: disallow the titlebar to exit the visibleFrame on the bottom edgeStefano Pigozzi2014-04-281-6/+7
* cocoa: add constraints to prevent the window to exit the screenStefano Pigozzi2014-04-281-9/+21
* cocoa: move sync section assignments in vo_controlRyan Goulden2014-04-281-4/+4
* cocoa: cosmetics: use NSMakeSizeRyan Goulden2014-04-281-1/+1
* cocoa: fix native fullscreenRyan Goulden2014-04-283-62/+71
* Revert "wayland: print waylands display erros"Alexander Preisinger2014-04-261-39/+0
* vo: do not check for events on unconfigured VOMartin Herkt2014-04-251-1/+3
* vo: simplify event_fd handlingwm42014-04-222-22/+13
* vo: cosmetics: move around some codewm42014-04-221-134/+136
* vo: minor cosmetic changewm42014-04-221-2/+1
* vo: warn if the VO doesn't support certain flagswm42014-04-221-1/+15
* vo_opengl: support rotationwm42014-04-212-15/+48
* vo: add some general support code for VOs that allow rotationwm42014-04-214-12/+30
* vo_opengl: clean up rendering pathwm42014-04-211-76/+94
* video: make mp_image use mp_image_params directlywm42014-04-212-3/+4
* Fix some libav* include statementswm42014-04-193-10/+9
* w32_common: use ToUnicode to translate key inputJames Ross-Gowan2014-04-172-50/+184
* vo_opengl: make spline36 default with --vo=opengl-hqwm42014-04-171-1/+1
* wayland: unset input regions for osdAlexander Preisinger2014-04-161-0/+4
* wayland/shm: Use subsurfaces for OSDAlexander Preisinger2014-04-164-29/+133
* Kill all tabswm42014-04-131-6/+6
* wayland: don't schedule resize if going fullscreenRicardo Vieira2014-04-131-1/+0
* encode: write 2-pass stats only per-packetwm42014-04-111-1/+2
* vo_vdpau: add an additional check for timestamp robustnesswm42014-04-081-0/+16
* vo_vdpau: document what WRAP_ADD doeswm42014-04-081-0/+2
* vo_vdpau: simplify previous vsync timestamp calculationwm42014-04-081-9/+8
* vo_vdpau: simplify time management and make it more robustwm42014-04-071-68/+11
* gl_lcms: properly expand the cache filename being writtenStefano Pigozzi2014-04-051-1/+3
* vo_vdpau: more debugging outputwm42014-04-031-4/+20
* gl_lcms: fix build when lcms2 is not availableStefano Pigozzi2014-03-311-0/+5
* vo_corevideo: remove unused variableStefano Pigozzi2014-03-311-1/+0
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-317-2/+219
* Fix compilation on OSX and win32wm42014-03-292-2/+1
* video/out: remove legacy colorspace stuffwm42014-03-2912-135/+106
* vo_opengl: runtime icc profile switchingwm42014-03-242-19/+40
* x11_common: fix some problems with window draggingwm42014-03-221-1/+2
* vdpau: remove pointer indirection for a fieldwm42014-03-192-4/+4
* x11: implement window dragging by grabbingwm42014-03-182-1/+37
* vaapi: make struct va_surface privatewm42014-03-172-10/+9
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-171-18/+19
* vdpau: remove legacy pixel formatswm42014-03-171-2/+1
* encode: use new AVFrame APIwm42014-03-161-5/+3
* w32_common: prevent MOUSE_BTN0 sticking after dragJames Ross-Gowan2014-03-121-0/+2
* w32_common: capture mouse inputJames Ross-Gowan2014-03-121-0/+5
* vo_opengl: Correct and clarify gl_check_featuresNiklas Haas2014-03-101-11/+24
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-105-48/+56
* vo_opengl: Use bt709_expand on OSD for :srgbNiklas Haas2014-03-101-1/+1
* encode: add lockingwm42014-03-091-16/+37
* wayland/shm: fix leak in buffer poolAlexander Preisinger2014-03-061-10/+13
* vo_opengl: minor simplificationwm42014-03-011-30/+24
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerNiklas Haas2014-03-011-2/+3
* vo_opengl: change gamma suboption to take a valuewm42014-02-272-7/+8
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-261-1/+1
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-242-6/+17
* vo_opengl: use GL_RGBA16 FBO format for HQGrigori Goronzy2014-02-171-1/+1
* vo_corevideo: remove unused variableStefano Pigozzi2014-02-171-1/+0
* w32_common: don't set small iconJames Ross-Gowan2014-02-171-4/+1
* wayland/shm: remove unused defineAlexander Preisinger2014-02-161-2/+0
* vo_opengl: make :srgb decompand the BT.709 values correctlynand2014-02-121-2/+15
* vo_wayland: silence shadowing warningwm42014-02-121-3/+3
* wayland/shm: rewrite buffer handlingAlexander Preisinger2014-02-111-131/+229
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-111-0/+2
* vo_opengl: fix typo in gamma function's parameternand2014-02-101-2/+2
* vo_vdpau: Discard zero timestampsJonas Zetterberg2014-02-101-0/+3
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-101-0/+4
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-091-3/+9
*