Re: [FFmpeg-devel] [PATCH 12/12] ffmpeg: remove hardcoded 'now' creation_time support

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 14, 2016 at 03:01:55AM +0100, Marton Balint wrote: > > On Sat, 6 Feb 2016, Marton Balint wrote: > > >Every date parsing routine now uses av_parse_time which handles 'now' and > >provides greater precision as well. This change also enables the segmenter > >muxer to set the proper 'now'

Re: [FFmpeg-devel] [PATCH 12/12] ffmpeg: remove hardcoded 'now' creation_time support

2016-02-21 Thread Marton Balint
On Sun, 14 Feb 2016, Marton Balint wrote: On Sat, 6 Feb 2016, Marton Balint wrote: Every date parsing routine now uses av_parse_time which handles 'now' and provides greater precision as well. This change also enables the segmenter muxer to set the proper 'now' creation time at the beginning of

Re: [FFmpeg-devel] [PATCH 12/12] ffmpeg: remove hardcoded 'now' creation_time support

2016-02-13 Thread Marton Balint
On Sat, 6 Feb 2016, Marton Balint wrote: Every date parsing routine now uses av_parse_time which handles 'now' and provides greater precision as well. This change also enables the segmenter muxer to set the proper 'now' creation time at the beginning of each segment. Signed-off-by: Marton Bali

[FFmpeg-devel] [PATCH 12/12] ffmpeg: remove hardcoded 'now' creation_time support

2016-02-06 Thread Marton Balint
Every date parsing routine now uses av_parse_time which handles 'now' and provides greater precision as well. This change also enables the segmenter muxer to set the proper 'now' creation time at the beginning of each segment. Signed-off-by: Marton Balint --- ffmpeg_opt.c | 11 --- 1 fil