aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
* demux, stream: ignore packets and errors on forced exitGravatar wm42018-03-26
* stream: use native libavformat reconnection featureGravatar wm42018-01-04
* stream_lavf: minor fixes to HTTP reconnection supportGravatar wm42018-01-02
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* stream: add an assert() to an obscure seek caseGravatar wm42017-08-17
* Avoid calling close(-1)Gravatar wm42017-06-29
* stream: change license to LGPLGravatar wm42017-06-19
* stream: rewrite url escaping/unescaping functionsGravatar wm42017-06-13
* wscript: decouple dvdnav check from dvdreadGravatar Ricardo Constantino2017-03-31
* stream: get rid of streamtype enumGravatar wm42017-02-02
* stream: better method signal caching, rename weird uncached_stream fieldGravatar wm42017-02-02
* stream: minor cleanup to previous commitGravatar wm42017-01-27
* stream: set EOF if stream is canceledGravatar wm42017-01-26
* stream: check for playback aborts on reading tooGravatar wm42017-01-24
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* stream_cb: don't add "*://" to protocol listGravatar wm42016-09-10
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* stream_dvd, stream_dvdnav: remove weird option parsing stuffGravatar wm42016-09-08
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* demux: do not access global optionsGravatar wm42016-09-06
* stream: fix double-free if cache init failsGravatar wm42016-08-08
* client API: add stream_cb API for user-defined stream implementationsGravatar Aman Gupta2016-08-07
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* stream: separate posix/win32 cancellation codeGravatar wm42016-05-20
* stream: stream_read_complete() reads from current pos, not 0Gravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Fix some typos in code commentsGravatar Aman Gupta2015-12-21
* stream: drop PVR supportGravatar wm42015-12-10
* stream: minor cleanup to verbose loggingGravatar wm42015-09-30
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* stream: libarchive wrapper for reading compressed archivesGravatar wm42015-08-17
* vo_opengl: add support for custom shadersGravatar Niklas Haas2015-05-27
* command: add protocol-list propertyGravatar wm42015-05-23
* stream: don't print reconnection message if no stream supportGravatar wm42015-04-29
* Update license headersGravatar Marcin Kurczewski2015-04-13
* options: introduce --cache=yes choiceGravatar wm42015-03-12
* stream: use relaxed atomic loads for checking playback abortsGravatar wm42015-03-09
* player: refine rar:// playlist-safety handlingGravatar wm42015-03-02
* stream: remove stream filter conceptGravatar wm42015-02-27
* stream_rar: treat rar files as playlistsGravatar wm42015-02-27
* stream: get rid of remaining uses of the end_pos fieldGravatar wm42015-02-06
* stream: minor cleanupsGravatar wm42015-02-06
* stream: slightly improve reconnect behaviorGravatar wm42015-02-06
* stream: reject overly long URLsGravatar wm42015-01-21
* stream_lavf: escape disallowed characters in http URLsGravatar wm42015-01-21
* stream: always make stream dumping/capturing append to output fileGravatar wm42014-12-27
* stream: always disable cache for pseudo-streamsGravatar wm42014-12-24
* Do not call strerror()Gravatar wm42014-11-26
* stream: fix endian swappingGravatar wm42014-11-21