summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* options: use m_config for options instead of m_structwm42013-07-2114-252/+179
* vf: remove unnecessary indirectionwm42013-07-212-26/+5
* 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-1812-84/+71
* vo: remove aspdat.asp memberwm42013-07-182-3/+1
* gl_video: add support for more rgb formatswm42013-07-182-56/+119
* img_format: comment on some pixel formatswm42013-07-181-7/+9
* img_format: add a mask for color classwm42013-07-183-4/+5
* sws_utils: make hq swscale flags available with mp_sws_hq_flagswm42013-07-183-7/+8
* sws_utils: don't recursively include libswscale headerwm42013-07-184-1/+4
* sws_utils: remove some old codewm42013-07-182-76/+0
* vo_x11: use new swscale wrapperwm42013-07-181-28/+20
* mp_image: one utility function to set image parameterswm42013-07-182-0/+14
* vf_scale: use new swscale wrapperwm42013-07-181-157/+60
* vf: make sure less important image params are set before/after filterswm42013-07-181-14/+21
* sws_utils: refactor swscale wrapper codewm42013-07-184-63/+197
* vf_scale: remove rounding of sizes to 2 with 4:2:0wm42013-07-181-11/+0
* vf_scale: try to support all pixel formatswm42013-07-181-1/+25
* vf_scale: don't byte-swap palette on big endian architectureswm42013-07-181-8/+0
* vf_scale: uncrustifywm42013-07-181-186/+207
* vo_x11: remove weird inactive codewm42013-07-181-15/+0
* video: redo how colorspaces are handledwm42013-07-168-102/+70
* 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
* Fix build on Libav stable (dammit)wm42013-07-151-0/+8
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-152-0/+9
* vd: add VDCTRL_GET_PARAMSwm42013-07-152-0/+4
* video: unify colorspace setupwm42013-07-153-21/+36
* vf: add vf_control wrapperwm42013-07-153-6/+12
* dec_video: add vd_control wrapperwm42013-07-152-7/+12
* mp_image: explicitly forbid using RGB colorspace with YUV formatswm42013-07-151-0/+9
* mp_image: refactor colorspace guessing/fallbackwm42013-07-152-9/+46
* Merge branch 'remove_old_demuxers'wm42013-07-144-9/+3
|\
| * Cleanup some include statementswm42013-07-122-4/+1
| * core: change open_stream and demux_open signaturewm42013-07-121-1/+1
| * Merge branch 'master' into remove_old_demuxerswm42013-07-082-14/+17
| |\
| * | Remove old demuxerswm42013-07-071-4/+1
* | | build: change vf_dlopen testwm42013-07-121-1/+1
* | | cocoa_common: change video size when changing screen DPIStefano Pigozzi2013-07-101-0/+8
* | | configure: add libdl detection to ladspa, vf_dlopenRudolf Polzer2013-07-091-0/+2
| |/ |/|
* | Merge remote-tracking branch 'origin/low_quality_intel_crap'Martin Herkt2013-07-082-14/+17
|\ \ | |/ |/|
| * Merge branch 'master' into low_quality_intel_crapwm42013-04-3042-3417/+4238
| |\
| * | 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