Re: [FFmpeg-devel] [PATCH 3/4] V13 - SCTE-35 support in hlsenc

2016-10-20 Thread Steven Liu
LGTM, Thanks Carlos Fernandez Sanz 于2016年10月19日 周三下午1:47写道: > On Sun, Oct 16, 2016 at 10:59 AM, Carlos Fernandez Sanz > wrote: > > > > All other things corrected (I think) - will send a patch soon. Thanks! > > I submitted V14 yesterday - can you take a look and comment and/or merge? > > Thanks >

Re: [FFmpeg-devel] [PATCH 3/4] V13 - SCTE-35 support in hlsenc

2016-10-19 Thread Carlos Fernandez Sanz
On Sun, Oct 16, 2016 at 10:59 AM, Carlos Fernandez Sanz wrote: > > All other things corrected (I think) - will send a patch soon. Thanks! I submitted V14 yesterday - can you take a look and comment and/or merge? Thanks ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH 3/4] V13 - SCTE-35 support in hlsenc

2016-10-16 Thread Carlos Fernandez Sanz
On Sat, Oct 15, 2016 at 1:44 AM, Anssi Hannula wrote: > > Function pointers are not useful here as they always point to the same > functions. Function pointer are kept there so that scte_35.c function are not exposed to users using ffmpeg library. > > Also, the members of this "interface" struct

Re: [FFmpeg-devel] [PATCH 3/4] V13 - SCTE-35 support in hlsenc

2016-10-15 Thread Anssi Hannula
04.10.2016, 02:14, Carlos Fernandez Sanz kirjoitti: > From: Carlos Fernandez > > Signed-off-by: Carlos Fernandez > --- > libavformat/Makefile | 2 +- > libavformat/hlsenc.c | 108 +-- > libavformat/scte_35.c | 527 > ++ > libavformat/

[FFmpeg-devel] [PATCH 3/4] V13 - SCTE-35 support in hlsenc

2016-10-03 Thread Carlos Fernandez Sanz
From: Carlos Fernandez Signed-off-by: Carlos Fernandez --- libavformat/Makefile | 2 +- libavformat/hlsenc.c | 108 +-- libavformat/scte_35.c | 527 ++ libavformat/scte_35.h | 86 4 files changed, 701 insertions(+), 22 deleti