summaryrefslogtreecommitdiff
path: root/libavformat/sapenc.c
Commit message (Collapse)AuthorAge
* sapenc: Use the normal URL port as RTP portMartin Storsjö2010-10-09
| | | | | | | | | This makes the URL handling consistent - the URL hostname is used as destination for the RTP packets, so the URL port should also belong to that. Now the options announce_addr= and announce_port specify where the announcements are sent. Originally committed as revision 25424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sapenc: Include os_support.h, to provide a fallback definition for socklen_tMartin Storsjö2010-10-09
| | | | Originally committed as revision 25422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPECMartin Storsjö2010-10-08
| | | | Originally committed as revision 25416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sapenc: Mark the muxer as depending on network functionsMartin Storsjö2010-10-08
| | | | | | Hide all code mentioning IPv6 behind HAVE_STRUCT_SOCKADDR_IN6. Originally committed as revision 25415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-08
Originally committed as revision 25413 to svn://svn.ffmpeg.org/ffmpeg/trunk