summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* 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-244-18/+7
* vo_image: simplifywm42013-08-241-28/+2
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-243-8/+2
* 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-221-105/+309
* cocoa_common: fix window positioning with `--geometry`Stefano Pigozzi2013-08-221-10/+5
* 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
* 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-171-0/+15
* vo_corevideo: add uyvy422 pixel format supportStefano Pigozzi2013-08-151-0/+5
* x11: fix --ontopwm42013-08-141-3/+3
* 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-123-1/+1059
* 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-0624-76/+76
* gl_video: handle non-mod-2 4:2:0 YUV video correctlywm42013-08-061-2/+10
* 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
* build: fix build with vdpau, simplifywm42013-07-291-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-282-234/+141
* m_config: refactor some thingswm42013-07-281-6/+6
* gl_video: make sure image parameters are correctly set on screenshotswm42013-07-261-7/+8
* video: support setting libswscale chroma positionwm42013-07-251-0/+1
* 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
* Fix some -Wshadow warningswm42013-07-235-13/+12
* video/out: remove options argument from preinit()wm42013-07-2214-26/+16
* Remove subopt-helperwm42013-07-224-5/+2
* 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
* vo_xv: use new option APIwm42013-07-221-84/+25
* vo_direct3d: fix warning on MinGWwm42013-07-221-5/+0
* options: hide encoding AO/VO in help outputwm42013-07-211-0/+1
* options: use new code for parsing --vowm42013-07-213-143/+77
* cocoa_common: fix regression in draggable state computationStefano Pigozzi2013-07-211-0/+1
* cocoa_common: fix styleStefano Pigozzi2013-07-211-2/+2
* cocoa_common: move tracking area setup to updateTrackingAreasStefano Pigozzi2013-07-211-14/+13
* x11: add key modifiers to mouse button eventswm42013-07-211-13/+19
* w32_common: show the cursor in the window borderJames Ross-Gowan2013-07-212-6/+22
* cocoa_common: handle keyboard modifiers for mouse eventsStefano Pigozzi2013-07-211-47/+51
* Merge remote-tracking branch 'michaelforney/master'Alexander Preisinger2013-07-201-2/+11
|\
| * wayland: Fallback to any GL version if 3.0 is not supportedMichael Forney2013-07-191-2/+11
* | cocoa_common: make the fullscreen transition only when necessaryStefano Pigozzi2013-07-201-5/+16
* | cocoa_common: use a tracking area to handle mouse eventsStefano Pigozzi2013-07-201-33/+52
* | cocoa_common: fix typo in commentStefano Pigozzi2013-07-201-1/+1
* | cocoa_common: implement MP_MOUSE_LEAVE notificationsStefano Pigozzi2013-07-201-0/+2
* | cocoa_common: implement conditional video draggingStefano Pigozzi2013-07-201-14/+30
* | direct3d: Fixes format string that assumed sizeof(LONG) == sizeof(long)Diogo Franco (Kovensky)2013-07-201-1/+2
|/
* wayland: use a unified struct for the stateAlexander Preisinger2013-07-183-297/+283
* wayland: don't resize in gl_wayland.cAlexander Preisinger2013-07-182-7/+1
* video: remove fullscreen flags chaoswm42013-07-1810-80/+69
* vo: remove aspdat.asp memberwm42013-07-182-3/+1
* gl_video: add support for more rgb formatswm42013-07-182-56/+119
* sws_utils: don't recursively include libswscale headerwm42013-07-181-0/+1
* vo_x11: use new swscale wrapperwm42013-07-181-28/+20
* vo_x11: remove weird inactive codewm42013-07-181-15/+0
* video: redo how colorspaces are handledwm42013-07-161-0/+9
* wayland: early aspect calculation in vo_configAlexander Preisinger2013-07-163-7/+27
* wayland: use default fullscreen methodAlexander Preisinger2013-07-161-1/+1
* w32_common: don't use aspdat.asp for aspectwm42013-07-161-1/+2
* Merge branch 'remove_old_demuxers'wm42013-07-141-1/+1
|\
| * core: change open_stream and demux_open signaturewm42013-07-121-1/+1
* | cocoa_common: change video size when changing screen DPIStefano Pigozzi2013-07-101-0/+8
|/
* Merge remote-tracking branch 'origin/low_quality_intel_crap'Martin Herkt2013-07-082-14/+17
|\
| * Merge branch 'master' into low_quality_intel_crapwm42013-04-3030-3290/+3587
| |\
| * | vo_opengl: avoid texture arrays for compatibility with Intel low quality crapwm42013-03-052-10/+12
* | | dither: don't use long doublewm42013-07-051-2/+2
* | | core: remove mp_fifo leftoverswm42013-07-043-3/+0
* | | wayland: remove mp_fifo headerAlexander Preisinger2013-07-031-1/+0
* | | wayland: fix typoAlexander Preisinger2013-07-031-1/+1
* | | wayland: remove unused membersAlexander Preisinger2013-07-031-2/+0
* | | wayland: remove mp_fifoAlexander Preisinger2013-07-021-7/+7
* | | wayland: implement MOUSE_LEAVEAlexander Preisinger2013-07-021-0/+2
* | | core: cleanup more mp_fifo leftoverswm42013-07-025-34/+33
* | | core: remove mp_fifo indirectionwm42013-07-022-3/+1
* | | input: require VOs to send key up events, redo input key lookupwm42013-07-026-11/+14
* | | w32_common: prevent display power managementJames Ross-Gowan2013-06-301-0/+3
* | | w32_common: prevent that window dragging and mouse input interferewm42013-06-291-1/+1
* | | w32_common: refactor mouse button code, handle mouse up eventswm42013-06-291-31/+39
* | | input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-291-2/+5
* | | input: handle mouse movement differentlywm42013-06-294-6/+23
* | | cocoa_common: uninit fs window properlyStefano Pigozzi2013-06-291-0/+3
* | | vo_opengl: handle chroma locationwm42013-06-283-3/+33
* | | video: add a new method to configure filters and VOswm42013-06-285-39/+58
* | | cocoa_common: schedule a redraw frame after a non live resizeStefano Pigozzi2013-06-251-3/+18
* | | Merge branch 'sub_mess2'wm42013-06-251-1/+1
|\ \ \
| * | | stream: remove padding parameter from stream_read_complete()wm42013-06-231-1/+1
* | | | OSX: fix compilation with 10.7 SDKStefano Pigozzi2013-06-191-0/+1
* | | | vo_lavc: remove unused variablewm42013-06-181-1/+1
* | | | vo_lavc: do NOT fill pict_type from the mp_imageRudolf Polzer2013-06-171-0/+4
* | | | vo_lavc: use mp_image_copy_fields_to_av_frameRudolf Polzer2013-06-171-4/+1
|/ / /
* | | encode_lavc strings: use new option syntaxRudolf Polzer2013-06-161-2/+2
* | | cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLEStefano Pigozzi2013-06-161-2/+11
* | | wayland: use VOCTRL_UPDATE_WINDOW_TTILEAlexander Preisinger2013-06-161-1/+3
* | | vo: fix build on Libavwm42013-06-151-0/+2
* | | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-154-5/+21
* | | vo: define VO_TRUE/FALSE to C99 constantswm42013-06-151-2/+2
* | | w32_common: remove some unneeded codewm42013-06-151-5/+3
* | | w32_common: fix non-sensewm42013-06-151-2/+3
* | | vo_xv: always request redraw on resizewm42013-06-151-3/+3
* | | vo: redo video display rectangle calculationswm42013-06-151-24/+49
* | | gl_video: rearrange some codewm42013-06-151-23/+20
* | | gl_video: fix scaling when image is cropped, or with no-npotwm42013-06-151-22/+39
* | | gl_video: typo in commentwm42013-06-151-1/+1
* | | cocoa_common: remove play/pause VOCTRL functionsStefano Pigozzi2013-06-142-14/+2
* | | w32: enable screensaver when pausedwm42013-06-142-2/+13
* | | x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-141-3/+7
* | | core: introduce separate VOCTRLs for screensaver stop/resumewm42013-06-142-3/+5
* | | gl_video: remove redundant conditionwm42013-06-131-6/+1
* | | vo_lavc: silence warning when writing y4mwm42013-06-131-1/+1
* | | cocoa_common: fix ontop switching when fullscreenStefano Pigozzi2013-06-111-2/+2
* | | cocoa_common: fix window level when going fullscreenStefano Pigozzi2013-06-101-1/+1
* | | encoding: fix -oneverdrop logic when -omaxfps is usedRudolf Polzer2013-06-091-5/+8
* | | encoding -omaxfps: rewrite logicRudolf Polzer2013-06-091-29/+32
* | | encoding -omaxfps: do not shift pts when pts are repeated entirelyRudolf Polzer2013-06-091-1/+1
* | | Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-091-0/+16
* | | osx: cocoa_common: use default wakeup periodStefano Pigozzi2013-06-031-1/+0
* | | osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-033-194/+9
* | | osx_common: remove outdated ifdefferyStefano Pigozzi2013-06-031-52/+0
* | | gl_video: reduce output with -v, skip useless header partswm42013-06-031-5/+8
* | | gl_video: explicitly clamp colormatrix outputwm42013-06-031-0/+1
* | | cocoa_common: autohide dock/menubar on fs only if on same screenStefano Pigozzi2013-06-011-7/+37
* | | cocoa_common: don't autohide mouse on mousedownStefano Pigozzi2013-06-011-2/+10
* | | cocoa_common: avoid window creation with VOFLAG_HIDDENStefano Pigozzi2013-06-011-76/+92
* | | cocoa_common: dehack mouse autohide by clipping view bounds to visible screenStefano Pigozzi2013-06-011-17/+19
* | | cocoa_common: fix mouse autohide on MenuBar/Dock interactionStefano Pigozzi2013-05-311-1/+7
* | | cocoa_common: fix empty window when going fs on different screenStefano Pigozzi2013-05-311-0/+9
* | | cocoa_common: fix mouse hiding outside of player viewStefano Pigozzi2013-05-301-9/+21
* | | cocoa_common: refactor fullscreen code for readabilityStefano Pigozzi2013-05-301-31/+53
* | | cocoa_common: fix native-fs state savingStefano Pigozzi2013-05-301-1/+2
* | | cocoa_common: fix a bug in window initialization errorStefano Pigozzi2013-05-301-1/+3
* | |