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).

Then you can add free-form comments here, below the --- (after the commit message), before the actual content of the patch - normally one would explain what has changed since the last version or add any other comments that you want to send but which doesn't belong in the actual commit message.

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

Reply via email to