]> git.sesse.net Git - ffmpeg/commit
avformat/udp: add support for generic source filtering
authorMarton Balint <cus@passwd.hu>
Wed, 19 Sep 2018 23:23:58 +0000 (01:23 +0200)
committerMarton Balint <cus@passwd.hu>
Wed, 3 Oct 2018 20:03:29 +0000 (22:03 +0200)
commit91a136345273e8d256b996365dd3d76265b69719
tree61de3a8e5802b06c334d2ea567082b5c5d6389b7
parent9d4829f3c9152c98b9235346fae553295683bcee
avformat/udp: add support for generic source filtering

This allows getting data only from a specific source IP. This is useful not
only for unicast but for multicast as well because multicast source
subscriptions do not act as source filters for the incoming packets.

Signed-off-by: Marton Balint <cus@passwd.hu>
doc/protocols.texi
libavformat/udp.c