| Commit message (Expand) | Author | Age | Files | Lines |
* | audio/out: change license of some core files to LGPL | wm4 | 2017-05-20 | 5 | -35/+35 |
* | demux_raw: drop "mp-rawvideo" use | wm4 | 2017-05-20 | 4 | -11/+18 |
* | cocoa: properly unhide Dock when quitting during System fs animation | Akemi | 2017-05-19 | 2 | -0/+64 |
* | vdpau: crappy hack to allow initializing hw decoding after preemption | wm4 | 2017-05-19 | 3 | -0/+21 |
* | ao_wasapi: set name of event thread | James Ross-Gowan | 2017-05-18 | 1 | -0/+2 |
* | win32: pthread: use the new thread naming API | James Ross-Gowan | 2017-05-18 | 3 | -1/+27 |
* | context_angle: fix fallback to D3D9 device | James Ross-Gowan | 2017-05-16 | 1 | -30/+56 |
* | manpage: document tricky issue with IPC observe_property command | wm4 | 2017-05-16 | 1 | -0/+8 |
* | manpage: better description for --external-file | wm4 | 2017-05-16 | 1 | -3/+8 |
* | w32_common: drop TLS usage | James Ross-Gowan | 2017-05-16 | 1 | -20/+21 |
* | demux_mkv: read headers at the end of the file sorted by position | wm4 | 2017-05-15 | 1 | -6/+30 |
* | cache: move duplicated condition to a function | wm4 | 2017-05-15 | 1 | -6/+12 |
* | cache: fix unnecessary seek blocking from f4d62dc4a0 | Uoti Urpala | 2017-05-15 | 1 | -9/+18 |
* | csputils: code clarity | Niklas Haas | 2017-05-13 | 1 | -5/+5 |
* | w32_common: use the proper keycodes for XBUTTON1/2 | James Ross-Gowan | 2017-05-12 | 1 | -2/+2 |
* | w32_common: generate MP_AXIS_* keycodes for scrolling | James Ross-Gowan | 2017-05-12 | 1 | -8/+18 |
* | command: use scale_units to add/cycle integer properties | James Ross-Gowan | 2017-05-12 | 4 | -17/+43 |
* | input: pre-process MP_AXIS_* input | James Ross-Gowan | 2017-05-12 | 1 | -6/+101 |
* | command: mark some commands as "scalable" | James Ross-Gowan | 2017-05-12 | 2 | -2/+14 |
* | input: add MP_KEY_IS_AXIS and treat MP_AXIS_* as mouse events | James Ross-Gowan | 2017-05-12 | 1 | -2/+8 |
* | vo_opengl: drop TLS usage | wm4 | 2017-05-11 | 8 | -47/+33 |
* | cache: clarify that copyright will be changed to LGPL v2.1 if possible | wm4 | 2017-05-11 | 2 | -1/+9 |
* | vf.c, vf.h: change license to LGPL | wm4 | 2017-05-11 | 3 | -16/+22 |
* | af_format: change license to LGPL | wm4 | 2017-05-11 | 2 | -8/+9 |
* | dvb: disable by default | wm4 | 2017-05-11 | 1 | -0/+1 |
* | stream_smb: disable by default, mark as GPLv3 | wm4 | 2017-05-11 | 3 | -3/+7 |
* | stream_file: change license to LGPL | wm4 | 2017-05-11 | 2 | -11/+9 |
* | cookies: change license to LGPL | wm4 | 2017-05-11 | 3 | -16/+15 |
* | vo.c, vo.h, vo_null.c: change license to LGPL | wm4 | 2017-05-10 | 5 | -31/+24 |
* | demux/stheader: change license to LGPL | wm4 | 2017-05-10 | 2 | -8/+8 |
* | af_scaletempo: change license to LGPL | wm4 | 2017-05-09 | 2 | -8/+8 |
* | af_lavcac3enc: change license to LGPL | wm4 | 2017-05-09 | 2 | -8/+8 |
* | ao_pulse, ao_rsound: change license to LGPL | wm4 | 2017-05-08 | 3 | -16/+16 |
* | ao_coreaudio: change license to LGPL | wm4 | 2017-05-08 | 8 | -58/+58 |
* | osdep/endian.h: change license to LGPL | wm4 | 2017-05-08 | 1 | -1/+1 |
* | osdep/compiler.h: change license to LGPL | wm4 | 2017-05-08 | 2 | -15/+9 |
* | cache: change license to LGPL v3 | wm4 | 2017-05-08 | 2 | -8/+13 |
* | stream_null: change license to LGPL | wm4 | 2017-05-08 | 2 | -8/+8 |
* | github: also add a link to the list of latest releases | wm4 | 2017-05-05 | 1 | -0/+1 |
* | osdep/timer*: change license to LGPL | wm4 | 2017-05-05 | 4 | -26/+24 |
* | Copyright: add list of files that have to be relicensed | wm4 | 2017-05-05 | 1 | -0/+287 |
* | ad.h: change license to LGPL | wm4 | 2017-05-05 | 1 | -7/+7 |
* | audio/fmt-conversion: change license to LGPL | wm4 | 2017-05-05 | 2 | -14/+14 |
* | av_log: mark as almost LGPL | wm4 | 2017-05-05 | 1 | -0/+2 |
* | msg.c/h: partially change license to LGPL | wm4 | 2017-05-05 | 3 | -7/+20 |
* | github: make language on not providing logs slightly stronger | wm4 | 2017-05-05 | 1 | -1/+2 |
* | audio: replace from_dB function | wm4 | 2017-05-05 | 1 | -8/+4 |
* | cuda: add new way to set cuda context on cuvid codecs | wm4 | 2017-05-05 | 3 | -3/+27 |
* | wscript: make OpenGL VO failure message less misleading | wm4 | 2017-05-04 | 1 | -1/+1 |
* | ytdl_hook: rework edl joining to use lua tables | Ricardo Constantino | 2017-05-04 | 1 | -5/+7 |
* | lua: increase subprocess stdout limit to 64MB | Ricardo Constantino | 2017-05-04 | 1 | -1/+1 |
* | TOOLS/lua/autoload.lua: actually sort files case insensitive | Ricardo Constantino | 2017-05-04 | 1 | -1/+2 |
* | d3d: fix build with Libav | wm4 | 2017-05-04 | 2 | -0/+2 |
* | d3d11: change mp_image plane pointer semantics | wm4 | 2017-05-04 | 5 | -16/+16 |
* | vd_lavc: fix build with FFmpeg 3.2 | wm4 | 2017-05-04 | 1 | -1/+6 |
* | ipc: raise json nesting limit | wm4 | 2017-05-03 | 1 | -2/+2 |
* | vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctx | wm4 | 2017-05-03 | 2 | -7/+18 |
* | man: document fonts.conf, subfont.ttf, and fonts subdir | Zhuoyun Wei | 2017-05-02 | 1 | -0/+17 |
* | vo_opengl: another attempt at removing the overlay correctly | wm4 | 2017-05-02 | 1 | -4/+12 |
* | osx: fix mpv-wrapper.sh when used with csh or tcsh shell | downthomas | 2017-05-02 | 1 | -2/+2 |
* | player: fix potential segfault when playing dvd:// with DVD disabled | wm4 | 2017-05-01 | 1 | -1/+1 |
* | vdpau, vaapi: unref libavutil device ref | wm4 | 2017-04-29 | 2 | -0/+4 |
* | vo_opengl: make sure overlays are removed on gl_video_config() | wm4 | 2017-04-29 | 1 | -1/+4 |
* | sub: sdh filter fix for null | Dan Oscarsson | 2017-04-28 | 1 | -1/+1 |
* | af: remove unused GET_VOLUME code | wm4 | 2017-04-27 | 2 | -6/+0 |
* | audio: merge --replaygain-track and --replaygain-album into one option | wm4 | 2017-04-27 | 4 | -12/+10 |
* | audio: fix replaygain volume scale | wm4 | 2017-04-27 | 2 | -1/+2 |
* | audio: move replaygain control to top-level options | wm4 | 2017-04-26 | 8 | -7/+92 |
* | vo_opengl: context_drm_egl: remove unnecessary include | wm4 | 2017-04-26 | 1 | -1/+0 |
* | build: remove checks for libGL | wm4 | 2017-04-26 | 2 | -7/+2 |
* | DOCS/interface-changes.rst: fix typo | wm4 | 2017-04-26 | 1 | -1/+1 |
* | build: rely on internal GL headers for rpi check | Ilya Tumaykin | 2017-04-26 | 1 | -4/+0 |
* | player: close audio device on no audio track | Marko Hauptvogel | 2017-04-25 | 1 | -1/+3 |
* | osc: also add processing for axis_up/down events | Ricardo Constantino | 2017-04-25 | 1 | -4/+6 |
* | wscript_build: install shared libmpv to BINDIR for Win32 | Ricardo Constantino | 2017-04-24 | 2 | -3/+4 |
* | options: remove remaining deprecated audio device selection options | wm4 | 2017-04-23 | 8 | -88/+9 |
* | ao_openal: kill off device listing | wm4 | 2017-04-23 | 1 | -41/+1 |
* | video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2 | wm4 | 2017-04-23 | 7 | -673/+43 |
* | README: list some more X11 dependencies | wm4 | 2017-04-23 | 1 | -1/+1 |
* | ytdl_hook: treat single-entry playlists as a single video | Ricardo Constantino | 2017-04-23 | 1 | -1/+9 |
* | ytdl_hook: move single video code to a separate function | Ricardo Constantino | 2017-04-23 | 1 | -94/+98 |
* | Update VERSION | Martin Herkt | 2017-04-23 | 1 | -1/+1 |
* | Release 0.25.0v0.25.0 | Martin Herkt | 2017-04-23 | 4 | -14/+2617 |
* | osd-font: make volume muted glyph slightly thicker | Ricardo Constantino | 2017-04-22 | 3 | -24/+21 |
* | Copyright: change osd font license to LGPL | wm4 | 2017-04-21 | 1 | -1/+1 |
* | demux/packet: change license to LGPL | wm4 | 2017-04-21 | 2 | -14/+15 |
* | ebml, matroska.h: change license to LGPL | wm4 | 2017-04-21 | 3 | -21/+21 |
* | demux_mkv: mention non-LGPL code | wm4 | 2017-04-21 | 1 | -0/+2 |
* | external_files.c: add GPL header | wm4 | 2017-04-21 | 1 | -0/+17 |
* | demux_mkv: change license to LGPL | wm4 | 2017-04-21 | 2 | -7/+10 |
* | common.h: change license to LGPL | wm4 | 2017-04-21 | 1 | -7/+7 |
* | build: make various x11 protocol extension libs mandatory | wm4 | 2017-04-21 | 5 | -87/+38 |
* | vo_opengl: fix crash by coping temporal_dither_period for dumb mode too | wm4 | 2017-04-21 | 1 | -0/+1 |
* | Add script to generate otf from sfdir using fontforge | Ricardo Constantino | 2017-04-20 | 1 | -0/+9 |
* | sub/osd_font.otf: replace triangle volume by speaker glyph | Ricardo Constantino | 2017-04-20 | 3 | -11/+12 |
* | Add fontforge sfdir for mpv-osd-symbols font | Ricardo Constantino | 2017-04-20 | 31 | -0/+918 |
* | sd_lavc: Free extradata in case of init error | cantabile | 2017-04-20 | 1 | -0/+2 |
* | sub/osd: relicense to LGPL | wm4 | 2017-04-20 | 2 | -15/+14 |
* | sd_lavc: change license to LGPL | wm4 | 2017-04-20 | 1 | -7/+7 |
* | sd_ass: change license to LGPL | wm4 | 2017-04-20 | 1 | -7/+7 |
* | ass_mp: change license to LGPL | wm4 | 2017-04-20 | 2 | -14/+14 |
* | filter_sdh: remove pointless set_pos function | wm4 | 2017-04-20 | 1 | -17/+10 |
* | filter_sdh: change license to LGPL | wm4 | 2017-04-20 | 1 | -7/+7 |
* | ao_wasapi_changenotify: use %ls instead of %S for wchar_t | wm4 | 2017-04-20 | 1 | -4/+4 |
* | ao_wasapi_changenotify: fix potential race condition | wm4 | 2017-04-20 | 1 | -8/+8 |
* | client API: add MPV_ENABLE_DEPRECATED symbol | wm4 | 2017-04-20 | 4 | -1/+36 |
* | options: change --audio-file-auto default to not to load any files | wm4 | 2017-04-20 | 2 | -1/+4 |
* | osc: add user_opts.boxmaxchars for box layout title limit | Avi Halachmi (:avih) | 2017-04-19 | 2 | -3/+14 |
* | sub/osd_font.otf: fix fontforge errors/warnings | Ricardo Constantino | 2017-04-19 | 1 | -0/+0 |
* | osc: add volume icons to osd font and use them | Ricardo Constantino | 2017-04-19 | 2 | -3/+4 |
* | man/osc: document volume and fullscreen buttons | Ricardo Constantino | 2017-04-19 | 1 | -6/+17 |
* | osc: move volume left of fullscreen button | Ricardo Constantino | 2017-04-19 | 1 | -16/+17 |
* | osc: bottom/topbar: add fullscreen button | Ricardo Constantino | 2017-04-19 | 1 | -4/+13 |
* | osc: add volume button | Ricardo Constantino | 2017-04-19 | 1 | -3/+41 |
* | osc: support handling mouse wheel events | Ricardo Constantino | 2017-04-19 | 1 | -4/+8 |
* | osc: simplify checks in key handler | Ricardo Constantino | 2017-04-19 | 1 | -30/+25 |
* | osc: fix last potential race condition on key events | Ricardo Constantino | 2017-04-19 | 1 | -1/+2 |
* | manpage: replace gendered pronouns | Nicolas F | 2017-04-19 | 1 | -2/+2 |
* | osx: fix deadlock on exit with libmpv on OSX | wm4 | 2017-04-19 | 1 | -8/+11 |
* | codec_tags: minor simplification | wm4 | 2017-04-18 | 1 | -14/+10 |
* | codec_tags: remove some more leftovers | wm4 | 2017-04-18 | 1 | -5/+0 |
* | ass_mp: reallocate cached subtitle image data on format changes | wm4 | 2017-04-18 | 1 | -1/+2 |
* | cocoa: fix retrieval of unfs window size while animating | Akemi | 2017-04-17 | 1 | -1/+2 |
* | vo_opengl: move X11 backends before Wayland | wm4 | 2017-04-16 | 1 | -3/+3 |
* | sub: minor sdh filter fixes | Dan Oscarsson | 2017-04-15 | 1 | -1/+2 |
* | Fix use of ISC license | wm4 | 2017-04-15 | 14 | -39/+70 |
* | demux: estimate total packet size, deprecate packet number limits | wm4 | 2017-04-14 | 5 | -10/+45 |
* | player: fix a corner case in previous commit | wm4 | 2017-04-14 | 3 | -3/+5 |
* | player: fix core-idle and eof-reached update notifcations | wm4 | 2017-04-14 | 5 | -11/+37 |
* | player: unmess pause state handling | wm4 | 2017-04-14 | 5 | -65/+53 |
* | player: add --keep-open-pause=no option | Dan Oscarsson | 2017-04-14 | 5 | -1/+13 |
* | vo_opengl: minor cosmetics | wm4 | 2017-04-14 | 3 | -11/+13 |
* | win32: fix mismatched free/talloc_free | wm4 | 2017-04-12 | 1 | -1/+1 |
* | win32: rewrite getcwd() using GetFullPathNameW | wm4 | 2017-04-11 | 1 | -2/+11 |
* | osc: use "loop-playlist" instead of "loop" property | wm4 | 2017-04-11 | 1 | -1/+1 |
* | win32: add UTF-8 getcwd() wrapper | wm4 | 2017-04-11 | 2 | -0/+20 |
* | command, manpage: some leftover mentions of renamed --loop option | wm4 | 2017-04-11 | 2 | -5/+5 |
* | command: update sub-fps etc. options on runtime changes | wm4 | 2017-04-10 | 1 | -11/+7 |
* | manpage: group --loop options together | wm4 | 2017-04-10 | 1 | -16/+16 |
* | options: deprecate --loop | wm4 | 2017-04-10 | 5 | -10/+26 |
* | vo_opengl: add option for caching shaders on disk | wm4 | 2017-04-08 | 7 | -12/+154 |
* | vo_opengl: fix a confused comment | wm4 | 2017-04-08 | 1 | -1/+1 |
* | vo_opengl: remove two unused symbols | wm4 | 2017-04-08 | 2 | -2/+0 |
* | encoding_profiles.conf: update and remove deprecated stuff | Ricardo Constantino | 2017-04-07 | 1 | -59/+21 |
* | wscript: don't make dvdread-common an option | Ricardo Constantino | 2017-04-07 | 1 | -2/+2 |
* | vo_opengl: add our own copy of OpenGL headers | wm4 | 2017-04-07 | 8 | -188/+783 |
* | demux_lavf: disable half-working mp4 edit list support in libavcodec | wm4 | 2017-04-07 | 1 | -1/+5 |
* | vd_lavc: fix return value in receive_frame() | wm4 | 2017-04-07 | 1 | -1/+1 |
* | vo_opengl: add a generic EGL function loader function | wm4 | 2017-04-06 | 8 | -42/+40 |
* | vo_opengl: fix windows build if GLES3 is detected | wm4 | 2017-04-06 | 1 | -0/+4 |
* | wscript: avoid compose_checks in one case | wm4 | 2017-04-06 | 1 | -4/+2 |
* | vo_opengl: header_fixes.h: merge IOS GLES block | wm4 | 2017-04-06 | 1 | -18/+3 |
* | build: replace android-gl check with a standard GLES3 check | wm4 | 2017-04-06 | 3 | -6/+6 |
* | vf_lavfi, af_lavfi: remove unused/deprecated include | wm4 | 2017-04-05 | 2 | -2/+0 |
* | etc/mpv.conf: remove deprecated options | wm4 | 2017-04-05 | 1 | -16/+9 |
* | options: assing proper default value for --audio-channels | wm4 | 2017-04-05 | 1 | -0/+5 |
* | vf: fix another broken case of conversion filter auto-insertion | wm4 | 2017-04-05 | 1 | -0/+37 |
* | demux_cue: include io.h for Windows UTF-8 filesystem functions | wm4 | 2017-04-04 | 1 | -0/+2 |
* | DOCS/interface-changes.rst: document --vf/--af deprecations | wm4 | 2017-04-04 | 1 | -0/+10 |
* | audio: deprecate most audio filters | wm4 | 2017-04-04 | 5 | -1/+10 |
* | af: implement generic lavfi option bridge too | wm4 | 2017-04-04 | 2 | -10/+99 |
* | af_lavfi: remove forced "format" filter | wm4 | 2017-04-04 | 1 | -27/+2 |
* | parse_commandline: guard glob() use | wm4 | 2017-04-04 | 1 | -1/+1 |
* | w32_common: refactor mouse button handling | James Ross-Gowan | 2017-04-04 | 1 | -39/+47 |
* | vo_opengl: use 16 bit textures with angle | wm4 | 2017-04-03 | 2 | -2/+5 |
* | video: support positional arguments for automatic lavfi option bridge | wm4 | 2017-04-03 | 4 | -11/+58 |
* | osx: fix Touch Bar access on systems without Touch Bar support | Akemi | 2017-04-02 | 1 | -4/+7 |
* | video: add automatic libavfilter bridge to option parsing | wm4 | 2017-04-02 | 3 | -15/+113 |
* | video: deprecate almost all video filters | wm4 | 2017-04-02 | 20 | -4/+61 |
* | audio: lower "Disabling multichannel output." warning to verbose | wm4 | 2017-04-02 | 1 | -1/+1 |
* | image_writer: make it work with libavcodec's jpg encoder | wm4 | |