summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* wayland: use mp_input_test_draggingAlexander Preisinger2013-10-202-3/+8
* Revert "wayland: remove moving window by grabbing"Alexander Preisinger2013-10-201-0/+4
* Revert "wayland: remove outdated comment"Alexander Preisinger2013-10-201-0/+2
* vdpau_old: restore hardware decoding with old APIwm42013-10-201-0/+1
* sws_utils: work around libswscale crash with --contrast=-100wm42013-10-201-1/+2
* vf_scale: fix get/set confusionwm42013-10-201-1/+1
* x11_common: don't handle mouse enter eventswm42013-10-151-5/+1
* mplayer, vo_image: simplify OSD redrawing, fix vo_image crashwm42013-10-131-5/+0
* talloc: change talloc destructor signaturewm42013-10-133-8/+4
* cocoa: make --ontop also cover dock+menubarStefano Pigozzi2013-10-121-1/+3
* cocoa: refactor precise scrolling to a separate methodStefano Pigozzi2013-10-121-4/+7
* cocoa: fix mouse wheel scrollingMad Fish2013-10-121-1/+1
* cocoa_common: check if the screen has a menubar in a more generic wayStefano Pigozzi2013-10-091-1/+3
* vo_x11, vo_xv: fix OSD redrawing with --force-windowwm42013-10-062-16/+19
* cocoa_common: add OS X 10.7 compatibility hacks includesStefano Pigozzi2013-10-052-0/+2
* gl_x11: fail gracefully if selected FBconfig has no X visualwm42013-10-031-0/+6
* vo_opengl_old: mp_msg conversionwm42013-10-021-74/+65
* cosmetics: replace "CTRL" defines by enumswm42013-10-022-17/+21
* vo: mark frame lost after seek resetwm42013-10-021-0/+1
* core: add --force-windowwm42013-10-023-1/+6
* vo_vdpau: don't blank screen on VOCTRL_RESETwm42013-10-021-16/+35
* video/out: always support redrawing VO window at any pointwm42013-10-028-15/+73
* x11: remove colormap code, always request TrueColor visualswm42013-09-303-164/+17
* vf_scale: factor out libswscale equalizer controlwm42013-09-303-23/+34
* vaapi: remove non-VLD entrypointswm42013-09-291-6/+2
* vaapi: fix non-sense conditionwm42013-09-291-1/+1
* vaapi: fix inverted conditionwm42013-09-291-2/+2
* cocoa_common: call gl_clear indirectlyStefano Pigozzi2013-09-283-2/+23
* cocoa_common: fix deadlockStefano Pigozzi2013-09-281-5/+7
* cocoa_common: report pixels instead of points during mouse movementStefano Pigozzi2013-09-281-5/+15
* cocoa_common: split the code, refactoring and cleanupsStefano Pigozzi2013-09-289-512/+715
* vaapi: make vaDeriveImage() less verbosewm42013-09-271-1/+1
* vaapi: check image format in va_surface_upload()wm42013-09-273-6/+9
* vaapi: potentially make reading surfaces back to system RAM fasterwm42013-09-274-33/+64
* input: translate mouse position to OSD space earlywm42013-09-271-1/+3
* video: let sh_video->disp_w/h always be container sizewm42013-09-261-4/+1
* video: let sh_video->aspect always be container aspect ratiowm42013-09-262-11/+14
* vd: move aspect calculation to a functionwm42013-09-263-24/+25
* vd: remove some dead codewm42013-09-261-14/+4
* Fix previous commitwm42013-09-251-4/+0
* vaapi: fix compilation with Libavwm42013-09-252-6/+3
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-253-3/+108
* vd_lavc: allow process_image to change image formatwm42013-09-252-18/+21
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-258-521/+1100
* wayland: remove outdated commentAlexander Preisinger2013-09-241-2/+0
* wayland: remove moving window by grabbingAlexander Preisinger2013-09-241-4/+0
* vo_lavc: mp_msg conversionwm42013-09-201-34/+27
* vo/x11_common: don't require a working input methodwm42013-09-201-14/+9
* vf: fix filter initialization error checkwm42013-09-201-1/+1
* vo/x11_common: remove superfluous msg prefixesMartin Herkt2013-09-201-2/+2
* vo/x11_common: Fail init with no valid XIMMartin Herkt2013-09-191-0/+9
* wayland/common: exit properly on fd errorsAlexander Preisinger2013-09-191-2/+6
* vo_opengl: blend alpha components by defaultwm42013-09-194-6/+15
* cocoa_common: signal a mouse movement when changing window sizeStefano Pigozzi2013-09-181-0/+8
* cocoa_common: override core's cursor visibility stateStefano Pigozzi2013-09-181-3/+5
* gl_common: add wayland backend before x11 backendAndreas Sinz2013-09-161-3/+5
* gl_common: signal to GL backend whether we are probingwm42013-09-164-7/+16
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()xylosper2013-09-131-0/+1
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-131-0/+2
* wayland/shm: fix resizing for good (finally)Alexander Preisinger2013-09-121-7/+45
* wayland: change fs messages to dbgAlexander Preisinger2013-09-121-2/+2
* wayland/egl: use wayland logAlexander Preisinger2013-09-121-10/+7
* wayland/shm: use wayland logAlexander Preisinger2013-09-121-11/+11
* Revert "wayland: don't create our own log context"Alexander Preisinger2013-09-123-13/+18
* gl_osd: mp_msg conversionwm42013-09-125-10/+11
* aspect: mp_msg conversionwm42013-09-121-6/+5
* gl_lcms: mp_msg conversionwm42013-09-123-11/+22
* gl_common: complete mp_msg conversionwm42013-09-127-42/+42
* x11_common: mp_msg conversionwm42013-09-122-40/+38
* gl_32: mp_msg conversionAlexander Preisinger2013-09-111-9/+7
* w32_common: mp_msg conversionAlexander Preisinger2013-09-111-14/+12
* gl_x11: mp_msg conversionAlexander Preisinger2013-09-111-12/+10
* cocoa_common: remove most of the special handling for cursor autohideStefano Pigozzi2013-09-101-17/+3
* wayland/common: improved error messagesAlexander Preisinger2013-09-101-4/+8
* wayland: update license headersAlexander Preisinger2013-09-093-23/+16
* wayland/shm: version detection that also worksAlexander Preisinger2013-09-091-3/+8
* options: remove --(no-)mouseinput optionwm42013-09-083-4/+4
* x11_common: don't allocate more than needed for iconwm42013-09-041-3/+4
* configure: build with wayland 1.2.0Alexander Preisinger2013-09-031-0/+5
* cocoa_common: remove unlocking from fullscreen functionStefano Pigozzi2013-09-021-12/+0
* cocoa_common: avoid the opengl view to leak it's stateStefano Pigozzi2013-09-021-7/+13
* x11: add window iconwm42013-09-013-0/+105
* input: deal with spurious X11 LeaveNotify eventswm42013-09-013-4/+21
* input: add some more X11 multimedia/internet keyswm42013-09-011-0/+3
* cocoa_common: enable click-through on the video viewStefano Pigozzi2013-09-011-0/+1
* cocoa_common: track mouse move events when not focusedStefano Pigozzi2013-09-011-1/+1
* video: add unscaled mode with --video-unscaledwm42013-09-011-3/+17
* gl_video: don't crash if no FBOs are availablewm42013-08-281-4/+6
* wayland/shm: rework format handlingAlexander Preisinger2013-08-261-47/+76
* wayland: fix memory leaksAlexander Preisinger2013-08-262-2/+8
* cocoa_common: autohide dock when autohiding menubarStefano Pigozzi2013-08-261-1/+5
* wayland: don't create our own log contextAlexander Preisinger2013-08-263-19/+14
* wayland/shm: use opaque regionsAlexander Preisinger2013-08-261-0/+10
* gl_video: fix odd video sizes with PBOswm42013-08-261-0/+4
* wayland: shm based software renderingAlexander Preisinger2013-08-252-0/+649
* wayland: remove shm listener for the backendAlexander Preisinger2013-08-252-16/+0
* wayland/egl: rework resizing (again)Alexander Preisinger2013-08-253-88/+90
* vo_corevideo: use dwidth/dheight for window dimensionsStefano Pigozzi2013-08-251-1/+1
* vo_corevideo: convert to use reconfig instead of configStefano Pigozzi2013-08-251-7/+6
* vo_corevideo: don't set colormatrix on direct rendering pathStefano Pigozzi2013-08-251-23/+49
* vo_corevideo: fix regression in colormatrix handlingStefano Pigozzi2013-08-251-40/+22
* video: handle video output levels with mp_image_paramswm42013-08-2412-60/+24
* vo_image: simplifywm42013-08-241-28/+2
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-245-11/+4
* vo_vaapi: potentially fix screenshot colorspace issueswm42013-08-241-0/+1
* Some more mp_msg conversionswm42013-08-236-214/+179
* x11/out: mp_msg conversionAlexander Preisinger2013-08-231-29/+21
* cocoa_common: avoid locking calls when not neededStefano Pigozzi2013-08-231-2/+2
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-226-112/+541
* cocoa_common: fix window positioning with `--geometry`Stefano Pigozzi2013-08-221-10/+5
* vf_eq: fix behavior when changing parameterswm42013-08-201-4/+14
* wayland: separate shm and cursor contextAlexander Preisinger2013-08-192-9/+15
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-191-1/+7
* options: remove --panscanrange optionwm42013-08-191-8/+3
* vaapi: use highest available profile, instead of mapping it exactlywm42013-08-191-41/+38
* vdpau: don't try to match codec profileswm42013-08-191-27/+11
* vo_vdpau: add RGB supportwm42013-08-181-14/+154
* vo_vdpau: fix screenshots if panscan is usedwm42013-08-181-4/+5
* vo_vdpau: remove unused variablewm42013-08-181-2/+0
* vo_vdpau: use color close to black as default colorkey (instead of green)wm42013-08-171-1/+4
* vo_vdpau: allow setting colorkeywm42013-08-172-0/+17
* vdpau_old: add forgotten probe callbackwm42013-08-151-0/+1
* vdpau: fix compilation on Libavwm42013-08-151-0/+1
* video/decode: change fix_image callbackwm42013-08-153-5/+7
* vd_lavc: fix comment, document hwdec video frame size trickinesswm42013-08-151-1/+4
* video/decode: pass parameters directly to hwdec allocate_image callbackwm42013-08-155-20/+14
* vo_corevideo: add uyvy422 pixel format supportStefano Pigozzi2013-08-151-0/+5
* x11: fix --ontopwm42013-08-141-3/+3
* vaapi: fix typowm42013-08-141-2/+2
* cocoa_common: add precise scrolling supportStefano Pigozzi2013-08-131-16/+11
* Revert "sub: support straight alpha additionally to premultiplied alpha"wm42013-08-121-1/+1
* vo: fix build with #ifdef -> #ifwm42013-08-121-1/+1
* video: add vaapi decode and output supportwm42013-08-1211-3/+1572
* img_convert: add function to scale RGBA OSD imageswm42013-08-122-0/+4
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-114-99/+195
* x11_common: get hack for Motif Window Manager out of the waywm42013-08-111-1/+11
* vo: unref waiting image before destroying VO driverwm42013-08-111-1/+1
* wayland: add support for precise scrollingAlexander Preisinger2013-08-071-2/+14
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-0667-161/+161
* gl_video: handle non-mod-2 4:2:0 YUV video correctlywm42013-08-062-2/+14
* vo_corevideo: use new log APIStefano Pigozzi2013-08-011-15/+5
* vo_corevideo: move to C from Objective-CStefano Pigozzi2013-08-012-41/+11
* cocoa_common: use new log APIStefano Pigozzi2013-08-011-7/+11
* wayland: switch to the new mp_msg apiAlexander Preisinger2013-07-313-8/+23
* video/out: use new mp_msg stuff for vo.c and vo_openglwm42013-07-317-82/+96
* options: handle presets directly in m_configwm42013-07-311-4/+2
* cocoa_common: simplify resize codeStefano Pigozzi2013-07-301-51/+16
* vd_lavc: print warning if hardware decoding API is not availablewm42013-07-301-0/+3
* vd_lavc: fix CONFIG_VDPAU checkwm42013-07-301-1/+1
* build: fix build with vdpau, simplifywm42013-07-293-2/+43
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-2815-315/+866
* lavc_dr1: make reference counting thread-safewm42013-07-281-4/+39
* mp_image_pool: make reference counting thread-safewm42013-07-282-40/+70
* mp_image: make reference counting thread-safewm42013-07-281-3/+27
* m_config: refactor some thingswm42013-07-281-6/+6
* mp_image: pass through colorspace info to libavfilterwm42013-07-281-0/+8
* vf: fix unintended overwriting of image infowm42013-07-282-4/+5
* gl_video: make sure image parameters are correctly set on screenshotswm42013-07-261-7/+8
* video: support setting libswscale chroma positionwm42013-07-255-1/+29
* w32_common: Don't use globals for TRACKMOUSEEVENTDiogo Franco (Kovensky)2013-07-252-11/+12
* w32_common: Track when the mouse leaves the windowDiogo Franco (Kovensky)2013-07-251-0/+15
* mp_image: create AVBuffers for all planes when converting to AVFramewm42013-07-241-1/+9
* Fix some -Wshadow warningswm42013-07-2312-34/+29
* options: make legacy hacks for AFs/VFs more explicitwm42013-07-221-0/+1
* video/out: remove options argument from preinit()wm42013-07-2214-26/+16
* Remove subopt-helperwm42013-07-224-5/+2
* vf_scale: actually respect param and param2 suboptionswm42013-07-223-0/+8
* vo_opengl: some option changeswm42013-07-222-1/+21
* vo_direct3d: use new option APIwm42013-07-221-85/+34
* vo_opengl_old: use new option APIwm42013-07-224-167/+64
* options: move --colorkey option to vo_xvwm42013-07-221-3/+8