Re: [FFmpeg-devel] [RFC] libfdk_aac license

2018-06-09 Thread Moritz Barsnick
On Sat, Jun 09, 2018 at 22:00:40 +0200, Carl Eugen Hoyos wrote: > > To the best of our knowledge, it is compatible with the LGPL" ? > > I am curious because of your follow-up in another thread: > Why do you think it is compatible? That's a bit of a mis-quote. That sentence is part of what is

Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2018-06-09 Thread Michael Niedermayer
On Sat, Jun 09, 2018 at 05:09:13PM +0200, Ramiro Polla wrote: > Hi Michael, > > On Thu, May 10, 2018 at 11:01 PM, Michael Niedermayer > wrote: > > On Wed, May 09, 2018 at 08:44:25PM +0200, Ramiro Polla wrote: > >> This option prevents the mpv encoders from using intra macroblocks in > >>

Re: [FFmpeg-devel] [PATCH] libavfilter/boxblur_opencl filter.

2018-06-09 Thread Michael Niedermayer
On Sat, Jun 09, 2018 at 02:37:51AM +0300, Danil Iashchenko wrote: > --- > > Thanks, fixed. > > libavfilter/Makefile| 4 +- > libavfilter/allfilters.c| 1 + > libavfilter/boxblur.c | 105 + > libavfilter/boxblur.h | 66 + >

[FFmpeg-devel] [PATCH] avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a previous instance

2018-06-09 Thread Michael Niedermayer
Fixes: assertion failure Fixes: ffmpeg_crash_5.avi Found-by: Thuan Pham , Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart Signed-off-by: Michael Niedermayer --- libavcodec/mpeg4videodec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [FFmpeg-devel] [RFC] libfdk_aac license

2018-06-09 Thread Jan Ekström
On Sat, Jun 9, 2018 at 11:00 PM, Carl Eugen Hoyos wrote: > 2018-05-29 6:53 GMT+02:00, Gyan Doshi : >> >> On 29-05-2018 03:34 AM, Carl Eugen Hoyos wrote: >> >>> Just remove "and is not known...", > >>> please don't state that you guarantee >>> they are compatible. > > Where should we sent people

Re: [FFmpeg-devel] [RFC] libfdk_aac license

2018-06-09 Thread Carl Eugen Hoyos
2018-05-29 6:53 GMT+02:00, Gyan Doshi : > > On 29-05-2018 03:34 AM, Carl Eugen Hoyos wrote: > >> Just remove "and is not known...", >> please don't state that you guarantee >> they are compatible. Where should we sent people who trust what you wrote in the documentation but had to find out it

Re: [FFmpeg-devel] [PATCH]ffmpeg: Fail if the user requested impossible subtitle encoding

2018-06-09 Thread Carl Eugen Hoyos
2018-06-07 23:08 GMT+02:00, Michael Niedermayer : > On Wed, Jun 06, 2018 at 10:34:42PM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch is meant to fix ticket #7239. >> >> Please comment, Carl Eugen > >> ffmpeg.c | 17 + >> 1 file changed, 17 insertions(+) >>

Re: [FFmpeg-devel] [PATCH] avformat/mov: Fix reading saio/saiz for clear content.

2018-06-09 Thread Michael Niedermayer
On Thu, Jun 07, 2018 at 01:42:51PM -0700, Jacob Trimble wrote: > On Thu, Jun 7, 2018 at 10:38 AM Jacob Trimble wrote: > > > > Found by Chrome's ClusterFuzz: http://crbug.com/850389 > > > > Signed-off-by: Jacob Trimble > > --- > > libavformat/mov.c | 10 ++ > > 1 file changed, 10

Re: [FFmpeg-devel] [PATCH] pixdesc: Only check against valid entries when iterating over lists of enums

2018-06-09 Thread Michael Niedermayer
On Fri, Jun 08, 2018 at 04:47:05PM +0100, Derek Buitenhuis wrote: > Some of these enums have gaps in between their values, since they correspond > to the values in various specs, instead of being an incrementing list. > > Fixes segfaults when, for example, using the valid API call: > >

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-09 Thread Michael Niedermayer
On Fri, Jun 01, 2018 at 07:00:20AM +, Eran Kornblau wrote: > > On Thu, May 31, 2018 at 10:11:38AM +, Eran Kornblau wrote: > > > > > > > > -Original Message- > > > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On > > > > Behalf Of Eran Kornblau > > > > Sent:

Re: [FFmpeg-devel] [PATCH 3/4 v2] avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 spec

2018-06-09 Thread Michael Niedermayer
On Fri, Jun 08, 2018 at 11:01:30AM +0200, Jerome Borsboom wrote: > Change vc1_decode_i_blocks to use vc1_put_blocks_clamped and > ff_vc1_i_loop_filter. > > Signed-off-by: Jerome Borsboom > --- > libavcodec/vc1_block.c | 77 > +++--- > 1 file changed,

Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2018-06-09 Thread Ramiro Polla
Hi Michael, On Thu, May 10, 2018 at 11:01 PM, Michael Niedermayer wrote: > On Wed, May 09, 2018 at 08:44:25PM +0200, Ramiro Polla wrote: >> This option prevents the mpv encoders from using intra macroblocks in >> predictive frames. >> >> It is useful for glitch artists to generate input

Re: [FFmpeg-devel] [PATCH 2/5] avutil/hwcontext_cuda: add CUstream in cuda hwctx

2018-06-09 Thread Timo Rothenpieler
Am 09.06.2018 um 03:25 schrieb James Almer: On 5/9/2018 5:49 AM, Timo Rothenpieler wrote: On 08.05.2018 23:00, James Almer wrote: On 5/8/2018 3:36 PM, Timo Rothenpieler wrote: --- configure | 6 -- doc/APIchanges | 3 +++ libavutil/hwcontext_cuda.c | 3 +++

Re: [FFmpeg-devel] [INFO]AMD D3D11 to OpenCL interop extension for NV12 and P010 textures - split planes

2018-06-09 Thread Kirill Gavrilov
> Probably the extension is still not enumerated in device/platform > extensions list > Any way it can be used now. > > Thanks, > Alexander > Since it was a private extension it is not visible as device extension but > if one asks for the function pointer it is there. The implementation was >

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/xwddec: Use ff_set_dimensions()

2018-06-09 Thread Paul B Mahol
On 6/9/18, Michael Niedermayer wrote: > Fixes: OOM > Fixes: > 8178/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XWD_fuzzer-4844793342459904 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- >