summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vaapi: fix destruction with --hwdec=haapi-copywm42014-06-141-2/+4
* vo_vaapi: cleanup error handling on initwm42014-06-142-4/+10
* video: better handling for (very) broken timestampswm42014-06-141-1/+9
* gl_common: correct a typewm42014-06-141-1/+1
* x11: fix datatype for _NET_WM_PIDwm42014-06-141-1/+1
* vo_vdpau: always allocate the black pixelwm42014-05-241-3/+6
* x11: fix a warning with --disable-xextJerome Leclanche2014-05-241-1/+1
* vo_vaapi: don't redraw twicewm42014-05-241-7/+1
* wayland: fix typoAlexander Preisinger2014-05-241-14/+14
* x11: fix potentially unaligned access in icon loaderwm42014-05-241-3/+3
* Fix bogus copyright textwm42014-05-241-2/+0
* Revert "wayland: print waylands display erros"Alexander Preisinger2014-04-301-39/+0
* vf: remove autoinserted filters on reconfigwm42014-04-302-0/+8
* vf: add function to remove a filter from the chainwm42014-04-302-0/+14
* wayland: don't schedule resize if going fullscreenRicardo Vieira2014-04-171-1/+0
* encode: write 2-pass stats only per-packetwm42014-04-171-1/+2
* vo_vdpau: add an additional check for timestamp robustnesswm42014-04-171-0/+16
* vo_vdpau: document what WRAP_ADD doeswm42014-04-171-0/+2
* vo_vdpau: simplify previous vsync timestamp calculationwm42014-04-171-9/+8
* vo_vdpau: simplify time management and make it more robustwm42014-04-171-68/+11
* vo_vdpau: more debugging outputwm42014-04-171-4/+20
* vf_eq: don't malloc priv structwm42014-03-301-1/+0
* vd_lavc: ridiculous workaround for Libav 9 compatibilitywm42014-03-303-1/+23
* w32_common: prevent MOUSE_BTN0 sticking after dragJames Ross-Gowan2014-03-301-0/+2
* w32_common: capture mouse inputJames Ross-Gowan2014-03-301-0/+5
* vdpau: change the error message when video too largeAndrey Morozov2014-03-111-1/+2
* video: add rounding to aspect ratio calculationswm42014-03-111-2/+2
* w32_common: don't set small iconJames Ross-Gowan2014-03-111-4/+1
* Factor out setting AVCodecContext extradatawm42014-03-111-19/+8
* vo_opengl: make :srgb decompand the BT.709 values correctlynand2014-02-121-2/+15
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-121-0/+2
* video: fix --no-aspectwm42014-02-121-2/+2
* vo_opengl: fix typo in gamma function's parameternand2014-02-121-2/+2
* vo_vdpau: Discard zero timestampsJonas Zetterberg2014-02-121-0/+3
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-121-0/+4
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-121-3/+9
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-121-4/+10
* gl_x11: always request true color visualwm42014-02-121-0/+1
* wayland: change minimum versionAlexander Preisinger2014-02-121-9/+0
* x11: fix initial VO sizewm42014-02-121-6/+7
* x11: remove apparently useless codewm42014-02-121-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-121-1/+10
* vo_wayland: silence shadowing warningwm42014-01-311-3/+3
* mp_image: reject too large image sizeswm42014-01-311-0/+4
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-311-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-311-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-311-21/+4
* vo_wayland: fix confusion of video and window sizeswm42014-01-311-2/+2
* cocoa: fix window placement on secondary screensStefano Pigozzi2014-01-151-3/+2
* cocoa: refactor init window positioning codeStefano Pigozzi2014-01-151-2/+1
* wayland: properly empty output listAlexander Preisinger2014-01-151-4/+4
* wayland/shm: don't crash if initialization failedAlexander Preisinger2014-01-151-3/+1
* wayland: fix crash when initialization failswm42014-01-151-1/+2
* wayland/shm: tone down warningsAlexander Preisinger2014-01-151-2/+2
* wayland: fix memory leaksAlexander Preisinger2014-01-153-2/+23
* wayland: cleanup registry_handle_globalAlexander Preisinger2014-01-151-2/+1
* wayland: remove set_user_data from seat_listenerAlexander Preisinger2014-01-151-2/+0
* wayland: use static consistentlyAlexander Preisinger2014-01-151-4/+4
* wayland: fix fullscreen & resizing for goodAlexander Preisinger2014-01-153-12/+34
* wayland: silence annoying libwayland-client messagewm42014-01-151-0/+3
* wayland: fix some memory leaks on initialization failurewm42014-01-151-6/+13
* 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
* Revert "wayland/egl: use redraw callback"Alexander Preisinger2014-01-062-28/+1
* wayland: remove workaroundAlexander Preisinger2014-01-061-6/+3
* wayland/egl: misc fixes and cleanupsAlexander Preisinger2014-01-062-6/+1
* wayland/egl: use redraw callbackAlexander Preisinger2014-01-062-1/+32
* wayland/egl: add egl_context to the wayland stateAlexander Preisinger2014-01-062-67/+73
* wayland: Remove nonsense comment and add warningAlexander Preisinger2014-01-061-4/+2
* wayland: move workaround to fullscreen codeAlexander Preisinger2014-01-061-4/+5
* vda: fix build on OS X 10.7Stefano Pigozzi2014-01-062-0/+2
* wayland/opengl: fix garbage bordersAlexander Preisinger2014-01-062-22/+22
* wayland/shm: only commit new framesAlexander Preisinger2014-01-061-36/+40
* wayland: don't change set fullscreen twiceAlexander Preisinger2014-01-061-1/+1
* video: fix --brightness etc. optionswm42013-12-291-11/+0
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-291-0/+10
* 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
* vaapi: fix initialization error code pathwm42013-12-231-1/+2
* 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
* vda: attempt to fix build (2)wm42013-12-221-2/+2
* msg: remove global statewm42013-12-211-1/+0
* msg: rename mp_msg_log -> mp_msgwm42013-12-216-39/+39
* 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 context to sub-module print_help callbackwm42013-12-213-11/+9
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-214-16/+16
* m_option, m_config: mp_msg conversionswm42013-12-213-3/+4
* input: rework how input sources are addedwm42013-12-211-2/+2
* codecs: mp_msg conversionwm42013-12-211-1/+1
* img_format: drop message about unknown pixel formatswm42013-12-211-7/+1
* bitmap_packer: use printf() for fatal messagewm42013-12-211-2/+2
* vaapi: mp_msg conversionswm42013-12-216-123/+135
* vdpau: mp_msg conversionswm42013-12-216-73/+77
* video/fmt-conversion.c: remove unknown pixel format messageswm42013-12-213-20/+17
* image_writer: mp_msg conversionswm42013-12-213-14/+12
* sws_utils: mp_msg conversionswm42013-12-213-3/+13
* 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
* video/decode: mp_msg conversionswm42013-12-215-65/+71
* video/filter: mp_msg conversionswm42013-12-2116-121/+102
* 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
* vf_lavfi: don't access AVFilterPad directlywm42013-12-181-2/+3
* Reduce recursive config.h inclusions in headerswm42013-12-185-6/+7
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-173-6/+6
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1766-100/+100
* Move options/config related files from mpvcore/ to options/wm42013-12-1747-62/+62
* 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-165-26/+26
* Allow some options taking filenames to refer to mpv config dirwm42013-12-141-1/+4
* vf_dsize: fix bug caused by typowm42013-12-141-1/+1
* video: change --video-zoom behaviorwm42013-12-131-3/+5
* dec_video: fix handling of timestamp resetswm42013-12-121-1/+0
* video: display last frame, drain frames on video reconfigwm42013-12-102-0/+5
* vo: reset some fields properlywm42013-12-101-0/+6
* video: move VO reinit from filter chain to playerwm42013-12-103-117/+34
* video: move handling of brightness and deinterlacing controlwm42013-12-103-30/+42
* vf_vo: remove VO reset on filter uninitwm42013-12-101-5/+0
* video: move video filter chain initialization from decoder to playerwm42013-12-105-62/+37
* compat: add compatibility kludge for Libav 9wm42013-12-081-8/+14
* vf: redo conversion filter insertion/format negotiationwm42013-12-076-175/+187
* video/filter: make vf->control non-recursivewm42013-12-0712-32/+27
* vf: remove flags from filter format statuswm42013-12-074-37/+25
* video: create a separate context for video filter chainwm42013-12-077-137/+175
* video/filter: remove vf_match_csp()wm42013-12-076-119/+4
* vf: remove unused functionwm42013-12-072-23/+0
* vf: print error when creating filter failswm42013-12-071-0/+1
* cocoa: make borderless window resizableagiz2013-12-071-1/+1
* vf: declare config() as legacywm42013-12-051-5/+5
* video/filter: remove unneeded config callbackswm42013-12-055-45/+0
* video: remove --flipwm42013-12-057-22/+7
* vf: move norm_qscale() to the only filter which uses itwm42013-12-052-15/+15
* vf_sub, vf_dlopen: default struct is not neededwm42013-12-052-7/+3
* vf: cleanup removed filter entrywm42013-12-051-1/+0
* video/filter: fix some bogus free() callswm42013-12-054-8/+0
* options: remove legacy hacks for sub-option handlingwm42013-12-041-17/+8
* vd_lavc: factor out libavcodec thread setupwm42013-12-041-15/+1
* vd_lavc: don't check required hwdec fieldswm42013-12-041-4/+3
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-041-2/+3
* wayland: print waylands display errosAlexander Preisinger2013-12-041-0/+40
* vf_noise: reduce binary sizewm42013-12-041-4/+1
* vf_eq: revert unintended binary size increasewm42013-12-041-13/+10
* video/filter: remove legacy option handling hackswm42013-12-0432-37/+35
* vf_vo: don't abuse option strings to set VOwm42013-12-042-6/+15
* vf_rotate: use option parserwm42013-12-041-2/+7
* vf_pp: use option parserwm42013-12-041-5/+14
* vf_ilpack: use option parserwm42013-12-041-8/+10
* vf_eq: use option parserwm42013-12-041-26/+22
* vf_dsize: use option parserwm42013-12-041-31/+19
* vf_divtc: use option parserwm42013-12-041-78/+36
* video/filter: remove vf_down3drightwm42013-12-042-158/+0
* vf: remove unneeded fieldwm42013-12-041-1/+0
* vf_pullup: change options, reroute to vf_lavfiwm42013-12-041-10/+37
* vf_unsharp: change options, reroute to vf_lavfiwm42013-12-041-50/+37
* vf_phase: change options, reroute to vf_lavfiwm42013-12-041-35/+48
* vf_noise: reroute to vf_lavfiwm42013-12-041-26/+42
* vf_stereo3d: reroute to vf_lavfiwm42013-12-041-10/+31
* vf_hqdn3d: change options, reroute to vf_lavfiwm42013-12-041-67/+34
* vf_gradfun: reroute to vf_lavfiwm42013-12-041-0/+23
* vf_delogo: reroute to vf_lavfiwm42013-12-041