Re: [FFmpeg-devel] [PATCH V3 1/2] lavc/vaapi_encode_h264: add "coder" option support

2017-08-15 Thread Steven Liu
2017-08-16 10:47 GMT+08:00 Jun Zhao : > V3: Clean the code and add docs for "coder" option base on Steven code review. > V2: Follow libx264 "coder" option style, base on Hendrik Leppkes code review. LGTM ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] libavcodec: fix field_order labelling

2017-08-15 Thread Alex Converse
On Sat, Aug 12, 2017 at 9:47 AM, Dave Rice wrote: > > Hello all, > This issue originated in this thread > https://github.com/amiaopensource/vrecord/issues/170. On Field Order, in the > QuickTime specification at >

[FFmpeg-devel] [PATCH] avcodec/zmbv: Check decomp_size

2017-08-15 Thread Michael Niedermayer
Fixes: OOM Fixes: 2710/clusterfuzz-testcase-minimized-4750001420894208 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/zmbv.c | 6 +- 1 file changed, 5

[FFmpeg-devel] [PATCH V3 1/2] lavc/vaapi_encode_h264: add "coder" option support

2017-08-15 Thread Jun Zhao
V3: Clean the code and add docs for "coder" option base on Steven code review. V2: Follow libx264 "coder" option style, base on Hendrik Leppkes code review. From 5a8927c04ed7b7f4820d26a124df99b5419deab1 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 8 Aug 2017 03:33:53

Re: [FFmpeg-devel] [PATCH] Fix memory leak when reading DDTS box.

2017-08-15 Thread Michael Niedermayer
On Tue, Aug 15, 2017 at 12:08:44PM -0700, Nikolas Bowe wrote: > --- > libavformat/mov.c | 3 +++ > 1 file changed, 3 insertions(+) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictatorship: All citizens are under surveillance, all their steps

Re: [FFmpeg-devel] [PATCH] encoders.texi: Replace x264 --full-help suggestion with --fullhelp

2017-08-15 Thread Michael Niedermayer
On Fri, Aug 11, 2017 at 08:02:40AM +0800, Steven Liu wrote: > 2017-08-11 0:40 GMT+08:00 Leo Izen : > > --- > > doc/encoders.texi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/doc/encoders.texi b/doc/encoders.texi > > index

Re: [FFmpeg-devel] [PATCH] avfilter/vf_transpose: rewrite for x86 SIMD

2017-08-15 Thread James Almer
On 8/15/2017 5:25 PM, Paul B Mahol wrote: > From f25f0022fbc675affd65b95f097fa62e55788a37 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Tue, 15 Aug 2017 20:12:32 +0200 > Subject: [PATCH] avfilter/vf_transpose: rewrite for x86 SIMD > > Transpose first in chunks of 8x8

Re: [FFmpeg-devel] [PATCH] fate: add overlay filter tests with alpha

2017-08-15 Thread Marton Balint
On Wed, 16 Aug 2017, Michael Niedermayer wrote: On Sun, Aug 13, 2017 at 10:00:04PM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- tests/fate/filter-video.mak | 19 +++ tests/ref/fate/filter-overlay_gbrap_gbrap | 6 ++

Re: [FFmpeg-devel] [PATCH] swresample/resample: Fix flush refelction length

2017-08-15 Thread Michael Niedermayer
On Tue, Aug 15, 2017 at 09:45:47PM +0100, Rostislav Pehlivanov wrote: > On 15 August 2017 at 16:17, Michael Niedermayer > wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > libswresample/resample.c | 9 ++--- > > 1 file changed, 6

Re: [FFmpeg-devel] [PATCH] fate: add overlay filter tests with alpha

2017-08-15 Thread Michael Niedermayer
On Sun, Aug 13, 2017 at 10:00:04PM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > tests/fate/filter-video.mak | 19 +++ > tests/ref/fate/filter-overlay_gbrap_gbrap | 6 ++ > tests/ref/fate/filter-overlay_gbrp_gbrap

Re: [FFmpeg-devel] [PATCH] JPEG200 encoding : added option for changing default codeblock size

2017-08-15 Thread Moritz Barsnick
On Mon, Aug 07, 2017 at 10:26:21 +0200, france...@bltitalia.com wrote: > Subject: [FFmpeg-devel] [PATCH] JPEG200 encoding : added option for changing > default codeblock size Is this your commit message? It's 2000, not 200. ;-) Actually, this should read: libavcodec/j2kenc: add option for

Re: [FFmpeg-devel] [PATCH] swresample/resample: Fix flush refelction length

2017-08-15 Thread Rostislav Pehlivanov
On 15 August 2017 at 16:17, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libswresample/resample.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/libswresample/resample.c

Re: [FFmpeg-devel] [PATCH] avfilter/vf_transpose: rewrite for x86 SIMD

2017-08-15 Thread Rostislav Pehlivanov
On 15 August 2017 at 21:25, Paul B Mahol wrote: > Hi, > > patch attached. > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > LGTM, avoids branches

[FFmpeg-devel] [PATCH] avfilter/vf_transpose: rewrite for x86 SIMD

2017-08-15 Thread Paul B Mahol
Hi, patch attached. 0001-avfilter-vf_transpose-rewrite-for-x86-SIMD.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] Fix memory leak when reading DDTS box.

2017-08-15 Thread Nikolas Bowe
--- libavformat/mov.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 63f84be782..c02caf6719 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -889,6 +889,7 @@ static int mov_read_ddts(MOVContext *c, AVIOContext *pb, MOVAtom atom)

Re: [FFmpeg-devel] [WIP] libcodec2 wrapper + de/muxer in FFmpeg

2017-08-15 Thread Moritz Barsnick
On Tue, Aug 08, 2017 at 23:49:45 +0200, Tomas Härdin wrote: > Feel free to comment Don't forget to mention #1959 in the commit message. Hilsen, Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] mpegtsenc add synchronous metadata - retry

2017-08-15 Thread Moritz Barsnick
On Wed, Aug 02, 2017 at 10:40:48 +0200, Mark Timmerman wrote: > +} else if (st->codecpar->codec_id == > AV_CODEC_ID_SYNCHRONOUS_METADATA) { Again, your patch is corrupted by newlines. Please use git send-email (preferred), or use git format-patch to create a patch to attach.

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-08-15 Thread Sanchit Sinha
On Tue, Aug 15, 2017 at 4:46 PM, Paul B Mahol wrote: > Hi, > > subject of patch file is wrong. > > Why is code for rotation so limited? One should be able to rotate by > all 3 directions at once. > ___ > ffmpeg-devel mailing list >

[FFmpeg-devel] [PATCH] Improved EXT-X-TARGETDURATION generation

2017-08-15 Thread Artem Skoretskiy
It improves EXT-X-TARGETDURATION when some chunk duration is bigger than requested -hls_time N In the current implementation, it is ceiling the value (if float part is bigger than 0.001) but it should be rounded. Specification

[FFmpeg-devel] Need consultant for converting 'Nielsen watermarks' to ID3 tags in HLS

2017-08-15 Thread Pat Ransil
We have a working system that takes broadcast TV video from an antenna and outputs HLS. Some streams have Nielsen watermarks in audio (left and half of center). We are looking for a consultant who has experience working with the Nielsen Transcoder SDK

[FFmpeg-devel] [PATCH] swresample/resample: Fix flush refelction length

2017-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libswresample/resample.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libswresample/resample.c b/libswresample/resample.c index 39c242bf41..df49505bf9 100644 --- a/libswresample/resample.c +++

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-08-15 Thread Paul B Mahol
Hi, subject of patch file is wrong. Why is code for rotation so limited? One should be able to rotate by all 3 directions at once. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH V2] lavc/vaapi_encode_h264: add "coder" option support

2017-08-15 Thread Steven Liu
2017-08-15 11:33 GMT+08:00 Steven Liu : > 2017-08-15 11:23 GMT+08:00 Jun Zhao : >> >> >> On 2017/8/15 10:41, Steven Liu wrote: >>> 2017-08-15 8:48 GMT+08:00 Jun Zhao : ping? >>> No Documentation for the coder options? >> >> Do