Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-09 Thread Rostislav Pehlivanov
On 10 December 2017 at 02:41, Aaron Levinson wrote: > On 12/9/2017 6:24 PM, Aaron Levinson wrote: > >> On 12/9/2017 6:15 PM, Aaron Levinson wrote: >> >>> On 12/9/2017 1:18 AM, Hendrik Leppkes wrote: >>> On Fri, Dec 8, 2017 at 8:49 AM, Mateusz wrote: > W dniu 07.12.2017 o 22:58

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-09 Thread Aaron Levinson
On 12/9/2017 6:24 PM, Aaron Levinson wrote: On 12/9/2017 6:15 PM, Aaron Levinson wrote: On 12/9/2017 1:18 AM, Hendrik Leppkes wrote: On Fri, Dec 8, 2017 at 8:49 AM, Mateusz wrote: W dniu 07.12.2017 o 22:58, Hendrik Leppkes pisze: Am 07.12.2017 20:40 schrieb "Mateusz" : W dniu 07.12.2017 o 1

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-09 Thread Aaron Levinson
On 12/9/2017 6:15 PM, Aaron Levinson wrote: On 12/9/2017 1:18 AM, Hendrik Leppkes wrote: On Fri, Dec 8, 2017 at 8:49 AM, Mateusz wrote: W dniu 07.12.2017 o 22:58, Hendrik Leppkes pisze: Am 07.12.2017 20:40 schrieb "Mateusz" : W dniu 07.12.2017 o 10:42, Hendrik Leppkes pisze: On Thu, Dec 7, 2

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-09 Thread Aaron Levinson
On 12/9/2017 1:18 AM, Hendrik Leppkes wrote: On Fri, Dec 8, 2017 at 8:49 AM, Mateusz wrote: W dniu 07.12.2017 o 22:58, Hendrik Leppkes pisze: Am 07.12.2017 20:40 schrieb "Mateusz" : W dniu 07.12.2017 o 10:42, Hendrik Leppkes pisze: On Thu, Dec 7, 2017 at 2:02 AM, Mateusz wrote: After commi

Re: [FFmpeg-devel] [PATCH 09/27] avcodec/fraps: replace YUVJ pixel format

2017-12-09 Thread Michael Niedermayer
On Sat, Dec 09, 2017 at 04:38:01PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/fraps.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) breaks ./ffmpeg -y -i tickets/2593/fraps_flv1_decoding_errors.avi -t 1 file.nut should be here: https://samples.ffmpeg.

Re: [FFmpeg-devel] [PATCH 27/27] all: remove rest of YUVJ pixel formats usage

2017-12-09 Thread Michael Niedermayer
On Sat, Dec 09, 2017 at 04:38:19PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > fftools/ffmpeg_filter.c | 4 +-- > libavcodec/raw.c | 18 +++--- > libavcodec/utils.c | 11 -- > libavutil/pixdesc.c

Re: [FFmpeg-devel] [PATCH] lavc: reset codec on receiving packet after EOF in compat_decode

2017-12-09 Thread Michael Niedermayer
On Sat, Dec 09, 2017 at 09:46:53PM +0100, Marton Balint wrote: > > > On Mon, 27 Nov 2017, Michael Niedermayer wrote: > > >On Sun, Nov 26, 2017 at 12:09:35PM -0300, James Almer wrote: > >>On 11/21/2017 6:48 PM, Marton Balint wrote: > >>> > >>> > >>>On Thu, 9 Nov 2017, James Cowgill wrote: > >>> >

Re: [FFmpeg-devel] [PATCH] amf: fix wrong profile level after auto-correction in H264 and HEVC

2017-12-09 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 07:23:38PM +, Mironov, Mikhail wrote: > Moved bitrate parameters set before Init() call because bitrate is used in > profile level correction code inside Init(). > > Signed-off-by: Mikhail Mironov > --- > libavcodec/amfenc_h264.c | 10 +- > libavcodec/amfenc_

Re: [FFmpeg-devel] [PATCH] lavc: reset codec on receiving packet after EOF in compat_decode

2017-12-09 Thread Marton Balint
On Mon, 27 Nov 2017, Michael Niedermayer wrote: On Sun, Nov 26, 2017 at 12:09:35PM -0300, James Almer wrote: On 11/21/2017 6:48 PM, Marton Balint wrote: On Thu, 9 Nov 2017, James Cowgill wrote: Hi, On 09/11/17 14:02, Hendrik Leppkes wrote: On Thu, Nov 9, 2017 at 1:21 PM, James Cowgill

Re: [FFmpeg-devel] [PATCH v4 2/2] lavf/hls: add option to defer parsing of variants

2017-12-09 Thread Anssi Hannula
Rainer Hochecker kirjoitti 2017-12-03 16:54: --- doc/demuxers.texi | 6 libavformat/hls.c | 106 ++ 2 files changed, 98 insertions(+), 14 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 73dc0feec1..33643f966a 100

Re: [FFmpeg-devel] [PATCH] arm/hevc_idct: fix compilation on Android

2017-12-09 Thread Jan Ekström
On Sat, Dec 9, 2017 at 12:14 AM, James Almer wrote: > Compilation error "out of range" fixed for armeabi-v7a. Compilation failed > trying to build libvlc.aar for ARM7 android on ubuntu 16.04 host. Error > messages is "Offset out of range". The reason of the error is assembler LDR > directives in f

Re: [FFmpeg-devel] [PATCH] hls demuxer: add option to defer parsing of variants

2017-12-09 Thread Anssi Hannula
(Re-added ffmpeg-devel@) Rainer Hochecker kirjoitti 2017-12-03 09:16: 2017-12-02 16:09 GMT+01:00 Anssi Hannula : Hi, Sorry about the delay. Rainer Hochecker kirjoitti 2017-11-28 00:23: 2017-11-27 22:53 GMT+01:00 Anssi Hannula : Hi, Rainer Hochecker kirjoitti 2017-11-26 12:46: fixed m

[FFmpeg-devel] avcodec/magicyuv : use gradient dsp func

2017-12-09 Thread Martin Vignali
Hello, in attach patch to use gradient_pred dsp func for magicyuvdec pass fate test for me Martin 0004-avcodec-magicyuv-use-gradient_pred-dsp-func-for-8-bi.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ff

[FFmpeg-devel] avcodec/utvideodec : use gradient pred for interlace

2017-12-09 Thread Martin Vignali
Hello, in attach patch to use gradient_pred dsp func, for interlace pass fate test for me (x86 64) Martin 0003-avcodec-utvideodec-use-gradient_pred-dsp-in-interlac.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org h

Re: [FFmpeg-devel] [PATCH] lavf/mov: modify code indentation

2017-12-09 Thread Michael Niedermayer
On Sat, Dec 09, 2017 at 12:39:29AM +0800, tiejun.peng wrote: > Signed-off-by: tiejun.peng > --- > libavformat/mov.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dan

Re: [FFmpeg-devel] [PATCH] lavf/mov: add some useful warning log of eof

2017-12-09 Thread Michael Niedermayer
On Sat, Dec 09, 2017 at 12:28:41AM +0800, tiejun.peng wrote: > Signed-off-by: tiejun.peng > --- > libavformat/mov.c | 43 +-- > 1 file changed, 33 insertions(+), 10 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BAD

Re: [FFmpeg-devel] [PATCH] avcodec/Makefile: Fix opus parser dependency.

2017-12-09 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 11:35:06AM -0800, Jacob Trimble wrote: > On Fri, Dec 8, 2017 at 10:39 AM, Michael Niedermayer > wrote: > > On Thu, Dec 07, 2017 at 11:30:13AM -0800, Jacob Trimble wrote: > >> The opus.c file uses variables that are defined in opustab.c. The > >> opus parser needs to includ

[FFmpeg-devel] [PATCH v2] libavfilter/vf_blackdetect.c

2017-12-09 Thread Jonathan Baecker
Hello! I wanted to apologize for the mess! Last Monday I already sended this patch, but the first was not correct, and on top the email format was not right to. So I hope now everything is ok. Here is again the description: This patch unify vf_blackdetect with af_silencedetect. Now the loggi

Re: [FFmpeg-devel] [PATCH 2/3] lavf/utils: add flag to discard timestamps on corrupted frames

2017-12-09 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 10:34:39PM -0600, Rodger Combs wrote: > > > > On Dec 8, 2017, at 11:06, Michael Niedermayer > > wrote: > > > > On Thu, Dec 07, 2017 at 10:23:15PM -0600, Rodger Combs wrote: > >> --- > >> libavformat/avformat.h | 1 + > >> libavformat/options_table.h | 1 + > >> libav

[FFmpeg-devel] avfilter/x86/vf_blend : add avx2 version for 8b func (WIP)

2017-12-09 Thread Martin Vignali
Hello, in attach patch to add AVX2 version for each 8b func (except divide) 001 : avutil : add ABS2 for avx2 002 : avfilter : add AVX2 version for most of the func, the AVX2 is a simple modification VBROADCASTi128, for constant loading when the process stay in 8bits when the process use inter

Re: [FFmpeg-devel] [PATCH 1/3] lavf/matroskadec: resync if cluster parsing fails while seeking

2017-12-09 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 06:45:34AM -0600, Rodger Combs wrote: > --- > libavformat/matroskadec.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) can you add a fate test for this commit or patchset ? thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0F

Re: [FFmpeg-devel] [PATCH] libavformat: LibreSSL (libtls) support

2017-12-09 Thread Stefan _
On 09.12.2017 at 17:29 Matt Oliver wrote: > OK I finally got around to looking through this (sorry for the delay I > previously hadnt had time) and everything looks good. > Since someone complains about LibreSSL not working with our OpenSSL support > every couple of months then this would be a welc

Re: [FFmpeg-devel] [PATCH] libavformat: LibreSSL (libtls) support

2017-12-09 Thread Matt Oliver
On 5 November 2017 at 02:11, Stefan _ wrote: > Attached patch adds support for LibreSSL. Instead of trying to implement > support into the existing tls_openssl.c using lots of #ifdefs (which was > rejected previously(?)) this adds a new TLS backend making use of the > new libtls library. > > Thin

[FFmpeg-devel] [PATCH 01/27] avcodec: add color_range to AVCodec struct and use it

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/avcodec.h | 1 + libavcodec/utils.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 5db6a81320..e5de4797c8 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3376,6 +3376,7 @@ typed

[FFmpeg-devel] [PATCH 17/27] avcodec/mjpegdec: remove YUVJ pixel format usage

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/mjpegdec.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c index 55676d8576..160bbfd34b 100644 --- a/libavcodec/mjpegdec.c +++ b/libavcodec/mjpegdec.c @@ -2415,12 +2415,9 @@ th

[FFmpeg-devel] [PATCH 09/27] avcodec/fraps: replace YUVJ pixel format

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/fraps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index 7a7673f73f..b2025b5d3f 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -218,7 +218,7 @@ static int decode_frame(AVCodecC

[FFmpeg-devel] [PATCH 14/27] avcodec/reqvideoenc: do not use YUVJ pixel format

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/roqvideoenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c index ac05123dc6..0f49450054 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -1132,7 +1132,8 @

[FFmpeg-devel] [PATCH 10/27] avcodec/roqvideodec: replace YUVJ pixel format

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/roqvideodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 0ab7d399d6..c5b7bbe236 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -190,7 +190,7 @@ st

[FFmpeg-devel] [PATCH 27/27] all: remove rest of YUVJ pixel formats usage

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- fftools/ffmpeg_filter.c | 4 +-- libavcodec/raw.c | 18 +++--- libavcodec/utils.c | 11 -- libavutil/pixdesc.c | 60 libavutil/pixfmt.h

[FFmpeg-devel] [PATCH 25/27] avformat/rtpenc_jpeg: remove usage of YUVJ formats

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/rtpenc_jpeg.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libavformat/rtpenc_jpeg.c b/libavformat/rtpenc_jpeg.c index 38eb2e68eb..e0e7afebfc 100644 --- a/libavformat/rtpenc_jpeg.c +++ b/libavformat/rtpenc_jpeg.c @@ -46

[FFmpeg-devel] [PATCH 24/27] avfilter/vf_setrange: change outlink color_range too

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_setparams.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavfilter/vf_setparams.c b/libavfilter/vf_setparams.c index 8427f98ba8..98a4aa2ad3 100644 --- a/libavfilter/vf_setparams.c +++ b/libavfilter/vf_setparams.c @@ -56,6 +56,16

[FFmpeg-devel] [PATCH 26/27] avfilter: remove YUVJ pixel format usage

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/avf_showspectrum.c | 2 +- libavfilter/vaf_spectrumsynth.c| 4 +--- libavfilter/vf_atadenoise.c| 3 --- libavfilter/vf_avgblur.c | 4 +--- libavfilter/vf_bitplanenoise.c

[FFmpeg-devel] [PATCH 19/27] avcodec/mjpegenc: remove usage of YUVJ pixel formats

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/mjpegenc.c| 6 -- libavcodec/mjpegenc_common.c | 2 +- libavcodec/mpegvideo_enc.c | 8 +--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/libavcodec/mjpegenc.c b/libavcodec/mjpegenc.c index d2fcb8e191..9602a6fe64 10064

[FFmpeg-devel] [PATCH 22/27] avcodec/qsv: remove YUVJ pixel format usage

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/qsv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c index 250b4e61e3..6eee40a222 100644 --- a/libavcodec/qsv.c +++ b/libavcodec/qsv.c @@ -171,7 +171,6 @@ int ff_qsv_map_pixfmt(enum AVPixelFormat format, uint32_t

[FFmpeg-devel] [PATCH 20/27] avcodec/vdpau: remove YUVJ pixel format usage

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/vdpau.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c index 1b2ec989cd..f7d1535fc7 100644 --- a/libavcodec/vdpau.c +++ b/libavcodec/vdpau.c @@ -82,19 +82,16 @@ int av_vdpau_get_surface_parameters(AVCodecCon

[FFmpeg-devel] [PATCH 23/27] avfilter/vf_blackdetect: use color_range from inlink

2017-12-09 Thread Paul B Mahol
Remove YUVJ pixel format usage. Signed-off-by: Paul B Mahol --- libavfilter/vf_blackdetect.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c index 06ef9988d1..ff4b9eebb9 100644 --- a/libavfilter/vf_blackdet

[FFmpeg-devel] [PATCH 21/27] avcodec/nvenc: remove YUVJ pixel formats usage

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/nvenc.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 4a91d99720..6ef51adaf0 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -911,8 +911,7 @@ static av_cold int nvenc_s

[FFmpeg-devel] [PATCH 18/27] libavcodec/hevcdec: remove usage of YUVJ pixel format

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/hevcdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 433a7056ea..d1b54b1db5 100644 --- a/libavcodec/hevcdec.c +++ b/libavcodec/hevcdec.c @@ -363,7 +363,6 @@ static enum AVPixelFormat get_format(HE

[FFmpeg-devel] [PATCH 16/27] avcodec/ljpegenc: do not use YUVJ pixel formats

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/ljpegenc.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libavcodec/ljpegenc.c b/libavcodec/ljpegenc.c index 924d2e2fff..2d7235dd96 100644 --- a/libavcodec/ljpegenc.c +++ b/libavcodec/ljpegenc.c @@ -289,10 +289,7 @@ static av_c

[FFmpeg-devel] [PATCH 15/27] avcodec/libx264: do not use YUVJ pixel formats

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/libx264.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 9c67c91f33..7a7f21c3d0 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -152,7 +152,6 @@ static in

[FFmpeg-devel] [PATCH 08/27] avcodec/svq3: replace YUVJ pixel format

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/svq3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index a937b2f951..4c6d838a15 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -1158,7 +1158,7 @@ static av_cold int svq3_decode_

[FFmpeg-devel] [PATCH 06/27] fftools/ffmpeg_filter: auto insert scale filter to convert between different color_ranges if necessary

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- fftools/ffmpeg_filter.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c index 877fd670e6..e69bfe295c 100644 --- a/fftools/ffmpeg_filter.c +++ b/fftools/ffmpeg_filter.c @@ -449,6

[FFmpeg-devel] [PATCH 13/27] avcodec/hevc_ps: do not use YUVJ pixel format

2017-12-09 Thread Paul B Mahol
Color range is already set. Signed-off-by: Paul B Mahol --- libavcodec/hevc_ps.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c index a4f7ed60f7..19ec2d7ebf 100644 --- a/libavcodec/hevc_ps.c +++ b/libavcodec/hevc_ps.c @@ -578,8 +578,6 @@ static v

[FFmpeg-devel] [PATCH 12/27] avcodec/h264_slice: do not use YUVJ pixel formats

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/h264_slice.c | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index aad5484588..a75ab08c29 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@

[FFmpeg-devel] [PATCH 07/27] avfilter/mjpegdec: replace YUVJ pixel formats

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/mjpegdec.c| 18 +- libavcodec/tdsc.c| 2 +- tests/fate/filter-video.mak | 2 +- tests/fate/vcodec.mak| 4 ++-- tests/ref/fate/api-mjpeg-codec-param | 4 ++-- tests/ref/fate/

[FFmpeg-devel] [PATCH 05/27] avfilter/vf_scale: make use of color_range from filter links

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_scale.c | 8 1 file changed, 8 insertions(+) diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 9f45032e85..802f841cc3 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -303,9 +303,15 @@ static int config_p

[FFmpeg-devel] [PATCH 11/27] avcodec/mdec: replace YUVJ pixel format

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/mdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index 330b761279..637158d231 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -227,7 +227,7 @@ static av_cold int decode_init(AVCode

[FFmpeg-devel] [PATCH 04/27] avfilter/buffersink: export color_range from filtergraph output

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/buffersink.c | 1 + libavfilter/buffersink.h | 1 + 2 files changed, 2 insertions(+) diff --git a/libavfilter/buffersink.c b/libavfilter/buffersink.c index 0f87b5439a..5f3c932d92 100644 --- a/libavfilter/buffersink.c +++ b/libavfilter/buffersink.c @@ -

[FFmpeg-devel] [PATCH 03/27] avfilter/buffersrc: recognize color_range as additonal parameter and set it to input link

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/buffersrc.c | 13 + libavfilter/buffersrc.h | 5 + 2 files changed, 18 insertions(+) diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c index cd56f8ca45..67f8bdf158 100644 --- a/libavfilter/buffersrc.c +++ b/libavfilter/buf

[FFmpeg-devel] [PATCH 02/27] avfilter/avfilter: add color_range to AVFilterLink struct

2017-12-09 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/avfilter.c | 2 ++ libavfilter/avfilter.h | 2 ++ libavfilter/video.c| 8 +++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index b98b32bacb..4a579bb49d 100644 --- a/libavfilter/a

Re: [FFmpeg-devel] checkasm/vf_hflip : add test for vf_hflip SIMD

2017-12-09 Thread Martin Vignali
> > > Do you test on X86_32 or x86_64 ? > > failure occurs on both > > > > Nasm or Yasm ? > > NASM version 2.10.09 compiled on Dec 29 2013 > > > > I try to compile with the same nasm version (on os X, X86_64) using --x86asmexe=nasm_exe_path2.10rc9 in the configure And the checkasm also pass ./tes

Re: [FFmpeg-devel] avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred (V2)

2017-12-09 Thread Martin Vignali
2017-12-02 19:55 GMT+01:00 Martin Vignali : > Hello, > > New patchs in attach for adding gradient pred SIMD (SSSE3 and AVX2) > (use by utvideo dec now (more use will be add later)) > > Checkasm result (width = 1024) > > add_gradient_pred_c: 2070.2 > add_gradient_pred_ssse3: 602.4 > add_gradient_pr

Re: [FFmpeg-devel] avcodec/x86/lossless_videodsp : add_left_pred AVX2 v2

2017-12-09 Thread Martin Vignali
2017-12-02 19:12 GMT+01:00 Martin Vignali : > New patch in attach > > 001, 002 : unchanged > > 003 : use VBROADCASTI128 macro for constant loading en XMM/YMM instead of > 256 bits constants. > > Martin > > Pushed Martin ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] avcodec/huffyuvenc : try to call dsp with aligned data, and remove code duplication

2017-12-09 Thread Martin Vignali
2017-12-02 18:59 GMT+01:00 Martin Vignali : > > >> requiring FFMIN() to be evaluated per iteration could be slower >> if the compiler fails to factor it out >> >> >> >> New patchs in attach : > > 001 : unchanged > 002 : add "int min_width = FFMIN(w, 32)" at the start of the func > 003 : add "int m

Re: [FFmpeg-devel] avcodec/utvideodec : use dsp add_median_pred for second line

2017-12-09 Thread Martin Vignali
2017-11-26 19:23 GMT+01:00 Martin Vignali : > Hello, > > Patch in attach > > dsp func need align16 data > make only the start of the line in scalar, and call the dsp for the rest > instead of process the entire line in scalar > > > pass make fate-utvideo for me > > Martin > Pushed, thanks Martin

Re: [FFmpeg-devel] avfilter/x86/vf_threshold : add SSE4 and AVX2 for threshold 16

2017-12-09 Thread Martin Vignali
Thanks for comments and testing Pushed Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libvmaf: exit gracefully if the library fails.

2017-12-09 Thread Ronald S. Bultje
Hi, On Sat, Dec 9, 2017 at 2:34 AM, Gyan Doshi wrote: > > On 12/9/2017 7:05 AM, Ronald S. Bultje wrote: > >> Fixes trac issue #6884 and Netflix/vmaf issue #124. >> > > static void *call_vmaf(void *ctx) >> { >> > > ... > >> pthread_exit(NULL); >> } >> > > Fails to build unless I add

Re: [FFmpeg-devel] [PATCH] arm/hevc_idct: fix compilation on Android

2017-12-09 Thread Jan Ekström
On Sat, Dec 9, 2017 at 2:52 PM, Jan Ekström wrote: > On Sat, Dec 9, 2017 at 12:14 AM, James Almer wrote: >> Compilation error "out of range" fixed for armeabi-v7a. Compilation failed >> trying to build libvlc.aar for ARM7 android on ubuntu 16.04 host. Error >> messages is "Offset out of range". T

Re: [FFmpeg-devel] [PATCH] arm/hevc_idct: fix compilation on Android

2017-12-09 Thread Jan Ekström
On Sat, Dec 9, 2017 at 12:14 AM, James Almer wrote: > Compilation error "out of range" fixed for armeabi-v7a. Compilation failed > trying to build libvlc.aar for ARM7 android on ubuntu 16.04 host. Error > messages is "Offset out of range". The reason of the error is assembler LDR > directives in f

Re: [FFmpeg-devel] [PATCH] avfilter/video: pick sar from link

2017-12-09 Thread Paul B Mahol
On 12/9/17, Nicolas George wrote: > Paul B Mahol (2017-12-09): >> >> It should not be needed for each filter that sets sample aspect ratio >> >> to set it explicitly also for each and every frame, instead that is >> >> automatically done in get_buffer call. >> > Is this message ok? If yes then I w

Re: [FFmpeg-devel] [PATCH] avfilter/video: pick sar from link

2017-12-09 Thread Nicolas George
Paul B Mahol (2017-12-09): > >> It should not be needed for each filter that sets sample aspect ratio > >> to set it explicitly also for each and every frame, instead that is > >> automatically done in get_buffer call. > > Is this message ok? If yes then I will push this patch shortly. Ok, assumin

Re: [FFmpeg-devel] [PATCH] avfilter/video: pick sar from link

2017-12-09 Thread Paul B Mahol
On 12/8/17, Paul B Mahol wrote: > On 12/7/17, Paul B Mahol wrote: >> On 12/7/17, Nicolas George wrote: >>> Paul B Mahol (2017-12-07): Signed-off-by: Paul B Mahol --- libavfilter/video.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) >>> >>> Please explain (in

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-09 Thread Hendrik Leppkes
On Fri, Dec 8, 2017 at 8:49 AM, Mateusz wrote: > W dniu 07.12.2017 o 22:58, Hendrik Leppkes pisze: >> Am 07.12.2017 20:40 schrieb "Mateusz" : >> >> W dniu 07.12.2017 o 10:42, Hendrik Leppkes pisze: >>> On Thu, Dec 7, 2017 at 2:02 AM, Mateusz wrote: After commit 3701d49 'error_resilience: rem