Re: [FFmpeg-devel] [PATCH v2] libavformat/mxfdec.c: initial support for EssenceGroups

2014-11-30 Thread Michael Niedermayer
On Sun, Nov 30, 2014 at 12:16:27PM -0800, Mark Reid wrote: > --- > libavformat/mxf.c| 1 + > libavformat/mxf.h| 3 +- > libavformat/mxfdec.c | 148 > +-- > 3 files changed, 124 insertions(+), 28 deletions(-) applied i left the comment

[FFmpeg-devel] [PATCH v2] libavformat/mxfdec.c: initial support for EssenceGroups

2014-11-30 Thread Mark Reid
--- libavformat/mxf.c| 1 + libavformat/mxf.h| 3 +- libavformat/mxfdec.c | 148 +-- 3 files changed, 124 insertions(+), 28 deletions(-) diff --git a/libavformat/mxf.c b/libavformat/mxf.c index 4dc54d7..14d143e 100644 --- a/libavformat/m

[FFmpeg-devel] [PATCH v2] libavformat/mxfdec.c: initial support for EssenceGroups

2014-11-30 Thread Mark Reid
Changes since v1: * move EssenceGroup at the end of the enum * removed changes to fate-lavf-mxf tests * tested memory handling with valgrind Mark Reid (1): libavformat/mxfdec.c: initial support for EssenceGroups libavformat/mxf.c| 1 + libavformat/mxf.h| 3 +- libavformat/mxfdec.c