Skip to content

rtp: video/raw (RFC4175)

Rémi Denis-Courmont requested to merge Courmisch/vlc:rtpraw into master

This implements progressive content for most formats defined in IETF RFC4175. This only takes care of converting the RTP payloads into VLC picture buffers; parsing the RTP headers remains the job of the RTP access module.

For consistency, this uses exclusively planar formats. Later optimisations could substitute packed formats selectively.

Edited by Rémi Denis-Courmont

Merge request reports