summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: remove most of the "inline" documentationwm42013-05-261-86/+8
* vf_delogo: copy in non-direct case, fix double-freewm42013-05-261-9/+1
* gl_video: improve ditheringwm42013-05-267-23/+330
* gl_video: add scaler-resizes-only sub-optionwm42013-05-262-0/+25
* Replace calls to usec_sleep()wm42013-05-262-2/+2
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-265-18/+22
* vo: rip out VO timer wakeup mechanism againwm42013-05-262-19/+0
* cocoa_common: send mouse moved events to core when draggingStefano Pigozzi2013-05-261-2/+7
* wayland: use VOCTRL_SET_CURSOR_VISIBILITYAlexander Preisinger2013-05-262-36/+25
* wayland: introduce vo_wayland_configAlexander Preisinger2013-05-263-26/+24
* cocoa_common: implement VOCTRL_SET_CURSOR_VISIBILITYStefano Pigozzi2013-05-261-39/+20
* cocoa_common: implement mouse movement notificationsStefano Pigozzi2013-05-261-0/+10
* w32: use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-6/+7
* vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-39/+3
* x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-262-48/+33
* core: do mouse cursor hiding business in frontendwm42013-05-261-0/+2
* vo: remove vo.check_events callbackwm42013-05-267-25/+8
* w32: use vo_w32_control() for all VOswm42013-05-263-40/+15
* x11: use vo_x11_control() for all VOswm42013-05-265-80/+31
* video/out: introduce vo_control for gl_common based VOswm42013-05-2618-158/+138
* vf_lavfi: allow setting avoptswm42013-05-261-0/+9
* cocoa_common: authohide menu/dock in fullscreenStefano Pigozzi2013-05-261-2/+3
* m_option, vf: add label supportwm42013-05-232-1/+18
* vo: remove unused callbackwm42013-05-231-1/+0
* dec_video: get rid of two global variableswm42013-05-213-10/+3
* dec_video: remove emms usagewm42013-05-211-10/+0
* vf_lavfi: remove redundant statementswm42013-05-211-4/+0
* Silence some compiler warningswm42013-05-213-4/+4
* vo_image: start image file numbers at 1wm42013-05-181-2/+2
* video/filter: fix option parser memory leakwm42013-05-186-16/+3
* core: allow changing filter filters at runtimewm42013-05-181-0/+1
* vd_lavc: change VDCTRL_REINIT_VO behaviorwm42013-05-181-3/+1
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-184-5/+5
* mp_image: align image allocation heightwm42013-05-171-1/+2
* cocoa_common: vo_corevideo: fix window initializationStefano Pigozzi2013-05-161-5/+5
* vd_lavc: hack-fix vdpau decoding with non mod 16 videowm42013-05-141-1/+10
* 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-063-3/+3
* vf_yadif: actually set PTS for output frameswm42013-05-061-0/+1
* img_format: fix broken conditionwm42013-05-061-1/+1
* csputils: use AVCOL_SPC_YCOCG instead of AVCOL_SPC_YCGCO (fixes Libav build)wm42013-05-051-2/+2
* video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-3/+16
* vd_lavc: allow explicitly selecting vdpau hw decoderswm42013-05-041-1/+11
* video: support YCgCo colorspacewm42013-05-042-0/+13
* vo_opengl: XYZ input supportwm42013-05-044-12/+70
* video: fix setting XYZ flagwm42013-05-041-4/+4
* gl_video: use GL_SRGB only if it's really RGBwm42013-05-041-2/+3
* vf_rotate: fix for some obscure pixel formatswm42013-05-031-7/+6
* 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
* Fix compilation with Libavwm42013-05-011-1/+1
* video: add XYZ supportwm42013-05-014-0/+19
* 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
* vd_lavc: fix decoder init failure pathwm42013-04-271-14/+18
* vf_lavfi: move compat crap to the start of the filewm42013-04-261-18/+18
* vf_lavfi: silence stupid deprecation warningwm42013-04-261-2/+12
* vf_lavfi: recreate filter graph on seekwm42013-04-251-14/+41
* x11: use mpv internal key auto-repeat handling if possiblewm42013-04-242-2/+24
* vo_opengl_old: remove nomanyfmts warningwm42013-04-231-3/+0
* vf_lavfi: add libavfilter bridgewm42013-04-212-0/+315
* mp_image: provide function to convert mp_image to AVFramewm42013-04-212-0/+53
* 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
* vf_divtc, vf_phase: Fix handling of subsampled formatsMartin Herkt2013-04-102-3/+4
* 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
* core: always pass data via packet fields to video decoderswm42013-03-284-16/+11
* 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
* video: use new method to get QP tablewm42013-03-151-5/+9
* video: make use of libavcodec refcountingwm42013-03-134-10/+106
* video: prepare for libavcodec refcountingwm42013-03-133-62/+84
* Prefix CODEC_ID_ with AV_wm42013-03-131-6/+6
* image_writer: switch to avcodec_encode_video2()wm42013-03-131-14/+11
* 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-0416-267/+243
* 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
* fix clang compiler warningsStefano Pigozzi2013-03-031-1/+1
* vf_flip: move flipping code to mp_image.cwm42013-03-013-4/+10
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-015-4/+2
* core: move X11 specific code to x11_common.cwm42013-03-012-3/+4
* vf_vo: remove pointless NULL checkswm42013-03-011-4/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-0119-64/+33
* 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-269-190/+8
* 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
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESwm42013-02-262-5/+6
* vd_lavc: better warning message for software decoding fallbackwm42013-02-261-1/+2
* gl_common: remove compatibility aliases for backend sub-optionwm42013-02-261-6/+0
* img_format: add pixel format name for IMGFMT_MONO_Wwm42013-02-261-0/+1
* vf_yadif: remove dead codewm42013-02-261-2/+0
* Remove --rootwin option and rootwin propertywm42013-02-243-6/+0
* demux_mf: support .xbmwm42013-02-243-0/+3
* vo_caca: remove OSD supportwm42013-02-241-86/+1
* vo_direct3d: always clear window before drawing videowm42013-02-241-15/+2
* vf_yadif: switch to option parser, allow disabling by defaultwm42013-02-231-7/+21
* vf_scale: remove video dimension presets ("presize" suboption)wm42013-02-231-41/+0
* vf_stereo3d: get rid of m_obj_presets_t usagewm42013-02-231-49/+3
* 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
* vd_lavc: fix software decoding fallbackwm42013-02-211-1/+1
* 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</