On Mon, Sep 21, 2015 at 23:53:26 +0200, Paul B Mahol wrote:
> On 9/21/15, Carl Eugen Hoyos wrote:
> > Paul B Mahol gmail.com> writes:
> >> www://github.com/sekrit-twc/zimg
> > I fear that a working link is needed in the
> > documentation of the filter.
> This link works fine.
My browsers are ext
On Mon, 21 Sep 2015 21:50:34 -0500
Rodger Combs wrote:
> ---
> Changelog | 1 +
> doc/bitstream_filters.texi | 11 ---
> libavcodec/aac_adtstoasc_bsf.c | 73
> ++
> libavformat/flvenc.c | 6
> libavformat/move
On Tue, 22 Sep 2015 04:37:48 +
Lucas Andrade wrote:
> This fixes the https://trac.ffmpeg.org/ticket/4808, as it sets the cookie
> on playlist response with setcookie header.
>
> Update Cookies on Setcookie playlist response
> ---
> libavformat/hls.c | 2 ++
> 1 file changed, 2 insertions(+)
On Mon, 21 Sep 2015 23:33:16 +0200
Michael Niedermayer wrote:
> On Mon, Sep 21, 2015 at 06:25:31PM +0200, wm4 wrote:
> > If cmd_pos is broken, this would just keep accumulating packets in the
> > reassembly buffer, until it fails and flushes the buffer on overflow.
> > Since packets are usually r
Paul B Mahol gmail.com> writes:
> + --enable-libzimg enable zimg, needed for zscale filter [no]
As said, since the library is difficult to find,
it needs a link in the documentation.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffm
If cmd_pos is broken, this would just keep accumulating packets in the
reassembly buffer, until it fails and flushes the buffer on overflow.
Since packets are usually rather small, this will take a lot of subtitle
packets. The perceived effect is that subtitles are not displayed
anymore after the f
My old address no longer works.
---
MAINTAINERS |2 +-
libavfilter/vf_delogo.c |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- ffmpeg.orig/MAINTAINERS 2015-09-16 08:51:37.861444714 +0200
+++ ffmpeg/MAINTAINERS 2015-09-22 10:38:01.760054763 +0200
@@ -365,7 +365
On Tue, Sep 22, 2015 at 10:43:27AM +0200, Jean Delvare wrote:
> My old address no longer works.
> ---
> MAINTAINERS |2 +-
> libavfilter/vf_delogo.c |2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147E
I think the other code paths already sets the cookie.
Em Ter, 22 de set de 2015 04:41, wm4 escreveu:
> On Tue, 22 Sep 2015 04:37:48 +
> Lucas Andrade wrote:
>
> > This fixes the https://trac.ffmpeg.org/ticket/4808, as it sets the
> cookie
> > on playlist response with setcookie header.
> >
On 9/21/15, Timo Rothenpieler wrote:
>> Benefit would be to save 2 branching and 2 div (the div can already be
>> replaced by a shift here though - which would have a benefit since x & y
>> are signed) and keep the code generic.
>
> Changed it to a shift and moved the if() out of the loop.
> No ob
still lgtm
If nobody objects, i'll push later today.
Timo
signature.asc
Description: OpenPGP digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
If there is no #EXT-X-BYTERANGE specified, there is no need to seek.
Seeking fails anyway for rtmp, because this protocol does not support
url_seek.
This fixes CNN.m3u from trac ticket 4797 (i.e. Debian bug #798189).
---
libavformat/hls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
dif
On 21/09/15 20:44, Carl Eugen Hoyos wrote:
> Michael Niedermayer gmx.at> writes:
>
>> This "decision" thingy, is intended to confirm that
>> * Stuff should be moved to the telepoint server, possibly duplicates
>> should be left at/moved to the hetzner server for redundancy, if
>> this is tech
On Mon, Sep 21, 2015 at 08:27:47PM +0100, Kieran Kunhya wrote:
> > This "decision" thingy, is intended to confirm that
> > * Stuff should be moved to the telepoint server, possibly duplicates
> > should be left at/moved to the hetzner server for redundancy, if
> > this is technically possible (
On 9/21/2015 8:22 PM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> configure| 4 +
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_zscale.c | 546
> +++
> 4 files changed, 552 ins
Hi,
On Mon, Sep 21, 2015 at 4:55 AM, Rodger Combs
wrote:
> ---
> tests/checkasm/vp9dsp.c | 108
> +---
> 1 file changed, 57 insertions(+), 51 deletions(-)
LGTM. Sorry for the initial long macro, that was kind of ugly, yes.
Thanks,
Ronald
__
You're right, I should at least check if ret == 0. I'll update the patch
and check if it works.
Em ter, 22 de set de 2015 às 08:09, Lucas Andrade
escreveu:
> I think the other code paths already sets the cookie.
>
> Em Ter, 22 de set de 2015 04:41, wm4 escreveu:
>
>> On Tue, 22 Sep 2015 04:37:4
On Tue, 22 Sep 2015 13:47:37 +
Lucas Andrade wrote:
> You're right, I should at least check if ret == 0. I'll update the patch
> and check if it works.
>
Well, I meant, maybe this should be in open_url(), instead of adding it
on every code path. Right now everything is totally inconsistent
Signed-off-by: Paul B Mahol
---
configure| 4 +
doc/filters.texi | 110 +
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/vf_zscale.c | 614 +++
5 files changed, 730 insertions(+)
creat
On Tue, 22 Sep 2015 04:37:48 +
Lucas Andrade wrote:
> This fixes the https://trac.ffmpeg.org/ticket/4808, as it sets the cookie
> on playlist response with setcookie header.
>
> Update Cookies on Setcookie playlist response
> ---
> libavformat/hls.c | 2 ++
> 1 file changed, 2 insertions(+)
On Tue, 22 Sep 2015 14:04:48 +0200
Andreas Cadhalpun wrote:
> If there is no #EXT-X-BYTERANGE specified, there is no need to seek.
> Seeking fails anyway for rtmp, because this protocol does not support
> url_seek.
>
> This fixes CNN.m3u from trac ticket 4797 (i.e. Debian bug #798189).
> ---
>
On Mon, 21 Sep 2015 18:25:30 +0200
wm4 wrote:
> Assuming the first and second packets are partial, this would append the
> reassembly buffer (ctx->buf) to itself with the second
> append_to_cached_buf() call, because buf is set to ctx->buf.
>
> I do not know a valid sample file which triggers th
On Mon, 21 Sep 2015 14:46:14 +0200
wm4 wrote:
> Broken by commit ba12ba859aabfa7153ba397d869db13acdaba340. This only
> happens with HLS streams which use encryption and require preserving
> cookies sent by the server.
>
> Fixes trac issue #4846.
> ---
> Really stupid...
> ---
> libavformat/hls.
Paul B Mahol gmail.com> writes:
> +Scale (resize) the input video, using the z.img library.
Please add a link here to the git repository of z.img
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmp
At present it only converts global metadata as that is what I wanted to do. It
should be possible to extend it so that the conversion can be different for
different files or streams.
---
doc/ffmpeg.texi | 6 +++
ffmpeg.c| 15 ++
ffmpeg.h| 1 +
ffmpeg_opt.c| 149 ++
Sorry about top posting.. That's the gmail default. Anyway, I've double
checked and think you're right. I'll add that to open_url, but I need to
set the right HLSContext cookies. Right now it isn't passed as parameter to
open_url, that way, I'll have to pass it ahead.
About the opts, it isn't trash
---
tests/checkasm/vp9dsp.c | 273
1 file changed, 273 insertions(+)
diff --git a/tests/checkasm/vp9dsp.c b/tests/checkasm/vp9dsp.c
index e94daf3..4a7bc96 100644
--- a/tests/checkasm/vp9dsp.c
+++ b/tests/checkasm/vp9dsp.c
@@ -18,12 +18,15 @@
* 51
On Tue, 22 Sep 2015 17:20:13 +
Lucas Andrade wrote:
> Sorry about top posting.. That's the gmail default. Anyway, I've double
> checked and think you're right. I'll add that to open_url, but I need to
> set the right HLSContext cookies. Right now it isn't passed as parameter to
> open_url, th
On Tue, 22 Sep 2015 14:21:22 +0200
Clément Bœsch wrote:
> On Mon, Sep 21, 2015 at 08:27:47PM +0100, Kieran Kunhya wrote:
> > > This "decision" thingy, is intended to confirm that
> > > * Stuff should be moved to the telepoint server, possibly
> > > duplicates should be left at/moved to the hetzne
Signed-off-by: Kyle Swanson
---
libavfilter/af_tremolo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/af_tremolo.c b/libavfilter/af_tremolo.c
index 6335401..69eaa34 100644
--- a/libavfilter/af_tremolo.c
+++ b/libavfilter/af_tremolo.c
@@ -138,7 +138,7 @@ static i
Hi,
On Tue, Sep 22, 2015 at 7:55 PM, compn wrote:
> On Tue, 22 Sep 2015 14:21:22 +0200
> Clément Bœsch wrote:
>
> > On Mon, Sep 21, 2015 at 08:27:47PM +0100, Kieran Kunhya wrote:
> > > > This "decision" thingy, is intended to confirm that
> > > > * Stuff should be moved to the telepoint server,
Le primidi 1er vendémiaire, an CCXXIV, James Darnley a écrit :
> At present it only converts global metadata as that is what I wanted to do.
> It
> should be possible to extend it so that the conversion can be different for
> different files or streams.
> ---
> doc/ffmpeg.texi | 6 +++
> ffmpe
On 9/22/15, Kyle Swanson wrote:
> Signed-off-by: Kyle Swanson
> ---
> libavfilter/af_tremolo.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/af_tremolo.c b/libavfilter/af_tremolo.c
> index 6335401..69eaa34 100644
> --- a/libavfilter/af_tremolo.c
> +++ b/lib
On 22.09.2015 18:18, wm4 wrote:
> On Tue, 22 Sep 2015 14:04:48 +0200
> Andreas Cadhalpun wrote:
>
>> If there is no #EXT-X-BYTERANGE specified, there is no need to seek.
>> Seeking fails anyway for rtmp, because this protocol does not support
>> url_seek.
>>
>> This fixes CNN.m3u from trac ticket
On Sat, 2015-09-19 at 12:36 -0400, Ganesh Ajjanagadde wrote:
> Regarding the large array of platforms, as can be seen from the
> patches I have submitted over the past few weeks, one long term goal
> I
> have is getting to a "nearly -Werror" state at least on the most
> recent clang/gcc. Already no
"I'm only here for the nitpicking." I noticed quite a lot of errors in
the various documentation recently, and joined the list to submit
patches. Let me start though by noting my observations here:
> + --enable-libzimg enable zimg, needed for zscale filter [no]
So, is it "z.img" or "zimg
Hi Calvin,
On Tue, Sep 22, 2015 at 9:35 PM, Calvin Walton
wrote:
> On Sat, 2015-09-19 at 12:36 -0400, Ganesh Ajjanagadde wrote:
> > Regarding the large array of platforms, as can be seen from the
> > patches I have submitted over the past few weeks, one long term goal
> > I
> > have is getting t
On Tue, 22 Sep 2015 15:35:06 -0400
Calvin Walton wrote:
> Please never enable "-Werror" by default in a release version of a
> package - where that's defined as whatever version you recommend
> arbitrary users pick up.
+1, and please not for development versions either.
_
On 9/22/15, Moritz Barsnick wrote:
> "I'm only here for the nitpicking." I noticed quite a lot of errors in
> the various documentation recently, and joined the list to submit
> patches. Let me start though by noting my observations here:
>
>> + --enable-libzimg enable zimg, needed for zs
On Sat, Sep 19, 2015 at 10:43:37AM -0400, Ganesh Ajjanagadde wrote:
> This silences -Wunused-variable when compiled with --disable-mmx, e.g
> http://fate.ffmpeg.org/log.cgi?time=20150919094617&log=compile&slot=x86_64-archlinux-gcc-disable-mmx.
> The alternative of header guards will make it far too
On Sat, Sep 19, 2015 at 10:47:38AM -0400, Ganesh Ajjanagadde wrote:
> This silences -Wunused-variable when compiled with --disable-mmx, e.g
> http://fate.ffmpeg.org/log.cgi?time=20150919094617&log=compile&slot=x86_64-archlinux-gcc-disable-mmx.
> The alternative of header guards will make it far too
On Mon, Sep 21, 2015 at 12:41:36AM -0400, Alex Smith wrote:
> From: Alex Smith
>
> Binutils will always strip the relocation information from executable
> files even if it needs it (dynamicbase/ASLR). We can work around this
> by using the pic-executable flag combined with setting the correct en
On Tue, Sep 22, 2015 at 7:43 PM, Michael Niedermayer
wrote:
>
>
> this is ugly, but ASLR is important thus applied
> i did not apply the nxcompat dynamicbase merge as its unrelated
>
> Thanks
>
> PS: if this breaks some version of mingw then this should be reverted
>
> [...]
>
>
The only thing I'm
On 9/21/2015 1:41 AM, Alex Smith wrote:
> From: Alex Smith
>
> The appropriate flag for HEASLR (--high-entropy-va) is scheduled for
> inclusion in the next version of binutils (2.25), doesn't hurt to
> include it a little early.
2.25 has been out for a while, so i think this commit message shoul
On Tue, Sep 22, 2015 at 07:59:38PM -0400, Alex Smith wrote:
> On Tue, Sep 22, 2015 at 7:43 PM, Michael Niedermayer
> wrote:
> >
> >
> > this is ugly, but ASLR is important thus applied
> > i did not apply the nxcompat dynamicbase merge as its unrelated
> >
> > Thanks
> >
> > PS: if this breaks som
I've tested and this works. Cookies is being set correctly. As you can see,
I've removed the opts2 as it isn't needed anymore. I've added the cookie
update to open_url (setting the HLSContext->cookies and the opts (maybe
used on ciphered stream).
diff --git a/libavformat/hls.c b/libavformat/hls.c
On Tue, Sep 22, 2015 at 3:56 PM, Ronald S. Bultje wrote:
> Hi Calvin,
>
> On Tue, Sep 22, 2015 at 9:35 PM, Calvin Walton
> wrote:
>
>> On Sat, 2015-09-19 at 12:36 -0400, Ganesh Ajjanagadde wrote:
>> > Regarding the large array of platforms, as can be seen from the
>> > patches I have submitted ov
On Tue, Sep 22, 2015 at 4:03 PM, wm4 wrote:
> On Tue, 22 Sep 2015 15:35:06 -0400
> Calvin Walton wrote:
>
>> Please never enable "-Werror" by default in a release version of a
>> package - where that's defined as whatever version you recommend
>> arbitrary users pick up.
>
> +1, and please not fo
From f5ff9a07a755123c259f6483fa3c55be1bb41abf Mon Sep 17 00:00:00 2001
From: zylthinking
Date: Wed, 23 Sep 2015 12:55:27 +0800
Subject: [PATCH] initialize duration of a living hls stream to an known
value
Signed-off-by: zylthinking
---
libavformat/hls.c | 1 +
1 file changed, 1 insertion(+)
di
49 matches
Mail list logo