On Wed, Jun 13, 2012 at 09:59:42PM +0300, Martin Storsjö wrote:
> On Wed, 13 Jun 2012, Samuel Pitoiset wrote:
> 
> >This adds add two protocols, but one of them is an internal implementation
> >detail just used as an abstraction layer/generalization in the code. The
> >RTMPT protocol implementation uses rtmphttp:// as an alternative to the
> >tcp:// protocol. This allows moving most of the lower level logic out
> >from the higher level generic rtmp code.
> >---
> >Changelog                |    1 +
> >doc/general.texi         |    1 +
> >doc/protocols.texi       |    8 ++
> >libavformat/Makefile     |    1 +
> >libavformat/allformats.c |    2 +
> >libavformat/rtmphttp.c   |  220 
> >++++++++++++++++++++++++++++++++++++++++++++++
> >libavformat/rtmpproto.c  |   31 ++++++-
> >libavformat/version.h    |    4 +-
> >8 files changed, 263 insertions(+), 5 deletions(-)
> >create mode 100644 libavformat/rtmphttp.c
> 
> When you repost a big patch like this one, re-reading all of it to
> find out what has changed since the last iteration takes a bit of
> time. If you split sending of the patch into two steps, git
> format-patch, and then git send-email to send that file, you can
> edit the file inbetween (you might be able to do the same with some
> options to the normal git send-email workflow too).

git send-email --annotate

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to