aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache.c
Commit message (Expand)AuthorAge
* cache: fix --cache-initial status messageGravatar wm42018-01-07
* stream: use native libavformat reconnection featureGravatar wm42018-01-04
* cache: propagate underlying stream seek errors in some casesGravatar wm42017-12-24
* cache: lower default size to 2*10MBGravatar wm42017-12-23
* cache: throttle wakeupsGravatar wm42017-10-20
* build: switch preliminary LGPL mode from v3 to v2.1Gravatar wm42017-10-05
* stream: move cache option declarations to cache.cGravatar wm42017-06-23
* cache: move duplicated condition to a functionGravatar wm42017-05-15
* cache: fix unnecessary seek blocking from f4d62dc4a0Gravatar Uoti Urpala2017-05-15
* cache: clarify that copyright will be changed to LGPL v2.1 if possibleGravatar wm42017-05-11
* cache: change license to LGPL v3Gravatar wm42017-05-08
* cache: remove redundant free()Gravatar wm42017-01-09
* cache: don't use a backbuffer if the cache is as large as the fileGravatar wm42016-08-26
* cache: minor simplificationGravatar wm42016-07-11
* cache: fix previous commitGravatar wm42016-07-11
* cache: propagate seek failuresGravatar wm42016-07-11
* cache: simplify speed calculationsGravatar wm42016-05-12
* cache: disable useless "Cache is not responding" warningGravatar wm42016-04-03
* cache: fix incorrect EOF conditionGravatar wm42016-03-29
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* command: add cache-speed propertyGravatar wm42016-03-20
* cache: remove unused STREAM_CTRL_RESUME_CACHEGravatar wm42016-03-03
* cache: add mechanism for disabling readaheadGravatar wm42016-01-18
* player, stream_dvb: implement dvb-channel-name property.Gravatar Oliver Freyermuth2016-01-14
* cache: remove useless return valueGravatar wm42016-01-11
* cache: do not include backbuffer size in total stream cache sizeGravatar wm42015-09-10
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* cache: make backbuffer size configurableGravatar wm42015-07-22
* cache: fix backbuffer logicGravatar wm42015-07-22
* cache: limit readahead size to half the cache size at the beginningGravatar wm42015-05-29
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* cache: exit early on cancellationGravatar wm42015-04-21
* cache: another minor simplificationGravatar wm42015-04-21
* cache: simplify the check for printing the "cache stuck" messageGravatar wm42015-04-21
* Update license headersGravatar Marcin Kurczewski2015-04-13
* cache: assume file size from EOF positionGravatar wm42015-03-04
* cache: use MPCLAMP() macroGravatar wm42015-02-25
* cache: limit to file sizeGravatar wm42015-02-25
* cache: silence "EOF reached" messageGravatar wm42015-02-18
* stream: minor cleanupsGravatar wm42015-02-06
* cache: cache-position needs to be int64_tGravatar Oliver Freyermuth2015-01-13
* Do not call strerror()Gravatar wm42014-11-26
* cache: don't relay STREAM_CTRL_AVSEEK if it's unsupportedGravatar wm42014-11-01
* demux_lavf: mark as seekable if protocol supports seeking by timeGravatar wm42014-10-30
* Set thread name for debuggingGravatar wm42014-10-19
* stream: redo playback abort handlingGravatar wm42014-09-13
* stream: change cache return valuesGravatar wm42014-09-07
* stream: tweaks to network reconnection codeGravatar wm42014-08-29
* stream: hack-fix rtmp-level seekingGravatar wm42014-07-30
* demux: add a demuxer threadGravatar wm42014-07-16