Re: [FFmpeg-devel] [PATCH v2 3/3] avdevice/decklink: addition of absolute wallclock option for pts source

2018-01-15 Thread Vishwanath Dixit
On 1/12/18 8:25 PM, Marton Balint wrote: On Wed, 10 Jan 2018, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/indevs.texi | 6 -- libavdevice/decklink_common_c.h | 1 + libavdevice/decklink_dec.cpp    | 4 libavdevice/decklink_dec_c.c    | 1 + 4 files changed

Re: [FFmpeg-devel] [PATCH v2 1/3] avdevice/decklink: addition of copyts option

2018-01-15 Thread Vishwanath Dixit
On 1/12/18 8:21 PM, Marton Balint wrote: On Wed, 10 Jan 2018, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/indevs.texi |  5 + libavdevice/decklink_common_c.h |  1 + libavdevice/decklink_dec.cpp    | 18 +++--- libavdevice/decklink_dec_c.c    |  1

Re: [FFmpeg-devel] [PATCH v3 3/3] avformat/hlsenc: creation of variant streams in subdirectories

2018-01-01 Thread Vishwanath Dixit
On 1/2/18 8:34 AM, Steven Liu wrote: 2017-12-29 18:20 GMT+08:00 Steven Liu : 2017-12-26 19:17 GMT+08:00 : From: Vishwanath Dixit --- doc/muxers.texi | 33 - libavformat/hlsenc.c | 68 +--- 2 files changed, 92

Re: [FFmpeg-devel] [WARNING! RECEIVED FROM EXTERNAL SENDER] [PATCH v2 1/1] avformat/hlsenc: closed caption tags in the master playlist

2017-12-29 Thread Vishwanath Dixit
On 12/29/17 5:02 PM, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/muxers.texi | 4 libavformat/dashenc.c | 2 +- libavformat/hlsenc.c | 14 +- libavformat/hlsplaylist.c | 5 - libavformat/hlsplaylist.h | 3 ++- 5 files changed, 24

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread Vishwanath Dixit
On 12/26/17 4:29 PM, 刘歧 wrote: On 26 Dec 2017, at 18:38, Vishwanath Dixit wrote: On 12/26/17 3:37 PM, 刘歧 wrote: On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/muxers.texi | 31 +-- libavformat/hlsenc.c | 153

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread Vishwanath Dixit
On 12/26/17 3:37 PM, 刘歧 wrote: On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/muxers.texi | 31 +-- libavformat/hlsenc.c | 153 ++- 2 files changed, 127 insertions(+), 57 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH v7 1/3] avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-19 Thread Vishwanath Dixit
On 12/19/17 9:23 AM, 刘歧 wrote: On 18 Dec 2017, at 20:52, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/muxers.texi | 12 + libavformat/dashenc.c | 3 ++- libavformat/hlsenc.c | 62 --- libavformat/hlsplaylist.c