Some attempts to block referencing of DCPs when it is not possible.
authorCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2015 10:30:30 +0000 (11:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2015 10:30:30 +0000 (11:30 +0100)
commit6f23b55a7783f93549115a133ca2e6e938bd0cd1
tree6c674d088eb37dd9d91992366cfa6ddb3e0e69e5
parentf9068dcbfbb09082e29e2a779ef1a7a2f6ee849e
Some attempts to block referencing of DCPs when it is not possible.
14 files changed:
hacks/fft.py [new file with mode: 0644]
src/lib/dcp_content.cc
src/lib/dcp_content.h
src/lib/dcpomatic_time.h
src/lib/overlaps.h [new file with mode: 0644]
src/lib/referenced_reel_asset.h [new file with mode: 0644]
src/wx/audio_panel.cc
src/wx/subtitle_panel.cc
src/wx/timeline.cc
src/wx/video_panel.cc
test/fft.py [new file with mode: 0644]
test/reels_test.cc [new file with mode: 0644]
test/vf_test.cc [new file with mode: 0644]
test/wscript