Re: [FFmpeg-devel] [PATCH 3/3] avformat: fix decoded creation_time timestamps

2016-08-28 Thread Marton Balint
On Tue, 23 Aug 2016, Marton Balint wrote: On Sun, 14 Aug 2016, Marton Balint wrote: On Fri, 1 Jul 2016, Marton Balint wrote: Use proper ISO 8601 timestamps which also signal that they are in UTC. This changes the format of creation_time and modification_date metadata values from 2016

Re: [FFmpeg-devel] [PATCH 3/3] avformat: fix decoded creation_time timestamps

2016-08-22 Thread Marton Balint
On Sun, 14 Aug 2016, Marton Balint wrote: On Fri, 1 Jul 2016, Marton Balint wrote: Use proper ISO 8601 timestamps which also signal that they are in UTC. This changes the format of creation_time and modification_date metadata values from 2016-06-01 22:30:00 to 2016-01-01T22:30:00.00Z

Re: [FFmpeg-devel] [PATCH 3/3] avformat: fix decoded creation_time timestamps

2016-08-14 Thread Marton Balint
On Fri, 1 Jul 2016, Marton Balint wrote: Use proper ISO 8601 timestamps which also signal that they are in UTC. This changes the format of creation_time and modification_date metadata values from 2016-06-01 22:30:00 to 2016-01-01T22:30:00.00Z Fixes ticket #5673. I'd like to apply this

[FFmpeg-devel] [PATCH 3/3] avformat: fix decoded creation_time timestamps

2016-06-30 Thread Marton Balint
Use proper ISO 8601 timestamps which also signal that they are in UTC. This changes the format of creation_time and modification_date metadata values from 2016-06-01 22:30:00 to 2016-01-01T22:30:00.00Z Fixes ticket #5673. Signed-off-by: Marton Balint --- libavformat/matroskadec.c | 7 +---