Add VideoMXFContent (part of #803).
authorCarl Hetherington <cth@carlh.net>
Wed, 25 May 2016 12:29:13 +0000 (13:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 May 2016 12:29:13 +0000 (13:29 +0100)
commit4ee6786d1c3db04dcc77e511121e5d62d0d595b5
tree95ac9aa9af77caccffac5b7fcf63cb1a672ca77a
parentd22243e8cd54c1c5de6c670445395907007428ea
Add VideoMXFContent (part of #803).
12 files changed:
ChangeLog
src/lib/content_factory.cc
src/lib/player.cc
src/lib/video_mxf_content.cc [new file with mode: 0644]
src/lib/video_mxf_content.h [new file with mode: 0644]
src/lib/video_mxf_decoder.cc [new file with mode: 0644]
src/lib/video_mxf_decoder.h [new file with mode: 0644]
src/lib/video_mxf_examiner.cc [new file with mode: 0644]
src/lib/video_mxf_examiner.h [new file with mode: 0644]
src/lib/wscript
test/video_mxf_content_test.cc [new file with mode: 0644]
test/wscript