Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-30 Thread Micah Galizia
On 2017-05-28 08:44 PM, Michael Niedermayer wrote: On Fri, May 26, 2017 at 09:29:04PM -0400, Micah Galizia wrote: On Sat, May 20, 2017 at 9:36 PM, Micah Galizia wrote: On 2017-05-17 05:23 AM, wm4 wrote: On Sat, 6 May 2017 14:28:10 -0400 Micah Galizia wrote: On 2017-05-05 09:28 PM, wm4 wrot

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-28 Thread Michael Niedermayer
On Fri, May 26, 2017 at 09:29:04PM -0400, Micah Galizia wrote: > On Sat, May 20, 2017 at 9:36 PM, Micah Galizia wrote: > > On 2017-05-17 05:23 AM, wm4 wrote: > >> > >> On Sat, 6 May 2017 14:28:10 -0400 > >> Micah Galizia wrote: > >> > >>> On 2017-05-05 09:28 PM, wm4 wrote: > > On Fri,

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-26 Thread Micah Galizia
On Sat, May 20, 2017 at 9:36 PM, Micah Galizia wrote: > On 2017-05-17 05:23 AM, wm4 wrote: >> >> On Sat, 6 May 2017 14:28:10 -0400 >> Micah Galizia wrote: >> >>> On 2017-05-05 09:28 PM, wm4 wrote: On Fri, 5 May 2017 20:55:05 -0400 Micah Galizia wrote: > > Signed-off-

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-20 Thread Micah Galizia
On 2017-05-17 05:23 AM, wm4 wrote: On Sat, 6 May 2017 14:28:10 -0400 Micah Galizia wrote: On 2017-05-05 09:28 PM, wm4 wrote: On Fri, 5 May 2017 20:55:05 -0400 Micah Galizia wrote: Signed-off-by: Micah Galizia --- libavformat/hls.c | 12 ++-- 1 file changed, 10 insertions(+

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-17 Thread wm4
On Sat, 6 May 2017 14:28:10 -0400 Micah Galizia wrote: > On 2017-05-05 09:28 PM, wm4 wrote: > > On Fri, 5 May 2017 20:55:05 -0400 > > Micah Galizia wrote: > > > >> Signed-off-by: Micah Galizia > >> --- > >> libavformat/hls.c | 12 ++-- > >> 1 file changed, 10 insertions(+), 2 dele

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-16 Thread Micah Galizia
On 2017-05-16 04:57 PM, Michael Niedermayer wrote: On Sat, May 06, 2017 at 02:28:10PM -0400, Micah Galizia wrote: On 2017-05-05 09:28 PM, wm4 wrote: Did you mean & instead of ^? No, the original code was structured to set *u to null (and thus did not copy cookies) iff AVFMT_FLAG_CUSTOM_IO was

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-16 Thread Michael Niedermayer
On Sat, May 06, 2017 at 02:28:10PM -0400, Micah Galizia wrote: > On 2017-05-05 09:28 PM, wm4 wrote: > >On Fri, 5 May 2017 20:55:05 -0400 > >Micah Galizia wrote: > > > >>Signed-off-by: Micah Galizia > >>--- > >> libavformat/hls.c | 12 ++-- > >> 1 file changed, 10 insertions(+), 2 deleti

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-14 Thread Micah Galizia
On 2017-05-06 02:28 PM, Micah Galizia wrote: On 2017-05-05 09:28 PM, wm4 wrote: On Fri, 5 May 2017 20:55:05 -0400 Micah Galizia wrote: Signed-off-by: Micah Galizia --- libavformat/hls.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libavformat/hls.c b/

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-06 Thread Micah Galizia
On 2017-05-05 09:28 PM, wm4 wrote: On Fri, 5 May 2017 20:55:05 -0400 Micah Galizia wrote: Signed-off-by: Micah Galizia --- libavformat/hls.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index bac53a4350..bda9abecfa

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-05 Thread wm4
On Fri, 5 May 2017 20:55:05 -0400 Micah Galizia wrote: > Signed-off-by: Micah Galizia > --- > libavformat/hls.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index bac53a4350..bda9abecfa 100644 > --- a/libavforma

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-05 Thread Micah Galizia
Hi, This is a simpler version of the other patch that still observes AVFMT_FLAG_CUSTOM_IO. Thanks in advance. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-04 Thread Micah Galizia
On 2017-05-02 09:04 PM, wm4 wrote: On Tue, 2 May 2017 20:47:06 -0400 Micah Galizia wrote: Signed-off-by: Micah Galizia --- libavformat/hls.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index bac53a4350..643d50e1da

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-02 Thread wm4
On Tue, 2 May 2017 20:47:06 -0400 Micah Galizia wrote: > Signed-off-by: Micah Galizia > --- > libavformat/hls.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index bac53a4350..643d50e1da 100644 > --- a/libavformat