Skip to content

access: rtp: add HEVC support

François Cartegnie requested to merge fcartegnie/vlc:rtp131202 into master

HEVC over RTP outputs split NAL, from out-of-order access units, resulting in invalid PCR and bogus playback.

  • reuses common code with h264
  • packetizes directly into access units with proper pts before output
  • uses packetized access units pts to infer dts
  • add PCR update op (PCR != current pts)
  • add HEVC payload handler

Merge request reports