Re: [FFmpeg-devel] [PATCH v2] libavformat/mxfdec: export user comments metadata

2015-03-15 Thread Michael Niedermayer
On Sun, Mar 15, 2015 at 02:46:57PM -0700, Mark Reid wrote: > On Sun, Mar 15, 2015 at 1:59 PM, James Almer wrote: > > > On 13/03/15 10:58 PM, Mark Reid wrote: > > > --- > > > libavformat/mxf.h| 1 + > > > libavformat/mxfdec.c | 94 > > +--- > >

Re: [FFmpeg-devel] [PATCH v2] libavformat/mxfdec: export user comments metadata

2015-03-15 Thread Mark Reid
On Sun, Mar 15, 2015 at 1:59 PM, James Almer wrote: > On 13/03/15 10:58 PM, Mark Reid wrote: > > --- > > libavformat/mxf.h| 1 + > > libavformat/mxfdec.c | 94 > +--- > > 2 files changed, 91 insertions(+), 4 deletions(-) > > From fate-mxf-miss

Re: [FFmpeg-devel] [PATCH v2] libavformat/mxfdec: export user comments metadata

2015-03-15 Thread James Almer
On 13/03/15 10:58 PM, Mark Reid wrote: > --- > libavformat/mxf.h| 1 + > libavformat/mxfdec.c | 94 > +--- > 2 files changed, 91 insertions(+), 4 deletions(-) >From fate-mxf-missing-index-demux using valgrind ==6422== ==6422== HEAP SUMMARY:

Re: [FFmpeg-devel] [PATCH v2] libavformat/mxfdec: export user comments metadata

2015-03-14 Thread Michael Niedermayer
On Fri, Mar 13, 2015 at 06:58:38PM -0700, Mark Reid wrote: > --- > libavformat/mxf.h| 1 + > libavformat/mxfdec.c | 94 > +--- > 2 files changed, 91 insertions(+), 4 deletions(-) applied, tomas seems to have approved the previous revision pret

[FFmpeg-devel] [PATCH v2] libavformat/mxfdec: export user comments metadata

2015-03-13 Thread Mark Reid
--- libavformat/mxf.h| 1 + libavformat/mxfdec.c | 94 +--- 2 files changed, 91 insertions(+), 4 deletions(-) diff --git a/libavformat/mxf.h b/libavformat/mxf.h index d9e17c6..71a4084 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -4

[FFmpeg-devel] [PATCH v2] libavformat/mxfdec: export user comments metadata

2015-03-13 Thread Mark Reid
changes since v1: * replaced nonportable strlcat with snprintf Mark Reid (1): libavformat/mxfdec: export user comments metadata libavformat/mxf.h| 1 + libavformat/mxfdec.c | 94 +--- 2 files changed, 91 insertions(+), 4 deletions(-) -- 2.