Commit Graph

3 Commits

Author SHA1 Message Date
Moritz Bunkus
4442cd5673 MPEG TS: rewrite packet parsing
The old code was pretty convoluted and hard to reason about. On top of
that it didn't buffer PES packets properly before trying to parse the
PES headers. This lead to accesses beyond the end of the buffer.
2016-07-09 17:24:20 +02:00
Moritz Bunkus
f1b5f1bb16 fix spelling of AC3/EAC3 to AC-3/E-AC-3 2015-09-22 20:42:51 +02:00
Moritz Bunkus
f5b77454e1 MPEG TS reader: treat embedded AC3 data in TrueHD tracks as its own track
Part of an implementation of #1107.
2015-02-12 13:56:32 +01:00