Various bits mostly related to colour conversions.
authorCarl Hetherington <cth@carlh.net>
Sat, 17 Aug 2013 20:47:08 +0000 (21:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 17 Aug 2013 20:47:08 +0000 (21:47 +0100)
commit2499c41097f8410cb3016e095a85d68979485a7b
tree331a23489d3be42ede2861311a797792ba663805
parent89af81886eeee57861bc23984a0583bec76d536d
Various bits mostly related to colour conversions.
40 files changed:
platform/windows/installer.nsi.32.in
platform/windows/installer.nsi.64.in
src/lib/colour_conversion.cc
src/lib/colour_conversion.h
src/lib/config.cc
src/lib/config.h
src/lib/dcp_video_frame.cc
src/lib/dcp_video_frame.h
src/lib/encoder.cc
src/lib/encoder.h
src/lib/server.cc
src/lib/server.h
src/lib/video_content.cc
src/lib/video_content.h
src/tools/dcpomatic_cli.cc
src/wx/colour_conversion_dialog.cc [deleted file]
src/wx/colour_conversion_dialog.h [deleted file]
src/wx/colour_conversion_editor.cc [new file with mode: 0644]
src/wx/colour_conversion_editor.h [new file with mode: 0644]
src/wx/config_dialog.cc
src/wx/config_dialog.h
src/wx/content_colour_conversion_dialog.cc [new file with mode: 0644]
src/wx/content_colour_conversion_dialog.h [new file with mode: 0644]
src/wx/editable_list.h
src/wx/film_editor.cc
src/wx/filter_dialog.cc
src/wx/filter_dialog.h
src/wx/filter_editor.cc [new file with mode: 0644]
src/wx/filter_editor.h [new file with mode: 0644]
src/wx/filter_view.cc [deleted file]
src/wx/filter_view.h [deleted file]
src/wx/preset_colour_conversion_dialog.cc [new file with mode: 0644]
src/wx/preset_colour_conversion_dialog.h [new file with mode: 0644]
src/wx/server_dialog.cc
src/wx/server_dialog.h
src/wx/video_panel.cc
src/wx/video_panel.h
src/wx/wscript
test/client_server_test.cc
test/test.cc