Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-05-14 Thread Shivraj Patil
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 +

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] libavcodec/exr : simplify reorder_pixels

2017-05-14 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH 1/3] lavu/frame: add av_frame_check_align().

2017-05-14 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/scale_cuda: add CUDA scale filter

2017-05-14 Thread Timo Rothenpieler
+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. _

Re: [FFmpeg-devel] [PATCH 1/3] lavu/frame: add av_frame_check_align().

2017-05-14 Thread Ronald S. Bultje
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

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: Enable MB rate control

2017-05-14 Thread Mark Thompson
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

Re: [FFmpeg-devel] FFmpeg 3.3.1

2017-05-14 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH 1/3] lavu/frame: add av_frame_check_align().

2017-05-14 Thread Nicolas George
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

Re: [FFmpeg-devel] FFmpeg 3.3.1

2017-05-14 Thread Hendrik Leppkes
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