[FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-20 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- doc/examples/Makefile | 1 + doc/examples/http_multiclient.c | 139 2 files changed, 140 insertions(+) create mode 100644 doc/examples/http_multiclient.c Changes since last version: - Use handshake API pro

[FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-24 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- doc/examples/Makefile | 1 + doc/examples/http_multiclient.c | 163 2 files changed, 164 insertions(+) create mode 100644 doc/examples/http_multiclient.c Changes since last version: - Changed license - Us

[FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-27 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- doc/examples/Makefile | 1 + doc/examples/http_multiclient.c | 155 2 files changed, 156 insertions(+) create mode 100644 doc/examples/http_multiclient.c Changes since last version: - Check resource properl

Re: [FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-21 Thread Nicolas George
Le tridi 3 thermidor, an CCXXIII, Stephan Holljes a écrit : > Signed-off-by: Stephan Holljes > --- > doc/examples/Makefile | 1 + > doc/examples/http_multiclient.c | 139 > > 2 files changed, 140 insertions(+) > create mode 100644 doc/example

Re: [FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-25 Thread Nicolas George
Le septidi 7 thermidor, an CCXXIII, Stephan Holljes a écrit : > Signed-off-by: Stephan Holljes > --- > doc/examples/Makefile | 1 + > doc/examples/http_multiclient.c | 163 > > 2 files changed, 164 insertions(+) > create mode 100644 doc/examp

Re: [FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-27 Thread Stephan Holljes
On Sat, Jul 25, 2015 at 5:23 PM, Nicolas George wrote: > Le septidi 7 thermidor, an CCXXIII, Stephan Holljes a écrit : >> Signed-off-by: Stephan Holljes >> --- >> doc/examples/Makefile | 1 + >> doc/examples/http_multiclient.c | 163 >> >> 2

Re: [FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-31 Thread Nicolas George
I have no more remarks on the whole series, I believe it can be applied. If your public Git tree is ready for pulls, you can do a final rebase and send a pull request directly. If not, I can do the same with my tree. Regards, -- Nicolas George signature.asc Description: Digital signature __

Re: [FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-31 Thread Stephan Holljes
On Fri, Jul 31, 2015 at 4:29 PM, Nicolas George wrote: > I have no more remarks on the whole series, I believe it can be applied. > > If your public Git tree is ready for pulls, you can do a final rebase and > send a pull request directly. If not, I can do the same with my tree. > > Regards, > > -

Re: [FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-31 Thread Stephan Holljes
On Sat, Aug 1, 2015 at 1:13 AM, Stephan Holljes wrote: > On Fri, Jul 31, 2015 at 4:29 PM, Nicolas George wrote: >> I have no more remarks on the whole series, I believe it can be applied. >> >> If your public Git tree is ready for pulls, you can do a final rebase and >> send a pull request direct

Re: [FFmpeg-devel] [PATCH 8/8] doc/example: Add http multi-client example code

2015-07-31 Thread Michael Niedermayer
On Sat, Aug 01, 2015 at 01:13:28AM +0200, Stephan Holljes wrote: > On Fri, Jul 31, 2015 at 4:29 PM, Nicolas George wrote: > > I have no more remarks on the whole series, I believe it can be applied. > > > > If your public Git tree is ready for pulls, you can do a final rebase and > > send a pull r