summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+20
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-041-15/+24
* vf_lavfi: export a wrapper functionwm42013-12-042-6/+156
* video: remove VFCAP_POSTPROCwm42013-12-042-7/+1
* vf_screenshot: remove unnecessary codewm42013-12-041-5/+0
* 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-025-0/+161
* 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
* mp_image: deal with FFmpeg PSEUDOPAL braindeathwm42013-12-013-3/+15
* vo_null: don't reject hwaccel formatswm42013-12-011-2/+0
* options: add options that set defaults for af/vf/ao/vowm42013-12-012-0/+4
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-298-158/+156
* vf_pullup: properly reset on seekwm42013-11-291-14/+37
* gl_hwdec: use a imgfmt field instead of a query_format callbackwm42013-11-294-15/+5
* vdpau: always let decoder output IMGFMT_VDPAUwm42013-11-293-3/+4
* vaapi: remove unused hw image formats, simplifywm42013-11-297-26/+11
* build: make pthreads mandatorywm42013-11-283-21/+5
* video: add insane hack to work around FFmpeg/Libav insanitywm42013-11-281-3/+8
* video: warn against non-monotonic PTS instead of decreasing PTSwm42013-11-281-2/+2
* video: add heuristic to prevent framedrop during hrseek if pts brokenwm42013-11-282-0/+9
* video: replace d_video->pts field, change PTS jump checkswm42013-11-272-5/+6
* video: if PTS is missing, make something up using the frameratewm42013-11-271-3/+7
* video: refactor PTS code, add fall back heuristic to DTSwm42013-11-273-70/+113
* Move some code from player to audio/video reset functionswm42013-11-271-0/+7
* cosmetics: rename video/audio reset functionswm42013-11-274-10/+10
* video: remove commented codewm42013-11-271-13/+2
* video: use dts as fallback when determining pts by sortingwm42013-11-271-11/+10
* video/filter: fix PIC compile on x86Natanael Copa2013-11-262-3/+9
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-262-4/+6
* cocoa: unlock on uninitStefano Pigozzi2013-11-261-1/+3
* video: move timestamp determination code to dec_videowm42013-11-252-0/+44
* video: disable PTS sorting fallback by defaultwm42013-11-251-2/+3
* demux: export dts from demux_lavf, use it for aviwm42013-11-251-4/+1
* player: merge no-correct-pts with correct-pts codewm42013-11-252-0/+4
* player: change semantics of --no-correct-ptswm42013-11-251-1/+0
* dec_video: fix function signaturewm42013-11-252-4/+6
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-254-17/+22
* osd: remove mp_osd_res.video_par fieldwm42013-11-247-8/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-2418-21/+16
* vd_lavc: improve a commentwm42013-11-241-1/+2
* vd_lavc: when falling back to software, revert filter error statuswm42013-11-231-0/+2
* Attempt to fix build on older libavcodec versionswm42013-11-232-0/+2