1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-06 23:20:15 +00:00
mpv/stream
wm4 3f5b5b758d cache: silence "EOF reached" message
This message will be printed relatively often once EOF is reached. In
some cases this is rather annoying, for example when playing HLS. (With
HLS, the stream is just a playlist file, while libavformat opens actual
media files without mpv's knowledge, so the cache is completely useless
and hits EOF instantly.)

That it retries reading is apparently a good thing: at least local files
can grow, and even after the player got the EOF, playback _could_ be
resumed by basically polling and detecting that there is more data. So
I'm not changing this behavior yet.
2015-02-18 21:13:11 +01:00
..
ai_alsa1x.c
ai_oss.c
ai_sndio.c
audio_in.c
audio_in.h
cache_file.c
cache.c cache: silence "EOF reached" message 2015-02-18 21:13:11 +01:00
cookies.c
cookies.h
discnav.h
dvb_tune.c dvb_tune: fix invalid syntax 2015-02-11 11:36:14 +01:00
dvb_tune.h stream_dvb: Also demux PMT if possible, reactivate TPID parsing. 2015-01-06 19:52:27 +01:00
dvbin.h dvb: uncrustify 2015-01-06 20:19:49 +01:00
frequencies.c
frequencies.h
rar.c stream: get rid of remaining uses of the end_pos field 2015-02-06 21:43:52 +01:00
rar.h
stream_avdevice.c
stream_bluray.c stream: get rid of remaining uses of the end_pos field 2015-02-06 21:43:52 +01:00
stream_cdda.c stream: get rid of remaining uses of the end_pos field 2015-02-06 21:43:52 +01:00
stream_dvb.c stream_dvb: silence bogus compiler warning 2015-01-19 17:58:37 +01:00
stream_dvd_common.c
stream_dvd_common.h
stream_dvd.c stream: get rid of remaining uses of the end_pos field 2015-02-06 21:43:52 +01:00
stream_dvdnav.c dvd: try to improve seeking 2015-01-19 21:30:05 +01:00
stream_edl.c
stream_file.c
stream_lavf.c stream: minor cleanups 2015-02-06 21:43:52 +01:00
stream_memory.c
stream_mf.c
stream_null.c
stream_pvr.c stream_pvr: uncrustify 2015-01-06 20:27:36 +01:00
stream_rar.c stream: get rid of remaining uses of the end_pos field 2015-02-06 21:43:52 +01:00
stream_smb.c
stream_tv.c
stream.c stream: get rid of remaining uses of the end_pos field 2015-02-06 21:43:52 +01:00
stream.h stream: get rid of remaining uses of the end_pos field 2015-02-06 21:43:52 +01:00
tv.c
tv.h
tvi_def.h
tvi_dummy.c
tvi_v4l2.c