| Commit message (Expand) | Author | Age | Files | Lines |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 1 | -12/+12 |
* | options: change how option range min/max is handled | wm4 | 2020-03-13 | 1 | -1/+1 |
* | stream_lavf: use smb:// for ffmpeg libsmbclient support | wm4 | 2020-03-07 | 1 | -1/+1 |
* | Remove remains of Libav compatibility | wm4 | 2020-02-16 | 1 | -4/+0 |
* | stream_lavf: remove version from user agent | wm4 | 2020-01-26 | 1 | -1/+1 |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 1 | -2/+4 |
* | stream_lavf: set --network-timeout to 60 seconds by default | wm4 | 2019-11-14 | 1 | -6/+12 |
* | stream: replace STREAM_CTRL_GET_SIZE with a proper entrypoint | wm4 | 2019-11-07 | 1 | -8/+7 |
* | stream: change buffer argument types from char* to void* | wm4 | 2019-11-07 | 1 | -2/+2 |
* | stream_lavf: add support for gopher | Leonardo Taccari | 2019-09-29 | 1 | -1/+1 |
* | options: add --http-proxy | wm4 | 2018-05-24 | 1 | -0/+4 |
* | misc: move mp_cancel from stream.c to thread_tools.c | wm4 | 2018-05-24 | 1 | -0/+1 |
* | stream_lavf: remove deprecated hls protocol from whitelist | wm4 | 2018-01-25 | 1 | -1/+1 |
* | stream: use native libavformat reconnection feature | wm4 | 2018-01-04 | 1 | -27/+3 |
* | stream_lavf: minor fixes to HTTP reconnection support | wm4 | 2018-01-02 | 1 | -4/+13 |
* | stream_lavf: use avio_read_partial() | wm4 | 2017-09-01 | 1 | -0/+4 |
* | stream_lavf: change license to LGPL | wm4 | 2017-06-16 | 1 | -7/+7 |
* | stream_lavf: add support for data URIs | Ricardo Constantino | 2017-01-25 | 1 | -0/+1 |
* | stream_lavf: check seekable flag correctly | wm4 | 2016-09-27 | 1 | -1/+1 |
* | stream_lavf: fix determining seekability | wm4 | 2016-09-26 | 1 | -3/+23 |
* | stream/stream_lavf: user-agent option is deprecated | RiCON | 2016-09-18 | 1 | -1/+1 |
* | demux: do not access global options | wm4 | 2016-09-06 | 1 | -23/+48 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | stream_lavf: remove tabs | wm4 | 2015-12-22 | 1 | -2/+2 |
* | options: add support for client certificate authentication | Joschka Tillmanns | 2015-10-20 | 1 | -0/+4 |
* | stream: minor cleanup to verbose logging | wm4 | 2015-09-30 | 1 | -1/+0 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | stream_lavf: workaround broken rtmp "timeout" option | wm4 | 2015-03-19 | 1 | -4/+7 |
* | stream: minor cleanups | wm4 | 2015-02-06 | 1 | -2/+2 |
* | stream_lavf: fix build with Libav | wm4 | 2015-02-06 | 1 | -2/+5 |
* | options: add --network-timeout | wm4 | 2015-02-06 | 1 | -0/+3 |
* | stream_lavf: escape disallowed characters in http URLs | wm4 | 2015-01-21 | 1 | -3/+22 |
* | demux_lavf, stream_lavf: drop local buffers on time-seeks | wm4 | 2014-10-30 | 1 | -1/+3 |
* | demux_lavf: mark as seekable if protocol supports seeking by time | wm4 | 2014-10-30 | 1 | -0/+4 |
* | demux_lavf: set stream network options if applicable | wm4 | 2014-10-14 | 1 | -29/+40 |
* | stream_lavf: expose concat:// | wm4 | 2014-10-14 | 1 | -0/+1 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 1 | -1/+1 |
* | stream_lavf: assume icy title data is terminated with ';' | wm4 | 2014-09-06 | 1 | -1/+1 |
* | player: don't allow remote playlists to load local files | wm4 | 2014-09-01 | 1 | -2/+2 |
* | player: always load playlists | wm4 | 2014-08-31 | 1 | -3/+17 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | stream: tweaks to network reconnection code | wm4 | 2014-08-29 | 1 | -0/+2 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 1 | -5/+1 |
* | stream: hack-fix rtmp-level seeking | wm4 | 2014-07-30 | 1 | -7/+6 |
* | stream_lavf: allow setting AVOptions with --stream-lavf-o | wm4 | 2014-07-30 | 1 | -0/+17 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 1 | -27/+19 |
* | Add more const | wm4 | 2014-06-11 | 1 | -1/+1 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 | 1 | -13/+5 |
* | stream_lavf: remove redundant message prefixes | wm4 | 2014-05-24 | 1 | -6/+6 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -9/+7 |
* | stream: use libavformat interrupt callback | wm4 | 2014-04-25 | 1 | -1/+12 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -11/+2 |
* | stream_lavf: prefix icy metadata with "icy-" | wm4 | 2014-02-06 | 1 | -1/+1 |
* | stream: minor cookie cleanup | wm4 | 2013-12-22 | 1 | -1/+6 |
* | options: move network related options to MPOpts | wm4 | 2013-12-22 | 1 | -12/+15 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -6/+6 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | stream_lavf: fix a small memory leak | wm4 | 2013-11-21 | 1 | -1/+5 |
* | stream_lavf: don't duplicate list of rtmp protocols | wm4 | 2013-11-04 | 1 | -6/+4 |
* | stream_lavf: support more libavformat protocols | wm4 | 2013-11-04 | 1 | -1/+3 |
* | network: add options to control TLS verification | wm4 | 2013-09-27 | 1 | -0/+3 |
* | stream_lavf: print lavf options that could not be set | wm4 | 2013-09-22 | 1 | -0/+6 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -4/+6 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 1 | -2/+1 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -5/+5 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -6/+3 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -3/+0 |
* | stream: don't require streams to set a type | wm4 | 2013-07-12 | 1 | -1/+0 |
* | Cleanup some include statements | wm4 | 2013-07-12 | 1 | -1/+0 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -5/+5 |
* | Remove some leftovers from network removal | wm4 | 2013-07-07 | 1 | -1/+1 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 1 | -4/+1 |
* | Remove internal network support | wm4 | 2013-07-07 | 1 | -2/+1 |
* | core: make network options available even if old net code is disabled | wm4 | 2013-07-07 | 1 | -2/+1 |
* | stream_lavf: request and read streamcast/ICY metadata | wm4 | 2013-07-02 | 1 | -4/+89 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 1 | -1/+0 |
* | build: make it work on somewhat older ffmpeg versions | wm4 | 2013-01-31 | 1 | -1/+1 |
* | stream: fix reconnecting on broken network connections | wm4 | 2013-01-24 | 1 | -11/+30 |
* | stream: implement some HTTP specific options for stream_lavf | wm4 | 2013-01-24 | 1 | -1/+27 |
* | stream_lavf: warn if protocol not found | wm4 | 2012-12-28 | 1 | -1/+6 |
* | Fix compilation with Libav | wm4 | 2012-12-11 | 1 | -0/+2 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 1 | -3/+10 |
* | stream: handle mms streaming with ffmpeg | wm4 | 2012-12-11 | 1 | -5/+14 |
* | stream_lavf: use ffmpeg for http/https streaming | wm4 | 2012-12-03 | 1 | -1/+3 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -1/+1 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+170 |