summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.25.0v0.25.0Martin Herkt2017-04-234-14/+2617
* osd-font: make volume muted glyph slightly thickerRicardo Constantino2017-04-223-24/+21
* Copyright: change osd font license to LGPLwm42017-04-211-1/+1
* demux/packet: change license to LGPLwm42017-04-212-14/+15
* ebml, matroska.h: change license to LGPLwm42017-04-213-21/+21
* demux_mkv: mention non-LGPL codewm42017-04-211-0/+2
* external_files.c: add GPL headerwm42017-04-211-0/+17
* demux_mkv: change license to LGPLwm42017-04-212-7/+10
* common.h: change license to LGPLwm42017-04-211-7/+7
* build: make various x11 protocol extension libs mandatorywm42017-04-215-87/+38
* vo_opengl: fix crash by coping temporal_dither_period for dumb mode toowm42017-04-211-0/+1
* Add script to generate otf from sfdir using fontforgeRicardo Constantino2017-04-201-0/+9
* sub/osd_font.otf: replace triangle volume by speaker glyphRicardo Constantino2017-04-203-11/+12
* Add fontforge sfdir for mpv-osd-symbols fontRicardo Constantino2017-04-2031-0/+918
* sd_lavc: Free extradata in case of init errorcantabile2017-04-201-0/+2
* sub/osd: relicense to LGPLwm42017-04-202-15/+14
* sd_lavc: change license to LGPLwm42017-04-201-7/+7
* sd_ass: change license to LGPLwm42017-04-201-7/+7
* ass_mp: change license to LGPLwm42017-04-202-14/+14
* filter_sdh: remove pointless set_pos functionwm42017-04-201-17/+10
* filter_sdh: change license to LGPLwm42017-04-201-7/+7
* ao_wasapi_changenotify: use %ls instead of %S for wchar_twm42017-04-201-4/+4
* ao_wasapi_changenotify: fix potential race conditionwm42017-04-201-8/+8
* client API: add MPV_ENABLE_DEPRECATED symbolwm42017-04-204-1/+36
* options: change --audio-file-auto default to not to load any fileswm42017-04-202-1/+4
* osc: add user_opts.boxmaxchars for box layout title limitAvi Halachmi (:avih)2017-04-192-3/+14
* sub/osd_font.otf: fix fontforge errors/warningsRicardo Constantino2017-04-191-0/+0
* osc: add volume icons to osd font and use themRicardo Constantino2017-04-192-3/+4
* man/osc: document volume and fullscreen buttonsRicardo Constantino2017-04-191-6/+17
* osc: move volume left of fullscreen buttonRicardo Constantino2017-04-191-16/+17
* osc: bottom/topbar: add fullscreen buttonRicardo Constantino2017-04-191-4/+13
* osc: add volume buttonRicardo Constantino2017-04-191-3/+41
* osc: support handling mouse wheel eventsRicardo Constantino2017-04-191-4/+8
* osc: simplify checks in key handlerRicardo Constantino2017-04-191-30/+25
* osc: fix last potential race condition on key eventsRicardo Constantino2017-04-191-1/+2
* manpage: replace gendered pronounsNicolas F2017-04-191-2/+2
* osx: fix deadlock on exit with libmpv on OSXwm42017-04-191-8/+11
* codec_tags: minor simplificationwm42017-04-181-14/+10
* codec_tags: remove some more leftoverswm42017-04-181-5/+0
* ass_mp: reallocate cached subtitle image data on format changeswm42017-04-181-1/+2
* cocoa: fix retrieval of unfs window size while animatingAkemi2017-04-171-1/+2
* vo_opengl: move X11 backends before Waylandwm42017-04-161-3/+3
* sub: minor sdh filter fixesDan Oscarsson2017-04-151-1/+2
* Fix use of ISC licensewm42017-04-1514-39/+70
* demux: estimate total packet size, deprecate packet number limitswm42017-04-145-10/+45
* player: fix a corner case in previous commitwm42017-04-143-3/+5
* player: fix core-idle and eof-reached update notifcationswm42017-04-145-11/+37
* player: unmess pause state handlingwm42017-04-145-65/+53
* player: add --keep-open-pause=no optionDan Oscarsson2017-04-145-1/+13
* vo_opengl: minor cosmeticswm42017-04-143-11/+13
* win32: fix mismatched free/talloc_freewm42017-04-121-1/+1
* win32: rewrite getcwd() using GetFullPathNameWwm42017-04-111-2/+11
* osc: use "loop-playlist" instead of "loop" propertywm42017-04-111-1/+1
* win32: add UTF-8 getcwd() wrapperwm42017-04-112-0/+20
* command, manpage: some leftover mentions of renamed --loop optionwm42017-04-112-5/+5
* command: update sub-fps etc. options on runtime changeswm42017-04-101-11/+7
* manpage: group --loop options togetherwm42017-04-101-16/+16
* options: deprecate --loopwm42017-04-105-10/+26
* vo_opengl: add option for caching shaders on diskwm42017-04-087-12/+154
* vo_opengl: fix a confused commentwm42017-04-081-1/+1
* vo_opengl: remove two unused symbolswm42017-04-082-2/+0
* encoding_profiles.conf: update and remove deprecated stuffRicardo Constantino2017-04-071-59/+21
* wscript: don't make dvdread-common an optionRicardo Constantino2017-04-071-2/+2
* vo_opengl: add our own copy of OpenGL headerswm42017-04-078-188/+783
* demux_lavf: disable half-working mp4 edit list support in libavcodecwm42017-04-071-1/+5
* vd_lavc: fix return value in receive_frame()wm42017-04-071-1/+1
* vo_opengl: add a generic EGL function loader functionwm42017-04-068-42/+40
* vo_opengl: fix windows build if GLES3 is detectedwm42017-04-061-0/+4
* wscript: avoid compose_checks in one casewm42017-04-061-4/+2
* vo_opengl: header_fixes.h: merge IOS GLES blockwm42017-04-061-18/+3
* build: replace android-gl check with a standard GLES3 checkwm42017-04-063-6/+6
* vf_lavfi, af_lavfi: remove unused/deprecated includewm42017-04-052-2/+0
* etc/mpv.conf: remove deprecated optionswm42017-04-051-16/+9
* options: assing proper default value for --audio-channelswm42017-04-051-0/+5
* vf: fix another broken case of conversion filter auto-insertionwm42017-04-051-0/+37
* demux_cue: include io.h for Windows UTF-8 filesystem functionswm42017-04-041-0/+2
* DOCS/interface-changes.rst: document --vf/--af deprecationswm42017-04-041-0/+10
* audio: deprecate most audio filterswm42017-04-045-1/+10
* af: implement generic lavfi option bridge toowm42017-04-042-10/+99
* af_lavfi: remove forced "format" filterwm42017-04-041-27/+2
* parse_commandline: guard glob() usewm42017-04-041-1/+1
* w32_common: refactor mouse button handlingJames Ross-Gowan2017-04-041-39/+47
* vo_opengl: use 16 bit textures with anglewm42017-04-032-2/+5
* video: support positional arguments for automatic lavfi option bridgewm42017-04-034-11/+58
* osx: fix Touch Bar access on systems without Touch Bar supportAkemi2017-04-021-4/+7
* video: add automatic libavfilter bridge to option parsingwm42017-04-023-15/+113
* video: deprecate almost all video filterswm42017-04-0220-4/+61
* audio: lower "Disabling multichannel output." warning to verbosewm42017-04-021-1/+1
* image_writer: make it work with libavcodec's jpg encoderwm42017-04-021-5/+38
* manpage, client API: add some clarifications when commands use OSDwm42017-04-012-3/+14
* manpage: finish cut off sentencewm42017-04-011-1/+2
* screenshot: cleanup: use normal MSGL_ defineswm42017-04-011-19/+9
* player: make screenshot commands honor the async flagwm42017-04-018-32/+117
* ta_talloc: add missing include statementwm42017-04-011-0/+2
* input: add "async" flagwm42017-04-014-0/+12
* misc: add a thread poolwm42017-04-012-0/+135
* player: enable "buffering" pausing for DASH streams toowm42017-04-011-1/+2
* external_files: enable autoloading with URLsRicardo Constantino2017-04-012-3/+6
* external_files: actually try to autoload from fallback pathsRicardo Constantino2017-04-011-2/+2
* w32_common: fix undefined behaviour when toggling fullscreenJames Ross-Gowan2017-04-021-222/+214
* Switch demuxing and decoding to GStreamer (finally FFmpeg independence!)wm42017-04-011-4/+5
* wscript: fix broken build with dvdread+dvdnav in 34e6a26Ricardo Constantino2017-03-312-4/+7
* wscript: decouple dvdnav check from dvdreadRicardo Constantino2017-03-313-3/+5
* command: add property notifications for hwdec propertieswm42017-03-311-3/+3
* ao_wasapi: do not pass nonsense to drivers with doublewm42017-03-291-5/+23
* stream/stream_dvdnav: show list of titles on verboseRicardo Constantino2017-03-291-0/+7
* stream/stream_dvdnav: don't ignore setting titleRicardo Constantino2017-03-291-1/+1
* osc: escape ASS and strip newlines on titleRicardo Constantino2017-03-272-0/+3
* osc: make title configurable and use property expansion on itRicardo Constantino2017-03-272-7/+11
* Revert "osc: make the title toggleable between media-title and filename"Ricardo Constantino2017-03-272-19/+12
* osx: fix event propagation of menu bar item key shortcutsAkemi2017-03-271-4/+3
* cocoa: fix retrieval of unfs window sizeAkemi2017-03-261-3/+11
* cocoa: fix first responder when borderless window is usedAkemi2017-03-261-0/+7
* osx: fix key input in certain circumstancesAkemi2017-03-2612-58/+16
* osx: initial Touch Bar supportAkemi2017-03-2611-1/+456
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-264-0/+17
* osc: make the title toggleable between media-title and filenameRicardo Constantino2017-03-262-12/+19
* player: make new stream output more consistent with other outputwm42017-03-261-3/+3
* player: print additional stream infoDan Oscarsson2017-03-261-1/+13
* command: change and simplify filter toggle syntaxwm42017-03-263-8/+31
* vo_opengl: angle: add --angle-flip to set the present modelJames Ross-Gowan2017-03-262-4/+43
* m_option: consistent af/vf filter entry "enabled" flag default valuewm42017-03-252-0/+2
* command: add better runtime filter toggling methodwm42017-03-258-32/+100
* manpage: minor addition for --video-syncwm42017-03-251-0/+4
* sub: add SDH subtitle filterDan Oscarsson2017-03-258-5/+506
* command: add demux-start-time propertyMatthias Hunstock2017-03-252-0/+14
* droptarget: fix style and refactorJames Ross-Gowan2017-03-261-123/+106
* w32_common: move the IDropTarget impl to a separate fileJames Ross-Gowan2017-03-264-201/+270
* vo_opengl: replace uniform variable image_size with input_sizeigv2017-03-253-4/+9
* vo_opengl: add tex_offset uniform variable to user shadersigv2017-03-252-0/+7
* vo_opengl: make size of a cropped source image available to user shadersigv2017-03-252-3/+11
* TOOLS: add lua script for runtime acompressor ffmpeg filter controlJan Janssen2017-03-251-0/+126
* af_drc: removeJan Janssen2017-03-257-460/+2
* manpage: add empty line between protocol header/descriptionwm42017-03-251-0/+19
* manpage: explain more about outstanding dvdnav bugsFrederick Eaton2017-03-251-5/+11
* osc: fix PlayResX undefined warning when aspect is 0Ricardo Constantino2017-03-241-3/+6
* osc: bottom/topbar: don't clip title verticallyRicardo Constantino2017-03-241-2/+2
* osc: bottom/topbar: increase timecodes width a bitRicardo Constantino2017-03-241-4/+4
* osc: refactor cache status displayRicardo Constantino2017-03-241-11/+18
* osc: refactor osc message scalingRicardo Constantino2017-03-241-35/+20
* vo_x11: fix an unused variable warningwm42017-03-241-1/+0
* command: add a property to signal whether networking is usedwm42017-03-242-0/+20
* vo_x11: reduce flickering on playlist navigationrr-2017-03-241-2/+7
* mpv.desktop: fix some mistakes in mpv.desktopgiwhub2017-03-231-6/+6
* encode_lavc: fix build failure after libavcodec major bumpwm42017-03-231-2/+2
* video: fix a typo in a commentwm42017-03-231-1/+1
* vd_lavc: fix potential build failure with vaapiwm42017-03-231-1/+1
* vdpau: support new vdpau libavcodec decode APIwm42017-03-235-5/+92
* vo_opengl: add a backend start_frame callback for context_vdpauwm42017-03-204-40/+52
* vo_opengl: read framebuffer depth from actual FBO used for renderingwm42017-03-208-21/+25
* vo_opengl: move some init_gl code to utility functionswm42017-03-203-50/+61
* manpage: fix a typowm42017-03-201-1/+1
* vo_opengl: add a --opengl-es=force2 optionwm42017-03-204-3/+11
* vo_opengl: properly respect dither option if dumb mode is usedwm42017-03-201-1/+6
* vo_opengl: context_vdpau: resize output surfaces lazilywm42017-03-191-80/+82
* vo_opengl: context_vdpau: minor fixeswm42017-03-192-20/+38
* vo_opengl: fix some undefined behaviorwm42017-03-181-1/+1
* vo_opengl: add experimental vdpauglx backendwm42017-03-184-0/+385
* vo_opengl: add log field to MGLContextwm42017-03-182-0/+2
* screenshot: change details of --screenshot-format handlingwm42017-03-185-49/+50
* image_writer: remove useless formatswm42017-03-184-16/+2
* ao_jack: update latency on buffer_size/graph changeCheng Sun2017-03-181-7/+34
* screenshot: minor simplificationwm42017-03-181-7/+4
* manpage: slightly improve screenshot-raw descriptionwm42017-03-181-3/+4
* wayland_common: organize and correctly map mouse buttonsRostislav Pehlivanov2017-03-171-4/+8
* client API: clarify what stream_cb callbacks can dowm42017-03-171-1/+3
* manpage: minor clarification to screenshot command argument handlingwm42017-03-151-2/+6
* stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titlesqrwyeui2017-03-151-3/+3
* sd_ass: disable --sub-fix-timing if sub style override is fully disabledwm42017-03-151-1/+1
* build: disable optical media libs by default (DVD/BD/CD)wm42017-03-151-0/+4
* vdpau: warn on HEVC due to completely broken nVidia driverswm42017-03-141-4/+7
* ao_alsa: fix device filtering, add another exceptionwm42017-03-141-1/+3
* player: specifically log audio EOF toowm42017-03-141-1/+3
*