OSDN Git Service

RTMP protocol support (as a client)
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 31 Jul 2009 06:49:36 +0000 (06:49 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 31 Jul 2009 06:49:36 +0000 (06:49 +0000)
commit9fd6b8436008100699537c76e28c21a01e58cf4c
tree9d80baa288d7675a6ed8b1f75a5bf1ca433cfd7e
parentabbe30ad892d00deea4080d29aa02804e4223eab
RTMP protocol support (as a client)

Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Changelog
doc/general.texi
libavformat/Makefile
libavformat/allformats.c
libavformat/avformat.h
libavformat/rtmp.h [new file with mode: 0644]
libavformat/rtmppkt.c [new file with mode: 0644]
libavformat/rtmppkt.h [new file with mode: 0644]
libavformat/rtmpproto.c [new file with mode: 0644]