rtpvp9pay: rtpvp9depay: Initial implementation of draft 01
authorStian Selnes <stian@pexip.com>
Wed, 23 Dec 2015 18:54:13 +0000 (19:54 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 16 Feb 2016 13:54:06 +0000 (15:54 +0200)
commit5faa9c11a698cbff4339f5aa2ac17dc27490b207
treea17f309504de389e9e650c403cd230f9be47fc53
parentdc70bfd36a8851eb42010773165ad8b7f7f19d49
rtpvp9pay: rtpvp9depay: Initial implementation of draft 01

Quick and dirty implementation of an RTP payloader and depayloader
for VP9. In particalur it assumes no spatial or temporal layering,
non-flexible mode, and some other bits and pieces.

https://bugzilla.gnome.org/show_bug.cgi?id=754773
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpvp9depay.c [new file with mode: 0644]
gst/rtp/gstrtpvp9depay.h [new file with mode: 0644]
gst/rtp/gstrtpvp9pay.c [new file with mode: 0644]
gst/rtp/gstrtpvp9pay.h [new file with mode: 0644]