summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-18Package tr_TR files in RPMs to fix build.v2.13.23Carl Hetherington
2018-05-18Re-add erroneously removed virtual which slows down DCP export (and possibly ↵v2.13.22Carl Hetherington
decoding in general).
2018-05-17Fix charset of tr_TR translations.Carl Hetherington
2018-05-17Add empty tr_TR translations.Carl Hetherington
2018-05-16Add cancel button to player progress (#1294).Carl Hetherington
2018-05-15Fix crash on enabling telecine filter.v2.13.21Carl Hetherington
Apparently we have to pass frame_rate as a parameter when making the buffer source for the filter chain.
2018-05-15Fix failure to skip through more than one empty reel when looking for a reel ↵Carl Hetherington
to put subtitles in.
2018-05-15Escape & before sending it to pango, otherwise it won't render it.Carl Hetherington
2018-05-13Update to match new FFmpeg; fixes #1296.Carl Hetherington
2018-05-09Speculative attempt to disable sub-pixel anti-aliasing (i.e. ClearType) when ↵Carl Hetherington
rendering subtitles for preview or burn-in.
2018-05-08Try to fix run on Ubuntu 18.04 wrt libcurl3/4.v2.13.20Carl Hetherington
2018-05-08Add colour, effect and effect colour to ::identifier() to force remake of ↵Carl Hetherington
video when they change (#1290).
2018-05-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2018-05-02Restore libdcp/libsub versions to cscript.v2.13.19Carl Hetherington
2018-04-29Allow command-line configuration of config location (#1284).Carl Hetherington
2018-04-27FIx -Wreorder.Carl Hetherington
2018-04-27Add progress bar when loading a OV into the player.v2.13.18Carl Hetherington
2018-04-27Fix incorrect container size when loading a VF/OV combination into the player.Carl Hetherington
2018-04-27Fix crazy thinko in Rect::extend() causing subtitles to disappear when they ↵Carl Hetherington
were merged.
2018-04-27Fix windows build for FFmpeg ABI bump.Carl Hetherington
2018-04-26Bump ffmpeg again.v2.13.17Carl Hetherington
2018-04-26Remove unnecessary include.Carl Hetherington
2018-04-26Signal when streams change and rebuild player pieces when it happens.Carl Hetherington
2018-04-26Fix IDs in CPL menu.Carl Hetherington
2018-04-26More build fixes.Carl Hetherington
2018-04-26Try to fix build.Carl Hetherington
2018-04-25Fix thinko.Carl Hetherington
2018-04-25Fix for new FFmpeg.Carl Hetherington
2018-04-25Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-04-25Bump ffmpeg.Carl Hetherington
2018-04-25Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-04-25Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-04-22Add MOS tag in ISDCF names if there is no sound.v2.13.16Carl Hetherington
2018-04-22Allow + in DCP names for ISDCF RU rating strings.Carl Hetherington
2018-04-22Actually make that test work.Carl Hetherington
2018-04-22Add a new test.Carl Hetherington
2018-04-21Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-04-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-04-20Fix some bad fuzzy translations.Carl Hetherington
2018-04-20pot/merge.Carl Hetherington
2018-04-20Report errors from other parts of the VerifyDCPJob.Carl Hetherington
2018-04-19Fix crash on make-dcp after trimming end of text subtitles (#1275).Carl Hetherington
2018-04-19New test data for previous.Carl Hetherington
2018-04-19Add unit test to trigger #1275 and an assert to prevent the segfault.Carl Hetherington
2018-04-18Use round() when moving the slider - try to make it the same as trim so that ↵v2.13.15Carl Hetherington
there are no surprises.
2018-04-17Fix .gitignore.Carl Hetherington
2018-04-17Use round rather than ceil when putting positions and start trimsCarl Hetherington
onto frame boundaries. ceil() can creep upwards with rounding error, which I have seen happen over a save/load.
2018-04-17When seeking to the start of some content, take trim into accountCarl Hetherington
so that we don't have to run through the whole of the trimmed portion to get to the data we want.
2018-04-16Put project path in the audio dialog title bar.Carl Hetherington
2018-04-15about_dialog.cc doesn't always rebuild if supporters.cc changes;Carl Hetherington
hack around this. Also make supporters lists right for older versions.