mpv/DOCS/man/en
wm4 e3c20bf350 stream: kill start_pos, remove --sb option
stream.start_pos was needed for optical media only, and (apparently) not
for very good reasons. Just get rid of it.

For stream_dvd, we don't need to do anything. Byte seeking was already
removed from it earlier.

For stream_cdda and stream_vcd, emulate the start_pos by offsetting the
stream pos as seen by the rest of mpv.

The bits in discnav.c and loadfile.c were for dealing with the code
seeking back to the start in demux.c. Handle this differently by
assuming the demuxer is always initialized with the stream at start
position, and instead seek back if initializing the demuxer fails.

Remove the --sb option, which worked by modifying stream.start_pos. If
someone really wants this option, it could be added back by creating a
"slice" stream (actually ffmpeg already has such a thing).
2014-05-24 16:17:50 +02:00
..
af.rst manpage: update references to renamed options 2014-05-23 21:14:22 +02:00
ao.rst manpage: fix grammar 2014-04-26 13:28:31 +02:00
changes.rst manpage: update references to renamed options 2014-05-23 21:14:22 +02:00
encode.rst encode: don't apply default config options 2014-04-19 22:05:17 +02:00
input.rst stream: kill start_pos, remove --sb option 2014-05-24 16:17:50 +02:00
lua.rst lua/osc: forgot some changed files in previous commit 2014-05-23 13:24:27 +02:00
mpv.rst manpage: mention bdnav:// 2014-05-20 02:40:28 +02:00
options.rst stream: kill start_pos, remove --sb option 2014-05-24 16:17:50 +02:00
osc.rst lua/osc: forgot some changed files in previous commit 2014-05-23 13:24:27 +02:00
vf.rst vf_vapoursynth: allow parallel processing 2014-05-14 20:42:04 +02:00
vo.rst options: rename video-related options/properties 2014-05-04 02:46:11 +02:00