Re: [FFmpeg-devel] [PATCH 2/2] lavf/mov: strip com.apple.quicktime prefix in meta; parse creation date

2017-04-18 Thread Michael Niedermayer
On Mon, Sep 12, 2016 at 08:24:44PM -0500, Rodger Combs wrote: > > > On Sep 10, 2016, at 05:55, Michael Niedermayer > > wrote: > > > > On Fri, Sep 09, 2016 at 08:06:40PM -0500, Rodger Combs wrote: > >> --- > >> libavformat/mov.c | 16 > >> 1 file changed,

Re: [FFmpeg-devel] [PATCH 2/2] lavf/mov: strip com.apple.quicktime prefix in meta; parse creation date

2016-09-12 Thread Rodger Combs
> On Sep 10, 2016, at 05:55, Michael Niedermayer wrote: > > On Fri, Sep 09, 2016 at 08:06:40PM -0500, Rodger Combs wrote: >> --- >> libavformat/mov.c | 16 >> 1 file changed, 16 insertions(+) >> >> diff --git a/libavformat/mov.c b/libavformat/mov.c >>

Re: [FFmpeg-devel] [PATCH 2/2] lavf/mov: strip com.apple.quicktime prefix in meta; parse creation date

2016-09-10 Thread Michael Niedermayer
On Fri, Sep 09, 2016 at 08:06:40PM -0500, Rodger Combs wrote: > --- > libavformat/mov.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 54530e3..b75acd2 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c > @@ -42,6

[FFmpeg-devel] [PATCH 2/2] lavf/mov: strip com.apple.quicktime prefix in meta; parse creation date

2016-09-09 Thread Rodger Combs
--- libavformat/mov.c | 16 1 file changed, 16 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 54530e3..b75acd2 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -42,6 +42,7 @@ #include "libavutil/aes_ctr.h" #include "libavutil/sha.h" #include

Re: [FFmpeg-devel] [PATCH 2/2] lavf/mov: strip com.apple.quicktime prefix in meta; parse creation date

2015-11-24 Thread Michael Niedermayer
On Tue, Nov 10, 2015 at 11:20:43PM -0600, Rodger Combs wrote: > --- > libavformat/mov.c | 16 > 1 file changed, 16 insertions(+) probably ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? --

[FFmpeg-devel] [PATCH 2/2] lavf/mov: strip com.apple.quicktime prefix in meta; parse creation date

2015-11-10 Thread Rodger Combs
--- libavformat/mov.c | 16 1 file changed, 16 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 8fa0189..f4eabce 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -41,6 +41,7 @@ #include "libavutil/aes.h" #include "libavutil/sha.h" #include