rtpvp8: Add simple payloaders and depayloaders for VP8
authorSjoerd Simons <sjoerd@luon.net>
Sun, 16 May 2010 16:23:17 +0000 (17:23 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 1 Nov 2012 20:53:47 +0000 (20:53 +0000)
commite9f4e9342f83bdacedce403eed06f821552b5a7e
treeba9f6ff5a549ad3e54c554d38fa79da51012cef3
parentd6fd0ebd04688d0f0a7823bed1aac472a9158cd9
rtpvp8: Add simple payloaders and depayloaders for VP8

Minimal implementation of http://www.webmproject.org/code/specs/rtp/,
version 0.3.2
gst/rtp/dboolhuff.LICENSE [new file with mode: 0644]
gst/rtp/gstrtpvp8.c [new file with mode: 0644]
gst/rtp/gstrtpvp8depay.c [new file with mode: 0644]
gst/rtp/gstrtpvp8depay.h [new file with mode: 0644]
gst/rtp/gstrtpvp8pay.c [new file with mode: 0644]
gst/rtp/gstrtpvp8pay.h [new file with mode: 0644]