mpv/demux
wm4 3ae4094ec0 demux: make seek ranges work for static images + audio
In this case the video track has seek_start == seek_end, and due to the
"seek_start >= seek_end" condition, this was considered broken, and no
seek range was created, breaking cached seeking.

Fix this by allowing the case if they're equal, and a valid timestamp.

(NB: seeking backward in this will still jump to position 0, because it
is the video timestamp. This is unfortunately how it's supposed to work.
HR-seeks will also do this, but decode and skip the entire audio until
the seek target, so it will mostly appear to work.)
2020-02-28 00:59:11 +01:00
..
cache.c
cache.h
codec_tags.c Remove remains of Libav compatibility 2020-02-16 15:14:55 +01:00
codec_tags.h
cue.c cue: tolerate NBSP as whitespace 2020-02-03 19:13:44 +01:00
cue.h
demux.c demux: make seek ranges work for static images + audio 2020-02-28 00:59:11 +01:00
demux.h sub, demux: improve behavior with negative subtitle delay/muxed subs 2020-02-27 02:23:58 +01:00
demux_cue.c
demux_disc.c
demux_edl.c ytdl_hook, edl: add fps, samplerate codec parameters 2020-02-21 14:48:23 +01:00
demux_lavf.c demux_lavf: signal no seeking for RTSP streams without duration 2020-02-20 15:28:49 +01:00
demux_libarchive.c libarchive: some shitty hack to make opening slightly faster 2020-01-04 19:56:09 +01:00
demux_mf.c
demux_mkv.c demux_mkv: document probe-start-time option and enable it by default 2020-02-27 22:30:46 +01:00
demux_mkv_timeline.c playlist: change from linked list to an array 2019-12-28 21:32:15 +01:00
demux_null.c
demux_playlist.c playlist: change from linked list to an array 2019-12-28 21:32:15 +01:00
demux_raw.c
demux_timeline.c demux_timeline: fix bad EOF reporting 2020-02-28 00:08:36 +01:00
ebml.c
ebml.h
matroska.h
packet.c Remove remains of Libav compatibility 2020-02-16 15:14:55 +01:00
packet.h
stheader.h
timeline.c
timeline.h edl: make it possible to delay-load files with multiple tracks 2020-02-21 00:19:17 +01:00