Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-18 Thread Dixit, Vishwanath
>On 12/15/17, 8:19 PM, "Steven Liu" wrote: > >2017-12-15 16:21 GMT+08:00 Jeyapal, Karthick : >> >> >>>On 12/15/17, 4:45 AM, "Liu Steven" wrote: >>> >>> 在 2017年12月15日,上午6:28,Liu Steven 写道: >

Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-15 Thread Steven Liu
2017-12-15 16:21 GMT+08:00 Jeyapal, Karthick : > > >>On 12/15/17, 4:45 AM, "Liu Steven" wrote: >> >> >>> 在 2017年12月15日,上午6:28,Liu Steven 写道: >>> 在 2017年12月15日,上午12:29,Jeyapal, Karthick 写道: >

Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-15 Thread Jeyapal, Karthick
>On 12/15/17, 4:45 AM, "Liu Steven" wrote: > > >> 在 2017年12月15日,上午6:28,Liu Steven 写道: >> >>> >>> 在 2017年12月15日,上午12:29,Jeyapal, Karthick 写道: >>> On 12/14/17, 8:24 PM, "Steven Liu" wrote:

Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-14 Thread Liu Steven
> 在 2017年12月15日,上午6:28,Liu Steven 写道: > >> >> 在 2017年12月15日,上午12:29,Jeyapal, Karthick 写道: >> >>> On 12/14/17, 8:24 PM, "Steven Liu" wrote: >>> >>> 在 2017年12月14日,下午6:55,vdi...@akamai.com 写道: […]

Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-14 Thread Liu Steven
> 在 2017年12月15日,上午12:29,Jeyapal, Karthick 写道: > >> On 12/14/17, 8:24 PM, "Steven Liu" wrote: >> >> >>> 在 2017年12月14日,下午6:55,vdi...@akamai.com 写道: >>> […] >>> +libavformat/reverse.c >> >> this need double check for a better way > The better way of

Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-14 Thread Jeyapal, Karthick
>On 12/14/17, 8:24 PM, "Steven Liu" wrote: > > >> 在 2017年12月14日,下午6:55,vdi...@akamai.com 写道: >> […] >> +libavformat/reverse.c > >this need double check for a better way The better way of doing this is to share ff_reverse function. But such a patch submitted recently was not

Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-14 Thread Steven Liu
> 在 2017年12月14日,下午6:55,vdi...@akamai.com 写道: > > From: Vishwanath Dixit > > --- > libavformat/Makefile | 2 +- > libavformat/dashenc.c | 2 +- > libavformat/hlsenc.c | 65 +-- > libavformat/hlsplaylist.c | 5 +++- >

[FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-14 Thread vdixit
From: Vishwanath Dixit --- libavformat/Makefile | 2 +- libavformat/dashenc.c | 2 +- libavformat/hlsenc.c | 65 +-- libavformat/hlsplaylist.c | 5 +++- libavformat/hlsplaylist.h | 3 ++- libavformat/reverse.c