Samuel Pitoiset | 18 Jul 2012 01:53
Favicon

RTMPS protocol support

ffmpeg | branch: master | Samuel Pitoiset <samuel.pitoiset <at> gmail.com> | Tue Jul 17 12:02:42 2012 +0200|
[6aedabc9b68cab7b65833415953e958ac2c77f80] | committer: Martin Storsjö

RTMPS protocol support

Signed-off-by: Martin Storsjö <martin <at> martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6aedabc9b68cab7b65833415953e958ac2c77f80
---

 Changelog                |    1 +
 configure                |    2 ++
 doc/general.texi         |    2 +-
 doc/protocols.texi       |    7 +++++++
 libavformat/Makefile     |    1 +
 libavformat/allformats.c |    1 +
 libavformat/rtmp.h       |    1 +
 libavformat/rtmpproto.c  |   23 +++++++++++++++++++++++
 libavformat/version.h    |    2 +-
 9 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index de54213..d183a38 100644
--- a/Changelog
+++ b/Changelog
 <at>  <at>  -35,6 +35,7  <at>  <at>  version <next>:
 - TechSmith Screen Codec 2 decoder
 - AAC encoding via libfdk-aac
 - Microsoft Expression Encoder Screen decoder
+- RTMPS protocol support
(Continue reading)


Gmane