Various stuff; mostly change to decoder scaling and adding subtitle; scaling test.
authorCarl Hetherington <cth@carlh.net>
Fri, 31 May 2013 13:19:50 +0000 (14:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 31 May 2013 13:19:50 +0000 (14:19 +0100)
commitf385ef03e5ea27519a31c0839447735a7fba0602
tree310902e785a95c2e3be1ba389f29cd7bd480f2a2
parentc13771610ef9a01cb29342bca82f9999f8b5ddbc
Various stuff; mostly change to decoder scaling and adding subtitle; scaling test.
51 files changed:
src/lib/ab_transcode_job.cc
src/lib/ab_transcoder.cc
src/lib/combiner.cc
src/lib/combiner.h
src/lib/config.cc
src/lib/config.h
src/lib/container.cc [deleted file]
src/lib/container.h [deleted file]
src/lib/dcp_video_frame.cc
src/lib/dcp_video_frame.h
src/lib/encoder.cc
src/lib/encoder.h
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_decoder.h
src/lib/film.cc
src/lib/film.h
src/lib/format.cc [deleted file]
src/lib/format.h [deleted file]
src/lib/image.cc
src/lib/image.h
src/lib/player.cc
src/lib/player.h
src/lib/ratio.cc [new file with mode: 0644]
src/lib/ratio.h [new file with mode: 0644]
src/lib/server.cc
src/lib/transcode_job.cc
src/lib/util.cc
src/lib/video_content.cc
src/lib/video_content.h
src/lib/video_decoder.cc
src/lib/video_sink.h
src/lib/video_source.cc
src/lib/video_source.h
src/lib/writer.cc
src/lib/wscript
src/tools/dcpomatic.cc
src/tools/dcpomatic_cli.cc
src/wx/config_dialog.cc
src/wx/film_editor.cc
src/wx/film_editor.h
src/wx/film_viewer.cc
src/wx/film_viewer.h
test/client_server_test.cc
test/container_test.cc [deleted file]
test/dcp_test.cc
test/film_metadata_test.cc
test/format_test.cc [deleted file]
test/make_black_test.cc
test/ratio_test.cc [new file with mode: 0644]
test/scaling_test.cc
test/test.cc