]> git.sesse.net Git - ffmpeg/commit
Introducing speex RTP demuxing (RFC 5574)
authorDmitry Samonenko <shreddingwork@gmail.com>
Sat, 22 Sep 2012 10:39:03 +0000 (14:39 +0400)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 23 Sep 2012 12:20:13 +0000 (14:20 +0200)
commit697ea4fccf093dec5684cae9a90e1651071474d6
treed86102280419608faca592565542e066c57478fd
parentb024c41e1e915e810d4760254622bcc5c0612c6d
Introducing speex RTP demuxing (RFC 5574)

RTPDynamicProtocolHandler for speex is added. Initial support for
speex depacketization from RTP stream comes with it.
Currently, only codec audio rate can be applied based on sdp:
* Narrowband    ( 8K)
* Wideband      (16K)
* Ultrawideband (32K)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/Makefile
libavformat/rtpdec.c
libavformat/rtpdec_formats.h
libavformat/rtpdec_speex.c [new file with mode: 0644]