Re: [FFmpeg-devel] Backport HLS Cookie Authentication Fixes to 3.3

2017-06-03 Thread Micah Galizia
On 2017-06-01 09:04 PM, Michael Niedermayer wrote: On Tue, May 30, 2017 at 09:29:53PM -0400, Micah Galizia wrote: Hello, I'd like to backport the HLS cookie authentication fixes to 3.3 so that Kodi 18 picks them up. Originally, this was a three patch set but the first fix

[FFmpeg-devel] [PATCH 1/2] libavformat/http: Ignore expired cookies

2017-05-30 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> (cherry picked from commit 28b24670741e1de25bfc7b5ea7c1d6dbae1aef6f) Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavf

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

2017-05-30 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> (cherry picked from commit c4c73020f4bbf261f0b263be82de575c17fa5a60) Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/hls.c | 12 ++--

[FFmpeg-devel] Backport HLS Cookie Authentication Fixes to 3.3

2017-05-30 Thread Micah Galizia
Hello, I'd like to backport the HLS cookie authentication fixes to 3.3 so that Kodi 18 picks them up. Originally, this was a three patch set but the first fix (to av_small_strptime) is already in 3.3 and doesn't need to be backported. The two that are still required are: -

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 <micahgali...@gmail.com> wrote: On 2017-05-17 05:23 AM, wm4 wrote: On Sat, 6 May 2017 14:28:10 -0400 Micah Galizia <

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 <micahgali...@gmail.com> wrote: > On 2017-05-17 05:23 AM, wm4 wrote: >> >> On Sat, 6 May 2017 14:28:10 -0400 >> Micah Galizia <micahgali...@gmail.com> wrote: >> >>> On 2017-05-05 09:28 PM, wm4 wro

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 <micahgali...@gmail.com> wrote: On 2017-05-05 09:28 PM, wm4 wrote: On Fri, 5 May 2017 20:55:05 -0400 Micah Galizia <micahgali...@gmail.com> wrote: Signed-off-by: Micah Galizia <micahga

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_CUSTO

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

2017-05-16 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/hls.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index bac53a4350..42022690f1 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -630,8 +

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 <micahgali...@gmail.com> wrote: Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/hls.c | 12 ++-- 1 file changed, 1

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 <micahgali...@gmail.com> wrote: Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/hls.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libav

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

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

2017-05-05 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- 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/libavformat/hls.c +++ b/libavformat/hls.c @@ -630,8 +

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 <micahgali...@gmail.com> wrote: Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/hls.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libav

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

2017-05-02 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- 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/hls.c +++ b/libavformat/hls.c @@ -630,8 +

Re: [FFmpeg-devel] [PATCH] Observe Set-Cookie headers in HLS streams

2017-05-02 Thread Micah Galizia
Hi, I was hoping to get this one in too so I've named the patch appropriately. With this change, cookie authenticated streams (eg: Neulion) should play properly again. Thanks, ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-05-02 Thread Micah Galizia
Hello, Same patch with corrected name. Thanks in advance. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] libavformat/tests: Add http cookie tests cases to fate

2017-05-02 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/Makefile | 1 + libavformat/tests/http.c | 186 + tests/fate/libavformat.mak | 5 ++ tests/ref/fate/http| 30 4 files changed, 222 insertions(+)

Re: [FFmpeg-devel] [PATCH] libavformat/http: Ignore expired cookies

2017-05-01 Thread Micah Galizia
On 2017-05-01 12:09 PM, Michael Niedermayer wrote: On Sun, Apr 30, 2017 at 02:25:29PM -0400, Micah Galizia wrote: Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 213 +++-- 1 file changed, 156 insertions(

[FFmpeg-devel] [PATCH] libavformat/http: Ignore expired cookies

2017-04-30 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 213 +++-- 1 file changed, 156 insertions(+), 57 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7204..d06103ab6d 100644 --- a/libav

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-04-30 Thread Micah Galizia
Hi, This version fixes the cstr leak and explicitly frees tmp when allocating cookies fails. Freeing tmp also means we don't need to free *cookies when ret is less than zero. I've also formatted the name properly, so it'll show up as a new thread. Thanks in advance.

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-04-26 Thread Micah Galizia
Thanks for the review, new fix checks av_dict_set return. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-04-26 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 212 +++-- 1 file changed, 155 insertions(+), 57 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7204..58fc3902ab 100644 --- a/libav

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-04-24 Thread Micah Galizia
On 2017-04-08 09:05 PM, Micah Galizia wrote: Is there something I can do to get this reviewed? Thanks in advance. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-04-14 Thread Micah Galizia
On 2017-04-08 09:05 PM, Micah Galizia wrote: Signed-off-by: Micah Galizia <micahgali...@gmail.com> Hello, Has anyone had a chance to review this? I was hoping to get the rework (if needed) done this weekend. Thanks, ___ ffmpeg-devel m

[FFmpeg-devel] [PATCH] Observe Set-Cookie headers in HLS streams

2017-04-08 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- 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/hls.c +++ b/libavformat/hls.c @@ -630,8 +

Re: [FFmpeg-devel] [PATCH] Observe Set-Cookie headers in HLS streams

2017-04-08 Thread Micah Galizia
Hi, This one gets rid of the check against AVFMT_FLAG_CUSTOM_IO. Let me know if anything else needs changing. Thanks, ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/2] Ignore expired cookies

2017-04-08 Thread Micah Galizia
The original patch (possibly the implementation it replaced) had a bug that would include whitespace (eg: newline) when evaluating Set-Cookie values (eg: the domain). This is corrected in the modified version of that patch. Thanks ___ ffmpeg-devel

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-04-08 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 211 ++--- 1 file changed, 154 insertions(+), 57 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7204..425711aab5 100644 --- a/libav

Re: [FFmpeg-devel] [PATCH] Observe Set-Cookie headers in HLS streams

2017-04-07 Thread Micah Galizia
On 2017-04-07 02:48 AM, wm4 wrote: On Thu, 6 Apr 2017 22:48:59 -0400 Micah Galizia<micahgali...@gmail.com> <mailto:micahgali...@gmail.com> wrote: Signed-off-by: Micah Galizia<micahgali...@gmail.com> <mailto:micahgali...@gmail.com> --- libavformat/hls.c | 10 ++

[FFmpeg-devel] [PATCH] Observe Set-Cookie headers in HLS streams

2017-04-06 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/hls.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index bac53a4..ab81863 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -630,8 +

[FFmpeg-devel] [PATCH] Observe Set-Cookie headers in HLS streams

2017-04-06 Thread Micah Galizia
Hello, I noticed some Set-Cookie headers are being ignored by the HLS demuxer. Patch attached fixes it. Previously, the cookies wouldn't get updated from the right AVIOContext, or not at all if AVFMT_FLAG_CUSTOM_IO is set -- I'm not really sure why that was done so please let me know if I

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-05 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/Makefile | 1 + libavformat/tests/http.c | 186 + tests/fate/libavformat.mak | 5 ++ tests/ref/fate/http| 30 4 files changed, 222 insertions(+)

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-05 Thread Micah Galizia
Hi, I didn't realize there was a year 2038 problem -- dates beyond it overflow a 32-bit time_t -- I've made the unit tests 32-bit compatible now. Thank you! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-02 Thread Micah Galizia
Hi, No more passing null to strcmp -- hopefully this addresses the crash. Thanks in advance. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-02 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/Makefile | 1 + libavformat/tests/http.c | 185 + tests/fate/libavformat.mak | 5 ++ tests/ref/fate/http| 30 4 files changed, 221 insertions(+)

Re: [FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-01 Thread Micah Galizia
On 2017-03-31 06:10 AM, Michael Niedermayer wrote: On Thu, Mar 30, 2017 at 09:33:48PM -0400, Micah Galizia wrote: Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/Makefile | 1 + libavformat/tests/http.c

[FFmpeg-devel] [PATCH 1/2] Ignore expired cookies

2017-03-30 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 204 ++--- 1 file changed, 147 insertions(+), 57 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7..a9f1b3f 100644 --- a/libavformat/

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-03-30 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/Makefile | 1 + libavformat/tests/http.c | 182 + tests/fate/libavformat.mak | 5 ++ tests/ref/fate/http| 30 4 files changed, 218 insertions(+)

[FFmpeg-devel] [PATCH v2 0/2] Ignore expired cookies

2017-03-30 Thread Micah Galizia
Hello Again, This is another attempt to get the http protocol not to send expired cookies _and_ prevent it from updating good cookie values with expired cookie values sent by misbehaving servers. Previously its been recommended that we break each set-cookie into a dict to parse it properly;

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-30 Thread Micah Galizia
Thanks for those comments -- I'll get rid of the strlen in the upcoming patch but, Nicolas, you lost me there. Anyway, this patch only does half the job -- I have a new one that is unfortunately larger, but has taken prior advice to break cookies into dicts. On Thu, Mar 30, 2017 at 4:12 PM,

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-29 Thread Micah Galizia
Galizia <micahgali...@gmail.com> wrote: > Signed-off-by: Micah Galizia <micahgali...@gmail.com> > --- > libavformat/http.c | 43 +++ > 1 file changed, 39 insertions(+), 4 deletions(-) > > diff --git a/libavformat/http.c b/liba

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-25 Thread Micah Galizia
On Sat, Mar 25, 2017 at 10:51 AM, wm4 wrote: > This can overflow sizeof(exp_buf). Sorry, new patch cleans that up. >> + >> +// move the string beyond the day of week >> +i = 0; >> +while ((exp_buf[i] < '0' || exp_buf[i] >

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-25 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 43 +++ 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7..53fae2a 100644 --- a/libavformat/http.c

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-25 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 43 +++ 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7..f7d1925 100644 --- a/libavformat/http.c

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-25 Thread Micah Galizia
On 2017-03-25 07:11 AM, wm4 wrote: >> -while ((param = av_strtok(cookie, "; ", _param))) { >> +while ((param = av_strtok(cookie, ";", _param))) { >> + >> +// move past any leading whitespace >> +param += strspn(param, WHITESPACES); >> + > Not quite sure

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-24 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 41 + 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7..37bdacf 100644 --- a/libavformat/http.c

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-24 Thread Micah Galizia
Hi, This is my second attempt at fixing how we are handling expired cookies. As a reminder, on some authenticated Neulion streams, they send a cookie from the past, like so: Set-Cookie: nlqptid=""; Domain=.neulion.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ These expired cookies are

Re: [FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-26 Thread Micah Galizia
On Sun, Feb 26, 2017 at 11:12 AM, Michael Niedermayer <mich...@niedermayer.cc> wrote: > On Thu, Feb 23, 2017 at 09:34:28PM -0500, Micah Galizia wrote: >> Hello, >> >> Is someone able to take a look at this and accept or reject it -- its >> been a few days since

Re: [FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-23 Thread Micah Galizia
Hello, Is someone able to take a look at this and accept or reject it -- its been a few days since I submitted. Sorry to pester -- thanks in advance. On Mon, Feb 20, 2017 at 7:48 PM, Micah Galizia <micahgali...@gmail.com> wrote: > Signed-off-by: Micah Galizia <micahgali.

[FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-20 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavutil/parseutils.c | 28 libavutil/tests/parseutils.c | 7 +++ tests/ref/fate/parseutils| 7 +++ 3 files changed, 42 insertions(+) diff --git a/libavutil/parseutils.c b/lib

Re: [FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-20 Thread Micah Galizia
Sorry about that -- this actually makes sense now -- I thought it was a bit odd that the test program had no asserts or anything to validate the output... I've addressed the fate issues in this patch -- thanks again for the review. ___ ffmpeg-devel

[FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-20 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavutil/parseutils.c | 28 libavutil/tests/parseutils.c | 7 +++ 2 files changed, 35 insertions(+) diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c index 86d3dac..7ca07b3

[FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-19 Thread Micah Galizia
--- libavutil/parseutils.c | 31 +++ libavutil/tests/parseutils.c | 5 + 2 files changed, 36 insertions(+) diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c index 86d3dac..a273216 100644 --- a/libavutil/parseutils.c +++ b/libavutil/parseutils.c

[FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-19 Thread Micah Galizia
Hello, In preparation for evaluating cookie expiry values, av_small_strptime needs to handle the month names. This patch adds said names (full and abbreviated). Thanks in advance, Micah ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-02-12 Thread Micah Galizia
On Sun, Feb 12, 2017 at 6:28 AM, Nicolas George <geo...@nsup.org> wrote: > Thanks for the patch. See remarks below. > > Le tridi 23 pluviôse, an CCXXV, Micah Galizia a écrit : >> On some authenticated Neulion streams, they send a cookie from the past, >> like so

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-02-11 Thread Micah Galizia
--- libavformat/http.c | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index 944a6cf..24368aa 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -682,12 +682,46 @@ static int

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-02-11 Thread Micah Galizia
This one fixes the memory leak -- sorry for all the spam. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-02-11 Thread Micah Galizia
Signed-off-by: Micah Galizia <micahgali...@gmail.com> --- libavformat/http.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index 944a6cf..e7b8ac3 100644 --- a/libavformat/http.c +++ b/libav

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-02-11 Thread Micah Galizia
Appologies, gmail screwed up the patch. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] Ignore expired cookies

2017-02-11 Thread Micah Galizia
an immature man is that he wants to die nobly for a cause, while the mark of the mature man is that he wants to live humbly for one." --W. Stekel From 1fecda5a7a36b530208a9428b86eebda66b0 Mon Sep 17 00:00:00 2001 From: Micah Galizia <micahgali...@gmail.com> Date: Sat, 11 Feb 2

Re: [FFmpeg-devel] hls merge cleanup

2015-08-01 Thread Micah Galizia
I've been watching an encrypted stream for the past 20 minutes and everything seems to be working fine. On Thu, Jul 30, 2015 at 1:10 PM, Michael Niedermayer mich...@niedermayer.cc wrote: On Thu, Jul 30, 2015 at 12:39:53PM -0400, Micah Galizia wrote: Cookies and user agent stuff all look

Re: [FFmpeg-devel] hls merge cleanup

2015-07-30 Thread Micah Galizia
Cookies and user agent stuff all look the same to me (I'll test with an encrypted stream this weekend). Also, its cool that he added renditions. On Thu, Jul 30, 2015 at 12:14 PM, Michael Niedermayer mich...@niedermayer.cc wrote: Hi all luca has reimplemented some of the option handling in hls

[FFmpeg-devel] [PATCH] replace cookies with updated values instead of appending forever (backport to 2.6)

2015-03-27 Thread Micah Galizia
629e9028f40cbf6f54c4b481a274aea5219d7c10 Mon Sep 17 00:00:00 2001 From: Micah Galizia micahgali...@gmail.com Date: Tue, 17 Mar 2015 20:22:59 +1100 Subject: [PATCH 3/3] avformat/http: replace cookies with updated values instead of appending forever Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit

[FFmpeg-devel] [PATCH] Refactor repeated HLS option updates (Backport to 2.6)

2015-03-27 Thread Micah Galizia
: Micah Galizia micahgali...@gmail.com Date: Mon, 16 Mar 2015 20:26:29 +1100 Subject: [PATCH 2/3] avformat/hls: refactor repeated HLS option updates Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit fca085187940a169b7a43d096009f7dac315f9ac) Signed-off-by: Micah Galizia

[FFmpeg-devel] [PATCH] Backport hls and cookie fixes to the 2.6 branch

2015-03-26 Thread Micah Galizia
nobly for a cause, while the mark of the mature man is that he wants to live humbly for one. --W. Stekel From dec8b5b1033c63906e7b1e783bd50a2be287d8d5 Mon Sep 17 00:00:00 2001 From: Micah Galizia micahgali...@gmail.com Date: Thu, 26 Mar 2015 20:16:34 +1100 Subject: [PATCH] backport hls and cookie

[FFmpeg-devel] Patches For 2.6 Branch

2015-03-21 Thread Micah Galizia
Hi, I had some code accepted on the master branch and I was wondering if they'd be suitable for inclusion in the 2.6 branch. I'd like them in the next version of xmbc. The commits were: c59654d67d1afde3fac24021ef0fd9d18cf38455 fca085187940a169b7a43d096009f7dac315f9ac

[FFmpeg-devel] [PATCH] replace cookies with updated values

2015-03-17 Thread Micah Galizia
17 00:00:00 2001 From: Micah Galizia micahgali...@gmail.com Date: Tue, 17 Mar 2015 20:22:59 +1100 Subject: [PATCH 3/3] replace cookies with updated values instead of appending forever --- libavformat/http.c | 65 +++--- 1 file changed, 52 insertions

Re: [FFmpeg-devel] [PATCH] Refactor repeated HLS option updates

2015-03-16 Thread Micah Galizia
Excellent. Thank you! On Mon, Mar 16, 2015 at 11:02 PM, Michael Niedermayer michae...@gmx.at wrote: On Mon, Mar 16, 2015 at 08:34:24PM +1100, Micah Galizia wrote: Hi, Attached patch puts repeated code into a function. TIA -- The mark of an immature man is that he wants to die nobly

[FFmpeg-devel] [PATCH] Refactor repeated HLS option updates

2015-03-16 Thread Micah Galizia
From: Micah Galizia micahgali...@gmail.com Date: Mon, 16 Mar 2015 20:26:29 +1100 Subject: [PATCH 2/2] refactor repeated HLS option updates --- libavformat/hls.c | 28 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c

Re: [FFmpeg-devel] [PATCH] store cookies returned in HLS key responses

2015-03-15 Thread Micah Galizia
Excellent, thank you -- patch to refactor that repeated free/opt_get/free code (it happens four times) will be submitted shortly... On Mon, Mar 16, 2015 at 12:00 PM, Michael Niedermayer michae...@gmx.at wrote: On Sun, Mar 15, 2015 at 10:00:38AM +1100, Micah Galizia wrote: Hello, Neulion has

[FFmpeg-devel] [PATCH] store cookies returned in HLS key responses

2015-03-14 Thread Micah Galizia
the mark of the mature man is that he wants to live humbly for one. --W. Stekel From 7f2db07b91407a970b99655da96c8c2532e2c1ad Mon Sep 17 00:00:00 2001 From: Micah Galizia micahgali...@gmail.com Date: Sun, 15 Mar 2015 09:31:59 +1100 Subject: [PATCH] store cookies returned in HLS key response

[FFmpeg-devel] Reorganizing Cookies (was Re: [PATCH] Replace old cookies with new cookies of the same name)

2014-09-28 Thread Micah Galizia
On 18/08/14 21:36, Nicolas George wrote: Le primidi 1er fructidor, an CCXXII, Micah Galizia a écrit : Yes no. I agree its not an ideal implementation (it actually was mine to begin with) to just use a string full of cookies. But we can't pass around complex structures through avopts, which

Re: [FFmpeg-devel] [PATCH] Replace old cookies with new cookies of the same name

2014-08-18 Thread Micah Galizia
On Sun, Aug 17, 2014 at 9:29 PM, Nicolas George geo...@nsup.org wrote: Le decadi 30 thermidor, an CCXXII, Micah Galizia a écrit : When new cookie values (with the same name as an existing cookie) are returned in an HLS stream, the current implementation will append the new cookie to the list

[FFmpeg-devel] [PATCH] Replace old cookies with new cookies of the same name

2014-08-17 Thread Micah Galizia
cases. The patch attached resolves the issue. -- The mark of an immature man is that he wants to die nobly for a cause, while the mark of the mature man is that he wants to live humbly for one. --W. Stekel From ad65b070a7b49698e623f08365ec7e751d0bae08 Mon Sep 17 00:00:00 2001 From: Micah