On Mon, Jul 16, 2012 at 12:11 PM, Samuel Pitoiset
<samuel.pitoi...@gmail.com> wrote:
> This adds two protocols, but one of them is an internal implementation
> detail just used as an abstraction layer/generalization in the code. The
> RTMPE protocol implementation uses rtmpenc:// as an alternative to the
> tcp:// protocol. This allows moving most of the lower level logic out
> from the higher level generic rtmp code.
> ---
>  configure                |  11 ++
>  doc/general.texi         |   2 +-
>  doc/protocols.texi       |   9 ++
>  libavformat/Makefile     |   2 +
>  libavformat/allformats.c |   2 +
>  libavformat/rtmpdh.c     | 291 ++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/rtmpdh.h     | 105 ++++++++++++++++
>  libavformat/rtmpenc.c    | 309 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/rtmpenc.h    |  69 +++++++++++
>  libavformat/rtmpproto.c  | 106 ++++++++++++++--
>  libavformat/version.h    |   2 +-

Grrh... the entry in ChangeLog has been removed when I rebased....


-- 
Best regards,
Samuel Pitoiset.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to