]> git.sesse.net Git - ffmpeg/commit
Add a demuxer for receiving raw rtp:// URLs without an SDP description
authorMartin Storsjö <martin@martin.st>
Tue, 19 Oct 2010 07:38:53 +0000 (07:38 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 19 Oct 2010 07:38:53 +0000 (07:38 +0000)
commit44594cc7980a4651aba8ac40c59192c283634748
tree2c7b16f9124a68bc1b09429f5d122475553b3613
parent4ad08021e8e81057d89c75fd63b97cd1f0757a23
Add a demuxer for receiving raw rtp:// URLs without an SDP description

The demuxer inspects the payload type of a received RTP packet and
handles the cases where the content is fully described by the payload type.

Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Changelog
configure
doc/general.texi
libavformat/allformats.c
libavformat/avformat.h
libavformat/rtsp.c