summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-31Bump versionv2.11.32Carl Hetherington
2017-12-31Try again to fix Windows wxWidgets complain using compose to save all the ↵Carl Hetherington
mucking about.
2017-12-31Try to fix Windows build.Carl Hetherington
2017-12-31Try to fix wxWidgets debug alert on windows (#1153).Carl Hetherington
2017-12-31A couple of missing std_to_wx calls.Carl Hetherington
2017-12-31ChangeLog.Carl Hetherington
2017-12-31Add option to dump known DKDM CPL IDs.Carl Hetherington
2017-12-31Untested support for KDM creation from DKDM (#1132).Carl Hetherington
2017-12-31Separate from-film code out into a method.Carl Hetherington
2017-12-30Use optional<> more.Carl Hetherington
2017-12-30More refactoring.Carl Hetherington
2017-12-30Refactor slightly.Carl Hetherington
2017-12-30Try comparing images using RMS error metric.Carl Hetherington
2017-12-30Bump versionCarl Hetherington
2017-12-30Bump versionv2.11.31Carl Hetherington
2017-12-30Add new test.Carl Hetherington
2017-12-30Add missing factor to fix problems when padding in subsampled containers; ↵Carl Hetherington
should fix #1129.
2017-12-30Fix call to Image::compare; it returns false if images are identical.Carl Hetherington
This breaks alpha_blend_test for reasons that aren't yet clear.
2017-12-30Make horizontal_factor look the same as vertical_factor.Carl Hetherington
2017-12-29Add a test for #1129.Carl Hetherington
2017-12-29Comment typo.Carl Hetherington
2017-12-29Add basic memory-used stuff for butler and reduce minimum audioCarl Hetherington
readahead quite a bit. This in turn reduces the maximum butler memory usage as it will keep getting audio (and hence video) until the minimum audio readahead is hit.
2017-12-29Leak check on valgrind.Carl Hetherington
2017-12-29Reduce the maximum video readahead.Carl Hetherington
2017-12-29Fix sensitivity of stuff in KDM output panel.Carl Hetherington
2017-12-29Fix some tests now that start trims are forcibly aligned to video frames.Carl Hetherington
2017-12-29Do split buffers over reel boundaries correctly.Carl Hetherington
2017-12-29I don't think the audio parameter here should ever be 0.Carl Hetherington
2017-12-29Previously the code did not account for referenced audio, so farCarl Hetherington
as I can see. It decided which reel to write new audio to based on how many frames had been written to the current reel; this makes no sense for referred reels for which the player will emit no audio. This code looks at the audio timestamp instead.
2017-12-29Use 24fps for a test.Carl Hetherington
2017-12-27Add another failing reels test.Carl Hetherington
2017-12-19Bump versionCarl Hetherington
2017-12-19Bump versionv2.11.30Carl Hetherington
2017-12-18More build tweaks for arch.Carl Hetherington
2017-12-18Try to fix build failure with ImageMagick 7 on arch.Carl Hetherington
2017-12-17Add Close option to player.Carl Hetherington
2017-12-17Display decode resolution in the player.Carl Hetherington
2017-12-17Another libsub build fix.Carl Hetherington
2017-12-17Bump libsub for another build fix.Carl Hetherington
2017-12-17Bump libsub for python 3 build fix.Carl Hetherington
2017-12-17Bump libdcp for build fix.Carl Hetherington
2017-12-15Bump libdcp for KDM error improvement.Carl Hetherington
2017-12-14Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2017-12-14Mark .exr as a valid image file.Carl Hetherington
2017-12-13Bump versionCarl Hetherington
2017-12-13Bump versionv2.11.29Carl Hetherington
2017-12-13Setup SubtitleDecoder::_position correctly (in some cases).Carl Hetherington
2017-12-13Attempt to prevent a deadlock if audio is full and video empty (or vice versa).Carl Hetherington
2017-12-13Reset VideoDecoder::_position on seek.Carl Hetherington
2017-12-13Speculative fixes for hangs when audio stream cannot be opened.Carl Hetherington