[FFmpeg-devel] [PATCH] configure: really enable libvpx-vp9 encoder and decoder

2019-03-03 Thread Guo, Yejun
Signed-off-by: Guo, Yejun --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3042ab9..3e2a487 100755 --- a/configure +++ b/configure @@ -6236,11 +6236,11 @@ enabled libvpx&& { } enabled libvpx_vp9_decoder && {

[FFmpeg-devel] [PATCH] avformat/hls: fix hls-aes-128 set offset bug

2019-03-03 Thread 曾令明
From 45720887a4466b97dbd63b6cac452e814e20a567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lmzeng=28=E6=9B=BE=E4=BB=A4=E6=98=8E=29?= Date: Mon, 4 Mar 2019 15:05:45 +0800 Subject: [PATCH] fix hls-aes-128 set offset bug --- libavformat/hls.c | 20 +--- 1 file changed, 13 insertions(+)

Re: [FFmpeg-devel] [PATCH 1/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists

2019-03-03 Thread Jeyapal, Karthick
On 3/1/19 2:56 PM, joepadmiraal wrote: > --- > libavformat/dashenc.c | 23 --- > 1 file changed, 20 insertions(+), 3 deletions(-) Thanks for sending this revised patch. Now the patch looks fine overall. There are two minor suggestions though. > > diff --git a/libavformat/dashe

[FFmpeg-devel] [PATCH]lavf/mxfdec: Allow MXF parser to identify the Canon XF-HEVC codec/format for video essence

2019-03-03 Thread Matthew McKenna
Hello ffmpeg-devel: Attached is a patch to allow the MXF parser to identify the Canon XF-HEVC codec for video essence. This codec/containerization is found in the Canon XF-705 camera that Canon released in 2018.  The camera can encode video using HEVC at either a 110 or 160 Mbps bitrate, and

Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP8 support for ROI-based encoding

2019-03-03 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Derek Buitenhuis > Sent: Friday, March 01, 2019 8:43 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP8 support > for ROI-based encoding > > On

Re: [FFmpeg-devel] [PATCH] lavc/libx265: signal CPB properties through side data

2019-03-03 Thread Jan Ekström
On Sun, Mar 3, 2019 at 11:31 PM Derek Buitenhuis wrote: > > On 23/02/2019 00:35, Jan Ekström wrote: > > This way values such as maxrate/bufsize can be utilized > > further down the chain. > > --- > > libavcodec/libx265.c | 8 > > 1 file changed, 8 insertions(+) > > OK. > > - Derek Thank

Re: [FFmpeg-devel] [PATCH] lavc/libx265: signal CPB properties through side data

2019-03-03 Thread Derek Buitenhuis
On 23/02/2019 00:35, Jan Ekström wrote: > This way values such as maxrate/bufsize can be utilized > further down the chain. > --- > libavcodec/libx265.c | 8 > 1 file changed, 8 insertions(+) OK. - Derek ___ ffmpeg-devel mailing list ffmpeg-de

Re: [FFmpeg-devel] [PATCH] ffmpeg: explicitly handle sub2video subpicture initialization

2019-03-03 Thread Jan Ekström
On Sun, Mar 3, 2019 at 6:03 PM Paul B Mahol wrote: > > On 3/3/19, Jan Ekström wrote: > > On Tue, Feb 26, 2019 at 2:12 AM Jan Ekström wrote: > >> > >> Each time the sub2video structure is initialized, the sub2video > >> subpicture is initialized together with the first received heartbeat. > >> Th

Re: [FFmpeg-devel] [PATCH] ffmpeg: explicitly handle sub2video subpicture initialization

2019-03-03 Thread Paul B Mahol
On 3/3/19, Jan Ekström wrote: > On Tue, Feb 26, 2019 at 2:12 AM Jan Ekström wrote: >> >> Each time the sub2video structure is initialized, the sub2video >> subpicture is initialized together with the first received heartbeat. >> The heartbeat's PTS is utilized as the subpicture start time. >> >>

Re: [FFmpeg-devel] [PATCH] ffmpeg: explicitly handle sub2video subpicture initialization

2019-03-03 Thread Jan Ekström
On Tue, Feb 26, 2019 at 2:12 AM Jan Ekström wrote: > > Each time the sub2video structure is initialized, the sub2video > subpicture is initialized together with the first received heartbeat. > The heartbeat's PTS is utilized as the subpicture start time. > > Additionally, add some documentation on

Re: [FFmpeg-devel] [PATCH] Added ff_v210_planar_unpack_aligned_avx2

2019-03-03 Thread Martin Vignali
Hello, Few comments. You can use VBROADCASTI128 macro instead of changing the size of the constants (VBROADCASTI128 load 128 bit when using XMM, and broadcast the 128bit to the two lane when using YMM) The %if ARCH_X86_64 part, seems strange. seems to only be useful for AVX2, not for sse/avx. N

Re: [FFmpeg-devel] [PATCH] avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes

2019-03-03 Thread Michael Niedermayer
On Sun, Feb 24, 2019 at 12:44:40AM +0100, Michael Niedermayer wrote: > Fixes: Timeout (27 sec -> 39 milli sec) > Fixes: > 13151/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_QPEG_fuzzer-5717536023248896 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master

Re: [FFmpeg-devel] [PATCH] avcodec/aic: Check remaining bits in aic_decode_coeffs()

2019-03-03 Thread Michael Niedermayer
On Mon, Feb 25, 2019 at 01:56:19PM +0100, Michael Niedermayer wrote: > Fixes: Timeout (78 seconds -> 2 seconds) > Fixes: > 13186/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AIC_fuzzer-5639516533030912 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/bethsoftvideo: Check block_type

2019-03-03 Thread Michael Niedermayer
On Mon, Feb 25, 2019 at 02:04:46AM +0100, Michael Niedermayer wrote: > Fixes: Timeout (17 seconds -> 1 second) > Fixes: > 13184/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BETHSOFTVID_fuzzer-5711446296494080 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree

Re: [FFmpeg-devel] [PATCH] avcodec/diracdec: Correct max pixels check

2019-03-03 Thread Michael Niedermayer
On Mon, Feb 25, 2019 at 10:35:11PM +0100, Michael Niedermayer wrote: > Dirac internally allocates 5 images per plane and frame currently. One being > the actual > image the other 4 being filtered for motion compensation. > > Fixes: Out of memory > Fixes: > 12870/clusterfuzz-testcase-minimized-ff

Re: [FFmpeg-devel] The log level of "co located POCs unavailable" should not be ERROR

2019-03-03 Thread Michael Niedermayer
On Sun, Mar 03, 2019 at 12:35:11PM +0800, Yukun Guo wrote: > On Sun, 3 Mar 2019 at 00:41, Michael Niedermayer wrote: > > > If the frame is copied, its copy would be at a different point in > > time so it may need a different poc and simply copying it might > > cause issues > > Sorry I didn't stat