Remove all use of stringstream in an attempt to fix
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Aug 2016 15:38:33 +0000 (16:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Aug 2016 08:13:51 +0000 (09:13 +0100)
commitb1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f
tree9968238c6c0511f044e6fcdb4abcc08b5eb28f27
parent4a0ae92e28d7d1f0dd648d1b620efc324fdef161
Remove all use of stringstream in an attempt to fix
the suspected thread-unsafe crash bugs on OS X.
55 files changed:
src/lib/analyse_audio_job.cc
src/lib/audio_filter_graph.cc
src/lib/cinema_kdms.cc
src/lib/compose.hpp
src/lib/content.cc
src/lib/dcp_content.cc
src/lib/dcpomatic_time.cc
src/lib/dcpomatic_time.h
src/lib/digester.cc
src/lib/emailer.cc
src/lib/encode_server.cc
src/lib/encoded_log_entry.cc
src/lib/encoder.cc
src/lib/environment_info.cc
src/lib/exceptions.cc
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_examiner.cc
src/lib/ffmpeg_subtitle_stream.h
src/lib/film.cc
src/lib/filter_graph.cc
src/lib/image_content.cc
src/lib/internet.cc
src/lib/job.cc
src/lib/json_server.cc
src/lib/json_server.h
src/lib/log.cc
src/lib/log_entry.cc
src/lib/string_log_entry.cc
src/lib/subtitle_content.cc
src/lib/transcode_job.cc
src/lib/update_checker.cc
src/lib/util.cc
src/lib/util.h
src/lib/video_content.cc
src/lib/video_content_scale.cc
src/lib/video_filter_graph.cc
src/lib/writer.cc
src/tools/dcpomatic.cc
src/tools/dcpomatic_kdm_cli.cc
src/tools/dcpomatic_server.cc
src/wx/colour_conversion_editor.cc
src/wx/dolby_doremi_certificate_panel.cc
src/wx/time_picker.cc
test/audio_analysis_test.cc
test/dcp_subtitle_test.cc
test/dcpomatic_time_test.cc
test/ffmpeg_examiner_test.cc
test/ffmpeg_pts_offset_test.cc
test/player_test.cc
test/reels_test.cc
test/test.cc
test/time_calculation_test.cc
test/util_test.cc
test/video_content_scale_test.cc