rtp: New QDM2 rtp depayloader.
authorEdward Hervey <bilboed@bilboed.com>
Sun, 2 Aug 2009 11:42:12 +0000 (13:42 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 3 Aug 2009 19:26:30 +0000 (21:26 +0200)
commitd39c057e42816218cdf979ca85463b088eaf0697
treeeff1a1106d3ff96d9380b305d222ea9b6f0cd243
parente2b3665ae6ed4bfbda2eb7e27e12dcccdc7c595b
rtp: New QDM2 rtp depayloader.

Reverse-engineered by comparing:
* A rtp hinted file provided by DarwinStreamingServer
* The output procued by DSS for that same file

Also used various streaming sources available on the internet to fine-tune
the code.

The header/codec_data extraction methods are from FFMpeg (LGPL).
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpqdmdepay.c [new file with mode: 0644]
gst/rtp/gstrtpqdmdepay.h [new file with mode: 0644]