GNOME Bugzilla – Bug 725563
tsdemux: Support DTS/DTS-HD bluray streams
Last modified: 2014-03-15 11:11:18 UTC
The following patch adds support for DTS/DTS-HD bluray streams
Created attachment 270780 [details] [review] tsdemux: (partially) Support Bluray DTS/DTS-HD streams Apart from just adding detection of the proper stream type, we also need to only output the first substream (0x71) which contains the core substream. While this does not provide *full* DTS-HD support (since it will miss the complementary substreams), it will still work in the way legacy (non-DTS-HD) bluray players would work.
Pushed a variant that also fixes up truehd support. commit 6629ca8f2ba632c44225c0195554a2307f01016f Author: Edward Hervey <bilboed@bilboed.com> Date: Mon Mar 3 13:07:47 2014 +0100 tsdemux: Support Bluray DTS/DTS-HD and AC3+/TrueHD streams Apart from just adding detection of the proper stream type, we also need to only output the first substream (0x71) which contains the core substream. While this does not provide *full* DTS-HD support (since it will miss the complementary substreams), it will still work in the way legacy (non-DTS-HD) bluray players would work. https://bugzilla.gnome.org/show_bug.cgi?id=725563