Clean up after previous commit.
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Jul 2018 21:44:53 +0000 (22:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Jul 2018 22:45:23 +0000 (23:45 +0100)
commit27b83475435dda4e84a90cf59a52f150905c4ab1
tree51d0158c7a879f6b2f3c40843c5e5e455069a1dc
parent9cb73fbc0fa4643612f01665bc6d9fc430656f32
Clean up after previous commit.
80 files changed:
src/lib/active_captions.cc
src/lib/bitmap_caption.h [new file with mode: 0644]
src/lib/bitmap_text.h [deleted file]
src/lib/caption_content.cc [new file with mode: 0644]
src/lib/caption_content.h [new file with mode: 0644]
src/lib/caption_decoder.cc [new file with mode: 0644]
src/lib/caption_decoder.h [new file with mode: 0644]
src/lib/content.cc
src/lib/content.h
src/lib/content_caption.h [new file with mode: 0644]
src/lib/content_factory.cc
src/lib/content_text.h [deleted file]
src/lib/dcp_content.cc
src/lib/dcp_decoder.cc
src/lib/dcp_encoder.cc
src/lib/dcp_encoder.h
src/lib/dcp_subtitle_content.cc [new file with mode: 0644]
src/lib/dcp_subtitle_content.h [new file with mode: 0644]
src/lib/dcp_subtitle_decoder.cc [new file with mode: 0644]
src/lib/dcp_subtitle_decoder.h [new file with mode: 0644]
src/lib/dcp_text_content.cc [deleted file]
src/lib/dcp_text_content.h [deleted file]
src/lib/dcp_text_decoder.cc [deleted file]
src/lib/dcp_text_decoder.h [deleted file]
src/lib/decoder.cc
src/lib/decoder.h
src/lib/decoder_factory.cc
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_decoder.cc
src/lib/film.cc
src/lib/hints.cc
src/lib/plain_text_file.cc [deleted file]
src/lib/plain_text_file.h [deleted file]
src/lib/player.cc
src/lib/player.h
src/lib/player_caption.h
src/lib/playlist.cc
src/lib/reel_writer.cc
src/lib/reel_writer.h
src/lib/text_caption_file.cc [new file with mode: 0644]
src/lib/text_caption_file.h [new file with mode: 0644]
src/lib/text_caption_file_content.cc
src/lib/text_caption_file_decoder.cc
src/lib/text_caption_file_decoder.h
src/lib/text_content.cc [deleted file]
src/lib/text_content.h [deleted file]
src/lib/text_decoder.cc [deleted file]
src/lib/text_decoder.h [deleted file]
src/lib/types.cc
src/lib/types.h
src/lib/writer.cc
src/lib/writer.h
src/lib/wscript
src/tools/dcpomatic.cc
src/tools/dcpomatic_player.cc
src/wx/caption_panel.cc
src/wx/content_panel.cc
src/wx/dcp_panel.cc
src/wx/fonts_dialog.cc
src/wx/paste_dialog.cc
src/wx/paste_dialog.h
src/wx/player_information.cc
src/wx/subtitle_appearance_dialog.cc
src/wx/subtitle_view.cc
src/wx/subtitle_view.h
src/wx/timeline.cc
src/wx/timeline_text_content_view.cc
src/wx/timing_panel.cc
test/dcp_subtitle_test.cc
test/ffmpeg_encoder_test.cc
test/import_dcp_test.cc
test/player_test.cc
test/remake_id_test.cc
test/remake_with_subtitle_test.cc
test/srt_subtitle_test.cc
test/ssa_subtitle_test.cc
test/subtitle_charset_test.cc
test/subtitle_reel_number_test.cc
test/subtitle_trim_test.cc
test/vf_kdm_test.cc