Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#5940 closed patch (fixed)

Allows MPEG TS parser to properly parse HD audio tracks

Reported by: robert.mcnamara@… Owned by: Janne Grunau
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This patch adds proper parsing to mpegts.c/h for HD audio formats. There are some problems with playback of DTS-HD MA audio tracks, but I am working on getting those looked at upstream. Since Myth uses its own version of mpegts.c/h, though, it seemed safe to apply these so that all of the tracks are visible in m2ts files. DTS-HD MA currently results in slow playback and no audio, but nothing catastrophic. The other audio formats parsed by this play properly.

Attachments (2)

mpegtsparserfix.diff (1.9 KB) - added by robert.mcnamara@… 15 years ago.
Update MPEG TS parser for HD audio formats.
TS_HDFormats.diff (1.8 KB) - added by robert.mcnamara@… 15 years ago.
Slight update from ffmpeg-dev feedback

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by robert.mcnamara@…

Attachment: mpegtsparserfix.diff added

Update MPEG TS parser for HD audio formats.

comment:1 Changed 15 years ago by Janne Grunau

Owner: changed from Isaac Richards to Janne Grunau
Status: newassigned

I'll wait for results from ffmpeg-devel list.

Changed 15 years ago by robert.mcnamara@…

Attachment: TS_HDFormats.diff added

Slight update from ffmpeg-dev feedback

comment:2 Changed 15 years ago by Shane Shrybman

Milestone: unknown0.22
Resolution: fixed
Status: assignedclosed
Version: unknownhead

Robert says fixed by recent ffmpeg sync.

comment:3 Changed 15 years ago by Janne Grunau

(In [20981]) Add HDMV audio stream types to the mpeg ts demuxer, Fixes #5940

Note: See TracTickets for help on using tickets.