| Commit message (Expand) | Author | Age | Files | Lines |
* | vo_opengl: refactor into vo_gpu | Niklas Haas | 2017-09-21 | 1 | -17/+0 |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 2 | -4/+0 |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 | 5 | -91/+241 |
* | audio_buffer: remove dependency on mp_audio | wm4 | 2017-09-21 | 1 | -22/+29 |
* | options: remove --heartbeat-cmd and --heartbeat--interval | wm4 | 2017-09-18 | 2 | -17/+0 |
* | vo: avoid putting large voctrl_performance_data on stack | Niklas Haas | 2017-09-11 | 1 | -10/+17 |
* | vo_opengl: refactor/fix mp_pass_perf code | Niklas Haas | 2017-09-11 | 1 | -6/+2 |
* | ytdl_hook: resolve relative paths when joining segment urls | Ricardo Constantino | 2017-09-03 | 1 | -1/+21 |
* | audio: fix format change regression | wm4 | 2017-09-03 | 1 | -3/+3 |
* | input: merge mouse wheel and axis keycodes | James Ross-Gowan | 2017-09-03 | 2 | -4/+2 |
* | input: use mnemonic names for mouse buttons | James Ross-Gowan | 2017-09-03 | 2 | -49/+54 |
* | command: restore OSD marker for video equalizer properties | wm4 | 2017-08-23 | 1 | -7/+8 |
* | video: change --deinterlace behavior | wm4 | 2017-08-22 | 3 | -89/+9 |
* | video: redo video equalizer option handling | wm4 | 2017-08-22 | 2 | -112/+1 |
* | options: add a thread-safe way to notify option updates | wm4 | 2017-08-22 | 1 | -8/+0 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 8 | -73/+114 |
* | player: make refresh seeks slightly more robust | wm4 | 2017-08-14 | 6 | -33/+40 |
* | player: do not destroy VO immediately if there is no video track | wm4 | 2017-08-14 | 1 | -1/+0 |
* | player: add --track-auto-selection option | wm4 | 2017-08-12 | 1 | -2/+2 |
* | player: fix another audio resync issue | wm4 | 2017-08-12 | 1 | -1/+1 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 8 | -97/+182 |
* | player: fix --lavfi-complex freeze | wm4 | 2017-08-11 | 3 | -5/+8 |
* | player: fix confusion in audio resync code | wm4 | 2017-08-08 | 1 | -2/+6 |
* | player: fix --end with large values | wm4 | 2017-08-08 | 1 | -2/+5 |
* | player: readd smi subtitle extension | wm4 | 2017-08-08 | 1 | -1/+1 |
* | ytdl_hook: support fragments with relative paths | Ricardo Constantino | 2017-08-06 | 1 | -5/+16 |
* | options: --priority can be LGPL | wm4 | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: add direct rendering support | wm4 | 2017-07-24 | 1 | -0/+1 |
* | input: drop deprecated "osd" command | wm4 | 2017-07-21 | 1 | -22/+0 |
* | ytdl_hook: add a header to support geo-bypass | Jagannathan Tiruvallur Eachambadi | 2017-07-16 | 1 | -1/+1 |
* | player: change default section when loading encoding-profiles.conf | wm4 | 2017-07-12 | 1 | -3/+3 |
* | Revert "player: always load encoding-profiles.conf" | wm4 | 2017-07-12 | 1 | -3/+3 |
* | ytdl_hook: actually load the script-opts | Ricardo Constantino | 2017-07-11 | 1 | -5/+7 |
* | ytdl_hook: add option to exclude URLs from being parsed | Ricardo Constantino | 2017-07-11 | 1 | -4/+30 |
* | ytdl_hook: add times for ytdl and hook running on debug-level | Ricardo Constantino | 2017-07-11 | 1 | -0/+3 |
* | js: utils.getenv(): fix crash on undefined var | Avi Halachmi (:avih) | 2017-07-06 | 1 | -1/+6 |
* | command: add missing change notification for playlist-shuffle | wm4 | 2017-07-04 | 1 | -0/+1 |
* | ytdl_hook: add pre-parsed chapters, if available | Ricardo Constantino | 2017-07-02 | 1 | -3/+13 |
* | options: change everything again | wm4 | 2017-07-02 | 1 | -1/+48 |
* | m_option: remove redundant indirections | wm4 | 2017-07-02 | 1 | -1/+1 |
* | vo_opengl: refactor vo performance subsystem | Niklas Haas | 2017-07-01 | 1 | -14/+59 |
* | scripting: add wrapper to load scripts with user paths | Ricardo Constantino | 2017-06-30 | 3 | -6/+12 |
* | client API: change mpv_create() behavior, run init always on mpv thread | wm4 | 2017-06-30 | 1 | -16/+24 |
* | Universal Windows Plaform (UWP) support | Pedro Pombeiro | 2017-06-29 | 1 | -0/+2 |
* | build: change how some OS specific source files are selected | wm4 | 2017-06-29 | 1 | -1/+1 |
* | options: handle suffixes like -add in a more generic way | wm4 | 2017-06-26 | 1 | -25/+0 |
* | player: document where the magic "encoding" section name is used | wm4 | 2017-06-26 | 1 | -0/+1 |
* | player: always load encoding-profiles.conf | wm4 | 2017-06-26 | 1 | -3/+3 |
* | player: change license of most core files to LGPL | wm4 | 2017-06-23 | 11 | -77/+89 |
* | player/audio: mark some libaf interfacing parts as GPL only | wm4 | 2017-06-23 | 1 | -0/+8 |
* | command: add git hashes for some GPL-only parts | wm4 | 2017-06-23 | 1 | -0/+2 |
* | player: revert multiple help output | wm4 | 2017-06-23 | 1 | -9/+8 |
* | player: disable dumping configutation in LGPL mode | wm4 | 2017-06-23 | 1 | -0/+3 |
* | player: disable --frames in WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+6 |
* | player: disable video equalizer frontend code for WIP LGPL mode | wm4 | 2017-06-23 | 2 | -0/+8 |
* | player: disable deinterlace property for WIP LGPL mode | wm4 | 2017-06-23 | 2 | -0/+11 |
* | player: disable --priority for WIP LGPL mode | wm4 | 2017-06-23 | 1 | -1/+1 |
* | player: deprecate "osd" command | wm4 | 2017-06-23 | 3 | -1/+9 |
* | demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTH | wm4 | 2017-06-20 | 1 | -8/+1 |
* | external_files: change license to LGPL | wm4 | 2017-06-20 | 2 | -17/+17 |
* | demux: replace custom return codes with CONTROL_ ones | wm4 | 2017-06-19 | 1 | -2/+2 |
* | input: change license to LGPL | wm4 | 2017-06-19 | 1 | -0/+4 |
* | player: seek backward for type MPSEEK_FACTOR | jrodatus | 2017-06-18 | 1 | -1/+1 |
* | vo_opengl: implement support for OOTFs and non-display referred content | Niklas Haas | 2017-06-18 | 1 | -0/+2 |
* | video: refactor HDR implementation | Niklas Haas | 2017-06-18 | 1 | -1/+0 |
* | javascript: replace custom MIN macro with MPMIN | wm4 | 2017-06-17 | 1 | -5/+3 |
* | command: avoid going through prop->opt bridge from opt->prop bridge | wm4 | 2017-06-16 | 1 | -0/+11 |
* | command: add all options to property->option bridge | wm4 | 2017-06-15 | 1 | -13/+13 |
* | js: add javascript scripting support using MuJS | Avi Halachmi (:avih) | 2017-06-14 | 3 | -0/+1806 |
* | scripting: expand --script filename for C plugins | Hoyon Mak | 2017-06-09 | 2 | -6/+7 |
* | ytdl_hook: don't override start time set by saved state | Martin D | 2017-06-09 | 1 | -1/+7 |
* | ytdl_hook: don't override user-set start time | Ricardo Constantino | 2017-06-08 | 1 | -1/+2 |
* | options: another missed --sub-ass-style-override use | wm4 | 2017-06-07 | 1 | -1/+1 |
* | options: fix some missing --sub-ass-style-override renames | wm4 | 2017-06-07 | 1 | -1/+1 |
* | external_files: parse ~ in --{sub,audio}-paths | rr- | 2017-05-31 | 1 | -3/+7 |
* | OSD message: "Drop files or URLs to play here." | nodiscc | 2017-05-31 | 1 | -1/+1 |
* | player: make sure version information is always included in --log-file | wm4 | 2017-05-22 | 1 | -0/+5 |
* | command: use scale_units to add/cycle integer properties | James Ross-Gowan | 2017-05-12 | 1 | -16/+38 |
* | vo.c, vo.h, vo_null.c: change license to LGPL | wm4 | 2017-05-10 | 1 | -4/+0 |
* | audio: replace from_dB function | wm4 | 2017-05-05 | 1 | -8/+4 |
* | 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 |
* | player: fix potential segfault when playing dvd:// with DVD disabled | wm4 | 2017-05-01 | 1 | -1/+1 |
* | audio: merge --replaygain-track and --replaygain-album into one option | wm4 | 2017-04-27 | 1 | -2/+2 |
* | audio: fix replaygain volume scale | wm4 | 2017-04-27 | 1 | -0/+1 |
* | audio: move replaygain control to top-level options | wm4 | 2017-04-26 | 2 | -4/+53 |
* | 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 |
* | 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 |
* | external_files.c: add GPL header | wm4 | 2017-04-21 | 1 | -0/+17 |
* | osc: add user_opts.boxmaxchars for box layout title limit | Avi Halachmi (:avih) | 2017-04-19 | 1 | -3/+6 |
* | osc: add volume icons to osd font and use them | Ricardo Constantino | 2017-04-19 | 1 | -3/+4 |
* | 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 |
* | Fix use of ISC license | wm4 | 2017-04-15 | 1 | -1/+3 |
* | 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 | 1 | -1/+1 |
* | osc: use "loop-playlist" instead of "loop" property | wm4 | 2017-04-11 | 1 | -1/+1 |
* | command, manpage: some leftover mentions of renamed --loop option | wm4 | 2017-04-11 | 1 | -1/+1 |
* | command: update sub-fps etc. options on runtime changes | wm4 | 2017-04-10 | 1 | -11/+7 |
* | audio: deprecate most audio filters | wm4 | 2017-04-04 | 1 | -1/+2 |
* | video: deprecate almost all video filters | wm4 | 2017-04-02 | 1 | -3/+4 |
* | screenshot: cleanup: use normal MSGL_ defines | wm4 | 2017-04-01 | 1 | -19/+9 |
* | player: make screenshot commands honor the async flag | wm4 | 2017-04-01 | 5 | -29/+104 |
* | player: enable "buffering" pausing for DASH streams too | wm4 | 2017-04-01 | 1 | -1/+2 |
* | external_files: enable autoloading with URLs | Ricardo Constantino | 2017-04-01 | 1 | -3/+4 |
* | external_files: actually try to autoload from fallback paths | Ricardo Constantino | 2017-04-01 | 1 | -2/+2 |
* | command: add property notifications for hwdec properties | wm4 | 2017-03-31 | 1 | -3/+3 |
* | osc: escape ASS and strip newlines on title | Ricardo Constantino | 2017-03-27 | 1 | -0/+2 |
* | osc: make title configurable and use property expansion on it | Ricardo Constantino | 2017-03-27 | 1 | -6/+4 |
* | Revert "osc: make the title toggleable between media-title and filename" | Ricardo Constantino | 2017-03-27 | 1 | -11/+10 |
* | osx: initial Touch Bar support | Akemi | 2017-03-26 | 1 | -0/+5 |
* | command: add expand-text command to property-expand a string | Avi Halachmi (:avih) | 2017-03-26 | 1 | -0/+10 |
* | osc: make the title toggleable between media-title and filename | Ricardo Constantino | 2017-03-26 | 1 | -10/+11 |
* | player: make new stream output more consistent with other output | wm4 | 2017-03-26 | 1 | -3/+3 |
* | player: print additional stream info | Dan Oscarsson | 2017-03-26 | 1 | -1/+13 |
* | command: add better runtime filter toggling method | wm4 | 2017-03-25 | 1 | -1/+4 |
* | command: add demux-start-time property | Matthias Hunstock | 2017-03-25 | 1 | -0/+11 |
* | osc: fix PlayResX undefined warning when aspect is 0 | Ricardo Constantino | 2017-03-24 | 1 | -3/+6 |
* | osc: bottom/topbar: don't clip title vertically | Ricardo Constantino | 2017-03-24 | 1 | -2/+2 |
* | osc: bottom/topbar: increase timecodes width a bit | Ricardo Constantino | 2017-03-24 | 1 | -4/+4 |
* | osc: refactor cache status display | Ricardo Constantino | 2017-03-24 | 1 | -11/+18 |
* | osc: refactor osc message scaling | Ricardo Constantino | 2017-03-24 | 1 | -35/+20 |
* | command: add a property to signal whether networking is used | wm4 | 2017-03-24 | 1 | -0/+12 |
* | screenshot: change details of --screenshot-format handling | wm4 | 2017-03-18 | 1 | -2/+3 |
* | screenshot: minor simplification | wm4 | 2017-03-18 | 1 | -7/+4 |
* | player: specifically log audio EOF too | wm4 | 2017-03-14 | 1 | -1/+3 |
* | osc: fix window dragging with showwindowed=no | Akemi | 2017-02-27 | 1 | -0/+2 |
* | client: call certain external functions outside of client lock | wm4 | 2017-02-24 | 1 | -2/+3 |
* | lavfi: temporary workaround for FFmpeg av_buffersrc_parameters_set() bug | wm4 | 2017-02-22 | 1 | -0/+9 |
* | player: don't block playback stop when seeking | wm4 | 2017-02-21 | 1 | -3/+0 |
* | player: fix stats-logging of sleep state | wm4 | 2017-02-21 | 1 | -2/+3 |
* | player: remove unnecessary wakeup | wm4 | 2017-02-21 | 1 | -1/+0 |
* | player: reduce blocking on VO when switching pause | wm4 | 2017-02-21 | 1 | -2/+2 |
* | command: add a redundant NULL check | wm4 | 2017-02-20 | 1 | -1/+1 |
* | command: fix wrong sizeof() argument | wm4 | 2017-02-20 | 1 | -1/+1 |
* | lavfi: support hwdec filters for --lavfi-complex | wm4 | 2017-02-20 | 3 | -0/+22 |
* | lavfi: use AVBufferSrcParameters | wm4 | 2017-02-20 | 1 | -23/+34 |
* | lavfi: use mp_image to store the filter pad format | wm4 | 2017-02-20 | 1 | -16/+19 |
* | lavfi: fix minor memory leak | wm4 | 2017-02-13 | 1 | -9/+11 |
* | atomic: remove __atomic builtin usage | wm4 | 2017-02-13 | 1 | -1/+1 |
* | ytdl_hook: support livestream segmented DASH VODs | Ricardo Constantino | 2017-02-10 | 1 | -4/+6 |
* | lavfi: cosmetics: more consistent variable naming | wm4 | 2017-02-09 | 1 | -3/+3 |
* | lavfi: slightly better disconnected output handling | wm4 | 2017-02-08 | 1 | -6/+14 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 4 | -0/+126 |
* | ytdl_hook: reenable support for length-less segments in EDL | Ricardo Constantino | 2017-02-06 | 1 | -12/+28 |
* | ytdl_hook: fix EDL syntax | wm4 | 2017-02-05 | 1 | -1/+1 |
* | ytdl_hook: Add non-dash fallbacks to default formats | Ricardo Constantino | 2017-02-04 | 1 | -3/+3 |
* | ytdl_hook, edl: implement pseudo-DASH support | wm4 | 2017-02-04 | 1 | -3/+9 |
* | ytdl: support segmented dash | Ricardo Constantino | 2017-02-04 | 1 | -12/+16 |
* | sub: remove .txt as text subtitle extension | wm4 | 2017-02-03 | 1 | -1/+1 |
* | player: different way to auto-enable the demuxer cache | wm4 | 2017-02-02 | 1 | -5/+7 |
* | osx: consistent normalisation when searching for external files | Akemi | 2017-02-02 | 1 | -3/+13 |
* | osc: allow playlist buttons when looping | Ricardo Constantino | 2017-02-01 | 1 | -2/+3 |
* | osc: box: clip with ellipsis after too much stretching | Ricardo Constantino | 2017-01-31 | 1 | -2/+9 |
* | osc: bottom/topbar: clip title instead of stretching | Ricardo Constantino | 2017-01-31 | 1 | -4/+6 |
* | player: add .scc subtitle extension | wm4 | 2017-01-31 | 1 | -1/+2 |
* | command: nicer OSd-formatting for loop-file | wm4 | 2017-01-31 | 1 | -0/+1 |
* | ytdl_hook: refactor edl track joining | Ricardo Constantino | 2017-01-30 | 1 | -20/+28 |
* | ytdl_hook: respect --no-audio, don't force-select track | Ricardo Constantino | 2017-01-30 | 1 | -1/+1 |
* | player: print hw format on "VO: " line too | wm4 | 2017-01-29 | 1 | -2/+5 |
* | ytdl_hook: fix opening hitbox.tv rtmp stream | Ricardo Constantino | 2017-01-29 | 1 | -0/+2 |
* | win32: snap to screen edges | pavelxdd | 2017-01-27 | 1 | -0/+1 |
* | command: shorten long playlists on OSD | wm4 | 2017-01-26 | 1 | -4/+77 |
* | stream_lavf: add support for data URIs | Ricardo Constantino | 2017-01-25 | 1 | -1/+1 |
* | osc: fix crashes related to field eventresponder being nil | Roland Hieber | 2017-01-25 | 1 | -0/+1 |
* | command: fix potential crash for script-binding with multi-commands | wm4 | 2017-01-24 | 1 | -1/+2 |
* | player: actually initialize/destroy MPContext.lock | wm4 | 2017-01-22 | 1 | -0/+3 |
* |