Hi,
Can anyone review the patch please?
-Original Message-
From: Shivraj Patil
Sent: 24 April 2017 17:33
To: ffmpeg-devel@ffmpeg.org
Cc: Shivraj Patil
Subject: [PATCH] Disable MSA optimization for big endian arch
From: Shivraj Patil
Signed-off-by: Shivraj Patil
---
configure |4 +
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/
On Fri, May 05, 2017 at 10:28:28PM +0200, Martin Vignali wrote:
> Hello,
>
> in attach a patch who simplify the reorder_pixels func
>
> reorder_pixels is call by rle_uncompress and zip_uncompress
> with size == uncompress_size
>
> uncompress_size is a multiple of 2 (because exr store data
> in h
On Sun, May 14, 2017 at 12:07:59PM +0200, Nicolas George wrote:
> Le duodi 22 floréal, an CCXXV, Michael Niedermayer a écrit :
> > The direct value like 32 feels more natural to me too, but iam fine
> > with either.
> >
> > The avoidance of log() might also favor the other in some cases btw
> > co
+AV_PIX_FMT_P016
+};
+
+#define DIV_UP(a, b) ( ((a) + (b) - 1) / (b) )
+#define ALIGN_UP(a, b) ((a + b -1) & ~(b-1))
this is missing () to protect the arguments
Fixed locally, will push this evening or tomorrow if no further comments
show up.
_
Hi,
On Sun, May 14, 2017 at 6:07 AM, Nicolas George wrote:
> Le duodi 22 floréal, an CCXXV, Michael Niedermayer a écrit :
> > The direct value like 32 feels more natural to me too, but iam fine
> > with either.
> >
> > The avoidance of log() might also favor the other in some cases btw
> > consi
On 12/05/17 05:00, Jun Zhao wrote:
> On 2017/5/11 19:39, Mark Thompson wrote:
>> On 11/05/17 01:29, Jun Zhao wrote:
>>> From b32e4c9c1de47b3bf76327b0ecd11ccf9e3c693f Mon Sep 17 00:00:00 2001
>>> From: Jun Zhao
>>> Date: Tue, 9 May 2017 08:19:16 +0800
>>> Subject: [PATCH] lavc/vaapi_encode_h264: En
On Sun, May 14, 2017 at 11:05:42AM +0200, Hendrik Leppkes wrote:
> On Sun, May 14, 2017 at 3:18 AM, Michael Niedermayer
> wrote:
> > Hi all
> >
> > ill make 3.3.1 soon (likely within 24h) and releases from other
> > maintained branches after that (if nothing unexpected happens)
> >
> > If you want
Le duodi 22 floréal, an CCXXV, Michael Niedermayer a écrit :
> The direct value like 32 feels more natural to me too, but iam fine
> with either.
>
> The avoidance of log() might also favor the other in some cases btw
> consider you have a 32 and need to call a fuction that needs a log2(32)
So, s
On Sun, May 14, 2017 at 3:18 AM, Michael Niedermayer
wrote:
> Hi all
>
> ill make 3.3.1 soon (likely within 24h) and releases from other
> maintained branches after that (if nothing unexpected happens)
>
> If you want to backport something, do it now
>
Was the lavfi alignment issue resolved for 3
10 matches
Mail list logo