Basics of DCP subtitle import.
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Jul 2014 10:27:26 +0000 (11:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Jul 2014 10:27:26 +0000 (11:27 +0100)
commitbde76c3341775bd02da59932d285e14eade64ae0
tree7f0922faf1e64e74c029037afe8857c63f25e51a
parentc7b68d663ac3db10dcf2bfcc11009dce46f820dc
Basics of DCP subtitle import.
17 files changed:
src/lib/content_factory.cc
src/lib/dcp_content.cc
src/lib/dcp_content.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/player.cc
src/lib/subrip_content.cc
src/lib/subrip_content.h
src/lib/subrip_decoder.cc
src/lib/subtitle_content.cc
src/lib/subtitle_content.h
src/lib/wscript
src/wx/subtitle_panel.cc
src/wx/subtitle_view.cc
src/wx/subtitle_view.h