[FFmpeg-devel] [PATCH 3/8] lavf/avio: add avio_accept and avio_handshake

2015-07-27 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- libavformat/avio.h| 29 + libavformat/aviobuf.c | 17 + 2 files changed, 46 insertions(+) diff --git a/libavformat/avio.h b/libavformat/avio.h index 9b8fcce..06dd7f5 100644 --- a/libavformat/avio.h +++ b/libavform

[FFmpeg-devel] [PATCH 3/8] lavf/avio: add avio_accept and avio_handshake

2015-07-24 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- libavformat/avio.h| 27 +++ libavformat/aviobuf.c | 17 + 2 files changed, 44 insertions(+) Changes since last version: - Add doxy. - Properly initialize *cc in avio_accept() diff --git a/libavformat/avio.h b/liba

Re: [FFmpeg-devel] [PATCH 3/8] lavf/avio: add avio_accept and avio_handshake

2015-07-21 Thread Nicolas George
Le tridi 3 thermidor, an CCXXIII, Stephan Holljes a écrit : > Signed-off-by: Stephan Holljes > --- > libavformat/avio.h| 16 > libavformat/aviobuf.c | 17 + > 2 files changed, 33 insertions(+) As explained in the previous comment, the doxy for avio_handshake(

[FFmpeg-devel] [PATCH 3/8] lavf/avio: add avio_accept and avio_handshake

2015-07-20 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- libavformat/avio.h| 16 libavformat/aviobuf.c | 17 + 2 files changed, 33 insertions(+) diff --git a/libavformat/avio.h b/libavformat/avio.h index d3d9bbd..b7a4fa8 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@