| Commit message (Expand) | Author | Age | Files | Lines |
* | Release 0.28.2v0.28.2release/0.28 | Kevin Mitchell | 2018-02-12 | 2 | -1/+10 |
* | ytdl_hook: whitelist subtitle URLs as well | Ricardo Constantino | 2018-02-12 | 1 | -2/+4 |
* | Release 0.28.1v0.28.1 | Kevin Mitchell | 2018-02-10 | 2 | -1/+10 |
* | ytdl_hook: fix safe url checking with EDL urls | Ricardo Constantino | 2018-02-10 | 1 | -11/+11 |
* | ytdl_hook: move url_is_safe earlier in code | Ricardo Constantino | 2018-02-10 | 1 | -9/+9 |
* | ytdl_hook: whitelist protocols from urls retrieved from youtube-dl | Ricardo Constantino | 2018-02-10 | 1 | -8/+45 |
* | Release 0.28.0v0.28.0 | Martin Herkt | 2017-12-25 | 3 | -58/+118 |
* | ytdl_hook: use table concat for playlist building | Ricardo Constantino | 2017-12-24 | 1 | -5/+4 |
* | ytdl_hook: don't preappend ytdl:// to non-youtube links in playlists | Ricardo Constantino | 2017-12-24 | 1 | -1/+5 |
* | player: update duration based on highest timestamp demuxed | wm4 | 2017-12-24 | 5 | -0/+28 |
* | player: allow seeking in cached parts of unseekable streams | wm4 | 2017-12-24 | 3 | -28/+52 |
* | stream_libarchive: fix seeking fallback | wm4 | 2017-12-24 | 1 | -14/+14 |
* | cache: propagate underlying stream seek errors in some cases | wm4 | 2017-12-24 | 1 | -1/+12 |
* | command: use IEC symbols for file size formatting | Martin Herkt | 2017-12-24 | 1 | -4/+4 |
* | wscript: support static linking of shaderc | Martin Herkt | 2017-12-24 | 1 | -1/+16 |
* | player: make track language matching case insensitive | wm4 | 2017-12-23 | 2 | -2/+2 |
* | demux_mkv: fix off by one error | wm4 | 2017-12-23 | 1 | -3/+1 |
* | demux: note refresh state separately in debug output | wm4 | 2017-12-23 | 1 | -5/+5 |
* | osc: show demuxer cache buffered amount in bytes | wm4 | 2017-12-23 | 1 | -2/+6 |
* | player: show demuxer cache buffered amount in bytes in the status line | wm4 | 2017-12-23 | 3 | -6/+13 |
* | cache: lower default size to 2*10MB | wm4 | 2017-12-23 | 2 | -4/+4 |
* | demux: bump the demuxer cache readahead duration | wm4 | 2017-12-23 | 2 | -2/+4 |
* | demux: always discard cached packets on track switches | wm4 | 2017-12-23 | 1 | -8/+43 |
* | travis: stop excluding ffmpeg-git | Ricardo Constantino | 2017-12-22 | 2 | -3/+1 |
* | options: deprecate --ff- options and properties | wm4 | 2017-12-21 | 5 | -5/+16 |
* | build: use a list instead of a string for rpi cflags | Scott Zeid | 2017-12-21 | 1 | -4/+4 |
* | Restore Libav support | wm4 | 2017-12-21 | 3 | -1/+4 |
* | hwdec: remove unused fields | wm4 | 2017-12-21 | 3 | -9/+0 |
* | vo_mediacodec_embed: implement hwcontext | Aman Gupta | 2017-12-20 | 3 | -2/+31 |
* | command: make video-frame-info property observable | wm4 | 2017-12-20 | 1 | -1/+1 |
* | vo_gpu: win: remove exclusive-fullscreen detection hack | James Ross-Gowan | 2017-12-20 | 4 | -130/+0 |
* | w32_common: refactor and improve window state handling | pavelxdd | 2017-12-19 | 1 | -131/+151 |
* | w32_common: use RECT for storing screen and window size & position | pavelxdd | 2017-12-19 | 1 | -100/+71 |
* | client API: change --stop-playback-on-init-failure default | wm4 | 2017-12-17 | 3 | -6/+7 |
* | vo_gpu: hwdec_drmprime_drm: don't crash for non-GL contexts | wm4 | 2017-12-17 | 1 | -0/+3 |
* | dvb: Fix long channel switching: next/prev channel | rim | 2017-12-16 | 1 | -4/+4 |
* | dvb: Add multiple frontends support: MAX_FRONTENDS now 8. | rim | 2017-12-16 | 4 | -88/+99 |
* | js: implement mp.msg.trace() | TheAMM | 2017-12-16 | 3 | -5/+8 |
* | lua: implement mp.msg.trace | Niklas Haas | 2017-12-15 | 1 | -0/+1 |
* | msg: bump up log level of --log-file | Niklas Haas | 2017-12-15 | 2 | -5/+5 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 18 | -86/+69 |
* | README: some rewording and markdown improvements | Larivact | 2017-12-15 | 1 | -8/+8 |
* | README: reorganize table of contents | Larivact | 2017-12-15 | 1 | -3/+12 |
* | options: rename 'error' labels to 'exit' where appropriate | pavelxdd | 2017-12-16 | 1 | -13/+13 |
* | options: don't report errors on help value for OPT_SIZE_BOX | pavelxdd | 2017-12-16 | 1 | -4/+10 |
* | ipc: avoid dereferencing NULL | Martin Shirokov | 2017-12-15 | 1 | -7/+17 |
* | vd_lavc: rename --hwdec=rpi to --hwdec=mmal | wm4 | 2017-12-15 | 3 | -6/+4 |
* | vd_lavc: use libavcodec metadata for hardware decoder wrappers | wm4 | 2017-12-15 | 2 | -26/+9 |
* | csputils: Add support for Display P3 primaries | Vittorio Giovara | 2017-12-14 | 2 | -2/+5 |
* | csputils: Fix DCI P3 primaries white point | Vittorio Giovara | 2017-12-14 | 1 | -1/+2 |
* | subprocess-win: don't change the mouse cursor in CreateProcess | pavelxdd | 2017-12-14 | 1 | -1/+1 |
* | lua+js: implement utils.file_info() | TSaaristo | 2017-12-13 | 4 | -0/+109 |
* | sd_ass: accept otc as fallback OpenType collection file extension | Leo Izen | 2017-12-13 | 1 | -1/+1 |
* | sd_ass: accept RFC8081 font media types | Leo Izen | 2017-12-13 | 1 | -0/+4 |
* | vf_buffer: remove this filter | wm4 | 2017-12-12 | 4 | -94/+0 |
* | options: don't report errors on help value for OPT_GEOMETRY | pavelxdd | 2017-12-11 | 1 | -4/+11 |
* | options: don't report errors on help value for OPT_COLOR | pavelxdd | 2017-12-11 | 1 | -6/+12 |
* | options: don't report errors on help value for OPT_FLAG | pavelxdd | 2017-12-11 | 1 | -4/+9 |
* | w32_common: update outdated comment about wakeup events | pavelxdd | 2017-12-11 | 1 | -2/+1 |
* | vf_convert: default to limited range when converting RGB to YUV | wm4 | 2017-12-11 | 1 | -0/+5 |
* | vo_gpu: hwdec_drmprime_drm: silence error on failed autoprobing | wm4 | 2017-12-11 | 1 | -1/+1 |
* | hwdec: document a forgotten parameter | wm4 | 2017-12-11 | 1 | -0/+1 |
* | video: remove code duplication by calling a hwdec loader helper | wm4 | 2017-12-11 | 1 | -2/+1 |
* | video: properly initialize and set hwdec_interop | wm4 | 2017-12-11 | 1 | -0/+2 |
* | vd_lavc: always load VO interops with non-copy hw decoders | wm4 | 2017-12-11 | 1 | -0/+4 |
* | osd: fix a compiler warning by adding parentheses in if condition | pavelxdd | 2017-12-10 | 1 | -1/+3 |
* | vo: fix a compiler warning by properly printing a 64bit integer | Jan Ekström | 2017-12-11 | 1 | -1/+1 |
* | vd_lavc: add rkmpp to the hwdec_wrappers array. | LongChair | 2017-12-10 | 1 | -0/+1 |
* | demux_timeline: disable pointless packet cache for sub-demuxers | wm4 | 2017-12-10 | 3 | -8/+35 |
* | demux: fix accounting for seekable ranges on track switches | wm4 | 2017-12-10 | 1 | -14/+16 |
* | manpage: Fix typo (reomve -> remove) | Anna-Maria Meriniemi | 2017-12-10 | 1 | -1/+1 |
* | terminal-unix: fix race condition with tty reset | Drew DeVault | 2017-12-09 | 1 | -10/+10 |
* | terminal-unix: switch back to poll(3) | Drew DeVault | 2017-12-09 | 1 | -15/+9 |
* | osdep: add poll shim for macOS | Drew DeVault | 2017-12-09 | 3 | -0/+83 |
* | appveyor: fix FFmpeg download | James Ross-Gowan | 2017-12-09 | 1 | -1/+1 |
* | vo_gpu: d3d11: check for timestamp query support | James Ross-Gowan | 2017-12-09 | 1 | -0/+9 |
* | options: don't report errors on help value for OPT_CHOICE | pavelxdd | 2017-12-08 | 1 | -4/+15 |
* | video: add a shitty hack to avoid missing subtitles with vf_sub | wm4 | 2017-12-08 | 1 | -0/+2 |
* | terminal-unix: fix busy looping on Linux | Drew DeVault | 2017-12-08 | 1 | -2/+1 |
* | manpage: clarify --sub-file(s) options | wm4 | 2017-12-07 | 1 | -2/+6 |
* | player: when loading external file, always add all track types | wm4 | 2017-12-07 | 1 | -12/+23 |
* | player: rebase start time even for subtitle streams | wm4 | 2017-12-07 | 1 | -1/+1 |
* | Use /dev/tty instead of stdin for terminal input | Drew DeVault | 2017-12-08 | 1 | -18/+43 |
* | w32_common: improve the window message state machine | pavelxdd | 2017-12-07 | 1 | -1/+13 |
* | w32_common: skip window snapping if Windows handled it | pavelxdd | 2017-12-07 | 1 | -2/+12 |
* | Revert "ytdl: handle HLS with FFmpeg" | Kevin Mitchell | 2017-12-07 | 1 | -4/+1 |
* | ytdl: handle HLS with FFmpeg | wm4 | 2017-12-06 | 1 | -1/+4 |
* | options: add --start=none to reset previously set start time | Aman Gupta | 2017-12-06 | 2 | -0/+7 |
* | manpage: minor fixes to documenation | Leo Izen | 2017-12-06 | 1 | -3/+11 |
* | manpage: add note about properties not immediately showing up | Kevin Mitchell | 2017-12-06 | 1 | -1/+4 |
* | player/osd.c: fix putting --start time on OSD | Leo Izen | 2017-12-05 | 1 | -1/+2 |
* | player/playloop.c: fix --loop-file without --start | Leo Izen | 2017-12-05 | 1 | -1/+3 |
* | Remove support for ffmpeg-mpv | Rostislav Pehlivanov | 2017-12-05 | 5 | -35/+13 |
* | vo: add support for externally driven renderloop and make wayland use it | Rostislav Pehlivanov | 2017-12-05 | 4 | -4/+70 |
* | manpage: add some minor documenation fixes | Leo Izen | 2017-12-04 | 3 | -3/+13 |
* | Copyright: remove removed file from GPL list | wm4 | 2017-12-05 | 1 | -1/+0 |
* | player/misc.c: allow both --length and --end to control play endpoint | Leo Izen | 2017-12-04 | 2 | -2/+6 |
* | vo_gpu: d3d11_helpers: use better formatting for PCI IDs | James Ross-Gowan | 2017-12-04 | 1 | -4/+6 |
* | player/playloop.c: respect playback start time when using --loop-file | Leo Izen | 2017-12-03 | 1 | -5/+11 |
* | player: use start timestamp for ab-looping if --ab-loop-a is absent | Leo Izen | 2017-12-03 | 4 | -7/+39 |
* | player: add get_play_start_pts | Leo Izen | 2017-12-03 | 4 | -14/+60 |
* | TOOLS/autoload.lua: update extensions | Ckat | 2017-12-03 | 1 | -1/+1 |
* | stream_libarchive: Fix locale includes on macOS | sfan5 | 2017-12-03 | 1 | -0/+5 |
* | Fix various typos in log messages | Nicolas F | 2017-12-03 | 9 | -12/+12 |
* | manpage: vaapi-copy is not limited to Intel GPUs | Mariusz Skoneczko | 2017-12-03 | 1 | -1/+1 |
* | video: probe format of primary plane in drm/egl context | Anton Kindestam | 2017-12-03 | 1 | -3/+59 |
* | hwdec: whitespace cleanup in hwdec_drmprime_drm.c | Anton Kindestam | 2017-12-03 | 1 | -2/+2 |
* | video: fix use of possibly-NULL pointer in drm_egl_init | Anton Kindestam | 2017-12-03 | 1 | -1/+2 |
* | video: fix double free in drm_atomic_create_context | Anton Kindestam | 2017-12-03 | 1 | -1/+2 |
* | travis: remove Libav check for now | wm4 | 2017-12-02 | 1 | -1/+0 |
* | build: remove nanosleep() check | wm4 | 2017-12-02 | 2 | -13/+0 |
* | build: remove termios check | wm4 | 2017-12-02 | 2 | -18/+0 |
* | build: remove POSIX/sysv shared memory test | wm4 | 2017-12-02 | 3 | -53/+17 |
* | vd_lavc: don't request native pixfmt with -copy and METHOD_INTERNAL | wm4 | 2017-12-02 | 1 | -0/+1 |
* | man: remove incorrect note about default opengl backend | Martin Herkt | 2017-12-02 | 1 | -2/+1 |
* | video: remove some more hwdec legacy stuff | wm4 | 2017-12-02 | 10 | -93/+50 |
* | vd_lavc, vdpau, vaapi: restore emulated API avoidance | wm4 | 2017-12-02 | 5 | -3/+48 |
* | hwdec: don't require setting legacy hwdec fields | wm4 | 2017-12-02 | 7 | -30/+18 |
* | vd_lavc: simpler way to check for opque hw frame | wm4 | 2017-12-02 | 1 | -3/+1 |
* | vd_lavc: sort -copy hwdec modes to end of list | wm4 | 2017-12-02 | 1 | -6/+12 |
* | vd_lavc: allow forcing single implementations with --hwdec | wm4 | 2017-12-02 | 1 | -2/+3 |
* | vd_lavc: slightly simplify | wm4 | 2017-12-02 | 1 | -34/+28 |
* | vd_lavc: coding style | wm4 | 2017-12-02 | 1 | -1/+1 |
* | hwdec: remove unused HWDEC_* constants | wm4 | 2017-12-01 | 1 | -19/+1 |
* | vd_lavc: fix dumb nonsense | wm4 | 2017-12-01 | 1 | -1/+4 |
* | vd_lavc, mp_image: remove weird mpv specific palette constant | wm4 | 2017-12-01 | 3 | -9/+3 |
* | vd_lavc: merge redundant header | wm4 | 2017-12-01 | 2 | -94/+77 |
* | audio: fix missing volume update on init and reinit | wm4 | 2017-12-01 | 1 | -0/+3 |
* | scripting: report dlerror() output | Nicolas F | 2017-12-01 | 1 | -4/+7 |
* | vd_lavc: rewrite how --hwdec is handled | wm4 | 2017-12-01 | 8 | -539/+377 |
* | options: rename empty string special case for option values | wm4 | 2017-12-01 | 1 | -3/+0 |
* | av_common: drop old hack against ancient lavc vdpau wrapper | wm4 | 2017-12-01 | 1 | -6/+1 |
* | vd_lavc: drop mediacodec direct rendering support temporarily | wm4 | 2017-12-01 | 4 | -70/+9 |
* | video: move d3d.c out of decode sub directory | wm4 | 2017-12-01 | 8 | -6/+6 |
* | vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftovers | wm4 | 2017-12-01 | 6 | -119/+39 |
* | hw_dxva2: move dxva2 code to d3d.c | wm4 | 2017-12-01 | 2 | -117/+126 |
* | video: refactor hw device creation for hwdec copy modes | wm4 | 2017-12-01 | 11 | -203/+207 |
* | video: fix memory leaks with hwdec copy modes | wm4 | 2017-12-01 | 1 | -2/+2 |
* | vd_lavc: move entrypoint for hwframes_refine | wm4 | 2017-12-01 | 7 | -11/+9 |
* | vd_lavc: remove process_image callback | wm4 | 2017-12-01 | 2 | -9/+3 |
* | d3d11: move code for d3d11eglrgb hack | wm4 | 2017-12-01 | 2 | -10/+3 |
* | vo_gpu: hwdec: remove redundant fields | wm4 | 2017-12-01 | 13 | -18/+3 |
* | vo_gpu: make it possible to load multiple hwdec interop drivers | wm4 | 2017-12-01 | 16 | -197/+207 |
* | vo_opengl: hwdec_vaegl: Reenable vaExportSurfaceHandle() | Mark Thompson | 2017-11-30 | 1 | -3/+3 |
* | vd_lavc: prefer nvdec over vdpau with --hwdec=auto | wm4 | 2017-11-30 | 2 | -14/+16 |
* | DOCS/contribute.md: fix a typo | wm4 | 2017-11-30 | 1 | -1/+1 |
* | DOCS/mpv.rst: document bluray:// alias for bd:// | Leo Izen | 2017-11-30 | 1 | -0/+2 |
* | client: Allow "C.UTF-8" as LC_NUMERIC locale | sfan5 | 2017-11-30 | 1 | -1/+1 |
* | DOCS/interface-changes.rst: fix typo | Kevin Mitchell | 2017-11-29 | 1 | -1/+1 |
* | vo_gpu: remove hwdec_vaglx interop | wm4 | 2017-11-30 | 3 | -236/+0 |
* | vf: remove a stray HAVE_GPL | wm4 | 2017-11-30 | 1 | -3/+0 |
* | ao: minor simplification to gain processing code | wm4 | 2017-11-30 | 1 | -4/+3 |
* | ao: simplify hack for float atomics | wm4 | 2017-11-30 | 3 | -16/+7 |
* | build: bump required ffmpeg version | wm4 | 2017-11-30 | 1 | -1/+1 |
* | DOCS/interface-changes.rst: update according to recent commits | wm4 | 2017-11-29 | 1 | -0/+2 |
* | audio: add audio softvol processing to AO | wm4 | 2017-11-29 | 9 | -63/+134 |
* | build: fix LGPL build with ALSA enabled | wm4 | 2017-11-29 | 1 | -3/+3 |
* | af: remove deprecated audio filters | wm4 | 2017-11-29 | 13 | -1153/+1 |
* | video: remove automatic stereo3d filter insertion | wm4 | 2017-11-29 | 4 | -17/+7 |
* | video: fix rotation and deinterlace auto filters | wm4 | 2017-11-29 | 2 | -5/+7 |
* | input: remove a stray HAVE_GPL | wm4 | 2017-11-29 | 1 | -2/+0 |
* | vf_lavfi: remove old internal wrapper API stuff | wm4 | 2017-11-29 | 2 | -117/+0 |
* | vf_sub, vf_format: change license to LGPL | wm4 | 2017-11-29 | 4 | -28/+17 |
* | vf: remove most GPL video filters | wm4 | 2017-11-29 | 16 | -1829/+1 |
* | vf: add vf_convert as interim replacement for vf_scale | wm4 | 2017-11-29 | 4 | -3/+133 |
* | Copyright: fix some typos | wm4 | 2017-11-29 | 1 | -2/+2 |
* | build: accept ffmpeg git by default | wm4 | 2017-11-29 | 1 | -1/+0 |
* | player: match subtitles with language tags with --sub-auto=exact | wm4 | 2017-11-27 | 1 | -18/+15 |
* | README: fix markdown formatting of ffmpeg link | Vijay Marupudi | 2017-11-26 | 1 | -1/+1 |
* | player: change 3 remaining GPL-only code pieces to LGPL | wm4 | 2017-11-24 | 4 | -28/+3 |
* | player: minor fix/simplification of OSD time/duration handling | wm4 | 2017-11-24 | 5 | -24/+13 |
* | ao_alsa: change license to LGPL | wm4 | 2017-11-23 | 3 | -30/+15 |
* | ao_alsa: don't convert twice on retry | wm4 | 2017-11-23 | 1 | -2/+1 |
* | manpage: clarify bitstreaming options | Oswald Pan | 2017-11-19 | 1 | -5/+9 |
* | vo_gpu: d3d11: don't use runtime version for UAV slot count | James Ross-Gowan | 2017-11-19 | 1 | -1/+1 |
* | vo_gpu: d3d11_helpers: don't try BGRA_SUPPORT | James Ross-Gowan | 2017-11-19 | 1 | -20/+4 |
* | vo_gpu: d3d11: mark the bgra8 format as unordered | James Ross-Gowan | 2017-11-19 | 1 | -1/+1 |
* | win32: fix semantics of POSIX 2008 locale stubs | James Ross-Gowan | 2017-11-19 | 2 | -4/+19 |
* | demux_mkv: remove unnecessary parsing for vp9 | wm4 | 2017-11-17 | 2 | -6/+2 |
* | w32_common: move imm32.dll function to w32->api struct | pavelxdd | 2017-11-15 | 1 | -15/+12 |
* | vo_gpu/context_android: Process surface resizes correctly | sfan5 | 2017-11-14 | 1 | -10/+11 |
* | appveyor: use git submodule update --init | James Ross-Gowan | 2017-11-13 | 1 | -2/+1 |
* | demux_lavf: always give libavformat the filename when probing | wm4 | 2017-11-12 | 1 | -1/+1 |
* | stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGW | wm4 | 2017-11-12 | 2 | -0/+8 |
* | demux_playlist: support .url files | wm4 | 2017-11-12 | 1 | -3/+15 |
* | build: enable libarchive by default | wm4 | 2017-11-12 | 1 | -1/+0 |
* | vo_gpu: ra_gl: remove stride hack | wm4 | 2017-11-12 | 1 | -4/+1 |
* | stream_libarchive: workaround various types of locale braindeath | wm4 | 2017-11-12 | 2 | -4/+36 |
* | vo_gpu: d3d11: remove flipped texture upload hack | James Ross-Gowan | 2017-11-12 | 1 | -8/+0 |
* | osx: fix the bundle $PATH yet again | Akemi | 2017-11-11 | 1 | -1/+1 |
* | cocoa: always return the target NSRect when in fullscreen | Akemi | 2017-11-11 | 1 | -1/+4 |
* | demux: avoid queue overflow warning when joining two ranges | wm4 | 2017-11-11 | 1 | -1/+3 |
* | demux: export demuxer cache sizes in bytes | wm4 | 2017-11-10 | 4 | -0/+27 |
* | demux: use seekable cache for network by default, bump prefetch limit | wm4 | 2017-11-10 | 2 | -8/+18 |
* | demux_mkv: fix potential uninitialized variable read | wm4 | 2017-11-10 | 1 | -2/+3 |
* | demux: set default back buffer to some high value | wm4 | 2017-11-10 | 2 | -2/+4 |
* | demux: limit number of seek ranges to a static maximum | wm4 | 2017-11-10 | 1 | -5/+20 |
* | demux: speed up cache seeking with a coarse index | wm4 | 2017-11-10 | 1 | -1/+54 |
* | demux: avoid wasting time by stopping packet search as early as possible | wm4 | 2017-11-10 | 1 | -1/+3 |
* | demux: simplify remove_packet() function | wm4 | 2017-11-10 | 1 | -26/+12 |
* | demux: fix failure to join ranges with subtitles in some cases | wm4 | 2017-11-10 | 1 | -4/+12 |
* | demux: reverse which range is reused when joining them | wm4 | 2017-11-10 | 1 | -25/+22 |
* | demux: fix a race condition with async seeking | wm4 | 2017-11-10 | 1 | -3/+4 |
* | demux: get rid of an unnecessary field | wm4 | 2017-11-10 | 1 | -15/+13 |
* | vo_gpu: never pass flipped images to ra or ra backends | wm4 | 2017-11-10 | 1 | -2/+7 |
* | demux: attempt to accurately reflect seek range with muxed subtitles | wm4 | 2017-11-10 | 1 | -5/+33 |
* | demux: reduce indentation for two functions | wm4 | 2017-11-10 | 1 | -37/+36 |
* | demux: some minor mostly cosmetics | wm4 | 2017-11-10 | 1 | -13/+15 |
* | demux: simplify a function | wm4 | 2017-11-10 | 1 | -21/+19 |
* | demux: change how refreshes on track switching are handled | wm4 | 2017-11-10 | 1 | -66/+59 |
* | demux: get rid of weird backwards loop | wm4 | 2017-11-10 | 1 | -1/+1 |
* | demux: avoid broken readahead when joining ranges | wm4 | 2017-11-10 | 1 | -4/+5 |
* | demux: reduce difference between threaded and non-threaded mode | wm4 | 2017-11-10 | 1 | -27/+35 |
* | demux: support multiple seekable cached ranges | wm4 | 2017-11-09 | 4 | -230/+610 |
* | appveyor: update ffmpeg and test d3d11/vulkan | James Ross-Gowan | 2017-11-08 | 3 | -16/+59 |
* | vo_gpu: hwdec_d3d11va: allow zero-copy video decoding | James Ross-Gowan | 2017-11-07 | 6 | -62/+176 |
* | vo_gpu: d3d11: enhance cache invalidation | James Ross-Gowan | 2017-11-07 | 2 | -5/+71 |
* | vo_gpu: d3d11: log shader compilation times | James Ross-Gowan | 2017-11-07 | 1 | -0/+26 |
* | vo_gpu: move d3d11_screenshot to shared code | James Ross-Gowan | 2017-11-07 | 4 | -80/+100 |
* | vo_gpu: d3d11: add RA caps for ra_d3d11 | James Ross-Gowan | 2017-11-07 | 7 | -6/+35 |
* | vo_gpu: d3d11: initial implementation | James Ross-Gowan | 2017-11-07 | 14 | -16/+2797 |
* | vo_gpu: export the GLSL format qualifier for ra_format | James Ross-Gowan | 2017-11-07 | 5 | -14/+77 |
* | vo_gpu: add namespace query mechanism | James Ross-Gowan | 2017-11-07 | 4 | -10/+21 |
* | vo_lavc: remove messy delayed subtitle rendering logic | wm4 | 2017-11-07 | 1 | -10/+8 |
* | player: change license of some code surrounding --frames to LGPL | wm4 | 2017-11-06 | 3 | -14/+0 |
* | img_format: remove some guards against old ffmpeg API | wm4 | 2017-11-06 | 1 | -5/+2 |
* | demux: explicitly discard 0 sized packets | wm4 | 2017-11-06 | 1 | -1/+1 |
* | demux_mkv: allow 0 sized packets | wm4 | 2017-11-06 | 1 | -1/+1 |
* | demux: slightly simplify pruning | wm4 | 2017-11-06 | 1 | -7/+2 |
* | demux_mkv: rewrite packet reading to avoid 1 memcpy() | wm4 | 2017-11-05 | 5 | -136/+132 |
* | demux: refactoring in preparation for multiple seek range support | wm4 | 2017-11-04 | 1 | -83/+214 |
* | demux: improve and optimize cache pruning and seek range determination | wm4 | 2017-11-04 | 4 | -85/+97 |
* | demux: reduce overhead when searching over keyframe ranges | wm4 | 2017-11-04 | 1 | -31/+37 |
* | player: log if NDEBUG is defined | wm4 | 2017-11-04 | 1 | -0/+3 |
* | demux: avoid excessive readahead after cache seek | wm4 | 2017-11-04 | 1 | -1/+3 |
* | demux: make pruning more efficient for unseekable demuxer cache | wm4 | 2017-11-04 | 1 | -19/+24 |
* | demux: on queue overflow wake up reader thread on EOF only | wm4 | 2017-11-03 | 1 | -1/+1 |
* | demux: don't show queue overflow warning when merely prefetching | wm4 | 2017-11-03 | 1 | -6/+7 |
* | vo_gpu: don't re-render hwdec frames when repeating frames | wm4 | 2017-11-03 | 1 | -19/+11 |
* | demux: don't allow subtitles to mess up buffered time display | wm4 | 2017-11-03 | 1 | -1/+2 |
* | osc: make cycling visibility an input.conf key binding | wm4 | 2017-11-03 | 2 | -1/+2 |
* | demux: add option to create CC tracks eagerly | wm4 | 2017-11-03 | 2 | -15/+58 |
* | vo_gpu: ra_gl: fix minimum GLSL version to 120 | wm4 | 2017-11-03 | 1 | -1/+1 |
* | vo_gpu: fix mobius tone mapping compatibility to GLSL 120 | wm4 | 2017-11-03 | 1 | -1/+1 |
* | vo_gpu: ra_gl: fix crash trying to use glBindBufferBase on GL 2.1 | wm4 | 2017-11-03 | 1 | -2/+7 |
* | wscript: use pkg-config for vulkan check | Martin Herkt | 2017-11-03 | 1 | -1/+1 |
* | demux_mkv: add V_SNOW tag to mkv_video_tags | Nicolas F | 2017-11-03 | 1 | -0/+1 |
* | osc: render seek ranges a bit less ugly | ChrisK2 | 2017-11-02 | 1 | -1/+1 |
* | osc: render seek ranges | wm4 | 2017-11-02 | 1 | -0/+26 |
* | stream_libarchive: stop reading on ARCHIVE_FATAL | wm4 | 2017-11-02 | 1 | -4/+41 |
* | screenshot: create directories from template | Nicolas F | 2017-11-02 | 1 | -0/+5 |
* | osd: don't skip leading whitespace on the first line either | wm4 | 2017-11-02 | 1 | -1/+1 |
* | vd_lavc: restore --hwdec-image-format and d3d11 opaque mode | wm4 | 2017-11-02 | 2 | -1/+6 |
* | build: fix cuda test | wm4 | 2017-11-02 | 1 | -1/+1 |
* | build: garbage => upstream | wm4 | 2017-11-01 | 1 | -2/+2 |
* | build: make it easier to force FFmpeg upstream | wm4 | 2017-11-01 | 4 | -22/+18 |
* | vo_gpu: potentially fix icc-profile-auto updating | wm4 | 2017-11-01 | 1 | -1/+1 |
* | vd_lavc: clean out more hwdec legacy code | wm4 | 2017-10-31 | 3 | -39/+5 |
* | vd_lavc: remove more dead legacy code | wm4 | 2017-10-31 | 4 | -108/+2 |
* | videotoolbox: use generic code for dummy hwdevice init | wm4 | 2017-10-31 | 3 | -76/+19 |
* | vd_lavc: remove dead legacy code | wm4 | 2017-10-31 | 2 | -22/+0 |
* | d3d: remove some legacy code | wm4 | 2017-10-31 | 1 | -42/+0 |
* | vd_lavc: makre sure required headers are included early enough | wm4 | 2017-10-31 | 2 | -1/+1 |
* | osd: don't strip leading whitespace in messages | wm4 | 2017-10-30 | 1 | -0/+7 |
* | vd_lavc: move display mastering data stuff to mp_image | wm4 | 2017-10-30 | 4 | -42/+22 |
* | Bump libav* API use | wm4 | 2017-10-30 | 7 | -280/+50 |
* | vo_gpu: remove a redundant ifdef | wm4 | 2017-10-30 | 1 | -2/+0 |
* | vd_lavc: make --hwdec=nvdec-copy actually work | wm4 | 2017-10-30 | 2 | -3/+32 |
* | vd_lavc: remove need for duplicated cuda GL interop backend | wm4 | 2017-10-30 | 4 | -20/+7 |
* | m_option: pretty print mpv_node for OSD | wm4 | 2017-10-30 | 3 | -6/+41 |
* | demux: refactor to export seek ranges | wm4 | 2017-10-30 | 3 | -43/+49 |
* | Get rid of deprecated AVFrame accessors | wm4 | 2017-10-30 | 4 | -6/+6 |
* | manpage: fix/improve --msg-level description | wm4 | 2017-10-30 | 1 | -1/+3 |
* | hwdec_drmprime_drm: fix segv with --hwdec | Ryo Munakata | 2017-10-30 | 1 | -1/+4 |
* | lavc_conv: make disable_styles faster | Oleg Oshmyan | 2017-10-30 | 1 | -2/+3 |
* | demux_lavf: return AVERROR_EOF on file end | Daniel Kucera | 2017-10-30 | 1 | -1/+1 |
* | vd_lavc: add support for nvdec hwaccel | wm4 | 2017-10-28 | 6 | -1/+46 |
* | demux_mkv: don't probe start time by default | wm4 | 2017-10-27 | 1 | -1/+0 |
* | lavc_conv: clamp timestamps to positive, fixes idiotic ffmpeg issue | wm4 | 2017-10-27 | 1 | -0/+2 |
* | travis: correctly remove ffmpeg-stable from build matrix | wm4 | 2017-10-27 | 1 | -1/+0 |
* | travis: adjust ffmpeg URL | wm4 | 2017-10-27 | 2 | -7/+3 |
* | lavfi: fix warnings with newer libavfilter versions | wm4 | 2017-10-27 | 1 | -2/+2 |
* | build: require our own ffmpeg repo | wm4 | 2017-10-27 | 1 | -3/+11 |
* | vd_lavc: use avcodec_fill_hw_frames_parameters() API | wm4 | 2017-10-27 | 3 | -2/+118 |
* | vo_gpu: fix ra_tex_upload_pbo for 2D textures | Niklas Haas | 2017-10-27 | 1 | -1/+5 |
* | vo_gpu: osd: simplify some code | wm4 | 2017-10-27 | 1 | -5/+5 |
* | audio/out: initialize an array to avoid confusing static analyzer | wm4 | 2017-10-27 | 1 | -1/+1 |
* | af_lavfi: fix small memory leak | wm4 | 2017-10-27 | 1 | -6/+10 |
* | audio: fix small memory leak | wm4 | 2017-10-27 | 1 | -0/+1 |
* | command: change demuxer-cache-state property to return multiple ranges | wm4 | 2017-10-26 | 4 | -26/+57 |
* | vd_lavc: more aggressive frame dropping for intra only codecs | wm4 | 2017-10-26 | 2 | -5/+15 |
* | demux_timeline: don't use segments for DASH | wm4 | 2017-10-26 | 1 | -1/+1 |
* | vo_gpu: change --tone-mapping-desaturate algorithm | Niklas Haas | 2017-10-25 | 3 | -17/+20 |
* | demux: better computation of seek start target | wm4 | 2017-10-25 | 1 | -8/+24 |
* | demux: reject cache seeks if parts of the range are unset | wm4 | 2017-10-25 | 1 | -2/+3 |
* | demux: fall back to DTS when determining seek target | wm4 | 2017-10-25 | 1 | -1/+1 |
* | demux: disallow seeking if there are streams with no timestamps | wm4 | 2017-10-25 | 1 | -3/+7 |
* | demux: fix tracking of forward/backward cache size | wm4 | 2017-10-25 | 1 | -8/+15 |
* | demux: respect timeline boundaries for cache seeks | wm4 | 2017-10-25 | 1 | -7/+17 |
* | demux: don't report unknown queue state if no packets were added | wm4 | 2017-10-25 | 1 | -1/+3 |
* | demux_timeline: trust attached picture flag | wm4 | 2017-10-25 | 1 | -0/+1 |
* | demux: set correct stream index for attached pictures | wm4 | 2017-10-25 | 1 | -1/+5 |
* | win32: add more-POSIXy versions of open() and fstat() | James Ross-Gowan | 2017-10-25 | 4 | -41/+298 |
* | demux: get rid of demux_packet.new_segment field | wm4 | 2017-10-24 | 6 | -17/+21 |
* | demux_timeline: change virtual_stream array to array of pointers | wm4 | 2017-10-24 | 1 | -8/+9 |
* | manpage: add --hwdec=rkmpp entry | wm4 | 2017-10-23 | 1 | -0/+1 |
* | client API: minor bump + change entry for DRM related opengl-cb changes | wm4 | 2017-10-23 | 3 | -1/+7 |
* | video : Move drm options to substruct. | Lionel CHAZALLON | 2017-10-23 | 7 | -11/+33 |
* | Add DRM_PRIME Format Handling and Display for RockChip MPP decoders | Lionel CHAZALLON | 2017-10-23 | 20 | -23/+823 |
* | video : allow drm primary plane to be transparent for egl context | Lionel CHAZALLON | 2017-10-23 | 1 | -2/+2 |
* | demux: fix cached SEEK_FORWARD seeks into end of cached regions/EOF | wm4 | 2017-10-23 | 1 | -3/+11 |
* | demux: report buffered duration of 0 during seeking instead of unknown | wm4 | 2017-10-23 | 1 | -3/+5 |
* | demux: drop redundant SEEK_BACKWARD flag | wm4 | 2017-10-23 | 6 | -32/+23 |
* | vo_opengl: hwdec_vaegl: Disable vaExportSurfaceHandle() | Mark Thompson | 2017-10-23 | 1 | -3/+3 |
* | demux: fix crash with cue/ordered chapter files | wm4 | 2017-10-23 | 1 | -0/+1 |
* | video: fix typo in log message | Nicolas F | 2017-10-22 | 1 | -1/+1 |
* | wayland_common: check monitor scale | Rostislav Pehlivanov | 2017-10-22 | 1 | -3/+9 |
* | wayland_common: improve cursor code and scale cursor properly | Rostislav Pehlivanov | 2017-10-22 | 2 | -26/+35 |
* | command: read the diff if you want to know | wm4 | 2017-10-21 | 5 | -1/+56 |
* | *** empty log message *** | wm4 | 2017-10-21 | 1 | -2/+0 |
* | demux: replace redundant field with a better redundant field | wm4 | 2017-10-21 | 1 | -8/+7 |
* | demux: add a back buffer and the ability to seek into it | wm4 | 2017-10-21 | 5 | -157/+375 |
* | demux: optimize seeks within readahead cache | Aman Gupta | 2017-10-21 | 1 | -12/+104 |
* | demux: improvements to previous commits | wm4 | 2017-10-20 | 2 | -10/+18 |
* | demux: ignore false underrun reporting from eia_608 captions decoder | Aman Gupta | 2017-10-20 | 2 | -0/+4 |
* | cache: throttle wakeups | wm4 | 2017-10-20 | 1 | -2/+14 |
* | wayland_common: don't scale the cursor wl_buffer | Rostislav Pehlivanov | 2017-10-19 | 1 | -1/+0 |
* | video: fix alpha handling | wm4 | 2017-10-19 | 1 | -2/+4 |
* | github: Google Drive sucks | wm4 | 2017-10-19 | 1 | -1/+2 |
* | vo_gpu: add rgba16hf to the list of FBO formats | James Ross-Gowan | 2017-10-18 | 2 | -4/+5 |
* | video: fix poitential NULL deref | wm4 | 2017-10-18 | 1 | -2/+3 |
* | aframe: fix logically dead code | wm4 | 2017-10-18 | 1 | -1/+1 |
* | tests: fix include after 6597998 | Ilya Tumaykin | 2017-10-17 | 1 | -1/+1 |
* | vo_rpi: fix build (probably) | wm4 | 2017-10-17 | 1 | -1/+1 |
* | vo_gpu: remove weird p->vo indirection | wm4 | 2017-10-17 | 1 | -11/+9 |
* | vo_gpu: fix video sometimes not being rerendered on equalizer change | wm4 | 2017-10-17 | 4 | -4/+9 |
* | vdpau: remove some more dead code | wm4 | 2017-10-16 | 2 | -11/+0 |
* | av_common: fix Libav build | wm4 | 2017-10-16 | 1 | -0/+13 |
* | video: remove special path for hwdec screenshots | wm4 | 2017-10-16 | 4 | -102/+1 |
* | video: fix previous commit | wm4 | 2017-10-16 | 1 | -2/+1 |
* | video: make previously added hwdec params mechanism more generic | wm4 | 2017-10-16 | 3 | -18/+20 |
* | video: properly pass through ICC data | wm4 | 2017-10-16 | 4 | -8/+62 |
* | mp_image: merge AVFrame conversion functions | wm4 | 2017-10-16 | 1 | -38/+29 |
* | video: add mp_image_params.hw_flags and add an example | wm4 | 2017-10-16 | 7 | -2/+76 |
* | video: make it possible to always override hardware decoding format | wm4 | 2017-10-16 | 5 | -1/+21 |
* | restore-old-bindings.conf: add old macOS/Wayland AXIS bindings | James Ross-Gowan | 2017-10-16 | 1 | -0/+7 |
* | vo_gpu: remove some minor dead code | wm4 | 2017-10-16 | 1 | -3/+1 |
* | vo_gpu: semi-fix --gpu-context/--gpu-api options and help output | wm4 | 2017-10-16 | 5 | -21/+24 |
* | mp_image: select an explicit fallback for chroma location | wm4 | 2017-10-16 | 1 | -0/+7 |
* | manpage: add Vulkan WSI extension name for --gpu-context=win | James Ross-Gowan | 2017-10-14 | 1 | -1/+1 |
* | vo_gpu: mali-fbdev: fix build error | Tobias Jakobi | 2017-10-13 | 1 | -2/+2 |
* | Copyright: some more licensing clarifications | wm4 | 2017-10-13 | 4 | -11/+519 |
* | options: add --vlang switch | wm4 | 2017-10-13 | 2 | -0/+4 |
* | stats: add file size | Julian | 2017-10-13 | 1 | -1/+2 |
* | stats: clarify documentation | Julian | 2017-10-13 | 1 | -7/+7 |
* | input.conf: explicit bindings for stats overlay | Julian | 2017-10-13 | 1 | -0/+2 |
* | wayland_common: init output_list during main struct init | Rostislav Pehlivanov | 2017-10-12 | 1 | -1/+2 |
* | manpage: correct some comments about ordered chapters | wm4 | 2017-10-11 | 1 | -6/+5 |
* | wayland_common: require wl_output v2 and send MP_INPUT_RELEASE_ALL on uninit | Rostislav Pehlivanov | 2017-10-11 | 1 | -8/+13 |
* | vo_gpu: shaderc: include debug info when --gpu-debug is set | James Ross-Gowan | 2017-10-11 | 1 | -0/+2 |
* | audio: clarify GPL-only parts | wm4 | 2017-10-10 | 1 | -1/+2 |
* | demux_mkv: remove remaining GPL code | wm4 | 2017-10-10 | 2 | -9/+1 |
* | build: make LGPL mode final (via --enable-gpl) | wm4 | 2017-10-10 | 2 | -37/+28 |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 31 | -0/+148 |
* | wayland_common: adjust default cursor size and scale its buffer | Rostislav Pehlivanov | 2017-10-10 | 1 | -2/+3 |
* | vo: fix reference to mediacodec_embed | Aman Gupta | 2017-10-09 | 1 | -2/+2 |
* | vo_gpu: android: fix gpu context | Aman Gupta | 2017-10-09 | 2 | -0/+5 |
* | vo_opengl: hwdec_vaegl: Use vaExportSurfaceHandle() if present | Mark Thompson | 2017-10-09 | 1 | -0/+80 |
* | vaapi: Use libva2 message callbacks | Mark Thompson | 2017-10-09 | 1 | -3/+29 |
* | stats: add documentation | Julian | 2017-10-09 | 3 | -1/+165 |
* | lua: integrate stats.lua script | Julian | 2017-10-09 | 7 | -2/+14 |
* | stats: change the way toggling/oneshot works internally | Julian | 2017-10-09 | 1 | -106/+109 |
* | stats: stop coloring timing values | Julian | 2017-10-09 | 1 | -26/+8 |
* | stats: add current and total chapter number | Julian | 2017-10-09 | 1 | -1/+8 |
* | stats: add audio and video filters | Jan Janssen | 2017-10-09 | 1 | -0/+55 |
* | stats: reorganize the framedrop counters | Niklas Haas | 2017-10-09 | 1 | -4/+5 |
* | stats: revert DR indicator as it's unnecessary | Julian | 2017-10-09 | 1 | -2/+1 |
* | stats: reduce default font size to 8 | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: visually indicate direct rendering | Julian | 2017-10-09 | 1 | -1/+2 |
* | stats: change font weight of % sign as well | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: fix indentation/newline of frame timing page | Julian | 2017-10-09 | 1 | -11/+11 |
* | stats: show % of a pass on frame timing page | Julian | 2017-10-09 | 1 | -9/+23 |
* | stats: always print perfdata total | Julian | 2017-10-09 | 1 | -7/+4 |
* | stats: make add_header() append at current position | Julian | 2017-10-09 | 1 | -7/+7 |
* | stats: print perfdata total by default | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: mark dummy as such | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: correctly re-eval ASS tag usage | Julian | 2017-10-09 | 1 | -11/+17 |
* | stats: make page keybinding repeatable | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: remove table in table | Julian | 2017-10-09 | 1 | -14/+6 |
* | stats: resilience against accidential timer removal | Julian | 2017-10-09 | 1 | -9/+12 |
* | stats: allow keybindings for specific page | Julian | 2017-10-09 | 1 | -12/+21 |
* | stats: support for multiple "pages" of stats | Julian | 2017-10-09 | 1 | -26/+124 |
* | stats: remove check for lua timer function | Julian | 2017-10-09 | 1 | -8/+0 |
* | stats: rescale graphs to make the average align with the center, if possible | Niklas Haas | 2017-10-09 | 1 | -4/+11 |
* | stats: add support for `vo-passes`, which replaces `vo-performance` | Niklas Haas | 2017-10-09 | 1 | -68/+60 |
* | stats: update HDR peak for upstream changes | Niklas Haas | 2017-10-09 | 1 | -2/+2 |
* | stats: add support for deprecated properties | Julian | 2017-10-09 | 1 | -11/+21 |
* | stats: comment to remind me about deprecated properties | Julian | 2017-10-09 | 1 | -0/+1 |
* | stats: add new versions of decoder and VO dropped frame counts | Ricardo Constantino | 2017-10-09 | 1 | -1/+5 |
* | stats: put vsync ratio and jitter on the same line | Julian | 2017-10-09 | 1 | -15/+10 |
* | stats: declare function as local | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: use container-fps together with fps (as fallback) | Julian | 2017-10-09 | 1 | -1/+3 |
* | stats: rename option timing_total to print_perfdata_total | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: add vsync-ratio and vsync-jitter | Julian | 2017-10-09 | 1 | -69/+138 |
* | stats: add some documentation for generate_graph() | Julian | 2017-10-09 | 1 | -1/+10 |
* | stats: access less variables outside function's state | Julian | 2017-10-09 | 1 | -12/+10 |
* | stats: add new container-fps that deprecates fps | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+2 |
* | stats: remove hwdec-active property | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -7/+2 |
* | stats: fix bug introduced in earlier commit | Julian | 2017-10-09 | 1 | -5/+4 |
* | stats: fix comment typo | Julian | 2017-10-09 | 1 | -7/+7 |
* | stats: disable coloring peak performance data | Julian | 2017-10-09 | 1 | -1/+2 |
* | stats: change coloring of performance data | Julian | 2017-10-09 | 1 | -7/+8 |
* | stats: save ASS sequences locally | Julian | 2017-10-09 | 1 | -3/+10 |
* | stats: only print graphs when ASS tags are good | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: clearify a few descriptions/labels | Julian | 2017-10-09 | 1 | -3/+3 |
* | stats: don't show video/audio-speed-correction when 0 | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: add HDR signal peak information | Niklas Haas | 2017-10-09 | 1 | -5/+15 |
* | stats: add sum of timing values | Julian | 2017-10-09 | 1 | -7/+13 |
* | stats: put colormatrix, primaries and gamma together | Julian | 2017-10-09 | 1 | -3/+4 |
* | stats: change highlighting of performance data | Julian | 2017-10-09 | 1 | -4/+11 |
* | stats: declare functions as local | Julian | 2017-10-09 | 1 | -197/+200 |
* | stats: align graphs | Julian | 2017-10-09 | 1 | -44/+63 |
* | stats: change the way the output is built | Julian | 2017-10-09 | 1 | -85/+65 |
* | stats: rewrite parts of performance data | Julian | 2017-10-09 | 1 | -64/+110 |
* | stats: add performance data | Julian | 2017-10-09 | 1 | -9/+103 |
* | stats: update stats when file changes | Julian | 2017-10-09 | 1 | -1/+7 |
* | stats: small spelling correction | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: use redraw_delay for timer period | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: always print title if different from filename | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+3 |
* | stats: make a warning more visible | Julian | 2017-10-09 | 1 | -1/+3 |
* | stats: rename some functions | Julian | 2017-10-09 | 1 | -6/+6 |
* | stats: add toggling of stats | Julian | 2017-10-09 | 1 | -4/+29 |
* | stats: add hwdec-current | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+6 |
* | stats: add cache-speed | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -2/+3 |
* | stats: decrease default font size | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: add video-params/gamma property | Niklas Haas | 2017-10-09 | 1 | -0/+1 |
* | stats: update frame drop diagnostics | Kevin Mitchell | 2017-10-09 | 1 | -1/+2 |
* | stats: add display fps | Kevin Mitchell | 2017-10-09 | 1 | -0/+7 |
* | stats: rename some variables for consistency | Julian | 2017-10-09 | 1 | -9/+9 |
* | stats: add support for video-sync=display | Niklas Haas | 2017-10-09 | 1 | -0/+5 |
* | stats: fix line wrapping | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: remove dead link from comment | Julian | 2017-10-09 | 1 | -1/+0 |
* | stats: print bold text in terminals | Rostislav Pehlivanov | 2017-10-09 | 1 | -4/+16 |
* | stats: minor simplification | Julian | 2017-10-09 | 1 | -4/+8 |
* | stats: remove countless hardcoded strings | Julian | 2017-10-09 | 1 | -30/+33 |
* | stats: document append_property return value | Julian | 2017-10-09 | 1 | -2/+3 |
* | stats: fix oversight | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: unify redundant functions | Julian | 2017-10-09 | 1 | -53/+58 |
* | stats: proper usage of imported module | Julian | 2017-10-09 | 1 | -13/+13 |
* | stats: add debug option | Julian | 2017-10-09 | 1 | -0/+7 |
* | stats: reflect latest changes to mpv | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: don't add superfluous EOL characters | Julian | 2017-10-09 | 1 | -9/+12 |
* | stats: make non-ASS styling configurable | Julian | 2017-10-09 | 1 | -44/+56 |
* | stats: make the OSD usable in audio-only mode | Rostislav Pehlivanov | 2017-10-09 | 1 | -4/+32 |
* | stats: avoid clashing with similar named scripts | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: initial commit | Julian | 2017-10-09 | 1 | -0/+189 |
* | dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+2 |
* | dvb: Skip channel if ATSC device does not support cable / terr. | Oliver Freyermuth | 2017-10-09 | 1 | -1/+3 |
* | dvb: Implement parsing of modulation for VDR-style channels config. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+50 |
* | dvb: Fixes for ATSC tuning. | Oliver Freyermuth | 2017-10-09 | 2 | -2/+19 |
* | stream_dvb: Multiply frequency and sample rate by 1000 for VDR. | Oliver Freyermuth | 2017-10-09 | 1 | -4/+3 |
* | dvb_tune: Pull out DVBv5 raw tuning part, add verbosity. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+24 |
* | dvb: Explicitly clear via DVBv5 before reverting to DVBv3. | Oliver Freyermuth | 2017-10-09 | 1 | -2/+12 |
* | dvb: Use more elaborate tuning for DVBv5 tuning. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+111 |
* | vo_gpu: simplify opengl alias | wm4 | 2017-10-09 | 2 | -31/+2 |
* | vo_gpu: remove duplicated options | wm4 | 2017-10-09 | 1 | -1/+0 |
* | vo_opengl: context_drm_egl: Don't create a new framebuffer for every frame | Mark Thompson | 2017-10-09 | 1 | -22/+27 |
* | vo_gpu: add android opengl backend | Aman Gupta | 2017-10-09 | 5 | -3/+164 |
* | vo: add mediacodec_embed output driver | Aman Gupta | 2017-10-09 | 4 | -0/+102 |
* | hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames | Aman Gupta | 2017-10-09 | 7 | -0/+60 |
* | vo: add VO_CAP_NOREDRAW for upcoming vo_mediacodec_embed | Aman Gupta | 2017-10-09 | 2 | -1/+8 |
* | hwdec: rename mediacodec to mediacodec-copy | Aman Gupta | 2017-10-09 | 7 | -12/+32 |
* | README.md: explicitly link contribute.md | wm4 | 2017-10-09 | 1 | -5/+8 |
* | command: drop "audio-out-detected-device" property | wm4 | 2017-10-09 | 7 | -35/+3 |
* | img_format: AV_PIX_FMT_PAL8 is RGB | wm4 | 2017-10-09 | 1 | -2/+5 |
* | wayland_common: implement output tracking, cleanups and bugfixes | Rostislav Pehlivanov | 2017-10-09 | 4 | -215/+246 |
* | osx: add right MacPorts paths to our bundle $PATH | Akemi | 2017-10-07 | 1 | -2/+3 |
* | wayland_common: allow vo_wayland_uninit(NULL) | Niklas Haas | 2017-10-07 | 1 | -0/+2 |
* | Revert "wayland_common: add support for embedding" | Rostislav Pehlivanov | 2017-10-05 | 3 | -10/+0 |
* | wayland_common: respect close events | Rostislav Pehlivanov | 2017-10-05 | 1 | -3/+9 |
* | wayland_common: add support for embedding | Rostislav Pehlivanov | 2017-10-05 | 3 | -0/+9 |
* | wayland_common: reset the LIVE_RESIZING flag when resizing ends | Rostislav Pehlivanov | 2017-10-05 | 1 | -10/+14 |
* | build: switch preliminary LGPL mode from v3 to v2.1 | wm4 | 2017-10-05 | 5 | -43/+8 |
* | DOCS/interface-changes.rst: mention --log-file behavior change | wm4 | 2017-10-05 | 1 | -0/+1 |
* | msg: make --msg-level affect --log-file too | wm4 | 2017-10-04 | 2 | -3/+6 |
* | player: change a minor code fragment to LGPL | wm4 | 2017-10-04 | 1 | -5/+0 |
* | wayland_common: don't hardcode protocol names during registry | Rostislav Pehlivanov | 2017-10-04 | 1 | -8/+8 |
* | README: drop support for Windows Vista | Martin Herkt | 2017-10-04 | 1 | -1/+1 |
* | wayland_common: rewrite from scratch | Rostislav Pehlivanov | 2017-10-03 | 11 | -1058/+1281 |
* | vo_wayland: remove | Rostislav Pehlivanov | 2017-10-03 | 7 | -1062/+0 |
* | demux_mkv: replace deprecated av_copy_packet_side_data() | wm4 | 2017-10-03 | 1 | -4/+2 |
* | osx: add some common paths to our $PATH when started from bundle | Akemi | 2017-10-03 | 1 | -0/+8 |
* | osx: fix bundle on macOS High Sierra (10.13) | Akemi | 2017-10-03 | 6 | -20/+29 |
* | vo_gpu: gl: implement proper extension string search | wm4 | 2017-10-02 | 3 | -10/+23 |
* | DOCS/compile-windows.md: update for changes to mpv and MSYS2 | James Ross-Gowan | 2017-10-02 | 1 | -21/+19 |
* | Man page: fix typo | Kranky K. Krackpot | 2017-10-01 | 1 | -2/+2 |
* | vo_gpu: enable 3DLUTs in dumb mode | Niklas Haas | 2017-09-30 | 1 | -1/+3 |
* | vf_vavpp: restrict allowed sw upload formats to nv12/yuv420p | wm4 | 2017-09-30 | 1 | -20/+3 |
* | vaapi: replace error macro implementation | wm4 | 2017-09-30 | 2 | -12/+3 |
* | Copyright: remove deleted file from list | wm4 | 2017-09-30 | 1 | -1/+0 |