mpv/DOCS
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
..
client_api_examples client api examples: set an option with MPV_FORMAT_FLAG 2014-02-24 23:02:50 +01:00
lua_examples options: rename msg-related options 2014-05-04 02:46:11 +02:00
man/en stream: kill start_pos, remove --sb option 2014-05-24 16:17:50 +02:00
coding-style.md DOCS/coding-style: add another requirement for commit messages 2014-03-15 18:44:32 +01:00
crosscompile-mingw.md DOCS: fix an external link 2014-03-09 15:02:28 +01:00
edl-mpv.rst edl: extend with chapter timestamps 2014-02-19 00:06:00 +01:00
encoding.rst encode: don't apply default config options 2014-04-19 22:05:17 +02:00
tech-overview.txt options: rename subtitle-related options 2014-05-04 02:46:11 +02:00
waf-buildsystem.rst DOCS/waf-buildsystem: add link to the Waf book 2014-02-06 13:45:35 +01:00