summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* sub: uglify OSD code path with lockingwm42014-01-1810-11/+12
* w32_common: add extended keysJames Ross-Gowan2014-01-151-23/+54
* w32_common: prevent decoding certain keys twiceJames Ross-Gowan2014-01-151-12/+34
* options: remove --screenw and --screenhwm42014-01-111-7/+2
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowwm42014-01-117-15/+10
* video/out: simplify monitor aspect handlingwm42014-01-119-39/+25
* video/out: remove fallback handling for screensize/monitor pixel aspectwm42014-01-111-7/+1
* cocoa: fix window placement on secondary screensStefano Pigozzi2014-01-111-3/+2
* cocoa: refactor init window positioning codeStefano Pigozzi2014-01-101-2/+1
* cocoa: allow to drag and drop URLsNyx0uf2014-01-101-5/+19
* wayland: properly empty output listAlexander Preisinger2014-01-081-4/+4
* wayland/shm: don't crash if initialization failedAlexander Preisinger2014-01-081-3/+1
* wayland: fix crash when initialization failswm42014-01-081-1/+2
* wayland/shm: tone down warningsAlexander Preisinger2014-01-081-2/+2
* wayland: fix memory leaksAlexander Preisinger2014-01-083-2/+24
* wayland: cleanup registry_handle_globalAlexander Preisinger2014-01-081-2/+1
* wayland: remove set_user_data from seat_listenerAlexander Preisinger2014-01-081-2/+0
* wayland: use static consistentlyAlexander Preisinger2014-01-081-4/+4
* wayland: fix fullscreen & resizing for goodAlexander Preisinger2014-01-073-12/+34
* wayland: silence annoying libwayland-client messagewm42014-01-071-0/+3
* wayland: fix some memory leaks on initialization failurewm42014-01-071-6/+13
* w32_common: reformat yet againMartin Herkt2014-01-061-208/+208
* cocoa: don't reset window size when the video size doesn't changeStefano Pigozzi2014-01-061-15/+14
* w32_common: don't force topmost on fullscreenMartin Herkt2014-01-061-1/+2
* w32_common: reformat slightlyMartin Herkt2014-01-061-68/+99
* w32_common: use OLE DnD for text/uri-list supportxnoreq2014-01-061-39/+203
* Revert "wayland/egl: use redraw callback"Alexander Preisinger2014-01-042-28/+1
* wayland: remove workaroundAlexander Preisinger2014-01-041-6/+3
* wayland: fix obvious bug in dnd codeAlexander Preisinger2014-01-041-1/+1
* video/out: remove some code duplication between X11 and waylandwm42014-01-042-45/+4
* cocoa: handle files drag and drop on the player video viewStefano Pigozzi2014-01-044-1/+29
* input: move files drag and drop to a new event.c fileStefano Pigozzi2014-01-043-43/+4
* wayland/egl: misc fixes and cleanupsAlexander Preisinger2014-01-042-6/+1
* wayland/egl: use redraw callbackAlexander Preisinger2014-01-042-1/+32
* wayland/egl: add egl_context to the wayland stateAlexander Preisinger2014-01-042-67/+73
* wayland: Remove nonsense comment and add warningAlexander Preisinger2014-01-041-4/+2
* wayland: move workaround to fullscreen codeAlexander Preisinger2014-01-041-4/+5
* wayland: implement dropping files on the VO windowAlexander Preisinger2014-01-042-2/+190
* vo: dropping subtitle files on the VO window adds them as subtitle fileswm42014-01-041-11/+27
* x11: implement dropping files on the VO windowwm42014-01-042-6/+192
* vo: add vo_drop_files()wm42014-01-042-0/+26
* vda: fix build on OS X 10.7Stefano Pigozzi2014-01-022-0/+2
* wayland/opengl: fix garbage bordersAlexander Preisinger2014-01-022-22/+22
* wayland/shm: only commit new framesAlexander Preisinger2014-01-021-36/+40
* wayland: don't change set fullscreen twiceAlexander Preisinger2014-01-021-1/+1
* vo/x11_common: do not select motion events when --no-mouse-movements is setahodesuka2013-12-281-1/+1
* Revert "x11: don't set global error handler"wm42013-12-271-0/+28
* Revert "cocoa: unlock on uninit"Stefano Pigozzi2013-12-261-3/+1
* corevideo: fix video initialization when not using VDAStefano Pigozzi2013-12-261-52/+46
* build: fix shm detection on OpenBSDStefano Pigozzi2013-12-261-0/+1
* cocoa: sanitize window title string and guard against NULLStefano Pigozzi2013-12-251-1/+6
* vo_x11/vo_xv: fix build when using --disable-xextStefano Pigozzi2013-12-252-12/+12
* vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bitwm42013-12-222-2/+2
* vo_vdpau: add some debugging messages for frame timingwm42013-12-221-2/+4
* gl_lcms: actually acquire mutexwm42013-12-221-0/+2
* msg: rename mp_msg_log -> mp_msgwm42013-12-214-28/+28
* msg: convert defines to enumwm42013-12-212-3/+3
* vo_opengl_old: remove leftoverswm42013-12-211-1/+1
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* stream: mp_msg conversionswm42013-12-211-4/+5
* x11: mp_msg conversion for fstype help outputwm42013-12-212-10/+8
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-214-16/+16
* m_option, m_config: mp_msg conversionswm42013-12-212-2/+3
* input: rework how input sources are addedwm42013-12-211-2/+2
* bitmap_packer: use printf() for fatal messagewm42013-12-211-2/+2
* vaapi: mp_msg conversionswm42013-12-212-21/+21
* vdpau: mp_msg conversionswm42013-12-212-52/+55
* video/fmt-conversion.c: remove unknown pixel format messageswm42013-12-211-2/+5
* image_writer: mp_msg conversionswm42013-12-211-1/+1
* gl_lcms: use global lock to deal with crappy lcms2 message callbackwm42013-12-211-14/+22
* video/out: pass along global contextwm42013-12-215-4/+10
* x11: don't set global error handlerwm42013-12-211-22/+0
* w32_common: support file drag and dropMartin Herkt2013-12-201-0/+38
* w32_common: fix mouse clicksMartin Herkt2013-12-191-12/+17
* Reduce recursive config.h inclusions in headerswm42013-12-181-2/+0
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-173-6/+6
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1723-36/+36
* Move options/config related files from mpvcore/ to options/wm42013-12-1718-25/+25
* Move mpvcore/input/ to input/wm42013-12-176-15/+15
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-1/+1
* Allow some options taking filenames to refer to mpv config dirwm42013-12-141-1/+4
* video: change --video-zoom behaviorwm42013-12-131-3/+5
* vo: reset some fields properlywm42013-12-101-0/+6
* cocoa: make borderless window resizableagiz2013-12-071-1/+1
* video: remove --flipwm42013-12-054-4/+4
* wayland: print waylands display errosAlexander Preisinger2013-12-041-0/+40
* gl_video: change internal API for hwdec mp_image downloadStefano Pigozzi2013-12-023-10/+13
* gl_video: use hwdec download_image call only if hwdec is activewm42013-12-021-2/+3
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-022-4/+6
* vo_opengl: support for vda hardware decodingStefano Pigozzi2013-12-024-0/+158
* gl_video: support packed YUV formats with Apple extensionsStefano Pigozzi2013-12-024-2/+47
* vo_opengl: add support for rectangle textureswm42013-12-015-44/+86
* vo_null: don't reject hwaccel formatswm42013-12-011-2/+0
* options: add options that set defaults for af/vf/ao/vowm42013-12-011-0/+2
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-291-3/+3
* gl_hwdec: use a imgfmt field instead of a query_format callbackwm42013-11-294-15/+5
* vdpau: always let decoder output IMGFMT_VDPAUwm42013-11-292-3/+3
* vaapi: remove unused hw image formats, simplifywm42013-11-291-3/+3
* cocoa: unlock on uninitStefano Pigozzi2013-11-261-1/+3
* osd: remove mp_osd_res.video_par fieldwm42013-11-246-7/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-2416-18/+15
* video: move struct mp_hwdec_info into its own header filewm42013-11-235-5/+5
* vo_opengl: fix compilationwm42013-11-221-2/+2
* vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFOwm42013-11-221-4/+8
* cocoa: use window-scale to support video scaling functionalityStefano Pigozzi2013-11-223-6/+10
* cocoa: implement window-scaleStefano Pigozzi2013-11-221-0/+20
* switch the build system to wafStefano Pigozzi2013-11-211-3/+3
* vo_vdpau: don't calculate destination alpha when drawing OSDwm42013-11-181-2/+2
* gl_common: print SW renderer warning only if it was the only reason we reject...wm42013-11-141-1/+1
* gl_common: remove unneeded callbackwm42013-11-144-4/+0
* wayland: create xkbcommon keymap from stringAlexander Preisinger2013-11-131-2/+1
* waylad: implement functionality for window-scalingAlexander Preisinger2013-11-121-0/+12
* vo_lavc: fix -ovoffset.Rudolf Polzer2013-11-111-1/+3
* vo_opengl: fix alpha values written to the framebufferwm42013-11-103-5/+16
* gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop specwm42013-11-091-2/+6
* gl_header_fixes: fix inverted conditionwm42013-11-051-1/+1
* vo_opengl: support for vdpau hardware decodingwm42013-11-054-0/+293
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-051-214/+34
* vo_opengl: redo aspects of initialization, change hwdec APIwm42013-11-053-38/+38
* vo_opengl/vaapi: use IMGFMT_RGB0wm42013-11-051-1/+1
* vo_xv: fix compilation of SHM not availablewm42013-11-051-1/+1
* Adjust wayland definesPaweł Forysiuk2013-11-041-1/+1
* vo_opengl: cosmetics/fix typoswm42013-11-042-2/+2
* vo_opengl: reserve 4 texture units for video instead of 3wm42013-11-041-5/+5
* Merge remote-tracking branch 'origin/have_configure'Stefano Pigozzi2013-11-0413-59/+59
|\
| * fix weird DPMS->EXT replacementwm42013-11-041-3/+3
| * Merge branch 'master' into have_configurewm42013-11-046-32/+356
| |\
| * | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-0313-58/+58
* | | vo_opengl: fix use of uninitialized memorywm42013-11-041-1/+1
| |/ |/|
* | vo_opengl: add support for VA-API OpenGL interopwm42013-11-043-0/+146
* | vo_opengl: add infrastructure for hardware decoding OpenGL interopwm42013-11-045-32/+210
|/
* w32: implement functionality required for window-scalewm42013-11-021-0/+23
* x11: make window-scale use windowed size in fullscreen modewm42013-11-021-2/+2
* Fix some more -Wshadow warningswm42013-11-011-4/+4
* Enable -Wshadowwm42013-11-011-1/+0
* command: add property to scale window sizewm42013-10-312-0/+15
* x11: factor out normal window resize codewm42013-10-311-23/+31
* gl_common: osx: fix compilation with latest XQuartz RCStefano Pigozzi2013-10-301-1/+1
* x11: restore support for --wid=0wm42013-10-301-2/+4
* x11: remove ancient metacity hackwm42013-10-301-14/+1
* x11: minor cosmeticswm42013-10-301-16/+11
* gl_x11: change error message when GL3 context creation failswm42013-10-281-1/+1
* x11_common: refactor of fstype codewm42013-10-281-102/+73
* cocoa: apply the more invasive constraining only with cmd+1/2/3Stefano Pigozzi2013-10-281-2/+10
* x11: fix border togglingwm42013-10-272-2/+5
* vo_xv: check whether image allocation succeedswm42013-10-271-6/+24
* gl_common: suggest --vo=opengl-old if OpenGL 2.1 missingwm42013-10-261-1/+6
* x11_common: reduce screensaver heartbeat from 30 to 10 secondswm42013-10-251-1/+1
* cocoa: constraint the window position a little moreStefano Pigozzi2013-10-251-1/+6
* wayland: better name for mouse coordinatesAlexander Preisinger2013-10-252-7/+7
* wayland: fix fullscreen transparent border regionsAlexander Preisinger2013-10-252-22/+30
* m_config: refactor option defaults handlingwm42013-10-246-10/+26
* video/out: remove useless info struct and redundant fieldswm42013-10-2316-117/+48
* vo_opengl: don't enable PBOs with opengl-hqwm42013-10-231-1/+1
* gl_video: add RGB10_A2 FBO formatwm42013-10-231-0/+1
* cocoa: set and clear gl context inside of sync sectionsStefano Pigozzi2013-10-201-6/+6
* 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
* mp_msg: remove gettext() supportwm42013-10-181-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
* 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
* vo: mark frame lost after seek resetwm42013-10-021-0/+1
* core: add --force-windowwm42013-10-022-0/+6
*