Files
mpv/stream
wm4 24f1878e95 stream_dvd, cache: hack seeking with --cache + dvd:// back into working
This was broken at some unknown point (even before the recent cache
changes). There are several problems:
- stream_dvd returning a random stream position, confusing the cache
  layer (cached data and stream data lost their 1:1 corrospondence by
  position)
- this also confused the mechanism added with commit a9671524, which
  basically triggered random seeking (although this was not the only
  problem)
- demux_lavf requesting seeks in the stream layer, which resulted in
  seeks in the cache or the real stream

Fix this by completely removing byte-based seeking from stream_dvd. This
already works fine for stream_dvdnav and stream_bluray. Now all these
streams do time-based seeks, and pretend to be infinite streams of data,
and the rest of the player simply doesn't care about the stream byte
positions.
2014-04-09 23:12:31 +02:00
..
2013-12-21 22:13:04 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2014-03-30 11:42:49 +09:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-11-19 22:39:04 +01:00
2014-03-26 20:42:09 +01:00
2013-12-21 21:43:16 +01:00
2013-12-22 23:42:58 +01:00
2013-12-21 21:43:16 +01:00
2014-04-09 19:15:23 +02:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-11-01 17:35:38 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00
2014-01-19 12:57:50 +01:00