| Commit message (Expand) | Author | Age | Files | Lines |
* | demux_edl, cue, mkv: slightly nicer file format indication | wm4 | 2019-09-19 | 6 | -6/+29 |
* | demux_edl, cue, mkv: clean up timeline stuff slightly | wm4 | 2019-09-19 | 7 | -131/+160 |
* | ytdl_hook: use no_clip for separate audio streams | wm4 | 2019-09-19 | 1 | -1/+1 |
* | demux_edl: add no_clip | wm4 | 2019-09-19 | 4 | -8/+17 |
* | video: fix player not exiting if no video frame was rendered | wm4 | 2019-09-19 | 1 | -2/+3 |
* | stream: log positions on seek failures | wm4 | 2019-09-19 | 1 | -1/+2 |
* | ytdl_hook: fix pseudo-DASH if no init fragment is present | wm4 | 2019-09-19 | 1 | -5/+11 |
* | ytdl_hook: audio can use fragmented DASH too | wm4 | 2019-09-19 | 1 | -1/+1 |
* | demux_timeline: include "dash" hint in reported file format | wm4 | 2019-09-19 | 1 | -1/+2 |
* | demux_timeline: disable end-of-segment handling in DASH mode | wm4 | 2019-09-19 | 1 | -2/+2 |
* | demux: fix typo in a comment | wm4 | 2019-09-19 | 1 | -2/+2 |
* | demux: fix SEEK_FORWARD into end of cached range | wm4 | 2019-09-19 | 1 | -0/+16 |
* | demux_timeline: report network speed of slave connections | wm4 | 2019-09-19 | 3 | -1/+35 |
* | demux: slightly cleanup network speed reporting | wm4 | 2019-09-19 | 3 | -8/+32 |
* | ytdl_hook: disable EDL-generated useless chapters when merging streams | wm4 | 2019-09-19 | 1 | -1/+2 |
* | demux_edl: add a special header to disable chapter generation | wm4 | 2019-09-19 | 2 | -11/+29 |
* | demux_edl: explicitly error on unknown header types | wm4 | 2019-09-19 | 1 | -0/+2 |
* | demux_edl: minor cleanup to header parsing | wm4 | 2019-09-19 | 1 | -31/+35 |
* | ytdl_hook: merge separate audio tracks via EDL | wm4 | 2019-09-19 | 1 | -5/+15 |
* | loadfile, ytdl_hook: don't reject EDL-resolved URLs through playlist | wm4 | 2019-09-19 | 3 | -1/+12 |
* | demux, demux_edl: add extension for tracks sourced from separate streams | wm4 | 2019-09-19 | 5 | -159/+315 |
* | demux: make demuxer list static, remove ancient comment | wm4 | 2019-09-19 | 1 | -5/+1 |
* | build: silence idiotic -Wformat-truncation | wm4 | 2019-09-19 | 1 | -1/+2 |
* | demux_lavf: increase max. probe size | wm4 | 2019-09-19 | 1 | -1/+1 |
* | stream: redo buffer handling and allow arbitrary size for stream_peek() | wm4 | 2019-09-19 | 4 | -50/+97 |
* | demux: another unused function | wm4 | 2019-09-19 | 2 | -13/+0 |
* | command: report unknown file size as unavailable, not -1 | wm4 | 2019-09-19 | 1 | -0/+2 |
* | demux: autoselection is gone | wm4 | 2019-09-19 | 2 | -9/+0 |
* | stats.lua: silence annoying fontconfig warnings | wm4 | 2019-09-19 | 1 | -2/+2 |
* | demux: remove some more minor dead code | wm4 | 2019-09-19 | 2 | -8/+4 |
* | demux: get rid of ->control callback | wm4 | 2019-09-19 | 4 | -24/+9 |
* | demux: change hack for closing subtitle files early | wm4 | 2019-09-19 | 7 | -30/+35 |
* | demux: make demux_open() private | wm4 | 2019-09-19 | 3 | -8/+8 |
* | demux: simplify API for returning cache status | wm4 | 2019-09-19 | 5 | -152/+70 |
* | demux: return stream file size differently, rip out stream ctrls | wm4 | 2019-09-19 | 4 | -49/+6 |
* | stream_libarchive: remove base filename stuff | wm4 | 2019-09-19 | 4 | -32/+1 |
* | demux_timeline: fix off by one error, rearrange weird code | wm4 | 2019-09-19 | 1 | -4/+4 |
* | demux: return packets directly from demuxer instead of using sh_stream | wm4 | 2019-09-19 | 8 | -57/+93 |
* | DOCS/edl-mpv: document a dumb thing | wm4 | 2019-09-19 | 1 | -0/+3 |
* | command: make playlist builtin OSD property show titles instead of URLs | wm4 | 2019-09-19 | 1 | -5/+8 |
* | stream_libarchive: fix another crash with broken rar files | wm4 | 2019-09-19 | 1 | -1/+3 |
* | sub/sd_ass: always set the libass track type to TRACK_TYPE_ASS | Jan Ekström | 2019-09-19 | 1 | -2/+1 |
* | sub/sd_ass: utilize UINT32_MAX subtitle duration for unknown | Jan Ekström | 2019-09-19 | 2 | -9/+12 |
* | sub/lavc_conv: switch to the newer "ass" subtitle decoding mode | Jan Ekström | 2019-09-19 | 3 | -5/+22 |
* | wayland: fix wl_proxy leak | dudemanguy | 2019-09-19 | 1 | -0/+3 |
* | drm: fix libmpv ABI breakage introduced in 351c083487050c88adb0e3d60f2174850f... | Anton Kindestam | 2019-09-18 | 8 | -29/+48 |
* | stream: stop randomly corrupting memory | wm4 | 2019-09-18 | 1 | -1/+2 |
* | vo_gpu: hwdec_vaapi: Refactor Vulkan and OpenGL interops for VAAPI | Philip Langdale | 2019-09-15 | 7 | -332/+474 |
* | vo_gpu: hwdec_cuda: Improve interop selection mechanism | Philip Langdale | 2019-09-15 | 4 | -15/+20 |
* | vo_gpu: x11: remove special vdpau probing, use EGL by default | wm4 | 2019-09-15 | 4 | -32/+3 |
* | vf_vavpp: disable this filter | wm4 | 2019-09-15 | 1 | -0/+9 |
* | vo_gpu: correctly normalize src.sig_peak | Niklas Haas | 2019-09-15 | 1 | -1/+4 |
* | image_writer: add webp-compression option | sfan5 | 2019-09-14 | 4 | -0/+10 |
* | image_writer: add WebP support (lossy or lossless) | sfan5 | 2019-09-14 | 4 | -7/+55 |
* | image_writer: move convert_image() to player/screenshot.c | sfan5 | 2019-09-14 | 5 | -10/+49 |
* | DOCS: remove references to --video-stereo-mode | Niklas Haas | 2019-09-14 | 4 | -20/+7 |
* | README: remove old googlegroups mailing list address | wm4 | 2019-09-14 | 1 | -3/+0 |
* | manpage: minor fixes to VO manpage | sfan5 | 2019-09-14 | 1 | -3/+3 |
* | vo: add warning message to vo_vaapi and vo_vdpau | sfan5 | 2019-09-14 | 2 | -0/+10 |
* | vo_d3d11/context: fix crash due to ctx->ra is null pointer access | Hui Jin | 2019-09-14 | 1 | -2/+4 |
* | vo_d3d11/hwdec_dxva2dxgi: fix memory leak that 'ctx11' be not release | Hui Jin | 2019-09-14 | 1 | -0/+6 |
* | stream_smb: remove unnecessary short write logic | wm4 | 2019-09-14 | 1 | -11/+4 |
* | stream_file: remove unnecessary short write logic | wm4 | 2019-09-14 | 1 | -10/+1 |
* | stream: handle short writes | wm4 | 2019-09-14 | 1 | -7/+10 |
* | ci: remove now unuspported libdvdread | wm4 | 2019-09-13 | 2 | -2/+0 |
* | demux, stream: remove old rar support in favor of libarchive | wm4 | 2019-09-13 | 8 | -732/+1 |
* | command, demux: remove program property | wm4 | 2019-09-13 | 5 | -133/+1 |
* | stream: remove some more optical disc leftovers | wm4 | 2019-09-13 | 2 | -15/+0 |
* | Remove classic Linux analog TV support, and DVB runtime controls | wm4 | 2019-09-13 | 27 | -6236/+13 |
* | stream: remove BD/DVD/CDDA sector size alignment | wm4 | 2019-09-13 | 5 | -16/+4 |
* | Remove optical disc fancification layers | wm4 | 2019-09-13 | 14 | -968/+25 |
* | stream_dvdnav: merge stream_dvd_common | wm4 | 2019-09-13 | 4 | -206/+106 |
* | Remove libdvdread support in favor of libdvdnav | wm4 | 2019-09-13 | 6 | -1031/+3 |
* | stream_file: avoid redundant free | Aman Gupta | 2019-09-11 | 1 | -1/+0 |
* | js: expose mpv_abort_async_command() (match dbe831bd) | Avi Halachmi (:avih) | 2019-09-11 | 3 | -3/+26 |
* | js: reimplement subprocess_detached using the run command (match 7f91e268) | Avi Halachmi (:avih) | 2019-09-11 | 2 | -32/+5 |
* | js: reimplement subprocess using the subprocess command (match 548ef078) | Avi Halachmi (:avih) | 2019-09-11 | 2 | -72/+21 |
* | js: expose async commands (match 159379980e) | Avi Halachmi (:avih) | 2019-09-11 | 3 | -2/+42 |
* | js: correctness: use integer range checks | Avi Halachmi (:avih) | 2019-09-11 | 1 | -18/+18 |
* | audio: block ao buffer for keep-open | dudemanguy | 2019-09-09 | 1 | -1/+4 |
* | vo_gpu: x11egl: support Mesa OML sync extension | wm4 | 2019-09-08 | 2 | -1/+25 |
* | vo_gpu: glx: move OML sync code to an independent file | wm4 | 2019-09-08 | 4 | -96/+146 |
* | vo/gpu: fix check on src/dst peak mismatch | Niklas Haas | 2019-09-05 | 1 | -1/+1 |
* | external_files: add .lrc subtitle extension | Guido Cella | 2019-09-02 | 1 | -1/+1 |
* | demux: ignore forced demuxer type for directories | Tom Yan | 2019-09-02 | 1 | -1/+1 |
* | stream_dvb: Increase timeout of streaming read. | Oliver Freyermuth | 2019-09-02 | 1 | -1/+1 |
* | stream_dvb: Adapt to VDR channel config format. | Oliver Freyermuth | 2019-09-02 | 1 | -3/+8 |
* | osc: improve look of seekranges | Jan Janssen | 2019-09-02 | 3 | -101/+291 |
* | cocoa-cb: remove an unused variable | der richter | 2019-09-02 | 1 | -1/+0 |
* | ao_opensles: fix delayed audio | sfan5 | 2019-09-02 | 1 | -1/+1 |
* | travis: rework scripts to re-enable macOS | Jan Ekström | 2019-09-02 | 3 | -10/+106 |
* | vo/gpu: vulkan: Pass the device name option through to libplacebo | Philip Langdale | 2019-08-24 | 1 | -0/+1 |
* | vo_gpu: d3d11: fix storage lifetime of compound literals | James Ross-Gowan | 2019-08-20 | 1 | -8/+15 |
* | encode: set sample_aspect_ratio on AVStream struct | ekisu | 2019-08-14 | 1 | -0/+5 |
* | vo_gpu: fix taking screenshots of rotated videos | wnoun | 2019-08-14 | 1 | -2/+6 |
* | vo_gpu: hwdec_vaapi: Synchronise after exporting VA surface | Philip Langdale | 2019-08-07 | 1 | -0/+3 |
* | DOCS/compile-windows: remove angleproject-git from deps | Ricardo Constantino | 2019-07-30 | 1 | -1/+1 |
* | TOOLS/travis-rebuild-website: update condition after docker transition | Ricardo Constantino | 2019-07-30 | 1 | -1/+1 |
* | cocoa-cb: migrate to swift 5 with swift 4 fallback | der richter | 2019-07-21 | 9 | -85/+143 |
* | cocoa-cb: fix optional cases on macOS 10.12 | der richter | 2019-07-21 | 1 | -4/+4 |
* | build: fix build with older command line tools | der richter | 2019-07-21 | 1 | -8/+28 |
* | build: make macOS SDK path and version configurable via env vars | der richter | 2019-07-21 | 1 | -3/+15 |
* | cocoa-cb: conditional compilation for Dark Mode and Material features | der richter | 2019-07-21 | 4 | -2/+40 |
* | build: add check for macOS SDK version | der richter | 2019-07-21 | 2 | -1/+22 |
* | osxbundle: bundle the dynamic swift std library when needed | der richter | 2019-07-21 | 1 | -1/+20 |
* | osxbundle: print the output of the dylib-unhell call | der richter | 2019-07-21 | 1 | -2/+2 |
* | build: add Swift dynamic linking support | der richter | 2019-07-21 | 2 | -2/+26 |
* | build: make Swift lib and compiler paths configurable via env vars | der richter | 2019-07-21 | 1 | -6/+22 |
* | build: add support for Swift toolchains not provided by Apple | der richter | 2019-07-21 | 1 | -12/+48 |
* | build: add all configure flags as conditional flags to Swift compiler | der richter | 2019-07-21 | 1 | -0/+10 |
* | build: don't check for Swift when disabled | der richter | 2019-07-21 | 1 | -1/+2 |
* | client: fix potential mpv_cmd/async leak | dudemanguy | 2019-07-08 | 1 | -4/+8 |
* | vo_gpu: hwdec_vaapi: Count planes rather than layers in Vulkan interop | Philip Langdale | 2019-07-08 | 1 | -1/+1 |
* | vo_gpu: hwdec_vaapi: Suppress format errors when probing | Philip Langdale | 2019-07-08 | 2 | -3/+7 |
* | vo_gpu: hwdec_vaapi: Add Vulkan interop | Philip Langdale | 2019-07-08 | 5 | -158/+304 |
* | vo_gpu: hwdec_vaegl: Rename and move to hwdec_vaapi | Philip Langdale | 2019-07-08 | 2 | -1/+1 |
* | vf_vapoursynth: allow multithreaded writing of source frames | Chainik | 2019-07-08 | 1 | -0/+3 |
* | vf_vapoursynth: allow multithreaded reading of returned frames | Chainik | 2019-07-08 | 1 | -8/+9 |
* | vo/gpu: hwdec_vdpau: Support direct mode for 4:4:4 content | Philip Langdale | 2019-07-08 | 4 | -5/+20 |
* | opengl/context_wayland: Fix crash on configure before initial reconfig | Michael Forney | 2019-07-08 | 1 | -1/+3 |
* | video/out/gpu: Add a `storable` flag to ra_format | Philip Langdale | 2019-07-08 | 5 | -1/+9 |
* | codec_tags: fix wrong buffer size | wm4 | 2019-07-03 | 1 | -1/+1 |
* | appveyor: remove broken packages, install libplacebo | James Ross-Gowan | 2019-07-03 | 3 | -3/+7 |
* | vo_gpu: process three component together in error diffusion | Bin Jin | 2019-06-16 | 1 | -42/+70 |
* | vo_gpu: fix use of existing textures in error diffusion | Bin Jin | 2019-06-16 | 1 | -6/+8 |
* | vo_gpu: implement error diffusion for dithering | Bin Jin | 2019-06-16 | 6 | -1/+454 |
* | ci: Remove snapshot-deps config from tw builds | Martin Herkt | 2019-06-14 | 1 | -2/+0 |
* | build: Add support for static spirv-cross | Martin Herkt | 2019-06-14 | 1 | -1/+14 |
* | demux_mkv: copy attachments (fonts) from ordered chapter sources | Philip Sequeira | 2019-06-12 | 1 | -0/+10 |
* | vo_gpu: d3d11: use the SPIRV-Cross C API directly | James Ross-Gowan | 2019-06-12 | 4 | -28/+77 |
* | vo_gpu: fix --scaler-resizes-only for fractional ratio scaling | Bin Jin | 2019-06-06 | 1 | -3/+6 |
* | vo_gpu: expose texture_off to user shader | Bin Jin | 2019-06-06 | 1 | -0/+1 |
* | vo_gpu: allow user shader to fix texture offset | Bin Jin | 2019-06-06 | 4 | -10/+52 |
* | wayland: fix segfault on uninit | Niklas Haas | 2019-05-26 | 1 | -1/+1 |
* | wayland: fix various memory leaks | dudemanguy | 2019-05-21 | 1 | -0/+33 |
* | cocoa-cb: fix quit in fs with none native fs | der richter | 2019-05-11 | 1 | -1/+2 |
* | win32-console-wrapper: silence missing prototype warnings | James Ross-Gowan | 2019-05-10 | 1 | -2/+4 |
* | w32_common: avoid unnecessary sprintfs | James Ross-Gowan | 2019-05-10 | 1 | -8/+5 |
* | man: clarify vavpp requirements | Nicolas F | 2019-05-05 | 1 | -2/+3 |
* | libarchive: add fallback for systems without C.UTF-8 | dudemanguy | 2019-05-04 | 2 | -2/+6 |
* | drm_common: Support --drm-mode=<preferred|highest|N|WxH[@R]> | Anton Kindestam | 2019-05-04 | 2 | -16/+241 |
* | drm_common: Don't export functions only being used internally | Anton Kindestam | 2019-05-04 | 2 | -22/+22 |
* | drm_common: Add proper help option to drm-mode | Anton Kindestam | 2019-05-04 | 5 | -26/+95 |
* | drm_common: Add option to toggle use of atomic modesetting | Anton Kindestam | 2019-05-04 | 5 | -11/+29 |
* | vo/gpu: hwdec_cuda: Refactor gpu api specific code into separate files | Philip Langdale | 2019-05-03 | 6 | -750/+848 |
* | context_drm_egl: Add support for presentation feedback | Anton Kindestam | 2019-05-03 | 1 | -15/+118 |
* | cocoa-cb: remove all force unwrappings of optionals | der richter | 2019-04-25 | 7 | -334/+448 |
* | vo_gpu/hwdec_cuda: fixup compilation with vulkan disabled | Jan Ekström | 2019-04-22 | 1 | -0/+2 |
* | docs: add mentions of the Vulkan rendering abstraction replacement | Jan Ekström | 2019-04-22 | 2 | -0/+54 |
* | vo/gpu: hwdec_cuda: Reorganise backend-specific code | Philip Langdale | 2019-04-21 | 1 | -151/+223 |
* | vo_gpu: hwdec_cuda: Implement interop for placebo | Philip Langdale | 2019-04-21 | 2 | -146/+225 |
* | vo/gpu: ra_pl: Add helper to get pl_fmt from ra_format | Philip Langdale | 2019-04-21 | 1 | -0/+5 |
* | vo_gpu: ra_pl: Add getter for pl_gpu | Philip Langdale | 2019-04-21 | 2 | -1/+8 |
* | vo_gpu: vulkan: Add back context_win for libplacebo | Philip Langdale | 2019-04-21 | 3 | -4/+106 |
* | vo_gpu: vulkan: use libplacebo instead | Niklas Haas | 2019-04-21 | 24 | -4368/+868 |
* | mp_image: align stride to multiple of texel size | Niklas Haas | 2019-04-21 | 1 | -0/+3 |
* | vo_gpu: fix segfault when OSD tex creation fails | Niklas Haas | 2019-04-21 | 1 | -1/+1 |
* | vo_gpu: index desc namespaces by ra | Niklas Haas | 2019-04-21 | 5 | -5/+5 |
* | appveyor: fix shaderc dependencies | James Ross-Gowan | 2019-04-16 | 1 | -4/+3 |
* | version.sh: update MPVCOPYRIGHT to include the current year, 2019 | JCount | 2019-04-16 | 1 | -1/+1 |
* | options/path: fix url detection per RFC3986 | john | 2019-04-05 | 1 | -3/+7 |
* | ao/audiounit: include AVAudioSession buffer in latency calc | Aman Gupta | 2019-04-05 | 1 | -1/+1 |
* | ao/audiounit: improve a/v sync | Aman Gupta | 2019-04-05 | 3 | -4/+18 |
* | man/input: clarify behavior of seek's +exact | NoSuck | 2019-04-02 | 1 | -2/+3 |
* | cocoa-cb: add support for custom colored title bar | der richter | 2019-04-02 | 7 | -0/+44 |
* | cocoa-cb: refactor title bar styling | der richter | 2019-04-02 | 7 | -63/+192 |
* | cocoa-cb: add support for mac 10.14 Dark mode and run time switching | Akemi | 2019-04-02 | 1 | -5/+10 |
* | cocoa-cb: move all title bar related functionality in its own file | der richter | 2019-04-02 | 5 | -156/+179 |
* | cocoa-cb: remove an unused variable | Akemi | 2019-04-02 | 1 | -1/+0 |
* | cocoa-cb: simplify CGL pixel format creation | Akemi | 2019-04-02 | 1 | -57/+75 |
* | |