[FFmpeg-devel] Patch - Mov decoder should read Avid's metadata for DNXHD codec

2014-08-06 Thread Marek Fort
Hi, I'd like to get this patch integrated. This allows to propagate AALP and ARES mov file atoms to DNxHD codec. Parsing AALP is essential for proper alpha channel decoding. This patch relates to this ticket https://trac.ffmpeg.org/ticket/3707 Thanks, Marek Fort 0001-Mov-decoder-should

[FFmpeg-devel] XMP in mov files

2014-08-07 Thread Marek Fort
under "xmp" key in ffmpeg format context's metadata. I could not find any other code in ffmpeg dealing with XMP so I made this key. Any future XMP support should use the same key. Thank you, Marek Fort 0001-Reading-writing-XMP-metadata-in-mov-container.patch Desc

Re: [FFmpeg-devel] XMP in mov files

2014-08-07 Thread Marek Fort
Yes, here is one: http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3707/Untitled_dnhd.mov On 7 August 2014 15:37, Michael Niedermayer wrote: > On Thu, Aug 07, 2014 at 11:20:23AM +0200, Marek Fort wrote: > > Hi, > > > > I'd like to integrate this patch. > > &

Re: [FFmpeg-devel] Patch - Mov decoder should read Avid's metadata for DNXHD codec

2014-08-08 Thread Marek Fort
Hi, new patch attached. It is a simplified version. It does the same job as the older/longer one. I'd like to get this patch integrated. Thank you, Marek Fort On 6 August 2014 14:33, Marek Fort wrote: > Hi, > > I'd like to get this patch integrated. > This allows to p