aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
...
* 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
* stream_dvb: implement GET_METADATA and return program name.Gravatar Oliver Freyermuth2016-01-14
* stream_dvb: persist state-information across channel-switches.Gravatar Oliver Freyermuth2016-01-14
* dvb: rename dvb_config_t to dvb_state_t, keep config and state there.Gravatar Oliver Freyermuth2016-01-14
* 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
* cache: remove useless return valueGravatar wm42016-01-11
* dvb: cleanup dvb_params struct, remove some unneeded fdsGravatar Oliver Freyermuth2016-01-07
* win32: fix fd://Gravatar James Ross-Gowan2016-01-07
* stream_lavf: remove tabsGravatar wm42015-12-22
* Fix some typos in code commentsGravatar Aman Gupta2015-12-21