summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-21Bump libdcp for xmlns changes.v2.13.1Carl Hetherington
2018-03-21Update for new bits in libdcp verify.Carl Hetherington
2018-03-21Must tell RPM about new translation files.Carl Hetherington
2018-03-21Merge.Carl Hetherington
2018-03-21Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-03-21Fix for python 3.Carl Hetherington
2018-03-20.dmg tweaks from v2.12.x.Carl Hetherington
2018-03-20Missing libdcp prefix.Carl Hetherington
2018-03-20Typo in previous.Carl Hetherington
2018-03-20Fix build for newer libdcp.Carl Hetherington
2018-03-20Bump libdcp.Carl Hetherington
2018-03-19Support for ycmd.Carl Hetherington
2018-03-18Fix corrupted image (and probably crashes) when changing the player'sCarl Hetherington
window size; we request images of the new size with set_video_container_size but some old ones from the butler (I think) will arrive. Check that the images are the right size before we try to construct a wxBitmap with them. Should fix #1242.
2018-03-16KDM writing tweak from v2.12.x.Carl Hetherington
2018-03-16Another OS X signing-related fix.Carl Hetherington
2018-03-16Fixes for OS X signing.Carl Hetherington
2018-03-16Fix mageia dependency.Carl Hetherington
2018-03-15Missing files.Carl Hetherington
2018-03-14Better error when loading a non-certificate as a certificate; the chain is ↵Carl Hetherington
OK but empty.
2018-03-14Very basic DCP verification in the player (#1238).Carl Hetherington
2018-03-13Try to do versioning without two commits per version change.v2.13.0Carl Hetherington
2018-03-13Bump libdcp correctly.Carl Hetherington
2018-03-10Slightly experimental removal of completely incomplete Requires: line in rpm ↵Carl Hetherington
spec files; should fix Mageia build.
2018-03-10Take ISDCF metadata from templates.Carl Hetherington
2018-03-10Bump libsub.Carl Hetherington
2018-03-09Try to give up on making .dmg if we failed to sign the .app.Carl Hetherington
2018-03-09Check for signer chains containing UTF8-marked strings and offerCarl Hetherington
to fix them on startup (#1218).
2018-03-09Remove unnecessary include.Carl Hetherington
2018-03-07Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-03-07Bump libdcp.Carl Hetherington
2018-03-07Don't fake-write encrypted video frames as the asset ID is somehow (?)Carl Hetherington
embedded in the HMAC (#1232).
2018-03-07Fix up various confusions in test.Carl Hetherington
2018-03-07Add failing test to trigger #1126.Carl Hetherington
2018-03-06Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-03-06Adapt for changes to libdcp API.Carl Hetherington
2018-03-05Fix charset in new fi_FI files.Carl Hetherington
2018-03-05Add stub fi_FI.po files.Carl Hetherington
2018-03-05Fix OOM condition when seeking near to the end of long FFmpeg files (#1230).Carl Hetherington
2018-03-05Tidy up with some typedefs.Carl Hetherington
2018-03-05Ignore .flatpak-builder work directory.Carl Hetherington
2018-03-05First cut of flatpak manifest.Carl Hetherington
2018-03-02Fix corruption of subsampled images that are being placed into blackCarl Hetherington
frames at odd offsets, using the same approach that is used when cropping. Should fix #1227.
2018-03-01Add some write_metadata() calls; use ImageContent for still image.Carl Hetherington
2018-03-01Remove unused parameter.Carl Hetherington
2018-03-01Remove unused parameter; set audio frame size from the video/audio frame rates.Carl Hetherington
2018-03-01Remove some debug code.Carl Hetherington
2018-03-01Tidy up and add a couple more tests.Carl Hetherington
2018-03-01Avoid a memcpy in the export code.Carl Hetherington
2018-03-01Tweak naming and add more tests.Carl Hetherington
2018-02-28Fix thinko in last commit.Carl Hetherington