aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
* 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
* stream: reduce ifdeffery for win32 somewhatGravatar wm42014-11-18
* stream: signal a Windows event object on cancelGravatar James Ross-Gowan2014-11-18
* stream: fix --stream-dump dropping the file headerGravatar wm42014-10-25
* stream: remove duplicate messageGravatar wm42014-10-25
* stream: stupid compilation workaround for win32Gravatar wm42014-10-19
* lua: add an utility function for starting processesGravatar wm42014-10-19
* stream: better error message for unmatched protocolGravatar wm42014-10-17
* stream: change internal instead of external pos when dropping buffersGravatar wm42014-10-08
* stream: don't drop buffers on failed seeksGravatar wm42014-09-29
* stream: change malloc+memset to callocGravatar Bruno George Moraes2014-09-27
* stream_bluray: allow opening BDMV directories directlyGravatar wm42014-09-26
* stream_dvdnav: allow opening DVD directories directlyGravatar wm42014-09-26
* Remove mpbswap.hGravatar wm42014-09-25
* stream: fix build with emulated atomicsGravatar wm42014-09-13
* stream: redo playback abort handlingGravatar wm42014-09-13
* stream: change cache return valuesGravatar wm42014-09-07
* player: don't allow remote playlists to load local filesGravatar wm42014-09-01
* player: always load playlistsGravatar wm42014-08-31
* stream: correctly propagate uncached stream typeGravatar wm42014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* stream: tweaks to network reconnection codeGravatar wm42014-08-29