summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* vo_image: start image file numbers at 1wm42013-05-181-2/+2
* cocoa_common: vo_corevideo: fix window initializationStefano Pigozzi2013-05-161-5/+5
* cocoa_common: order front window only when invisible [2]Stefano Pigozzi2013-05-141-1/+5
* cocoa_common: order front window only when invisibleStefano Pigozzi2013-05-131-1/+1
* cocoa_common: don't use recursive lockingStefano Pigozzi2013-05-131-2/+2
* cocoa_common: remove pointless locking when using -fsStefano Pigozzi2013-05-131-5/+10
* cocoa_common: fix a bug in window dragging stateStefano Pigozzi2013-05-131-13/+9
* cocoa_common: fix deadlock when calling resize_redrawStefano Pigozzi2013-05-121-4/+9
* cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-121-20/+39
* OSX: run native event loop in a separate threadStefano Pigozzi2013-05-125-104/+253
* OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-139/+14
* add a way to resize window contents without VO resizewm42013-05-124-13/+80
* vo_opengl: lock OpenGL contextwm42013-05-121-4/+55
* gl_common: add some sort of locking APIwm42013-05-122-0/+35
* wayland: reworked resizingAlexander Preisinger2013-05-073-67/+74
* Fix some cppcheck / scan-build warningswm42013-05-061-1/+1
* vo_opengl: XYZ input supportwm42013-05-042-9/+46
* gl_video: use GL_SRGB only if it's really RGBwm42013-05-041-2/+3
* wayland: fix wrong poll comment, check for errorsAlexander Preisinger2013-05-021-2/+4
* wayland: avoid iterating over all outputsAlexander Preisinger2013-05-021-15/+18
* wayland: remove unused stuffAlexander Preisinger2013-05-022-17/+0
* wayland: use new function xkb_keymap_from_bufferAlexander Preisinger2013-05-021-9/+5
* wayland: remove input modifier variableAlexander Preisinger2013-05-012-14/+0
* wayland: use GetTimerMS for hiding mouse cursorAlexander Preisinger2013-05-012-161/+39
* wayland: use mpv internal key auto-repeat handlingAlexander Preisinger2013-05-012-61/+5
* cocoa_common: fix window sizingStefano Pigozzi2013-04-281-2/+2
* x11: use mpv internal key auto-repeat handling if possiblewm42013-04-242-2/+24
* vo_opengl_old: remove nomanyfmts warningwm42013-04-231-3/+0
* x11_common: minor simplificationwm42013-04-211-13/+6
* cocoa_common: keep aspect ratio when clipping windowStefano Pigozzi2013-04-171-7/+35
* change reverse DNS strings to io.mpv.*Stefano Pigozzi2013-04-161-1/+1
* cocoa_common: refactor centered resizeStefano Pigozzi2013-04-161-24/+21
* wayland: use vo flags for enabling alpha supportAlexander Preisinger2013-04-021-3/+5
* wayland: enable alpha supportAlexander Preisinger2013-04-021-1/+1
* gl_video: remove double const qualifierStefano Pigozzi2013-03-301-1/+1
* gl_video: add some missing includeswm42013-03-301-0/+8
* gl_lcms: fix compilation when lcms2 is not availablewm42013-03-301-3/+10
* gl_video: actually fix shader compilation on OSXwm42013-03-282-2/+3
* gl_video: fix OSX by not using undefined name in GLSL "#if"wm42013-03-281-0/+2
* gl_header_fixes: add GL_RGBA32Fwm42013-03-281-0/+3
* gl_video: use choice option type for dither-depth suboptionwm42013-03-282-7/+8
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-282-7/+4
* vo: remove two unused symbolswm42013-03-281-6/+0
* gl_video: add some alpha FBO formatswm42013-03-281-1/+5
* vo_opengl: add alpha outputwm42013-03-286-11/+73
* gl_video: always upload all planeswm42013-03-281-15/+2
* gl_video: support NV21 toowm42013-03-282-2/+6
* gl_video: add support for NV12wm42013-03-282-2/+20
* gl_video: make it possible for planes to have different formatswm42013-03-281-38/+56
* gl_video: move video image fields into a structwm42013-03-281-42/+68
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-289-1963/+2177
* gl_common: split into platform specific fileswm42013-03-2810-805/+891
* w32_common: Cygwin64 fixesKovensky2013-03-231-3/+4
* wayland: fully support cursor autohide optionsAlexander Preisinger2013-03-231-15/+15
* w32_common: reset internal display size to the window sizewm42013-03-191-0/+5
* video: deal with 0x0 window sizewm42013-03-191-2/+4
* x11_common: remove assumption that video is always centeredwm42013-03-174-33/+28
* video: enable panscan calculations even in windowed modewm42013-03-171-3/+2
* video: apply --no-keepaspect even on fullscreenwm42013-03-171-1/+1
* video: remove rounding of display size to multiples of 2wm42013-03-171-2/+0
* video: remove aspect.h includes from files which don't need itwm42013-03-178-8/+0
* video: simplify aspect calculation stuffwm42013-03-174-93/+38
* vo_xv: minor simplificationswm42013-03-171-17/+4
* vo_x11: accept all swscale formatswm42013-03-171-6/+6
* vo_corevideo: use generic aspect ratio codewm42013-03-171-62/+38
* vo_opengl_old: use generic aspect ratio codewm42013-03-171-45/+42
* vo_x11: use generic aspect ratio code, refactorwm42013-03-171-149/+77
* cocoa_common: fix regression when changing videos in fullscreenStefano Pigozzi2013-03-151-3/+4
* wayland: remove asserts from egl_create_contextAlexander Preisinger2013-03-131-17/+7
* wayland: simplify egl_create_windowAlexander Preisinger2013-03-131-13/+4
* wayland: use the cursor_autohide_delay optionAlexander Preisinger2013-03-111-6/+9
* wayland: move window by grabing itAlexander Preisinger2013-03-111-0/+8
* vo_opengl: insert a magical glFlush callwm42013-03-111-0/+6
* cocoa_common: fix window position when bigger than displayStefano Pigozzi2013-03-101-4/+4
* vo_sdl: we don't want to minize the window when losing focusRudolf Polzer2013-03-061-0/+2
* options: remove --no-vsyncwm42013-03-063-9/+8
* w32_common: fix compilationwm42013-03-051-10/+10
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-0414-204/+204
* cocoa_common: fix crashStefano Pigozzi2013-03-041-1/+5
* cocoa_common: fix compilationStefano Pigozzi2013-03-041-7/+7
* Remove vo_fps global variablewm42013-03-042-4/+0
* wayland: remove unnecessary function pointersAlexander Preisinger2013-03-041-10/+1
* vo: remove and cleanup globalsAlexander Preisinger2013-03-0415-257/+233
* cocoa_common: make windows appear againStefano Pigozzi2013-03-031-17/+23
* gl_common: get rid of symbol redefinition warnings with recent Mesawm42013-03-033-0/+17
* x11_common: fix --cursor-autohide when pausedwm42013-03-033-27/+44
* vo_opengl: don't destroy VOFLAG_HIDDEN windowwm42013-03-034-35/+1
* x11_common: fix window mapping, refactor window creation/resize handlingwm42013-03-032-136/+148
* x11_common: use private variables for window statewm42013-03-036-56/+57
* video/out: remove VO_EVENT_REINITwm42013-03-033-11/+0
* w32_common: remove unused variablewm42013-03-032-6/+2
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-013-3/+0
* core: move X11 specific code to x11_common.cwm42013-03-012-3/+4
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-0113-49/+27
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usagewm42013-03-012-11/+0
* wayland: add wayland supportAlexander Preisinger2013-02-287-1/+1466
* video/out: remove video mode switching (--vm)wm42013-02-267-185/+5
* x11_common: always create a window, even with --widwm42013-02-261-37/+31
* video/out: rename create_window to config_windowwm42013-02-2612-31/+31
* gl_common: simplify window/context creationwm42013-02-263-217/+191
* gl_common: remove compatibility aliases for backend sub-optionwm42013-02-261-6/+0
* Remove --rootwin option and rootwin propertywm42013-02-243-6/+0
* vo_caca: remove OSD supportwm42013-02-241-86/+1
* vo_direct3d: always clear window before drawing videowm42013-02-241-15/+2
* options: drop --opt:subopt option nameswm42013-02-231-1/+1
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-215-47/+77
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-215-14/+16
* x11_common: uncrustifywm42013-02-212-390/+328
* cocoa_common: fix crash with dead key input and simplify related codeStefano Pigozzi2013-02-191-9/+20
* vo_xv: fix green border on the rightwm42013-02-141-0/+1
* Prefix keycode defines with MP_wm42013-02-126-182/+188
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-092-4/+4
* options: change handling of "no-" optionswm42013-02-091-1/+0
* audio/out, video/out: hide encoding VO/AOwm42013-02-063-4/+12
* video/out: change autoprobe orderwm42013-02-061-16/+12
* cocoa_common: fix `--ontop` behaviour when windowedStefano Pigozzi2013-02-031-4/+4
* cocoa_common: fix focus with --ontop and space switchingStefano Pigozzi2013-02-031-4/+5
* cocoa_common: make the resize window menu items use video sizeStefano Pigozzi2013-02-031-10/+5
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-021-0/+1
* osx_common: cache OSX version numberStefano Pigozzi2013-01-272-37/+34
* vo_x11: fix redrawing on expose eventswm42013-01-271-9/+2
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-276-101/+71
* x11: fix some obvious video mode switching bugswm42013-01-272-20/+31
* x11: reduce VO mode switching code duplicationwm42013-01-275-85/+35
* x11_common: do not set custom error handler when calling XSelectInputwm42013-01-271-47/+21
* x11: cleanup, refactorwm42013-01-276-968/+774
* vo_opengl: always ditherWessel Dankers2013-01-271-25/+12
* vo_xv: always try to use native bit depthwm42013-01-231-5/+2
* vo_vdpau: always try to native bit depth (makes 30 bit work)wm42013-01-231-5/+2
* video: remove -x/-y/-xy optionswm42013-01-231-32/+0
* video: add --autofit and --autofit-larger optionswm42013-01-231-2/+33
* options: move -geometry parsing to m_option.cwm42013-01-238-159/+11
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-11/+60
* cocoa_common: improved trackpad scrollingMad Fish2013-01-201-5/+45
* cocoa_common: handle all pending events instead of just oneMad Fish2013-01-201-19/+24
* osxbundle: cocoa_common: change playlist on fileopen eventsStefano Pigozzi2013-01-163-0/+42
* vo_opengl_old: add missing include statementwm42013-01-151-0/+1
* vo_sdl: I think the XVidmode hack is no longer neededRudolf Polzer2013-01-151-5/+0
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedRudolf Polzer2013-01-151-8/+7
* vo_corevideo: make compile with recent changesStefano Pigozzi2013-01-151-1/+1
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cwm42013-01-133-1244/+1241
* vo_x11: use two buffers like XvRudolf Polzer2013-01-131-71/+94
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-134-16/+73
* vo_direct3d: remove 2ch hack for 10 bit playbackwm42013-01-133-261/+5
* vo_sdl: avoid copying just for taking screenshotswm42013-01-131-5/+3
* mp_image: remove mp_image.bppwm42013-01-131-1/+5
* vo_image: render subswm42013-01-131-15/+36
* vo_xv: fix OSD redrawing flickerwm42013-01-131-13/+11
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-132-30/+38
* sub: do not copy the target image if there is no OSD/subswm42013-01-131-1/+0
* vo_lavc: use reference countingwm42013-01-131-17/+4
* video: remove img_format compat hackswm42013-01-135-70/+68
* video: decouple internal pixel formats from FourCCswm42013-01-1310-41/+57
* video: cleanup: replace old mp_image function nameswm42013-01-1310-27/+25
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-5/+2
* mp_image: change how palette is handledwm42013-01-132-10/+7
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcwm42013-01-133-0/+4
* video: remove things related to old DR codewm42013-01-135-72/+54
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-134-45/+59
* vo_caca: accept any stride for output imagewm42013-01-131-3/+10
* vo_corevideo: use stridewm42013-01-131-1/+1
* vo_corevideo: correct stride usagewm42013-01-131-5/+6
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-139-32/+16
* video: make vdpau hardware decoding not use DR code pathwm42013-01-132-16/+7
* vo_direct3d: simplifywm42013-01-131-198/+55
* vo_xv: simplifywm42013-01-131-47/+2
* video: remove slice based filtering and video outputwm42013-01-1312-119/+12
* video: make vdpau hardware decoding not use slices code pathwm42013-01-132-4/+7
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-1314-40/+32
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-1314-81/+61
* vo_sdl: fix for rename of a function in SDL2's interfaceRudolf Polzer2013-01-121-2/+4
* vo_sdl: add a "sw" flag like in openglRudolf Polzer2013-01-101-36/+75
* vo_xv: fix compilation when shared memory header files are not availablewm42013-01-061-5/+2
* cocoa_common: add support for `--no-border`Stefano Pigozzi2012-12-311-0/+1
* vo_sdl: support -geometry properlyRudolf Polzer2012-12-311-2/+7
* vo_sdl: som