aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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_cdda: remove weird option parsing stuffGravatar wm42016-09-09
* tv: remove weird option parsing stuffGravatar wm42016-09-09
* stream_dvb: remove weird option parsing stuffGravatar wm42016-09-09
* stream_dvd, stream_dvdnav: remove weird option parsing stuffGravatar wm42016-09-08
* stream_bluray: fix a minor memory leakGravatar wm42016-09-08
* stream_bluray: 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_cb: remove broken castGravatar wm42016-08-31
* cache: don't use a backbuffer if the cache is as large as the fileGravatar wm42016-08-26
* stream_memory: disable stream cacheGravatar wm42016-08-26
* stream/stream_bluray: display list of available titles on verboseGravatar Ricardo Constantino2016-08-11
* 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
* tvi_v4l2: fix style in the uninit functionGravatar Ben Boeckel2016-08-05
* tvi_v4l2: explicitly brace the codeGravatar Ben Boeckel2016-08-05
* libarchive: sanitize non-UTF8 archive entriesGravatar wm42016-07-18
* libarchive: unify entry iteration between stream/demux layersGravatar wm42016-07-18
* cache: minor simplificationGravatar wm42016-07-11
* cache: fix previous commitGravatar wm42016-07-11
* cache: propagate seek failuresGravatar wm42016-07-11
* Fix misspellingsGravatar stepshal2016-06-26
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* stream: separate posix/win32 cancellation codeGravatar wm42016-05-20
* cache: simplify speed calculationsGravatar wm42016-05-12
* stream_cdda: enable cache by defaultGravatar wm42016-05-10
* stream_memory: add hex:// protocolGravatar wm42016-04-20
* cache: disable useless "Cache is not responding" warningGravatar wm42016-04-03
* build: make DVB test stricterGravatar wm42016-04-02
* 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
* demux: remove relative seekingGravatar wm42016-02-28
* stream_dvb: fix minor resource leaksGravatar wm42016-02-12
* stream_dvb: remove dead codeGravatar wm42016-02-12
* dvb: fix segmentation fault in case no valid configuration is found.Gravatar Oliver Freyermuth2016-01-24
* dvb: remove trailing whitespaceGravatar wm42016-01-22
* dvb: fix compilation with older Linux headersGravatar wm42016-01-22
* stream_dvb: add verbose output in non-DVBv5 querying.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: use DVBv5 API also for DVB-C tuning.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: improve messages on delivery-type detection.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: don't requery tuner type, rely on initial query.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: support frontends with multiple delivery systems.Gravatar Oliver Freyermuth2016-01-21
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* cache: add mechanism for disabling readaheadGravatar wm42016-01-18
* player, stream_dvb: implement dvb-channel-name property.Gravatar Oliver Freyermuth2016-01-14
* stream_dvb: global protection mutex and usage bit for global_dvb_state.Gravatar Oliver Freyermuth2016-01-14