summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* terminal: change license to LGPLwm42017-06-144-35/+28
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-148-2/+2159
* client API: document mpv_request_log_messages() return valuewm42017-06-141-0/+1
* DOCS/contribute.md: commit message body should be line-broken toowm42017-06-131-2/+3
* manpage: Update 'u' keyboard shortcut docs to say 'sub-ass-override'Leo Izen2017-06-131-1/+1
* encode_lavc: move from GPL 2+ to LGPL 2.1+.Rudolf Polzer2017-06-136-32/+56
* stream: rewrite url escaping/unescaping functionswm42017-06-131-36/+48
* demux_lavf: by default probe info for HLS againwm42017-06-121-1/+1
* options: change license of most files to LGPL (except options.c/.h)wm42017-06-129-56/+63
* m_option: revert commit 2793a70e0fb3wm42017-06-121-3/+2
* mpv.rc, mpv.exe.manifest: change license to LGPLwm42017-06-122-11/+9
* m_property: change license to LGPLwm42017-06-123-15/+15
* path: change license to LGPLwm42017-06-123-26/+21
* vo_opengl: change default tone mapping algorithmNiklas Haas2017-06-101-1/+1
* scripting: expand --script filename for C pluginsHoyon Mak2017-06-092-6/+7
* vo_opengl: add new HDR tone mapping algorithmNiklas Haas2017-06-094-4/+41
* ytdl_hook: don't override start time set by saved stateMartin D2017-06-091-1/+7
* mp_image: refuse to convert frames of unknown format to AVFramewm42017-06-081-0/+2
* d3d: add support for new libavcodec hwaccel APIwm42017-06-0812-13/+399
* m_option: fix leaks with OPT_KEYVALUELIST optionswm42017-06-081-0/+3
* ytdl_hook: don't override user-set start timeRicardo Constantino2017-06-081-1/+2
* vo_drm: fallback to vo_wait_default if VT switcher is not availablerslovers2017-06-081-0/+2
* options: another missed --sub-ass-style-override usewm42017-06-071-1/+1
* build: enable cplugins by defaultwm42017-06-071-1/+1
* options: fix some missing --sub-ass-style-override renameswm42017-06-072-2/+2
* demux_lavf: disable various other special behavior if hacks disabledwm42017-06-071-1/+2
* options: slight cleanup of --sub-ass-style-overrideNiklas Haas2017-06-074-22/+28
* encoding-profiles.conf: add faststart to enc-f-mp4Ricardo Constantino2017-06-061-1/+3
* options: change --sub-fix-timing defaultwm42017-06-062-5/+4
* demux_mkv: remove incorrect commentwm42017-06-031-1/+0
* demux_mkv: support FFmpeg A_MS/ACM extensionswm42017-06-032-9/+44
* vo_opengl: hwdec_cuda: Support separate decode and display devicesPhilip Langdale2017-06-035-12/+66
* README: add example compilation commandswm42017-06-021-0/+7
* af, vf: improvements to libavfilter bridgewm42017-05-316-5/+28
* external_files: parse ~ in --{sub,audio}-pathsrr-2017-05-311-3/+7
* OSD message: "Drop files or URLs to play here."nodiscc2017-05-311-1/+1
* demux_mkv: vp9 alpha, second trywm42017-05-301-1/+4
* demux_mkv: fix alpha with vp9 + libvpxwm42017-05-301-0/+3
* video/out/wayland/buffer.c: Add missing free()Raúl Peñacoba2017-05-261-1/+4
* ipc-unix: don’t truncate the message on EAGAINSebastian Reuße2017-05-241-4/+1
* videotoolbox: support new libavcodec APIwm42017-05-245-3/+107
* vd_lavc: check for missing device_ctx refwm42017-05-241-0/+5
* hwdec: fix 2 commentswm42017-05-241-2/+1
* player: make sure version information is always included in --log-filewm42017-05-223-0/+19
* man/options: further document --chapters-file accepted filesRicardo Constantino2017-05-221-0/+4
* ad_spdif: change license to LGPLwm42017-05-212-8/+8
* ao_pcm: change license to LGPLwm42017-05-202-8/+8
* TOOLS/lua/autoload.lua: ignores all files starting with "."Yue Zhu2017-05-201-0/+3
* audio/out: change license of some core files to LGPLwm42017-05-205-35/+35
* demux_raw: drop "mp-rawvideo" usewm42017-05-204-11/+18
* cocoa: properly unhide Dock when quitting during System fs animationAkemi2017-05-192-0/+64
* vdpau: crappy hack to allow initializing hw decoding after preemptionwm42017-05-193-0/+21
* ao_wasapi: set name of event threadJames Ross-Gowan2017-05-181-0/+2
* win32: pthread: use the new thread naming APIJames Ross-Gowan2017-05-183-1/+27
* context_angle: fix fallback to D3D9 deviceJames Ross-Gowan2017-05-161-30/+56
* manpage: document tricky issue with IPC observe_property commandwm42017-05-161-0/+8
* manpage: better description for --external-filewm42017-05-161-3/+8
* w32_common: drop TLS usageJames Ross-Gowan2017-05-161-20/+21
* demux_mkv: read headers at the end of the file sorted by positionwm42017-05-151-6/+30
* cache: move duplicated condition to a functionwm42017-05-151-6/+12
* cache: fix unnecessary seek blocking from f4d62dc4a0Uoti Urpala2017-05-151-9/+18
* csputils: code clarityNiklas Haas2017-05-131-5/+5
* w32_common: use the proper keycodes for XBUTTON1/2James Ross-Gowan2017-05-121-2/+2
* w32_common: generate MP_AXIS_* keycodes for scrollingJames Ross-Gowan2017-05-121-8/+18
* command: use scale_units to add/cycle integer propertiesJames Ross-Gowan2017-05-124-17/+43
* input: pre-process MP_AXIS_* inputJames Ross-Gowan2017-05-121-6/+101
* command: mark some commands as "scalable"James Ross-Gowan2017-05-122-2/+14
* input: add MP_KEY_IS_AXIS and treat MP_AXIS_* as mouse eventsJames Ross-Gowan2017-05-121-2/+8
* vo_opengl: drop TLS usagewm42017-05-118-47/+33
* cache: clarify that copyright will be changed to LGPL v2.1 if possiblewm42017-05-112-1/+9
* vf.c, vf.h: change license to LGPLwm42017-05-113-16/+22
* af_format: change license to LGPLwm42017-05-112-8/+9
* dvb: disable by defaultwm42017-05-111-0/+1
* stream_smb: disable by default, mark as GPLv3wm42017-05-113-3/+7
* stream_file: change license to LGPLwm42017-05-112-11/+9
* cookies: change license to LGPLwm42017-05-113-16/+15
* vo.c, vo.h, vo_null.c: change license to LGPLwm42017-05-105-31/+24
* demux/stheader: change license to LGPLwm42017-05-102-8/+8
* af_scaletempo: change license to LGPLwm42017-05-092-8/+8
* af_lavcac3enc: change license to LGPLwm42017-05-092-8/+8
* ao_pulse, ao_rsound: change license to LGPLwm42017-05-083-16/+16
* ao_coreaudio: change license to LGPLwm42017-05-088-58/+58
* osdep/endian.h: change license to LGPLwm42017-05-081-1/+1
* osdep/compiler.h: change license to LGPLwm42017-05-082-15/+9
* cache: change license to LGPL v3wm42017-05-082-8/+13
* stream_null: change license to LGPLwm42017-05-082-8/+8
* github: also add a link to the list of latest releaseswm42017-05-051-0/+1
* osdep/timer*: change license to LGPLwm42017-05-054-26/+24
* Copyright: add list of files that have to be relicensedwm42017-05-051-0/+287
* ad.h: change license to LGPLwm42017-05-051-7/+7
* audio/fmt-conversion: change license to LGPLwm42017-05-052-14/+14
* av_log: mark as almost LGPLwm42017-05-051-0/+2
* msg.c/h: partially change license to LGPLwm42017-05-053-7/+20
* github: make language on not providing logs slightly strongerwm42017-05-051-1/+2
* audio: replace from_dB functionwm42017-05-051-8/+4
* cuda: add new way to set cuda context on cuvid codecswm42017-05-053-3/+27
* wscript: make OpenGL VO failure message less misleadingwm42017-05-041-1/+1
* ytdl_hook: rework edl joining to use lua tablesRicardo Constantino2017-05-041-5/+7
* lua: increase subprocess stdout limit to 64MBRicardo Constantino2017-05-041-1/+1
* TOOLS/lua/autoload.lua: actually sort files case insensitiveRicardo Constantino2017-05-041-1/+2
* d3d: fix build with Libavwm42017-05-042-0/+2
* d3d11: change mp_image plane pointer semanticswm42017-05-045-16/+16
* vd_lavc: fix build with FFmpeg 3.2wm42017-05-041-1/+6
* ipc: raise json nesting limitwm42017-05-031-2/+2
* vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctxwm42017-05-032-7/+18
* man: document fonts.conf, subfont.ttf, and fonts subdirZhuoyun Wei2017-05-021-0/+17
* vo_opengl: another attempt at removing the overlay correctlywm42017-05-021-4/+12
* osx: fix mpv-wrapper.sh when used with csh or tcsh shelldownthomas2017-05-021-2/+2
* player: fix potential segfault when playing dvd:// with DVD disabledwm42017-05-011-1/+1
* vdpau, vaapi: unref libavutil device refwm42017-04-292-0/+4
* vo_opengl: make sure overlays are removed on gl_video_config()wm42017-04-291-1/+4
* sub: sdh filter fix for nullDan Oscarsson2017-04-281-1/+1
* af: remove unused GET_VOLUME codewm42017-04-272-6/+0
* audio: merge --replaygain-track and --replaygain-album into one optionwm42017-04-274-12/+10
* audio: fix replaygain volume scalewm42017-04-272-1/+2
* audio: move replaygain control to top-level optionswm42017-04-268-7/+92
* vo_opengl: context_drm_egl: remove unnecessary includewm42017-04-261-1/+0
* build: remove checks for libGLwm42017-04-262-7/+2
* DOCS/interface-changes.rst: fix typowm42017-04-261-1/+1
* build: rely on internal GL headers for rpi checkIlya Tumaykin2017-04-261-4/+0
* player: close audio device on no audio trackMarko Hauptvogel2017-04-251-1/+3
* osc: also add processing for axis_up/down eventsRicardo Constantino2017-04-251-4/+6
* wscript_build: install shared libmpv to BINDIR for Win32Ricardo Constantino2017-04-242-3/+4
* options: remove remaining deprecated audio device selection optionswm42017-04-238-88/+9
* ao_openal: kill off device listingwm42017-04-231-41/+1
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2wm42017-04-237-673/+43
* README: list some more X11 dependencieswm42017-04-231-1/+1
* ytdl_hook: treat single-entry playlists as a single videoRicardo Constantino2017-04-231-1/+9
* ytdl_hook: move single video code to a separate functionRicardo Constantino2017-04-231-94/+98
* Update VERSIONMartin Herkt2017-04-231-1/+1
* 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
*