From a9d83eac40c94f44d19fab7b6955331f10efe301 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2019 16:48:34 +0200 Subject: Remove optical disc fancification layers This removes anything related to DVD/BD/CD that negatively affected the core code. It includes trying to rewrite timestamps (since DVDs and Blurays do not set packet stream timestamps to playback time, and can even have resets mid-stream), export of chapters, stream languages, export of title/track lists, and all that. Only basic seeking is supported. It is very much possible that seeking completely fails on some discs (on some parts of the timeline), because timestamp rewriting was removed. Note that I don't give a shit about optical media. If you want to watch them, rip them. Keeping some bare support for DVD/BD is the most I'm going to do to appease the type of lazy, obnoxious users who will care. There are other players which are better at optical discs. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 57e2c5b7f6..267b1778d2 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -275,7 +275,6 @@ def build(ctx): ( "demux/cue.c" ), ( "demux/demux.c" ), ( "demux/demux_cue.c" ), - ( "demux/demux_disc.c" ), ( "demux/demux_edl.c" ), ( "demux/demux_lavf.c" ), ( "demux/demux_libarchive.c", "libarchive" ), -- cgit v1.2.3