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

2014-11-25 Thread Mark Reid
Hi, This patch adds support for demuxing mxf files with Essence Groups. An essence group according to the AAF Spec "contains multiple representations of the same media." Its like a sequence only each component is a different choice of quality levels. basically instead of Track |-Sequence |--So

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

2014-11-25 Thread Mark Reid
--- libavformat/mxf.c | 1 + libavformat/mxf.h | 1 + libavformat/mxfdec.c | 148 - tests/ref/lavf/mxf | 6 +- tests/ref/lavf/mxf_d10 | 2 +- 5 files changed, 127 insertions(+), 31 deletions(-) diff --git a/libavformat/mxf.c

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

2014-11-28 Thread Tomas Härdin
On Tue, 2014-11-25 at 15:14 -0800, Mark Reid wrote: > --- > libavformat/mxf.c | 1 + > libavformat/mxf.h | 1 + > libavformat/mxfdec.c | 148 > - > tests/ref/lavf/mxf | 6 +- > tests/ref/lavf/mxf_d10 | 2 +- > 5 files changed

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

2014-11-29 Thread Mark Reid
On Fri, Nov 28, 2014 at 9:26 AM, Tomas Härdin wrote: > On Tue, 2014-11-25 at 15:14 -0800, Mark Reid wrote: > > --- > > libavformat/mxf.c | 1 + > > libavformat/mxf.h | 1 + > > libavformat/mxfdec.c | 148 > - > > tests/ref/lavf/mxf