summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-19Merge master.Carl Hetherington
2018-07-19Add type for text content (CCAP/subtitle).Carl Hetherington
2018-07-19More CCAP notes.Carl Hetherington
2018-07-19More design musings.Carl Hetherington
2018-07-19Rename Subtitle -> TextCarl Hetherington
sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc mv src/lib/subtitle_decoder.h src/lib/text_decoder.h mv src/lib/subtitle_content.cc src/lib/text_content.cc mv src/lib/subtitle_content.h src/lib/text_content.h mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc mv src/lib/text_subtitle_content.h src/lib/text_text_content.h mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h
2018-07-19CCAP doc tweaks.Carl Hetherington
2018-07-19Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-07-18Tidying up of scrolling in the matrix view.Carl Hetherington
2018-07-18Add new graphic.Carl Hetherington
2018-07-18Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-07-18Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-07-18Add some asserts.Carl Hetherington
2018-07-17Fix test.Carl Hetherington
2018-07-16Fix unit tests since sequencing after trim was added.Carl Hetherington
2018-07-16Fix previous.Carl Hetherington
2018-07-16Test output name tweaks.Carl Hetherington
2018-07-16Remove some warnings so that F28 doesn't fail to build due toCarl Hetherington
weird docker hang on writing to stderr.
2018-07-15Bump libdcp for test hang fix.Carl Hetherington
2018-07-14Assume .jpf is an image (JPEG2000).Carl Hetherington
2018-07-14Stop the build if we can't download the supporters' list.Carl Hetherington
2018-07-14Fix update check (#1338).Carl Hetherington
2018-07-09Try to fix Centos build.Carl Hetherington
2018-07-09Don't write multiple <LoadFont> tags to Interop subtitles (#1273).Carl Hetherington
2018-07-09ChangeLog typo.v2.13.35Carl Hetherington
2018-07-09Sequence content after trim changes (#1327). This gives me a slightCarl Hetherington
sense of unease but let's see how it goes.
2018-07-09Maintain frame-snap for position and trim when set_video_frame_rate is ↵Carl Hetherington
called (#1335).
2018-07-09Try to fix build on Fedora 28.Carl Hetherington
2018-07-09Try to fix OS X build.Carl Hetherington
2018-07-09Bump libsub for build fix.Carl Hetherington
2018-07-09Bump libdcp for new image subtitle code.Carl Hetherington
2018-07-08Write image subs to DCPs.Carl Hetherington
2018-07-08Fix build with shared_ptr dcp::Subtitle and subclasses.Carl Hetherington
2018-07-07Add export button for cinemas XML (#1319).Carl Hetherington
2018-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2018-07-07Fix (odd) crash.Carl Hetherington
2018-07-07Add an audio stream to ffmpeg files and support <Image> in ↵Carl Hetherington
hacks/make_dummy_files.
2018-07-06Missing wakeups of the writer thread when we are waiting for it do something.v2.13.34Carl Hetherington
2018-07-06Prevent an unnecessary config file write.Carl Hetherington
2018-07-06Fix could-not-load-film error when loading a project with a missing subtitle ↵Carl Hetherington
file.
2018-07-06Add advanced KDM options button containing switches for forensic marking.Carl Hetherington
2018-07-06Layout tweak.Carl Hetherington
2018-07-06Tweak layout and remove some code duplication.Carl Hetherington
2018-07-05Missing files for RPM builds.Carl Hetherington
2018-07-05Another OS X build tweak.v2.13.33Carl Hetherington
2018-07-05Try again to fix OS X build.Carl Hetherington
2018-07-05Try to fix OS X build.Carl Hetherington
2018-07-05ChangeLog.Carl Hetherington
2018-07-05Mention delay in timeline audio views.Carl Hetherington
2018-07-05Sort audio timeline views in order of DCP audio channel mappings (#1279).Carl Hetherington
2018-07-05Add audio gain to timeline content view.Carl Hetherington