[FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-04-24 Thread vdixit
From: Vishwanath Dixit This utility function creates 64-bit NTP time format as per the RFC 5905. A simple explaination of 64-bit NTP time format is here http://www.beaglesoft.com/Manual/page53.htm --- libavformat/internal.h | 8 libavformat/utils.c| 20 2 files

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-04-25 Thread Michael Niedermayer
On Tue, Apr 24, 2018 at 02:46:56PM +0530, vdi...@akamai.com wrote: > From: Vishwanath Dixit > > This utility function creates 64-bit NTP time format as per the RFC > 5905. > A simple explaination of 64-bit NTP time format is here > http://www.beaglesoft.com/Manual/page53.htm > --- > libavformat/

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-04-26 Thread Dixit, Vishwanath
On 4/26/18 1:04 AM, Michael Niedermayer wrote: > On Tue, Apr 24, 2018 at 02:46:56PM +0530, vdi...@akamai.com wrote: >> From: Vishwanath Dixit >> >> This utility function creates 64-bit NTP time format as per the RFC >> 5905. >> A simple explaination of 64-bit NTP time format is here >> http://ww

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-04-26 Thread Michael Niedermayer
On Thu, Apr 26, 2018 at 11:05:59AM +, Dixit, Vishwanath wrote: > > > On 4/26/18 1:04 AM, Michael Niedermayer wrote: > > On Tue, Apr 24, 2018 at 02:46:56PM +0530, vdi...@akamai.com wrote: > >> From: Vishwanath Dixit > >> > >> This utility function creates 64-bit NTP time format as per the RFC

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-04-27 Thread Dixit, Vishwanath
On 4/27/18 5:15 AM, Michael Niedermayer wrote: > On Thu, Apr 26, 2018 at 11:05:59AM +, Dixit, Vishwanath wrote: >> >> >> On 4/26/18 1:04 AM, Michael Niedermayer wrote: >>> On Tue, Apr 24, 2018 at 02:46:56PM +0530, vdi...@akamai.com wrote: From: Vishwanath Dixit This utility fu

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-04-27 Thread Michael Niedermayer
On Fri, Apr 27, 2018 at 08:00:23AM +, Dixit, Vishwanath wrote: > > > On 4/27/18 5:15 AM, Michael Niedermayer wrote: > > On Thu, Apr 26, 2018 at 11:05:59AM +, Dixit, Vishwanath wrote: > >> > >> > >> On 4/26/18 1:04 AM, Michael Niedermayer wrote: > >>> On Tue, Apr 24, 2018 at 02:46:56PM +05

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-05-06 Thread Dixit, Vishwanath
On 4/28/18 6:38 AM, Michael Niedermayer wrote: > On Fri, Apr 27, 2018 at 08:00:23AM +, Dixit, Vishwanath wrote: >> >> >> On 4/27/18 5:15 AM, Michael Niedermayer wrote: >>> On Thu, Apr 26, 2018 at 11:05:59AM +, Dixit, Vishwanath wrote: On 4/26/18 1:04 AM, Michael Niedermayer

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-05-06 Thread Michael Niedermayer
On Sun, May 06, 2018 at 06:04:35PM +, Dixit, Vishwanath wrote: > > > On 4/28/18 6:38 AM, Michael Niedermayer wrote: > > On Fri, Apr 27, 2018 at 08:00:23AM +, Dixit, Vishwanath wrote: > >> > >> > >> On 4/27/18 5:15 AM, Michael Niedermayer wrote: > >>> On Thu, Apr 26, 2018 at 11:05:59AM +00

Re: [FFmpeg-devel] [PATCH 1/3] avformat/utils: function to get the formatted ntp time

2018-05-07 Thread Dixit, Vishwanath
On 5/7/18 1:59 AM, Michael Niedermayer wrote: > On Sun, May 06, 2018 at 06:04:35PM +, Dixit, Vishwanath wrote: >> >> >> On 4/28/18 6:38 AM, Michael Niedermayer wrote: >>> On Fri, Apr 27, 2018 at 08:00:23AM +, Dixit, Vishwanath wrote: On 4/27/18 5:15 AM, Michael Niedermayer w