Re: [FFmpeg-devel] [PATCH] This patch addresses Trac ticket #5570. The optimized functions are in file libswscale/ppc/input_vsx.c. Each optimized function name is a concatenation of the corresponding

2019-03-29 Thread Lauri Kasanen
On Fri, 29 Mar 2019 17:00:38 +0300 Вячеслав wrote: > --- > libswscale/ppc/Makefile |3 +- > libswscale/ppc/input_vsx.c| 3801 > + > libswscale/swscale.c |3 + > libswscale/swscale_internal.h |1 + > 4 files changed, 3807

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: support XAVC long gop

2019-03-29 Thread Baptiste Coudurier
Hey Tomas, I hope you are doing well > On Mar 29, 2019, at 2:41 AM, Tomas Härdin wrote: > > tor 2019-03-28 klockan 08:50 -0700 skrev Baptiste Coudurier: >> --- >> libavformat/mxf.h| 1 + >> libavformat/mxfenc.c | 194 --- >> 2 files changed, 145

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-29 Thread Michael Niedermayer
On Fri, Mar 29, 2019 at 01:16:41AM +0100, Carl Eugen Hoyos wrote: > 2019-03-28 20:52 GMT+01:00, Michael Niedermayer : > > On Thu, Mar 28, 2019 at 06:47:52PM +0100, Carl Eugen Hoyos wrote: > >> 2019-03-28 18:31 GMT+01:00, Michael Niedermayer : > >> > On Thu, Mar 28, 2019 at 12:00:39PM +0100, Carl

Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-03-29 Thread Vittorio Giovara
On Fri, Mar 29, 2019 at 5:28 AM Jing Sun wrote: > +static int config_enc_params(EB_H265_ENC_CONFIGURATION *param, > + AVCodecContext *avctx) > +{ > +SvtContext *svt_enc = avctx->priv_data; > +int ret; > + > +param->sourceWidth = avctx->width; > +

Re: [FFmpeg-devel] [PATCH] Added more commandline options for libaom encoder.

2019-03-29 Thread Gyan
On 29-03-2019 10:28 PM, Sam John via ffmpeg-devel wrote: The following are the newly added options: arnr_max_frames, arnr_strength, aq_mode, denoise_noise_level, denoise_block_size, rc_undershoot_pct, rc_overshoot_pct, minsection_pct, maxsection_pct, frame_parallel, enable_cdef,

Re: [FFmpeg-devel] [PATCH 4/5] x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis

2019-03-29 Thread Lynne
Mar 16, 2019, 4:33 PM by d...@lynne.ee : > 58893 decicycles in deemphasis_c,  130548 runs,    524 skips > 9475 decicycles in deemphasis_fma3,  130686 runs,    386 skips -> 6.21x > speedup > > 24866 decicycles in postfilter_c,   65386 runs,    150 skips > 5268 decicycles in

[FFmpeg-devel] patch for supporting m264 on h.264 decoding and encoding.

2019-03-29 Thread Yufei He
Hi This is the fixed version of this patch that follows the way other companies do on supporting FFmpeg. 1>Put library mvm264 to the nonfree list in configure 2>Remove calling to dlopen Please review. Thanks. Yufei From 1a636c0aa2288731374a4a6139c385baad2a8e98 Mon Sep 17 00:00:00 2001

[FFmpeg-devel] [PATCH] Added more commandline options for libaom encoder.

2019-03-29 Thread Sam John via ffmpeg-devel
The following are the newly added options: arnr_max_frames, arnr_strength, aq_mode, denoise_noise_level, denoise_block_size, rc_undershoot_pct, rc_overshoot_pct, minsection_pct, maxsection_pct, frame_parallel, enable_cdef, enable_global_motion, and intrabc. Also added macros for compiling for

[FFmpeg-devel] [PATCH V1] lavf/hashenc: Correct the hash/MD5 muxer class name

2019-03-29 Thread Jun Zhao
From: Jun Zhao Follow the name style to correct the hash/md5 muxer class name Signed-off-by: Jun Zhao --- libavformat/hashenc.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/hashenc.c b/libavformat/hashenc.c index a66db4a..06fc085 100644 ---

Re: [FFmpeg-devel] [PATCH] Added more commandline options for libaom encoder.

2019-03-29 Thread James Almer
On 3/29/2019 1:58 PM, Sam John via ffmpeg-devel wrote: > The following are the newly added options: > arnr_max_frames, arnr_strength, aq_mode, denoise_noise_level, > denoise_block_size, > rc_undershoot_pct, rc_overshoot_pct, minsection_pct, maxsection_pct, > frame_parallel, > enable_cdef,

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: support XAVC long gop

2019-03-29 Thread Thomas Mundt
Am Do., 28. März 2019 um 16:51 Uhr schrieb Baptiste Coudurier < baptiste.coudur...@gmail.com>: > --- > libavformat/mxf.h| 1 + > libavformat/mxfenc.c | 194 --- > 2 files changed, 145 insertions(+), 50 deletions(-) > > diff --git a/libavformat/mxf.h

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24

2019-03-29 Thread Matthew Fearnley
On Wed, 27 Mar 2019 at 09:42, Tomas Härdin wrote: > tis 2019-03-26 klockan 22:13 + skrev Matthew Fearnley: > > This brings the channel order in line with that used in 32-bit mode > (BGR0). > > > > 24-bit decoding is disabled by default (#ifdef ZMBV_ENABLE_24BPP), and no > > prior encoders or

Re: [FFmpeg-devel] [PATCH] Fix loss of precision for silencedetect on large files

2019-03-29 Thread Allan Cady via ffmpeg-devel
Trying a desktop mail client instead of webmail. On 3/27/2019 11:19 AM, Michael Niedermayer wrote: this breaks make fate also if fate is updated it should be ensured it still checks enough precission and that it does produce the same results (fate passes) on all relevant platforms. This

Re: [FFmpeg-devel] [PATCH v4] avformat/http, icecast, rtsp: Add option to disable send-100-continue

2019-03-29 Thread Jun Li
On Wed, Mar 27, 2019 at 11:27 PM Jun Li wrote: > > > On Mon, Mar 25, 2019 at 2:42 PM Jun Li wrote: > >> >> >> On Fri, Mar 22, 2019 at 4:12 PM Jun Li wrote: >> >>> The current setting for send-100-continue option is either >>> enabled if applicable or forced enabled, no option to force >>>

Re: [FFmpeg-devel] Fw: [PATCH] libavcodec Adding ff_v210_planar_unpack AVX2

2019-03-29 Thread Mike
> On 2019-03-26 21:22, Mike Stoner via ffmpeg-devel wrote: > > > Hello, > > I’ve accounted for all feedback on this so far, I’m wondering if it is > > ready to be pushed upstream? > > > > Here are my results from ‘checkasm’ (lower is better): > > > > v210_unpack_c: 1636 > > v210_unpack_ssse3: 611

Re: [FFmpeg-devel] [PATCH 4/5] x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis

2019-03-29 Thread Carl Eugen Hoyos
2019-03-16 17:33 GMT+01:00, Lynne : > 58893 decicycles in deemphasis_c, 130548 runs,524 skips > 9475 decicycles in deemphasis_fma3, 130686 runs,386 skips -> 6.21x > speedup > > 24866 decicycles in postfilter_c, 65386 runs,150 skips > 5268 decicycles in postfilter_fma3, 65505

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-29 Thread Nick Renieris
Huh? No I fixed that, it's AV_OPT_TYPE_INT now. See the second email in this list (first was the initial patch, then the corrected patch). Στις Παρ, 29 Μαρ 2019 στις 12:51 π.μ., ο/η Paul B Mahol έγραψε: > > On 3/28/19, Nick Renieris wrote: > > Ok, here's a multipage tif with 3 pages, the two

[FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-03-29 Thread Jing Sun
Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jun Zhao Signed-off-by: Jing Sun --- configure| 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/libsvt_hevc.c | 500 +++ 4

[FFmpeg-devel] [PATCH] avcodec/aacdec_fixed: Fix undefined shift in noise_scale()

2019-03-29 Thread Michael Niedermayer
Fixes: 13655/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzzer-5120559430500352 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/aacdec_fixed.c | 2 +- 1 file changed, 1

[FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-03-29 Thread Jing Sun
Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jun Zhao Signed-off-by: Jing Sun --- configure| 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/libsvt_hevc.c | 482 +++ 4

[FFmpeg-devel] [PATCH v10 2/2] doc: Add libsvt_hevc encoder docs

2019-03-29 Thread Jing Sun
Add docs for libsvt_hevc encoder in encoders.texi and general.texi Signed-off-by: Jun Zhao Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jing Sun --- doc/encoders.texi | 141 ++ doc/general.texi | 8 2

Re: [FFmpeg-devel] [PATCH] Fixed corrupt segment video files when using hls_init_time option.

2019-03-29 Thread Moritz Barsnick
On Thu, Mar 28, 2019 at 16:48:51 -0700, Laszlo Kovacs wrote: > (P.S. I hope this text will be the body and not the subject :) ) > --- > libavformat/hlsenc.c | 5 +++-- This time, the text is in the correct position. ;-) (Yes, you need an empty line between what lands in the subject and what lands

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_decode: add va_profile format map support for HEVC_REXT

2019-03-29 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: Friday, March 29, 2019 07:34 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] lavc/vaapi_decode: add va_profile > format map support for HEVC_REXT > >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-29 Thread Paul B Mahol
On 3/29/19, Nick Renieris wrote: > Huh? No I fixed that, it's AV_OPT_TYPE_INT now. > See the second email in this list (first was the initial patch, then > the corrected patch). > You should also check max number of available pages. And issue warning if user requested more than available and

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-29 Thread Nick Renieris
Στις Παρ, 29 Μαρ 2019 στις 11:05 π.μ., ο/η Paul B Mahol έγραψε: > You should also check max number of available pages. > And issue warning if user requested more than available and than provide some > page. Yeah, I _would_ have done that, but the images I've seen don't actually contain the max

Re: [FFmpeg-devel] [PATCH v9 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-03-29 Thread Sun, Jing A
On Thursday, March 28, 2019 5:20 AM, Mark Thompson wrote: >Looking at what the highDynamicRangeInput field actually does >, > I don't think it makes sense for this external "hdr"

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: support XAVC long gop

2019-03-29 Thread Tomas Härdin
tor 2019-03-28 klockan 08:50 -0700 skrev Baptiste Coudurier: > --- >  libavformat/mxf.h|   1 + >  libavformat/mxfenc.c | 194 --- >  2 files changed, 145 insertions(+), 50 deletions(-) > > diff --git a/libavformat/mxf.h b/libavformat/mxf.h > index

Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-03-29 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Jing Sun > Sent: Friday, March 29, 2019 4:22 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Sun, Jing A ; Huang, Zhengxu > ; Jun Zhao ; Tmar, > Hassene > Subject: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc >

Re: [FFmpeg-devel] [PATCH] Fix loss of precision for silencedetecton large files

2019-03-29 Thread Allan Cady via ffmpeg-devel
On Wednesday, March 27, 2019, 11:19:23 AM PDT, Michael Niedermayer wrote: > this breaks make fate> > also if fate is updated it should be ensured it still checks enough precission> and that it does produce the same results (fate passes) on all relevant> platforms. This change may bring non

Re: [FFmpeg-devel] [PATCH] Fix loss of precision for silencedetect on large files

2019-03-29 Thread Allan Cady via ffmpeg-devel
Gck! Sorry guys about the formatting. Yahoo Mail sucks for anything slightly out of the norm... Let's try this again... if it doesn't work better, not sure what to do: On Wednesday, March 27, 2019, 11:19:23 AM PDT, Michael Niedermayer wrote: > this breaks make fate> > also if fate is