From: topilski
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 4ec8f21..c92dd1f 100755
--- a/configure
+++ b/configure
@@ -5942,6 +5942,7 @@ enabled omx && { check_header OMX_Core.h ||
die "ERROR: OpenMAX IL
enabled openssl
Yes, you are right, I'll send a patch with this fixed, thanks.
On Sat, Jun 10, 2017 at 5:35 AM, Ivan Kalvachev
wrote:
> On 6/9/17, Ilia Valiakhmetov wrote:
> > Signed-off-by: Ilia Valiakhmetov
> > ---
> > libavcodec/x86/vp9dsp_init_16bpp.c| 2 ++
> > libavcodec/x86/vp9intrapred_16bpp.asm
Signed-off-by: Ilia Valiakhmetov
---
libavcodec/x86/vp9dsp_init_16bpp.c| 2 ++
libavcodec/x86/vp9intrapred_16bpp.asm | 56 +++
2 files changed, 58 insertions(+)
diff --git a/libavcodec/x86/vp9dsp_init_16bpp.c
b/libavcodec/x86/vp9dsp_init_16bpp.c
index d1b8fc
On 2017-06-09 13:41, Ivan Kalvachev wrote:
> On 6/9/17, Michael Niedermayer wrote:
>> seems this breaks build with mingw64, didnt investigate but it
>> fails with these errors:
>>
>> libavcodec/libavcodec.a(opus_pvq_search.o):src/libavcodec/x86/opus_pvq_search.asm:(.text+0x2d):
>> relocation trunc
On Fri, Jun 09, 2017 at 03:10:56PM -0700, Michael Bradshaw wrote:
> Hi,
>
> Attached patch adds a FATE test for the -time_base option, as
> promised[1] (months ago). This is my first FATE patch, so please be
> sure to check for stupid mistakes and whatnot. I'm happy to revise it
> as needed.
>
>
On Sat, 10 Jun 2017 02:50:11 +0300
Ivan Kalvachev wrote:
> On 6/9/17, wm4 wrote:
> > On Fri, 9 Jun 2017 00:10:49 +0200
> > Michael Niedermayer wrote:
> >
> >> On Sat, May 27, 2017 at 12:24:16PM +0200, wm4 wrote:
> >> > On Sat, 27 May 2017 03:56:42 +0200
> >> > Michael Niedermayer wrote:
>
On Fri, 9 Jun 2017 19:39:36 +0200
Michael Niedermayer wrote:
> On Fri, Jun 09, 2017 at 04:32:41PM +0200, wm4 wrote:
> > On Thu, 8 Jun 2017 23:53:55 +0200
> > Michael Niedermayer wrote:
> >
> > > Fixes Timeout
> > > Fixes: 2127/clusterfuzz-testcase-minimized-6595787859427328
> > >
> > > Sign
On 10 June 2017 at 09:13, wrote:
> From: topilski
>
> ---
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 4ec8f21..c92dd1f 100755
> --- a/configure
> +++ b/configure
> @@ -5942,6 +5942,7 @@ enabled omx && { check_header
> OMX_Core
So here is my second work in progress patch set. These are the functions from
the second half of my previous.
With Ronald's rounding contribution I am much closer to finishing. As I
mentioned on IRC I think the speed of decoding an MPEG2 HD sample has increased
from 215 to 235 fps.
I still have
---
libavcodec/x86/simple_idct10_template.asm | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/libavcodec/x86/simple_idct10_template.asm
b/libavcodec/x86/simple_idct10_template.asm
index c0d1637ca2..3f398985a5 100644
--- a/libavcodec/x86/simple_idct10_template.
Use named arguments for the functions so we can remove a define. The
stride/linesize argument is now ptrdiff_t type so we no longer need to
sign extend the register.
---
libavcodec/x86/proresdsp.asm | 2 +-
libavcodec/x86/simple_idct10.asm | 8 ++--
libavcodec/x86/simple_i
Rounding contributed by Ronald S. Bultje
---
libavcodec/tests/x86/dct.c | 2 ++
libavcodec/x86/idctdsp_init.c| 19 +++
libavcodec/x86/simple_idct.h | 3 +++
libavcodec/x86/simple_idct10.asm | 8
4 files changed, 32 insertions(+)
diff --git a/libavcodec/te
---
libavcodec/x86/idctdsp_init.c| 2 ++
libavcodec/x86/simple_idct.h | 3 +++
libavcodec/x86/simple_idct10.asm | 23 +++
3 files changed, 28 insertions(+)
diff --git a/libavcodec/x86/idctdsp_init.c b/libavcodec/x86/idctdsp_init.c
index 4b2145e478..1826d01e0e 100644
---
libavcodec/x86/idctdsp_init.c| 2 ++
libavcodec/x86/simple_idct.h | 3 ++
libavcodec/x86/simple_idct10.asm | 61
3 files changed, 66 insertions(+)
diff --git a/libavcodec/x86/idctdsp_init.c b/libavcodec/x86/idctdsp_init.c
index 1826d01e0e..ca
Hi, on my machine i have built openssl libraries in static mode only, after
that i want to build ffmpeg library with https protocol support and
configuration failed (undefined reference to 'dlopen') in check_lib openssl
because for linking needed dl library, if linked .so libraries first
check(chec
On Sat, Jun 10, 2017 at 01:36:29PM +0200, wm4 wrote:
> On Fri, 9 Jun 2017 19:39:36 +0200
> Michael Niedermayer wrote:
>
> > On Fri, Jun 09, 2017 at 04:32:41PM +0200, wm4 wrote:
> > > On Thu, 8 Jun 2017 23:53:55 +0200
> > > Michael Niedermayer wrote:
> > >
> > > > Fixes Timeout
> > > > Fixes:
Hi,
On Fri, Jun 9, 2017 at 1:39 PM, Michael Niedermayer
wrote:
> If we want to make ff_htmlmarkup_to_ass() not go into near infinite
> loops
What's a near-infinite loop? Is it non-infinite loop, i.e. just a loop? Or
is there special something special about it? :-). "Fix [..] near-infinite
loop
On 6/9/2017 7:10 PM, Michael Bradshaw wrote:
> Hi,
>
> Attached patch adds a FATE test for the -time_base option, as
> promised[1] (months ago). This is my first FATE patch, so please be
> sure to check for stupid mistakes and whatnot. I'm happy to revise it
> as needed.
>
> Thanks,
>
> --Michae
On Sat, 2017-06-10 at 16:18 +0200, Michael Niedermayer wrote:
> So we are guranteed that anyone who wants to exploit this has the
> ability to do so as long as they can use the search mask and are able
> to remux the data into whatever format they need.
> And i belive this publication of issues is
On Sat, Jun 10, 2017 at 11:14:45AM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Fri, Jun 9, 2017 at 1:39 PM, Michael Niedermayer
> wrote:
>
> > If we want to make ff_htmlmarkup_to_ass() not go into near infinite
> > loops
>
>
> What's a near-infinite loop? Is it non-infinite loop, i.e. just a l
On Sat, Jun 10, 2017 at 11:31:42PM +0300, Uoti Urpala wrote:
> On Sat, 2017-06-10 at 16:18 +0200, Michael Niedermayer wrote:
> > So we are guranteed that anyone who wants to exploit this has the
> > ability to do so as long as they can use the search mask and are able
> > to remux the data into wha
On Sat, May 27, 2017 at 12:21:25PM +0200, Michael Niedermayer wrote:
> Fixes: 1735/clusterfuzz-testcase-minimized-5350472347025408
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/ff
On 6/10/17, Ronald S. Bultje wrote:
> Hi,
>
> On Thu, Jun 8, 2017 at 8:57 PM, Michael Niedermayer
> wrote:
>
>> On Thu, Jun 08, 2017 at 06:35:07PM -0400, Ronald S. Bultje wrote:
>> > Hi,
>> >
>> > On Thu, Jun 8, 2017 at 6:10 PM, Michael Niedermayer
>>
>> > wrote:
>> >
>> > > Signed value in
>> >
From: LongChair
---
Changelog | 1 +
configure | 12 ++
libavcodec/Makefile| 4 +
libavcodec/allcodecs.c | 6 +
libavcodec/drmprime.h | 17 ++
libavcodec/rkmppdec.c | 522 +
libavutil/pixdesc.c| 4 +
li
24 matches
Mail list logo