[FFmpeg-devel] [PATCH 0/4] avformat/mxfenc add reel_name write support

Mark Reid mindmark at gmail.com
Mon Nov 27 07:42:15 EET 2017


Hi,
The following patch series adds support for writing reel names to mxf files.
The extra metadata is only written if the metadata key "reel_name" is present.
The mxf fate tests needed to be updated because I slightly change to the way 
internal uuids for tracks and component metadata are calculated.

Mark Reid (4):
  avformat/mxfenc: pass MXFPackage around instead of type
  avformat/mxfenc: use track count to generate component instance uuid
  avformat/mxfenc: write reel_name if metadata key is present
  fate/mxf: add reel name test

 libavformat/mxf.h               |   2 +-
 libavformat/mxfenc.c            | 160 ++++++++++++++++++++++++++++------------
 tests/fate/mxf.mak              |   8 +-
 tests/ref/fate/copy-trac4914    |   2 +-
 tests/ref/fate/mxf-reel_name    |   1 +
 tests/ref/fate/time_base        |   2 +-
 tests/ref/lavf/mxf              |   6 +-
 tests/ref/lavf/mxf_d10          |   2 +-
 tests/ref/lavf/mxf_dv25         |   2 +-
 tests/ref/lavf/mxf_dvcpro50     |   2 +-
 tests/ref/lavf/mxf_opatom       |   2 +-
 tests/ref/lavf/mxf_opatom_audio |   2 +-
 12 files changed, 129 insertions(+), 62 deletions(-)
 create mode 100644 tests/ref/fate/mxf-reel_name

-- 
2.13.6 (Apple Git-96)


More information about the ffmpeg-devel mailing list