Re: [libav-devel] [PATCH] hls: Add a discontinuity marker on recover

2018-03-06 Thread Luca Barbato
On 06/03/2018 20:57, Vittorio Giovara wrote: On Tue, Mar 6, 2018 at 2:50 PM, Luca Barbato wrote: On 19/02/2018 13:49, Luca Barbato wrote: On 16/02/2018 16:09, Luca Barbato wrote: It seems to improve the compatibility with the js demuxers. --- libavformat/hlsenc.c |

Re: [libav-devel] [PATCH] hls: Add a discontinuity marker on recover

2018-03-06 Thread Vittorio Giovara
On Tue, Mar 6, 2018 at 2:50 PM, Luca Barbato wrote: > On 19/02/2018 13:49, Luca Barbato wrote: > >> On 16/02/2018 16:09, Luca Barbato wrote: >> >>> It seems to improve the compatibility with the js demuxers. >>> --- >>> libavformat/hlsenc.c | 25 -

Re: [libav-devel] [PATCH] hls: Add a discontinuity marker on recover

2018-03-06 Thread Luca Barbato
On 19/02/2018 13:49, Luca Barbato wrote: On 16/02/2018 16:09, Luca Barbato wrote: It seems to improve the compatibility with the js demuxers. ---   libavformat/hlsenc.c | 25 -   1 file changed, 20 insertions(+), 5 deletions(-) Ping. Ping2.

[libav-devel] [PATCH 2/5] lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi

2018-03-06 Thread Mark Thompson
From: Jun Zhao From ffmpeg commit 19214f005140b0ee7f706509bd3fab47f4af9b90. Signed-off-by: Mark Thompson --- libavfilter/Makefile | 2 +- libavfilter/vf_scale_vaapi.c | 333 +-- 2 files changed, 34

[libav-devel] [PATCH 1/5] lavfi: VAAPI VPP common infrastructure.

2018-03-06 Thread Mark Thompson
From: Jun Zhao Re-work the VAAPI common infrastructure to avoid code duplication between filters. From ffmpeg commit dfdeed5a2c8f432d6c5eda1a3a6a1f333f3d4604. Signed-off-by: Mark Thompson --- libavfilter/Makefile| 1 + libavfilter/vaapi_vpp.c | 365

[libav-devel] [PATCH 4/5] vf_crop: Add support for cropping VAAPI hardware frames

2018-03-06 Thread Mark Thompson
--- libavfilter/vf_crop.c | 51 +-- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index 4122d52f8..abc27c8de 100644 --- a/libavfilter/vf_crop.c +++ b/libavfilter/vf_crop.c @@ -107,6

[libav-devel] [PATCH 5/5] vf_scale_vaapi: Apply cropping rectangle to input

2018-03-06 Thread Mark Thompson
--- libavfilter/vf_scale_vaapi.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavfilter/vf_scale_vaapi.c b/libavfilter/vf_scale_vaapi.c index e92df44ba..6bd54d822 100644 --- a/libavfilter/vf_scale_vaapi.c +++ b/libavfilter/vf_scale_vaapi.c @@ -74,13 +74,13 @@

[libav-devel] [PATCH 3/5] lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi

2018-03-06 Thread Mark Thompson
From: Jun Zhao From ffmpeg commit 92704c480e811e0bd2a605173559d2baa974119f. Signed-off-by: Mark Thompson --- libavfilter/Makefile | 2 +- libavfilter/vf_deinterlace_vaapi.c | 341 + 2 files changed, 46

Re: [libav-devel] [PATCH] qsv: align surface width/height to 16.

2018-03-06 Thread Luca Barbato
On 06/03/2018 03:35, Ruiling Song wrote: Per MediaSDK documentation, it requires width/height to 16 alignment. Without this patch, hwupload pipeline may fail if 16 alignment is not met. Although this patch also apply 16 alignment to qsv encoder/decoder, it will not bring any side-effect to them

Re: [libav-devel] [GASPP PATCH 1/3] Document what versions were buggy and required GASPP_ARMASM64_INVERT_SCALE

2018-03-06 Thread Luca Barbato
Set ok. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [GASPP PATCH 1/3] Document what versions were buggy and required GASPP_ARMASM64_INVERT_SCALE

2018-03-06 Thread Martin Storsjo
--- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 3787756..9ff47a9 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -1041,7 +1041,7 @@ sub handle_serialized_line { if

[libav-devel] [GASPP PATCH 3/3] Don't skip negative offsets for ldr by default for armasm64

2018-03-06 Thread Martin Storsjo
The version of armasm64 in Visual Studio 2017 15.6 can assemble these just fine. --- gas-preprocessor.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index cb2f912..b0c909c 100755 --- a/gas-preprocessor.pl +++

[libav-devel] [GASPP PATCH 2/3] Don't skip prfum instructions by default for armasm64

2018-03-06 Thread Martin Storsjo
The version of armasm64 in Visual Studio 2017 15.5 can assemble these just fine. --- gas-preprocessor.pl | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 9ff47a9..cb2f912 100755 --- a/gas-preprocessor.pl +++