Re: [FFmpeg-devel] [PATCH][GSoC] lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ.

2015-06-06 Thread Nicolas George
L'octidi 18 prairial, an CCXXIII, Stephan Holljes a écrit : > No, should I? I'm still learning the ropes with git. I haven't used it > with more than 3 people at once. It may be convenient, but it absolutely not mandatory. Regards, -- Nicolas George signature.asc Description: Digital signat

Re: [FFmpeg-devel] [PATCH][GSoC] lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ.

2015-06-06 Thread Stephan Holljes
On Sat, Jun 6, 2015 at 9:47 AM, Nicolas George wrote: > Le septidi 17 prairial, an CCXXIII, Stephan Holljes a écrit : >> Signed-off-by: Stephan Holljes >> --- >> libavformat/http.c | 9 + >> 1 file changed, 9 insertions(+) > > LGTM. > > Michael, I have pushed these to my tree, can you pu

Re: [FFmpeg-devel] [PATCH][GSoC] lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ.

2015-06-06 Thread Michael Niedermayer
On Sat, Jun 06, 2015 at 09:47:36AM +0200, Nicolas George wrote: > Le septidi 17 prairial, an CCXXIII, Stephan Holljes a écrit : > > Signed-off-by: Stephan Holljes > > --- > > libavformat/http.c | 9 + > > 1 file changed, 9 insertions(+) > > LGTM. > > Michael, I have pushed these to my t

Re: [FFmpeg-devel] [PATCH][GSoC] lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ.

2015-06-06 Thread Nicolas George
Le septidi 17 prairial, an CCXXIII, Stephan Holljes a écrit : > Signed-off-by: Stephan Holljes > --- > libavformat/http.c | 9 + > 1 file changed, 9 insertions(+) LGTM. Michael, I have pushed these to my tree, can you pull please: aa74401 lavf/http: Document method option. bbcee92 lavf

[FFmpeg-devel] [PATCH][GSoC] lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ.

2015-06-04 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- libavformat/http.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavformat/http.c b/libavformat/http.c index 90e88ad..32fc1ce 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -563,6 +563,7 @@ static int process_line(URLContext *h, cha