[FFmpeg-devel] [PATCH] ipv6-compatible resolve_host() replacement

Ronald S. Bultje rsbultje
Sun Sep 23 19:13:06 CEST 2007


Hi,

See $subj:
- add a new API to replace the (now deprecated) resolve_host(), which I call
AVInetAddr / inetaddr_*()
- convert tcp.c (easiest proof-of-concept, only a few lines of code) to use
it
- deprecate (but not remove) resolve_host()

this is about the simplest patch I can give you to implement ipv6 support.
udp.c / ffserver.c / rtsp.c follow later, followed by removal of
resolve_host() (and probably also making inet_aton() private to os_support.c
instead of exporting it in avformat.h; all should use inetaddr_parse/str()
now).

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-avinetaddr-ipv6.patch
Type: application/octet-stream
Size: 11302 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070923/7f0072dd/attachment.obj>



More information about the ffmpeg-devel mailing list