Re: [FFmpeg-devel] [PATCH 1/2] docs/filters: add documentation to all existing OpenCL filters

2018-08-18 Thread Gyan Doshi
Hi Danil, Except overlay and the topic of format requirements, rest LGTM. On 15-08-2018 05:30 PM, Danil Iashchenko wrote: docs/filters: add documentation to all existing OpenCL filters Added general instruction for format conversion in the start of overall section and separatly for overlay

Re: [FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

2018-08-18 Thread Sergey Lavrushkin
2018-08-17 23:28 GMT+03:00 Michael Niedermayer : > On Fri, Aug 17, 2018 at 12:46:52AM -0300, James Almer wrote: > > On 8/14/2018 1:23 PM, Michael Niedermayer wrote: > > > On Mon, Aug 13, 2018 at 04:58:42PM +0300, Sergey Lavrushkin wrote: > > >>> > > >>> Just use av_clipf instead of FFMIN/FFMAX. >

Re: [FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

2018-08-18 Thread James Almer
On 8/17/2018 9:52 AM, Carl Eugen Hoyos wrote: > 2018-08-17 14:21 GMT+02:00, Sergey Lavrushkin : >> пт, 17 авг. 2018 г., 6:47 James Almer : >> >>> On 8/14/2018 1:23 PM, Michael Niedermayer wrote: On Mon, Aug 13, 2018 at 04:58:42PM +0300, Sergey Lavrushkin wrote: >> >> Just use av_clipf

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-18 Thread Ronak Patel
> On Aug 17, 2018, at 10:40 AM, Steven Liu wrote: > > > >> On Aug 17, 2018, at 21:01, Ronak wrote: >> >> From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 >> From: "Ronak Patel" >> Date: Thu, 2 Aug 2018 09:25:12 -0400 >> Subject: [PATCH v3] libavformat/hlsenc: Fix HLS M

Re: [FFmpeg-devel] [PATCH] avformat/tls_schannel: Fix use of uninitialized variable

2018-08-18 Thread Thilo Borgmann
Am 17.08.18 um 14:51 schrieb Carl Eugen Hoyos: > 2018-08-17 14:36 GMT+02:00, Hendrik Leppkes : >> On Fri, Aug 17, 2018 at 12:05 PM Paweł Wegner >> wrote: >>> >>> Yes, it will work. >>> >>> Fixes: runtime error: passing uninitialized value to FreeContextBuffer >>> causes a crash >>> >>> Signed-off-

Re: [FFmpeg-devel] [GSOC] [PATCH 1/2] lavfi/vf_colorconstancy: adding weighted_ greyedge

2018-08-18 Thread Thilo Borgmann
Am 14.08.18 um 21:00 schrieb Thilo Borgmann: > Am 13.08.18 um 02:01 schrieb Mina: >> Hi, >> >>   This patch introduces a new improved color constancy algorithm based on >> previously implemented greyedge algorithm. > > LGTM since I looked at this during GSoC. I would appreciate someone to have a

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: Fix strlen(rep_id_val) with it being NULL

2018-08-18 Thread Michael Niedermayer
On Sat, Aug 18, 2018 at 09:19:10AM +0800, Steven Liu wrote: > > > > On Aug 18, 2018, at 09:14, Michael Niedermayer > > wrote: > > > > Fixes: dash-crash-da39a3ee5e6b4b0d3255bfef95601890afd80709.xml > > > > Found-by: Paul Ch > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/dashd

Re: [FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

2018-08-18 Thread Michael Niedermayer
On Sat, Aug 18, 2018 at 02:10:21PM +0300, Sergey Lavrushkin wrote: > 2018-08-17 23:28 GMT+03:00 Michael Niedermayer : > > > On Fri, Aug 17, 2018 at 12:46:52AM -0300, James Almer wrote: > > > On 8/14/2018 1:23 PM, Michael Niedermayer wrote: > > > > On Mon, Aug 13, 2018 at 04:58:42PM +0300, Sergey L

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-18 Thread Steven Liu
> On Aug 17, 2018, at 22:40, Steven Liu wrote: > > > >> On Aug 17, 2018, at 21:01, Ronak wrote: >> >> From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 >> From: "Ronak Patel" >> Date: Thu, 2 Aug 2018 09:25:12 -0400 >> Subject: [PATCH v3] libavformat/hlsenc: Fix HLS Man