]> git.sesse.net Git - vlc/commit
rtp: implement raw video packetization (RFC 4175)
authorTristan Matthews <tmatth@videolan.org>
Sat, 31 Jan 2015 16:46:34 +0000 (16:46 +0000)
committerTristan Matthews <tmatth@videolan.org>
Wed, 4 Feb 2015 20:29:37 +0000 (15:29 -0500)
commit42dcbd6a9bba300bfc8fb6ed353ad68c4678dec4
treeacb9961deebbaf5036c29969e09882f98f7d2937
parent095bb638696ddb435232bc6a4401585d6b4eac3c
rtp: implement raw video packetization (RFC 4175)

Supports RGB24 and YCbCr 4:2:0, should be trivial to add other formats.
modules/stream_out/rtp.c
modules/stream_out/rtp.h
modules/stream_out/rtpfmt.c