summaryrefslogtreecommitdiffstats
path: root/stream/stream_lavf.c
Commit message (Expand)AuthorAgeFilesLines
* stream_lavf: remove deprecated hls protocol from whitelistwm42018-01-251-1/+1
* stream: use native libavformat reconnection featurewm42018-01-041-27/+3
* stream_lavf: minor fixes to HTTP reconnection supportwm42018-01-021-4/+13
* stream_lavf: use avio_read_partial()wm42017-09-011-0/+4
* stream_lavf: change license to LGPLwm42017-06-161-7/+7
* stream_lavf: add support for data URIsRicardo Constantino2017-01-251-0/+1
* stream_lavf: check seekable flag correctlywm42016-09-271-1/+1
* stream_lavf: fix determining seekabilitywm42016-09-261-3/+23
* stream/stream_lavf: user-agent option is deprecatedRiCON2016-09-181-1/+1
* demux: do not access global optionswm42016-09-061-23/+48
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* stream_lavf: remove tabswm42015-12-221-2/+2
* options: add support for client certificate authenticationJoschka Tillmanns2015-10-201-0/+4
* stream: minor cleanup to verbose loggingwm42015-09-301-1/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* stream_lavf: workaround broken rtmp "timeout" optionwm42015-03-191-4/+7
* stream: minor cleanupswm42015-02-061-2/+2
* stream_lavf: fix build with Libavwm42015-02-061-2/+5
* options: add --network-timeoutwm42015-02-061-0/+3
* stream_lavf: escape disallowed characters in http URLswm42015-01-211-3/+22
* demux_lavf, stream_lavf: drop local buffers on time-seekswm42014-10-301-1/+3
* demux_lavf: mark as seekable if protocol supports seeking by timewm42014-10-301-0/+4
* demux_lavf: set stream network options if applicablewm42014-10-141-29/+40
* stream_lavf: expose concat://wm42014-10-141-0/+1
* stream: redo playback abort handlingwm42014-09-131-1/+1
* stream_lavf: assume icy title data is terminated with ';'wm42014-09-061-1/+1
* player: don't allow remote playlists to load local fileswm42014-09-011-2/+2
* player: always load playlistswm42014-08-311-3/+17
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* stream: tweaks to network reconnection codewm42014-08-291-0/+2
* Improve setting AVOptionswm42014-08-021-5/+1
* stream: hack-fix rtmp-level seekingwm42014-07-301-7/+6
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-301-0/+17
* demux, stream: change metadata notificationwm42014-07-051-27/+19
* Add more constwm42014-06-111-1/+1
* stream: remove chaos related to writeable streamswm42014-05-241-13/+5
* stream_lavf: remove redundant message prefixeswm42014-05-241-6/+6
* stream: don't use end_poswm42014-05-241-9/+7
* stream: use libavformat interrupt callbackwm42014-04-251-1/+12
* Remove some more unneeded version checkswm42014-03-161-11/+2
* stream_lavf: prefix icy metadata with "icy-"wm42014-02-061-1/+1
* stream: minor cookie cleanupwm42013-12-221-1/+6
* options: move network related options to MPOptswm42013-12-221-12/+15
* stream: mp_msg conversionswm42013-12-211-6/+6
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Merge mp_talloc.h into ta/ta_talloc.hwm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* stream_lavf: fix a small memory leakwm42013-11-211-1/+5
* stream_lavf: don't duplicate list of rtmp protocolswm42013-11-041-6/+4
* stream_lavf: support more libavformat protocolswm42013-11-041-1/+3
* network: add options to control TLS verificationwm42013-09-271-0/+3
* stream_lavf: print lavf options that could not be setwm42013-09-221-0/+6
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-4/+6
* stream: don't require streams to set s->pos in seek callbackwm42013-08-221-2/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-5/+5
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-6/+3
* stream: remove useless author/comment fieldswm42013-07-121-3/+0
* stream: don't require streams to set a typewm42013-07-121-1/+0
* Cleanup some include statementswm42013-07-121-1/+0
* core: change open_stream and demux_open signaturewm42013-07-121-5/+5
* Remove some leftovers from network removalwm42013-07-071-1/+1
* stream: remove weird STREAMTYPE_STREAM special handlingwm42013-07-071-4/+1
* Remove internal network supportwm42013-07-071-2/+1
* core: make network options available even if old net code is disabledwm42013-07-071-2/+1
* stream_lavf: request and read streamcast/ICY metadatawm42013-07-021-4/+89
* stream: don't set EOF flag in stream implementationswm42013-06-161-1/+0
* build: make it work on somewhat older ffmpeg versionswm42013-01-311-1/+1
* stream: fix reconnecting on broken network connectionswm42013-01-241-11/+30
* stream: implement some HTTP specific options for stream_lavfwm42013-01-241-1/+27
* stream_lavf: warn if protocol not foundwm42012-12-281-1/+6
* Fix compilation with Libavwm42012-12-111-0/+2
* stream_lavf/demux_lavf: export/use HTTP MIME typewm42012-12-111-3/+10
* stream: handle mms streaming with ffmpegwm42012-12-111-5/+14
* stream_lavf: use ffmpeg for http/https streamingwm42012-12-031-1/+3
* stream, demux: replace off_t with int64_twm42012-11-201-1/+1
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_treimar2012-11-201-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+170