summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-09Bump versionv2.6.20Carl Hetherington
2016-02-09Fix non-use of LUFS stuff due to error in waf configuration stage.Carl Hetherington
2016-02-09Hopefully fix OS X build.Carl Hetherington
2016-02-09Updated es_ES translation from Manuel AC.Carl Hetherington
2016-02-09Small cleanup.Carl Hetherington
2016-02-09Fix crash when a frame being deinterleaved has fewer audio channelsCarl Hetherington
than its stream; I'm not sure why this happens but the file that triggered this commit was stereo AC3 and the crash happened when (embedded) subtitles were enabled and the file seek was seeked randomly. There were frame-sync errors from FFmpeg around the crash.
2016-02-08Don't try to copy non-existant wxstd.mo files.Carl Hetherington
2016-02-08Bump versionCarl Hetherington
2016-02-08Bump versionv2.6.19Carl Hetherington
2016-02-08Manual tweak.Carl Hetherington
2016-02-05Another try at fixing Arch build.Carl Hetherington
2016-02-05Attempt to fix build on Arch.Carl Hetherington
2016-02-05Supporter.Carl Hetherington
2016-02-05Bump libdcp.Carl Hetherington
2016-02-05Fix windows installer.Carl Hetherington
2016-02-05New cs_CZ translation from Tomáš Begeni.Carl Hetherington
2016-02-05Merge.Carl Hetherington
2016-02-04Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-02-04Fix some uninitialised stuff in the 'join' constructor of FFmpegContent.Carl Hetherington
2016-02-03Fix Win32 installer with new asdcplib arrangement.Carl Hetherington
2016-02-03Bump deps.Carl Hetherington
2016-02-03Search lib64 for .pc files.Carl Hetherington
2016-02-03Various build / dependency fixes.Carl Hetherington
2016-02-03Fix incorrect 2->3 python conversion.Carl Hetherington
2016-02-03Make cscript python2/3 compatible.Carl Hetherington
2016-02-03Remove duplicated note (also in DEVELOPMENT).Carl Hetherington
2016-02-03Try to fix static build.Carl Hetherington
2016-02-02Bump libdcp.Carl Hetherington
2016-02-02Fix warning.Carl Hetherington
2016-02-02Typo.Carl Hetherington
2016-02-02Supporter.Carl Hetherington
2016-02-02Various fixes to behaviour with repeated content (having the sameCarl Hetherington
text in the content list). Also remove check in setup() to see if the update needs to be done; I believe now that it will only be called when it *does* need to be done.
2016-02-02Bump versionCarl Hetherington
2016-02-02Bump versionv2.6.18Carl Hetherington
2016-02-02Add delete-key shortcut to remove content.Carl Hetherington
2016-02-01Allow removal of multiple pieces of content in one click.Carl Hetherington
2016-02-01Synchronise content list / timeline selection when the content list ↵Carl Hetherington
selection changes.
2016-02-01Move the preview to the start of a piece of contentCarl Hetherington
when selecting it. Suggested-by: Carsten Kurz
2016-02-01Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-02-01Updated test/data; bump metadata version.Carl Hetherington
2016-02-01Scale-to-fit-{width/height} should zero the 'other' crop values.Carl Hetherington
2016-02-01Remove unnecessary subtitle digest components.Carl Hetherington
2016-02-01Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-02-01Bump versionCarl Hetherington
2016-02-01Bump versionv2.6.17Carl Hetherington
2016-02-01Subtitle "to" times used to be stored against their "from" times.Carl Hetherington
Sadly an example shows that from times are not unique. This patch uses a hash of stuff from the first AVSubtitle as the key.
2016-01-31Fix set_position() causing a re-sort.Carl Hetherington
2016-01-30Add a PlaylistOrderChanged signal and emit it when the playlistCarl Hetherington
is sorted. Do playlist sorting when content position / length etc. changes. Handle sorts better when comparing content at the same position.
2016-01-29Nicer appearance when butting two content views up together.Carl Hetherington
2016-01-29White space.Carl Hetherington