Re: [FFmpeg-devel] [PATCH v3] added ULs for demuxing avid media composer mxf files

2014-08-13 Thread Mark Reid
On Wed, Aug 13, 2014 at 12:37 AM, Carl Eugen Hoyos wrote: > Mark Reid gmail.com> writes: > > > UL values from libMXF > > No! > > I mean: Those values are not copyrightable > but since you found them in ffmbc it is (imo!) > a matter of courtesy to mention the source. > Please mention both if you

Re: [FFmpeg-devel] [PATCH v3] added ULs for demuxing avid media composer mxf files

2014-08-13 Thread Carl Eugen Hoyos
Mark Reid gmail.com> writes: > UL values from libMXF No! I mean: Those values are not copyrightable but since you found them in ffmbc it is (imo!) a matter of courtesy to mention the source. Please mention both if you want. Sorry, I am on a journey and didn't sleep, Carl Eugen ___

[FFmpeg-devel] [PATCH v3] added ULs for demuxing avid media composer mxf files

2014-08-12 Thread Mark Reid
UL values from libMXF Fixes Ticket#1554, Ticket#3100 and Ticket#3450 --- libavformat/mxf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mxf.c b/libavformat/mxf.c index d20ed94..7d30d65 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -28,6 +28,8 @@ const MXFCodecUL

[FFmpeg-devel] [PATCH v3] added ULs for demuxing avid media composer mxf files

2014-08-12 Thread Mark Reid
Changes since v2: *cleaned up commit message *identified keys as legacy ULs Mark Reid (1): added ULs for demuxing avid media composer mxf files libavformat/mxf.c | 3 +++ 1 file changed, 3 insertions(+) -- 2.0.0 ___ ffmpeg-devel mailing list ffmpe