aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_lavf.c
Commit message (Expand)AuthorAge
* stream: redo playback abort handlingGravatar wm42014-09-13
* stream_lavf: assume icy title data is terminated with ';'Gravatar wm42014-09-06
* player: don't allow remote playlists to load local filesGravatar wm42014-09-01
* player: always load playlistsGravatar wm42014-08-31
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* stream: tweaks to network reconnection codeGravatar wm42014-08-29
* Improve setting AVOptionsGravatar wm42014-08-02
* stream: hack-fix rtmp-level seekingGravatar wm42014-07-30
* stream_lavf: allow setting AVOptions with --stream-lavf-oGravatar wm42014-07-30
* demux, stream: change metadata notificationGravatar wm42014-07-05
* Add more constGravatar wm42014-06-11
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream_lavf: remove redundant message prefixesGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream: use libavformat interrupt callbackGravatar wm42014-04-25
* Remove some more unneeded version checksGravatar wm42014-03-16
* stream_lavf: prefix icy metadata with "icy-"Gravatar wm42014-02-06
* stream: minor cookie cleanupGravatar wm42013-12-22
* options: move network related options to MPOptsGravatar wm42013-12-22
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* stream_lavf: fix a small memory leakGravatar wm42013-11-21
* stream_lavf: don't duplicate list of rtmp protocolsGravatar wm42013-11-04
* stream_lavf: support more libavformat protocolsGravatar wm42013-11-04
* network: add options to control TLS verificationGravatar wm42013-09-27
* stream_lavf: print lavf options that could not be setGravatar wm42013-09-22
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* stream: don't require streams to set a typeGravatar wm42013-07-12
* Cleanup some include statementsGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* Remove some leftovers from network removalGravatar wm42013-07-07
* stream: remove weird STREAMTYPE_STREAM special handlingGravatar wm42013-07-07
* Remove internal network supportGravatar wm42013-07-07
* core: make network options available even if old net code is disabledGravatar wm42013-07-07
* stream_lavf: request and read streamcast/ICY metadataGravatar wm42013-07-02
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
* build: make it work on somewhat older ffmpeg versionsGravatar wm42013-01-31
* stream: fix reconnecting on broken network connectionsGravatar wm42013-01-24
* stream: implement some HTTP specific options for stream_lavfGravatar wm42013-01-24
* stream_lavf: warn if protocol not foundGravatar wm42012-12-28
* Fix compilation with LibavGravatar wm42012-12-11
* stream_lavf/demux_lavf: export/use HTTP MIME typeGravatar wm42012-12-11
* stream: handle mms streaming with ffmpegGravatar wm42012-12-11
* stream_lavf: use ffmpeg for http/https streamingGravatar wm42012-12-03