Give a better reason for not referencing when there is a 2K/4K mismatch.
[dcpomatic.git] / ChangeLog
1 2018-10-14  Carl Hetherington  <cth@carlh.net>
2
3         * Give a better reason for not referring to DCPs
4         when there is a resolution mismatch.
5
6 2018-09-27  Carl Hetherington  <cth@carlh.net>
7
8         * Updated it_IT translation from Riccardo Mantani.
9
10 2018-09-14  Carl Hetherington  <cth@carlh.net>
11
12         * Very basic logging in player.
13
14         * Basic dual-screen mode for player.
15
16 2018-09-11  Carl Hetherington  <cth@carlh.net>
17
18         * Full-screen mode for player (#1329).
19
20 2018-09-10  Carl Hetherington  <cth@carlh.net>
21
22         * Basic export of multiple reels to multiple files.
23
24 2018-09-09  Carl Hetherington  <cth@carlh.net>
25
26         * Updated fr_FR translation from Thierry Journet.
27
28 2018-09-07  Carl Hetherington  <cth@carlh.net>
29
30         * Updated cs_CZ translation from Tomáš Begeni.
31
32 2018-09-03  Carl Hetherington  <cth@carlh.net>
33
34         * Updated nl_NL translation from Rob van Nieuwkerk.
35
36 2018-08-22  Carl Hetherington  <cth@carlh.net>
37
38         * Disable the whole interface during audio analysis (#1278).
39
40 2018-08-20  Carl Hetherington  <cth@carlh.net>
41
42         * Updated ru_RU and uk_UA translations from Igor Voytovich.
43
44 2018-08-16  Carl Hetherington  <cth@carlh.net>
45
46         * Add pause/resume to the batch converter (#1248).
47
48 2018-08-15  Carl Hetherington  <cth@carlh.net>
49
50         * Support download of Barco Alchemy, Christie and GDC certificates
51         from their FTP site.
52
53 2018-07-20  Carl Hetherington  <cth@carlh.net>
54
55         * Advanced configuration option to allow any container ratio.
56
57         * Support closed-caption creation (#725).
58
59 2018-07-19  Carl Hetherington  <cth@carlh.net>
60
61         * Updated fr_FR translation from Thierry Journet.
62
63 2018-07-18  Carl Hetherington  <cth@carlh.net>
64
65         * Updated de_DE translation from Carsten Kurz.
66
67 2018-07-09  Carl Hetherington  <cth@carlh.net>
68
69         * Maintain content sequence after trim (#1327).
70
71         * Keep video content position and trim on frame boundaries
72         even if the content's frame rate is forced to a new value (#1335).
73
74 2018-07-07  Carl Hetherington  <cth@carlh.net>
75
76         * Add export button for cinemas XML file (#1319).
77
78         * Give better errors when incorrect KDMs are used (#1326).
79
80 2018-07-06  Carl Hetherington  <cth@carlh.net>
81
82         * Add option to enable/disable KDM forensic marking.
83
84 2018-07-04  Carl Hetherington  <cth@carlh.net>
85
86         * Sort audio views in order of their first mapped DCP channel (#1279).
87
88         * Label audio content with its DCP channel mapping, gain and delay
89         in the timeline (#1279).
90
91         * Add scrolling and zoom to the timeline (#1279, #1320).
92
93 2018-07-01  Carl Hetherington  <cth@carlh.net>
94
95         * Updated nl_NL translation from Rob van Nieuwkerk.
96
97 2018-06-29  Carl Hetherington  <cth@carlh.net>
98
99         * Jump to selected subtitle when "jump to selecte content" is enabled (#1200).
100
101 2018-06-10  Carl Hetherington  <cth@carlh.net>
102
103         * Include Ls/Rs and Lfe in 5.1-to-stereo downmix in the player.
104
105 2018-06-09  Carl Hetherington  <cth@carlh.net>
106
107         * Fix bad parsing of ASS lines embedded into FFmpeg files
108         and containing commas.
109
110         * Add option to open a DCP in the player (#1312).
111
112 2018-06-08  Carl Hetherington  <cth@carlh.net>
113
114         * Add support for rotation and flipping of video sources,
115         and auto-detect when this is necessary (#966).
116
117 2018-06-05  Carl Hetherington  <cth@carlh.net>
118
119         * Don't allow the queue to get too big with repeat frames
120         otherwise there's a long delay at the end of the job
121         while they are written (#1317).
122
123 2018-06-04  Carl Hetherington  <cth@carlh.net>
124
125         * Updated nl_NL translation from Rob van Nieuwkerk.
126
127 2018-05-29  Carl Hetherington  <cth@carlh.net>
128
129         * Updated fr_FR translation from Thierry Journet.
130
131 2018-05-27  Carl Hetherington  <cth@carlh.net>
132
133         * Support notifications on jobs finishing (#1286).
134
135         * Updated it_IT translation from Felice D'Andrea.
136
137 2018-05-23  Carl Hetherington  <cth@carlh.net>
138
139         * Fix failure to load image files from non-ASCII paths.
140
141 2018-05-18  Carl Hetherington  <cth@carlh.net>
142
143         * Fix slow exports from DCP content (#1285).
144
145 2018-05-16  Carl Hetherington  <cth@carlh.net>
146
147         * Add cancel button to DCP verification progress dialogue (#1294).
148
149 2018-05-15  Carl Hetherington  <cth@carlh.net>
150
151         * Fix crash on enabling telecine filter.
152
153         * Fix incorrect subtitle positioning in a VF when there are more than
154         two consecutive reels with no subtitles.
155
156         * Fix missing burnt-in / previewed subtitles containing ampersands.
157
158 2018-05-08  Carl Hetherington  <cth@carlh.net>
159
160         * Look at subtitle colour and effect when deciding whether or not to
161         re-make video (should fix #1290).
162
163 2018-05-07  Carl Hetherington  <cth@carlh.net>
164
165         * Updated cs_CZ translation from Tomáš Begeni.
166
167 2018-04-29  Carl Hetherington  <cth@carlh.net>
168
169         * Add command-line option to specify directory containing config (#1284).
170
171 2018-04-27  Carl Hetherington  <cth@carlh.net>
172
173         * Fix incorrect container size when loading a OV/VF combination into the player.
174
175         * Fix obscured subtitles in some cases.
176
177 2018-04-25  Carl Hetherington  <cth@carlh.net>
178
179         * Updated fr_FR translation from Thierry Journet.
180
181         * Updated de_DE translation from Carsten Kurz.
182
183 2018-04-22  Carl Hetherington  <cth@carlh.net>
184
185         * Add missing MOS makrer in ISDCF names if there is no sound.
186
187 2018-04-21  Carl Hetherington  <cth@carlh.net>
188
189         * Updated nl_NL translation from Rob van Nieuwkerk.
190
191 2018-04-19  Carl Hetherington  <cth@carlh.net>
192
193         * Fix crash on making a DCP after trimming the end of some text-based subtitles (#1275).
194
195 2018-04-13  Carl Hetherington  <cth@carlh.net>
196
197         * Fix incorrect preview crop with DCP sources when the preview is smaller than half
198         of the DCP's resolution (#1274).
199
200         * Update encoding server list when one goes away (#1176).
201
202         * Add servers with bad server-link versions in the list (#982).
203
204 2018-04-12  Carl Hetherington  <cth@carlh.net>
205
206         * Prevent error when starting export without specifying a filename (#1260).
207
208 2018-04-11  Carl Hetherington  <cth@carlh.net>
209
210         * Fix 3D DCP handling in the player.
211
212 2018-04-10  Carl Hetherington  <cth@carlh.net>
213
214         * Fix disappearing subtitles when they are added from text files
215         alongside video content which also contain subtitles (#1271).
216
217 2018-04-06  Carl Hetherington  <cth@carlh.net>
218
219         * Fix missing start icon for the player in Linux.
220
221 2018-04-05  Carl Hetherington  <cth@carlh.net>
222
223         * Updated zh_CN translation from 刘汉源.
224
225         * Fix crash on startup if there are no audio devices (#1265).
226
227         * Fix non-working arrow keys / space in text fields (#1263).
228
229         * Fix assertion failures with 3D content in some cases.
230
231 2018-03-28  Carl Hetherington  <cth@carlh.net>
232
233         * Disable audio mapping control when analysing audio (#1250).
234
235 2018-03-27  Carl Hetherington  <cth@carlh.net>
236
237         * Use a label rather than a tooltip to tell users why they can't
238         refer to DCPs.
239
240 2018-03-26  Carl Hetherington  <cth@carlh.net>
241
242         * Add real-time mouse cursor readout in audio analysis (rest of #1082)
243
244         * Add time axis to audio analysis (part of #1082).
245
246         * Note: from this point in the ChangeLog release versions
247         are marked using git tags and not written to the ChangeLog.
248
249 2018-03-25  Carl Hetherington  <cth@carlh.net>
250
251         * Version 2.13.2 released.
252
253 2018-03-24  Carl Hetherington  <cth@carlh.net>
254
255         * Fix crash when changing DCP audio channel count (#1253).
256
257         * Fix update checker error when there is no test
258         version.
259
260         * Updated fr_FR translation from Thierry Journet.
261
262 2018-03-22  Carl Hetherington  <cth@carlh.net>
263
264         * Add space shortcut to start/stop playback, arrows to go
265         back/forward one frame and Ctrl-T to open timeline (#1201).
266
267 2018-03-22  Carl Hetherington  <cth@carlh.net>
268
269         * Allow CPL selection in player (#1239).
270
271         * Add hint about making a DCP with a very different frame rate
272         to the content.
273
274 2018-03-21  Carl Hetherington  <cth@carlh.net>
275
276         * Updated nl_NL translation from Rob van Nieuwkerk.
277
278 2018-03-19  Carl Hetherington  <cth@carlh.net>
279
280         * Version 2.11.78 released.
281
282 2018-03-16  Carl Hetherington  <cth@carlh.net>
283
284         * Version 2.11.77 released.
285
286 2018-03-16  Carl Hetherington  <cth@carlh.net>
287
288         * Version 2.11.76 released.
289
290         * Updated de_DE translation from Carsten Kurz.
291
292         * Version 2.12.1 released.
293
294 2018-03-22  Carl Hetherington  <cth@carlh.net>
295
296         * Version 2.12.0 released.
297
298 2018-03-22  Carl Hetherington  <cth@carlh.net>
299
300         * Version 2.11.79 released.
301
302 2018-03-21  Carl Hetherington  <cth@carlh.net>
303
304         * Updated nl_NL translation from Rob van Nieuwkerk.
305
306 2018-03-19  Carl Hetherington  <cth@carlh.net>
307
308         * Better error when loading a non-certificate as a certificate.
309
310         * Very basic DCP verification option in the player.
311
312 2018-03-07  Carl Hetherington  <cth@carlh.net>
313
314         * Fix bad DCPs when re-making in encrypted projects (#1232).
315
316 2018-03-02  Carl Hetherington  <cth@carlh.net>
317
318         * Fix bad Prores exports in some cases (#1227).
319
320 2018-02-27  Carl Hetherington  <cth@carlh.net>
321
322         * Add a hint about the stereo-to-5.1 upmixers being
323         `experimental'.
324
325 2018-02-25  Carl Hetherington  <cth@carlh.net>
326
327         * Updated es_ES translation from Manuel AC.
328
329         * Handle errors in subtitle XML better (#1209).
330
331 2018-02-24  Carl Hetherington  <cth@carlh.net>
332
333         * Updated fr_FR translation from Thierry Journet.
334
335 2018-02-12  Carl Hetherington  <cth@carlh.net>
336
337         * Version 2.11.55 released.
338
339 2018-02-10  Carl Hetherington  <cth@carlh.net>
340
341         * Version 2.11.54 released.
342
343 2018-02-10  Carl Hetherington  <cth@carlh.net>
344
345         * Use a different way of getting frame rate from video content; may
346         fix #1030.
347
348         * Version 2.11.53 released.
349
350 2018-02-09  Carl Hetherington  <cth@carlh.net>
351
352         * Always pre-roll when seeking in DCPs (#1085).
353
354         * Version 2.11.52 released.
355
356 2018-02-09  Carl Hetherington  <cth@carlh.net>
357
358         * Updated ru_RU translation from Igor Voytovich.
359
360 2018-02-08  Carl Hetherington  <cth@carlh.net>
361
362         * Version 2.11.51 released.
363
364 2018-02-08  Carl Hetherington  <cth@carlh.net>
365
366         * Fix crash on adding content to a project created from a template
367         in some cases (#1192).
368
369 2018-02-07  Carl Hetherington  <cth@carlh.net>
370
371         * Version 2.11.50 released.
372
373 2018-02-06  Carl Hetherington  <cth@carlh.net>
374
375         * Fix problems with text subtitle files containing OS X line-endings.
376
377         * Version 2.11.49 released.
378
379 2018-02-05  Carl Hetherington  <cth@carlh.net>
380
381         * Version 2.11.48 released.
382
383 2018-02-04  Carl Hetherington  <cth@carlh.net>
384
385         * Allow main DCP-o-matic and batch converter to run on the same
386         machine and both get access to encoding servers (#1190).
387
388 2018-02-03  Carl Hetherington  <cth@carlh.net>
389
390         * Updated de_DE translation from Carsten Kurz.
391
392 2018-02-02  Carl Hetherington  <cth@carlh.net>
393
394         * Updated de_DE translation from Carsten Kurz.
395
396 2018-02-01  Carl Hetherington  <cth@carlh.net>
397
398         * Don't try to use video streams for which we have no codec (#1184).
399
400         * Updated sv_SE translation from Adam Klotblixt.
401
402         * Updated nl_NL translation from Rob van Nieuwkerk.
403
404         * Version 2.11.47 released.
405
406 2018-01-31  Carl Hetherington  <cth@carlh.net>
407
408         * Disable things that cannot be altered when video/audio are being
409         referenced from another DCP (#1173).
410
411         * Version 2.11.46 released.
412
413 2018-01-30  Carl Hetherington  <cth@carlh.net>
414
415         * Version 2.11.45 released.
416
417 2018-01-18  Carl Hetherington  <cth@carlh.net>
418
419         * Version 2.11.44 released.
420
421 2018-01-17  Carl Hetherington  <cth@carlh.net>
422
423         * Updated nl_NL translation from Rob van Nieuwkerk.
424
425         * Version 2.11.43 released.
426
427 2018-01-17  Carl Hetherington  <cth@carlh.net>
428
429         * Add some more DCP information to the player (#1170).
430
431         * Add recent files list to player (#1171).
432
433 2018-01-16  Carl Hetherington  <cth@carlh.net>
434
435         * Allow configuration of default value of upload-to-TMS button.
436
437 2018-01-15  Carl Hetherington  <cth@carlh.net>
438
439         * Updated cs_CZ translation from Tomáš Begeni.
440
441         * Updated pt_BR translation from Max Fuhlendorf.
442
443         * Version 2.11.42 released.
444
445 2018-01-14  Carl Hetherington  <cth@carlh.net>
446
447         * Updated nl_NL translation from Rob van Nieuwkerk.
448
449         * Updated de_DE translation from Carsten Kurz.
450
451         * Version 2.11.41 released.
452
453 2018-01-13  Carl Hetherington  <cth@carlh.net>
454
455         * Allow specification of whether subtitle appearance settings
456         will be forced to override the settings of the content.
457
458 2018-01-12  Carl Hetherington  <cth@carlh.net>
459
460         * Fix crash when loading an incorrect KDM into the player (#1167).
461
462         * Desensitize appropriate player menu options when there
463         is no loaded DCP (#1167).
464
465 2018-01-11  Carl Hetherington  <cth@carlh.net>
466
467         * Updated nl_NL translation from Rob van Nieuwkerk.
468
469 2018-01-10  Carl Hetherington  <cth@carlh.net>
470
471         * Version 2.11.40 released.
472
473 2018-01-09  Carl Hetherington  <cth@carlh.net>
474
475         * Version 2.11.39 released.
476
477 2018-01-09  Carl Hetherington  <cth@carlh.net>
478
479         * Fix appearance controls for subtitles from DCP files (#1162).
480
481 2018-01-08  Carl Hetherington  <cth@carlh.net>
482
483         * When doing jump-to-selected, jump to the first subtitle
484         in any text subtitle content (#1160).
485
486 2018-01-07  Carl Hetherington  <cth@carlh.net>
487
488         * Updated nl_NL translation from Rob van Nieuwkerk.
489
490         * Version 2.11.38 released.
491
492 2018-01-07  Carl Hetherington  <cth@carlh.net>
493
494         * Make certificate re-creation cancellable and default nags
495         to not going away (#1158).
496
497 2018-01-06  Carl Hetherington  <cth@carlh.net>
498
499         * Check that we can decrypt a DKDM when it is loaded into
500         the KDM creator (#1011).
501
502         * Fix crash in some cases when an incorrect KDM has been
503         added to a DCP (#1000).
504
505         * Updated de_DE translation from Carsten Kurz.
506
507         * Fix playhead wandering on some operations (#1112).
508
509         * Simplify user interface for managing keys.
510
511         * Version 2.11.37 released.
512
513 2018-01-06  Carl Hetherington  <cth@carlh.net>
514
515         * Add version number to encode server welcome message (#1157).
516
517         * Updated nl_NL translation from Rob van Nieuwkerk.
518
519 2018-01-05  Carl Hetherington  <cth@carlh.net>
520
521         * Add copy and paste for settings (#1051).
522
523         * Fix hanging subtitles in some cases (#1101).
524
525         * Version 2.11.36 released.
526
527 2018-01-04  Carl Hetherington  <cth@carlh.net>
528
529         * Put up a token (unspecific) progress bar during import
530         of image folders (#987).
531
532         * Apply filters to preview immediateley (#1019).
533
534         * Set up a default KDM write mode and preselect the last used
535         one when re-opening the KDM window (#1137).
536
537 2018-01-03  Carl Hetherington  <cth@carlh.net>
538
539         * Version 2.11.35 released.
540
541 2018-01-02  Carl Hetherington  <cth@carlh.net>
542
543         * Add rewind-to-zero button to player.
544
545         * Go back to zero when loading a new DCP into the player (#1152).
546
547         * Fix generated ISDCF name with full-frame content (#1118).
548
549         * Fix downloading of certificates on Windows (#1124).
550
551         * Version 2.11.34 released.
552
553 2017-12-31  Carl Hetherington  <cth@carlh.net>
554
555         * Version 2.11.33 released.
556
557 2017-12-31  Carl Hetherington  <cth@carlh.net>
558
559         * Version 2.11.32 released.
560
561 2017-12-31  Carl Hetherington  <cth@carlh.net>
562
563         * Allow CLI KDM generator to make KDMs from DKDMs (#1132).
564
565 2017-12-30  Carl Hetherington  <cth@carlh.net>
566
567         * Version 2.11.31 released.
568
569 2017-12-19  Carl Hetherington  <cth@carlh.net>
570
571         * Version 2.11.30 released.
572
573 2017-12-17  Carl Hetherington  <cth@carlh.net>
574
575         * Add Close option to player.
576
577         * Display decode resolution in the player.
578
579 2017-12-13  Carl Hetherington  <cth@carlh.net>
580
581         * Version 2.11.29 released.
582
583 2017-12-13  Carl Hetherington  <cth@carlh.net>
584
585         * Version 2.11.28 released.
586
587 2017-11-08  Carl Hetherington  <cth@carlh.net>
588
589         * Updated nl_NL translation from Rob van Nieuwkerk.
590
591         * Updated fr_FR translation from Thierry Journet.
592
593 2017-10-18  Carl Hetherington  <cth@carlh.net>
594
595         * Version 2.11.27 released.
596
597 2017-10-13  Carl Hetherington  <cth@carlh.net>
598
599         * Colour axis labels in the audio plot (#835).
600
601 2017-10-09  Carl Hetherington  <cth@carlh.net>
602
603         * Version 2.11.26 released.
604
605 2017-10-09  Carl Hetherington  <cth@carlh.net>
606
607         * Version 2.11.25 released.
608
609 2017-10-09  Carl Hetherington  <cth@carlh.net>
610
611         * Updated cs_CZ translation from Tomáš Begeni.
612
613 2017-10-05  Carl Hetherington  <cth@carlh.net>
614
615         * Add config option to control writer's
616         maximum_frames_in_memory.
617
618 2017-10-04  Carl Hetherington  <cth@carlh.net>
619
620         * Updated da_DK translation from Anders Uhl Pedersen.
621
622 2017-10-01  Carl Hetherington  <cth@carlh.net>
623
624         * Version 2.11.24 released.
625
626 2017-09-30  Carl Hetherington  <cth@carlh.net>
627
628         * Version 2.11.23 released.
629
630 2017-09-20  Carl Hetherington  <cth@carlh.net>
631
632         * Updated de_DE translation from Carsten Kurz.
633
634 2017-09-03  Carl Hetherington  <cth@carlh.net>
635
636         * Make Cmd+W work on OS X (#934).
637
638 2017-09-02  Carl Hetherington  <cth@carlh.net>
639
640         * Remember the last directory used when opening DCPs in the player (#1121).
641
642         * Build with a version of libopenjpeg derived from 2.2.0.
643
644 2017-09-01  Carl Hetherington  <cth@carlh.net>
645
646         * Version 2.11.22 released.
647
648 2017-09-01  Carl Hetherington  <cth@carlh.net>
649
650         * Fix corruption of an existing DCP when a new one is made with the same video
651         asset (#1126).
652
653 2017-08-31  Carl Hetherington  <cth@carlh.net>
654
655         * Version 2.11.21 released.
656
657 2017-08-31  Carl Hetherington  <cth@carlh.net>
658
659         * Version 2.11.20 released.
660
661 2017-08-31  Carl Hetherington  <cth@carlh.net>
662
663         * Fix erroneous re-use of video files after turning off burnt subtitles (#1113).
664
665 2017-08-30  Carl Hetherington  <cth@carlh.net>
666
667         * Updated es_ES translation from Manuel AC.
668
669 2017-08-27  Carl Hetherington  <cth@carlh.net>
670
671         * Fix incorrect ISDCF name in some cases (#1118).
672
673 2017-08-26  Carl Hetherington  <cth@carlh.net>
674
675         * Stop the player looking for encode servers (#1119).
676
677 2017-08-21  Carl Hetherington  <cth@carlh.net>
678
679         * Version 2.11.19 released.
680
681 2017-08-20  Carl Hetherington  <cth@carlh.net>
682
683         * Add VF/OV and KDM support to player.
684
685 2017-08-19  Carl Hetherington  <cth@carlh.net>
686
687         * Deal with newly-invalid configured default container ratios
688         gracefully.
689
690 2017-08-18  Carl Hetherington  <cth@carlh.net>
691
692         * Version 2.11.18 released.
693
694 2017-08-16  Carl Hetherington  <cth@carlh.net>
695
696         * Updated nl_NL translation from Rob van Nieuwkerk.
697
698         * Updated fr_FR translation from Thierry Journet.
699
700 2017-08-15  Carl Hetherington  <cth@carlh.net>
701
702         * Version 2.11.17 released.
703
704 2017-08-10  Carl Hetherington  <cth@carlh.net>
705
706         * Updated pl_PL translation from Mike Mazur.
707
708 2017-07-28  Carl Hetherington  <cth@carlh.net>
709
710         * Version 2.11.16 released.
711
712 2017-07-28  Carl Hetherington  <cth@carlh.net>
713
714         * Support a few more SSA style tags.
715
716         * Updated de_DE translation from Carsten Kurz.
717
718         * Version 2.11.15 released.
719
720 2017-07-27  Carl Hetherington  <cth@carlh.net>
721
722         * Add option to specify a list of servers in the CLI version (#1104).
723
724 2017-07-26  Carl Hetherington  <cth@carlh.net>
725
726         * Multi-threaded decode of DCP when previewing.
727
728 2017-07-25  Carl Hetherington  <cth@carlh.net>
729
730         * Configurable config.xml location (#780, #1100).
731
732 2017-07-24  Carl Hetherington  <cth@carlh.net>
733
734         * Update ISDCF name when DCP frame rate changes (#1102).
735
736         * Updated zh_CN translation from 刘汉源.
737
738 2017-07-18  Carl Hetherington  <cth@carlh.net>
739
740         * Version 2.11.14 released.
741
742 2017-07-18  Carl Hetherington  <cth@carlh.net>
743
744         * Version 2.11.13 released.
745
746 2017-07-11  Carl Hetherington  <cth@carlh.net>
747
748         * Version 2.11.12 released.
749
750 2017-07-04  Carl Hetherington  <cth@carlh.net>
751
752         * Tentative fix for incorrect colours with logarithmic DPX sources.
753
754 2017-07-02  Carl Hetherington  <cth@carlh.net>
755
756         * Updated fr_FR translation from Thierry Journet.
757
758         * Updated nl_NL translation from Rob van Nieuwkerk.
759
760 2017-06-18  Carl Hetherington  <cth@carlh.net>
761
762         * Version 2.11.11 released.
763
764 2017-06-14  Carl Hetherington  <cth@carlh.net>
765
766         * Updated nl_NL translation from Rob van Nieuwkerk.
767
768         * Updated fr_FR translation from Thierry Journet.
769
770 2017-06-08  Carl Hetherington  <cth@carlh.net>
771
772         * Add size and audio/subtitle languages to cover sheet (#1081).
773
774         * Updated de_DE translation from Carsten Kurz.
775
776 2017-06-05  Carl Hetherington  <cth@carlh.net>
777
778         * Version 2.11.10 released.
779
780 2017-05-31  Carl Hetherington  <cth@carlh.net>
781
782         * Version 2.11.9 released.
783
784 2017-05-31  Carl Hetherington  <cth@carlh.net>
785
786         * Speed up generation of 3D DCPs from still images.
787
788 2017-05-26  Carl Hetherington  <cth@carlh.net>
789
790         * Version 2.11.8 released.
791
792 2017-05-26  Carl Hetherington  <cth@carlh.net>
793
794         * Updated nl_NL translation from Rob van Nieuwkerk.
795
796 2017-05-24  Carl Hetherington  <cth@carlh.net>
797
798         * Arrange DKDMs in folders in the UI (#1012).
799
800         * Version 2.11.7 released.
801
802 2017-05-23  Carl Hetherington  <cth@carlh.net>
803
804         * Version 2.11.6 released.
805
806 2017-05-16  Carl Hetherington  <cth@carlh.net>
807
808         * Version 2.11.5 released.
809
810 2017-05-15  Carl Hetherington  <cth@carlh.net>
811
812         * Updated nl_NL translation from Rob van Nieuwkerk.
813
814         * Updated ru_RU translation from Igor Voytovich.
815
816         * Updated nl_NL translation from Rob van Nieuwkerk.
817
818 2017-05-13  Carl Hetherington  <cth@carlh.net>
819
820         * Version 2.11.4 released.
821
822 2017-05-13  Carl Hetherington  <cth@carlh.net>
823
824         * Start off video content using the colour conversion
825         from their header, if present (#993).
826
827 2017-05-12  Carl Hetherington  <cth@carlh.net>
828
829         * Add option for default scale-to (#664).
830
831 2017-05-11  Carl Hetherington  <cth@carlh.net>
832
833         * Updated cs_CZ translation from Tomáš Begeni.
834
835         * Add basic export option (#1070).
836
837 2017-05-09  Carl Hetherington  <cth@carlh.net>
838
839         * Basic save-as (duplicate) feature (#746).
840
841         * Write a simple cover sheet when making a DCP (#1039).
842
843 2017-05-08  Carl Hetherington  <cth@carlh.net>
844
845         * Show multiple tracks in the timeline if there are overlapping subtitles (#941).
846
847         * Various fixes to films with areas of no video content.
848
849 2017-05-05  Carl Hetherington  <cth@carlh.net>
850
851         * Warn user if they try to send KDM emails without a configured mail server (#1046).
852
853 2017-05-04  Carl Hetherington  <cth@carlh.net>
854
855         * Nag users to backup config.xml if they make a DKDM.
856
857 2017-05-03  Carl Hetherington  <cth@carlh.net>
858
859         * Version 2.11.3 released.
860
861 2017-05-02  Carl Hetherington  <cth@carlh.net>
862
863         * Version 2.11.2 released.
864
865 2017-05-02  Carl Hetherington  <cth@carlh.net>
866
867         * Version 2.11.1 released.
868
869 2017-04-30  Carl Hetherington  <cth@carlh.net>
870
871         * Try to improve hints when making a DCP which is not 24 or 48fps.
872
873 2017-04-27  Carl Hetherington  <cth@carlh.net>
874
875         * Updated nl_NL translation from Rob van Nieuwkerk.
876
877         * Stop master and server instances fighting over ports, allowing them to coexist (#962).
878
879 2017-04-26  Carl Hetherington  <cth@carlh.net>
880
881         * Make a copy of the configuration, if it fails to load, before making new defaults.
882
883 2017-04-07  Carl Hetherington  <cth@carlh.net>
884
885         * Make jump-to-content-start on selection in the content list
886         optional.
887
888 2017-04-03  Carl Hetherington  <cth@carlh.net>
889
890         * Confirm overwrite of existing DCPs when making a new one.
891
892 2017-03-07  Carl Hetherington  <cth@carlh.net>
893
894         * Handle failure to write to cinemas file more nicely.
895
896 2017-03-03  Carl Hetherington  <cth@carlh.net>
897
898         * Add option to write KDMs to separate folders
899         or ZIP files.
900
901 2017-02-28  Carl Hetherington  <cth@carlh.net>
902
903         * Updated de_DE translation from Carsten Kurz.
904
905 2017-02-27  Carl Hetherington  <cth@carlh.net>
906
907         * Updated zh_CN translation from 刘汉源.
908
909 2017-02-20  Carl Hetherington  <cth@carlh.net>
910
911         * Add "Add DCP" button to the content panel.
912
913 2017-02-18  Carl Hetherington  <cth@carlh.net>
914
915         * Updated fr_FR translation from Thierry Journet.
916
917 2017-02-15  Carl Hetherington  <cth@carlh.net>
918
919         * Updated nl_NL translation from Rob van Nieuwkerk.
920
921 2017-02-14  Carl Hetherington  <cth@carlh.net>
922
923         * Updated de_DE translation from Carsten Kurz.
924
925 2017-02-13  Carl Hetherington  <cth@carlh.net>
926
927         * Version 2.10.9 released.
928
929 2017-02-13  Carl Hetherington  <cth@carlh.net>
930
931         * Version 2.10.8 released.
932
933 2017-02-12  Carl Hetherington  <cth@carlh.net>
934
935         * Use CPL's annotation text for ASSETMAP and PKL (#1048).
936
937         * Fix missing keys in VF KDMs (#975).
938
939 2017-02-10  Carl Hetherington  <cth@carlh.net>
940
941         * Version 2.10.7 released.
942
943 2017-02-06  Carl Hetherington  <cth@carlh.net>
944
945         * Fix display of progress meter (and crash) when sending emails
946         from the KDM creator (#1045).
947
948 2017-01-28  Carl Hetherington  <cth@carlh.net>
949
950         * Add priority control buttons to batch converter (#961).
951
952 2017-01-18  Carl Hetherington  <cth@carlh.net>
953
954         * Updated uk_UA translation from Igor Voytovich.
955
956         * Updated ru_RU translation from Igor Voytovich.
957
958 2017-01-10  Carl Hetherington  <cth@carlh.net>
959
960         * Version 2.10.6 released.
961
962 2017-01-04  Carl Hetherington  <cth@carlh.net>
963
964         * Fix non frame-aligned trims when using the to-playhead
965         buttons.
966
967 2016-12-25  Carl Hetherington  <cth@carlh.net>
968
969         * Updated fr_FR translation from Thierry Journet.
970
971 2016-12-21  Carl Hetherington  <cth@carlh.net>
972
973         * Add approximate finish time to progress on jobs (#927).
974
975         * Version 2.10.5 released.
976
977 2016-12-21  Carl Hetherington  <cth@carlh.net>
978
979         * Make "Add folder..." to accept a directory of WAV files (#942).
980
981 2016-12-19  Carl Hetherington  <cth@carlh.net>
982
983         * Updated zh_CN translation from Rov (若文).
984
985         * Updated nl_NL translation from Rob van Nieuwkerk.
986
987 2016-12-16  Carl Hetherington  <cth@carlh.net>
988
989         * Fix crash on opening properties dialogue (#1033).
990
991         * Confirm overwrite of KDMs (#1008).
992
993         * Add preference for default KDM target directory (#1013).
994
995         * Fix failure to write referenced DCPs when they have non-zero
996         entry points (#1021).
997
998 2016-12-14  Carl Hetherington  <cth@carlh.net>
999
1000         * Version 2.10.4 released.
1001
1002 2016-12-14  Carl Hetherington  <cth@carlh.net>
1003
1004         * Updated zh_CN translation from 刘汉源.
1005
1006         * Add tentative support for the S-Gamut3/S-Log3 colourspace.
1007
1008         * Updated cs_CZ translation from Tomáš Begeni.
1009
1010 2016-12-11  Carl Hetherington  <cth@carlh.net>
1011
1012         * Version 2.10.3 released.
1013
1014 2016-11-26  Carl Hetherington  <cth@carlh.net>
1015
1016         * Speed up preview of exisiting DCPs when the preview size
1017         is less than half the full DCP size (#986).
1018
1019 2016-11-25  Carl Hetherington  <cth@carlh.net>
1020
1021         * Allow multi-edit of content timing details (#1010).
1022
1023 2016-11-23  Carl Hetherington  <cth@carlh.net>
1024
1025         * Fix crash on pressing enter in a crop control on Windows (#1009).
1026
1027 2016-11-17  Carl Hetherington  <cth@carlh.net>
1028
1029         * Prevent duplicate screen names within a cinema (#1007).
1030
1031 2016-11-16  Carl Hetherington  <cth@carlh.net>
1032
1033         * Version 2.10.1 released.
1034
1035 2016-11-16  Carl Hetherington  <cth@carlh.net>
1036
1037         * Fix various crahes in films with missing DCP content.
1038
1039 2016-11-15  Carl Hetherington  <cth@carlh.net>
1040
1041         * Fix error on using the CPL selection menu on OS X.
1042
1043         * Version 2.10.0 released.
1044
1045 2016-11-14  Carl Hetherington  <cth@carlh.net>
1046
1047         * Version 2.9.41 released.
1048
1049 2016-11-14  Carl Hetherington  <cth@carlh.net>
1050
1051         * Updated fr_FR translation from Thierry Journet.
1052
1053 2016-11-12  Carl Hetherington  <cth@carlh.net>
1054
1055         * Version 2.9.40 released.
1056
1057 2016-11-10  Carl Hetherington  <cth@carlh.net>
1058
1059         * Version 2.9.39 released.
1060
1061 2016-11-08  Carl Hetherington  <cth@carlh.net>
1062
1063         * Fix subtitle rendering when size and colour changes
1064         word-by-word or character-by-character.  Fix some cut-off
1065         subtitles.
1066
1067 2016-11-07  Carl Hetherington  <cth@carlh.net>
1068
1069         * Updated da_DK translation from Anders Uhl Pedersen.
1070
1071 2016-10-31  Carl Hetherington  <cth@carlh.net>
1072
1073         * Fix failure to resume encodes when using encryption (#980).
1074
1075 2016-10-29  Carl Hetherington  <cth@carlh.net>
1076
1077         * Updated de_DE translation from Carsten Kurz.
1078
1079 2016-10-28  Carl Hetherington  <cth@carlh.net>
1080
1081         * Updated it_IT translation from Fabio "Zak" Belli.
1082
1083 2016-10-26  Carl Hetherington  <cth@carlh.net>
1084
1085         * Updated es_ES translation from Manuel AC.
1086
1087         * Updated sv_SE translation from Adam Klotblixt.
1088
1089 2016-10-25  Carl Hetherington  <cth@carlh.net>
1090
1091         * Updated nl_NL translation from Rob van Nieuwkerk.
1092
1093 2016-10-24  Carl Hetherington  <cth@carlh.net>
1094
1095         * Version 2.9.38 released.
1096
1097 2016-10-24  Carl Hetherington  <cth@carlh.net>
1098
1099         * Fix more problems with 3D alternate-frame
1100         sources.
1101
1102         * Allow creation of >60fps 3D DCPs.
1103
1104         * Fix over-fussy parsing of times from subtitles
1105         files in some cases.
1106
1107         * Fix repeated subtitles in some cases.
1108
1109 2016-10-19  Carl Hetherington  <cth@carlh.net>
1110
1111         * Version 2.9.37 released.
1112
1113 2016-10-19  Carl Hetherington  <cth@carlh.net>
1114
1115         * Fix various problems with 3D DCP creation
1116         from 3D DCP and 3D-alternate-frame sources.
1117
1118 2016-10-18  Carl Hetherington  <cth@carlh.net>
1119
1120         * Updated de_DE translation from Carsten Kurz.
1121
1122 2016-10-17  Carl Hetherington  <cth@carlh.net>
1123
1124         * Version 2.9.36 released.
1125
1126 2016-10-17  Carl Hetherington  <cth@carlh.net>
1127
1128         * Bump libdcp for fix to corrupted audio analyses
1129         under some locales (#974).
1130
1131 2016-10-15  Carl Hetherington  <cth@carlh.net>
1132
1133         * Version 2.9.35 released.
1134
1135 2016-10-14  Carl Hetherington  <cth@carlh.net>
1136
1137         * Version 2.9.34 released.
1138
1139 2016-10-12  Carl Hetherington  <cth@carlh.net>
1140
1141         * Version 2.9.33 released.
1142
1143 2016-10-10  Carl Hetherington  <cth@carlh.net>
1144
1145         * Version 2.9.32 released.
1146
1147 2016-10-10  Carl Hetherington  <cth@carlh.net>
1148
1149         * Fix incorrect import of multi-reel DCPs with subtitles.
1150
1151 2016-10-09  Carl Hetherington  <cth@carlh.net>
1152
1153         * Version 2.9.31 released.
1154
1155 2016-10-08  Carl Hetherington  <cth@carlh.net>
1156
1157         * Fix overlapping burnt-in subtitles in some cases (#959).
1158
1159 2016-10-07  Carl Hetherington  <cth@carlh.net>
1160
1161         * Fix XML subtitle output in some cases.
1162
1163 2016-10-06  Carl Hetherington  <cth@carlh.net>
1164
1165         * Allow selection of CPL in multi-CPL DCPs (#733).
1166
1167 2016-10-05  Carl Hetherington  <cth@carlh.net>
1168
1169         * Updated fr_FR translation from Thierry Journet.
1170
1171 2016-10-04  Carl Hetherington  <cth@carlh.net>
1172
1173         * Fix error when examining files with embedded subtitles in some cases (#969).
1174
1175 2016-10-04  Carl Hetherington  <cth@carlh.net>
1176
1177         * Version 2.9.30 released.
1178
1179 2016-10-03  Carl Hetherington  <cth@carlh.net>
1180
1181         * Fix crash on make DCP if there are old audio analysis files.
1182
1183         * Updated zh_CN translation from 刘汉源.
1184
1185 2016-10-03  Carl Hetherington  <cth@carlh.net>
1186
1187         * Version 2.9.29 released.
1188
1189 2016-10-03  Carl Hetherington  <cth@carlh.net>
1190
1191         * Updated nl_NL translation from Rob van Nieuwkerk.
1192
1193         * Version 2.9.28 released.
1194
1195 2016-09-30  Carl Hetherington  <cth@carlh.net>
1196
1197         * Order jobs from first-to-execute to last in the batch converter.
1198
1199 2016-09-28  Carl Hetherington  <cth@carlh.net>
1200
1201         * Fix crash on "report a problem" in the KDM creator.
1202
1203 2016-09-27  Carl Hetherington  <cth@carlh.net>
1204
1205         * Updated ru_RU translation from Igor Voytovich.
1206
1207 2016-09-26  Carl Hetherington  <cth@carlh.net>
1208
1209         * Disallow refer-to-DCP if the video frame size is different to that in the project (#963).
1210
1211         * Fix multi-select in the timeline (#954).
1212
1213         * Add option to Windows installer to add desktop shortcuts (#965).
1214
1215         * Updated zh_CN translation from 刘汉源.
1216
1217 2016-09-26  Carl Hetherington  <cth@carlh.net>
1218
1219         * Don't re-use J2K data if it's the wrong size (#964).
1220
1221 2016-09-23  Carl Hetherington  <cth@carlh.net>
1222
1223         * Version 2.9.27 released.
1224
1225 2016-09-22  Carl Hetherington  <cth@carlh.net>
1226
1227         * Version 2.9.26 released.
1228
1229 2016-09-21  Carl Hetherington  <cth@carlh.net>
1230
1231         * Add confirm dialogue for job cancellation.
1232
1233         * Version 2.9.25 released.
1234
1235 2016-09-21  Carl Hetherington  <cth@carlh.net>
1236
1237         * Version 2.9.24 released.
1238
1239 2016-09-21  Carl Hetherington  <cth@carlh.net>
1240
1241         * Fix trimming of OV DCPs that are referred to (#956).
1242
1243 2016-09-20  Carl Hetherington  <cth@carlh.net>
1244
1245         * Give better errors on SubRip parse failures.
1246
1247         * Version 2.9.23 released.
1248
1249 2016-09-20  Carl Hetherington  <cth@carlh.net>
1250
1251         * Version 2.9.22 released.
1252
1253 2016-09-13  Carl Hetherington  <cth@carlh.net>
1254
1255         * Version 2.9.21 released.
1256
1257 2016-09-07  Carl Hetherington  <cth@carlh.net>
1258
1259         * Updated es_ES translation from Manuel AC.
1260
1261 2016-08-30  Carl Hetherington  <cth@carlh.net>
1262
1263         * Version 2.9.20 released.
1264
1265 2016-08-30  Carl Hetherington  <cth@carlh.net>
1266
1267         * Updated de_DE translation from Carsten Kurz.
1268
1269 2016-08-29  Carl Hetherington  <cth@carlh.net>
1270
1271         * Version 2.9.19 released.
1272
1273 2016-08-28  Carl Hetherington  <cth@carlh.net>
1274
1275         * Updated fr_FR translation from Thierry Journet.
1276
1277         * Version 2.9.18 released.
1278
1279 2016-08-28  Carl Hetherington  <cth@carlh.net>
1280
1281         * Updated nl_NL translation from Rob van Nieuwkerk.
1282
1283 2016-08-27  Carl Hetherington  <cth@carlh.net>
1284
1285         * Updated fr_FR translation from Thierry Journet.
1286
1287         * Updated zh_CN translation from 刘汉源.
1288
1289
1290 2016-08-26  Carl Hetherington  <cth@carlh.net>
1291
1292         * Version 2.9.17 released.
1293
1294 2016-08-25  Carl Hetherington  <cth@carlh.net>
1295
1296         * Version 2.9.16 released.
1297
1298 2016-08-25  Carl Hetherington  <cth@carlh.net>
1299
1300         * Fix silent acceptance of certificate chains where
1301         single certificates are required (#937).
1302
1303 2016-08-25  Carl Hetherington  <cth@carlh.net>
1304
1305         * Make burnt-in subtitle outline width configurable (#940).
1306
1307         * Updated nl_NL translation from Rob van Nieuwkerk.
1308
1309 2016-08-24  Carl Hetherington  <cth@carlh.net>
1310
1311         * Updated fr_FR translation from Thierry Journet.
1312
1313         * Updated cs_CZ translation from Tomáš Begeni.
1314
1315 2016-08-24  Carl Hetherington  <cth@carlh.net>
1316
1317         * Allow import of OV/VF DCPs (#906).
1318
1319 2016-08-24  Carl Hetherington  <cth@carlh.net>
1320
1321         * Keep timeline above main window.
1322
1323 2016-08-22  Carl Hetherington  <cth@carlh.net>
1324
1325         * Version 2.9.15 released.
1326
1327 2016-08-22  Carl Hetherington  <cth@carlh.net>
1328
1329         * Fix doubled-up subtitles in some cases when importing
1330         DCPs with subtitles.
1331
1332         * Fix colour tint in subtitles burnt into existing DCP
1333         content.
1334
1335 2016-08-22  Carl Hetherington  <cth@carlh.net>
1336
1337         * Version 2.9.14 released.
1338
1339 2016-08-21  Carl Hetherington  <cth@carlh.net>
1340
1341         * Fix problems when sending emails on some servers.
1342
1343 2016-08-20  Carl Hetherington  <cth@carlh.net>
1344
1345         * Updated nl_NL translation from Rob van Nieuwkerk.
1346
1347 2016-08-18  Carl Hetherington  <cth@carlh.net>
1348
1349         * Version 2.9.13 released.
1350
1351 2016-08-18  Carl Hetherington  <cth@carlh.net>
1352
1353         * Updated zh_CN translation from 刘汉源.
1354
1355         * Updated nl_NL translation from Rob van Nieuwkerk.
1356
1357 2016-08-17  Carl Hetherington  <cth@carlh.net>
1358
1359         * Spot and "fix" impossible refer-to-DCP settings (#929).
1360
1361         * Label tweak to clarify how JPEG2000 bandwidth control works (#904).
1362
1363         * Scroll audio mapping view labels correctly (#919).
1364
1365 2016-08-16  Carl Hetherington  <cth@carlh.net>
1366
1367         * Basic support for fading subtitles in and out (#923).
1368
1369         * Fix error on seeking through imported mulit-reel DCPs.
1370
1371         * Simple information on mouse position in the video waveform (part of #932).
1372
1373 2016-08-15  Carl Hetherington  <cth@carlh.net>
1374
1375         * Version 2.9.12 released.
1376
1377 2016-08-15  Carl Hetherington  <cth@carlh.net>
1378
1379         * Version 2.9.11 released.
1380
1381 2016-08-14  Carl Hetherington  <cth@carlh.net>
1382
1383         * Support subtitles in imported DCPs.
1384
1385         * Updated zh_CN translation from 刘汉源.
1386
1387 2016-08-09  Carl Hetherington  <cth@carlh.net>
1388
1389         * Version 2.9.10 released.
1390
1391 2016-08-09  Carl Hetherington  <cth@carlh.net>
1392
1393         * Improve rendering of outlined burnt-in subtitles a bit.
1394
1395 2016-08-04  Carl Hetherington  <cth@carlh.net>
1396
1397         * Version 2.9.9 released.
1398
1399 2016-08-04  Carl Hetherington  <cth@carlh.net>
1400
1401         * Add button to export entire DCP decryption chain.
1402
1403 2016-07-31  Carl Hetherington  <cth@carlh.net>
1404
1405         * Allow configuration of MXF/XML filenames (part of #710).
1406
1407 2016-07-29  Carl Hetherington  <cth@carlh.net>
1408
1409         * Version 2.9.8 released.
1410
1411 2016-07-29  Carl Hetherington  <cth@carlh.net>
1412
1413         * Fix various problems with separate L/R eye
1414         content.
1415
1416         * Rearrange Make KDM window and replace the
1417         confusing OK/Cancel buttons with "Make KDM" (part of #848).
1418         Rearrange the KDM Creator window similarly.
1419
1420         * Allow configuration of KDM filename format.
1421
1422 2016-07-28  Carl Hetherington  <cth@carlh.net>
1423
1424         * Version 2.9.7 released.
1425
1426 2016-07-28  Carl Hetherington  <cth@carlh.net>
1427
1428         * Version 2.9.6 released.
1429
1430 2016-07-28  Carl Hetherington  <cth@carlh.net>
1431
1432         * Fix start-trim of audio-only content (#915).
1433
1434 2016-07-26  Carl Hetherington  <cth@carlh.net>
1435
1436         * Expand vertical size of servers list in preferences (#913).
1437
1438 2016-07-22  Carl Hetherington  <cth@carlh.net>
1439
1440         * Version 2.9.5 released.
1441
1442 2016-07-20  Carl Hetherington  <cth@carlh.net>
1443
1444         * Add -t option to dcpomatic2_cli to override the configured
1445         local thread count.
1446
1447         * Version 2.9.4 released.
1448
1449 2016-07-20  Carl Hetherington  <cth@carlh.net>
1450
1451         * Try to fix -r option to dcpomatic_cli.
1452
1453         * Try to fix intermittent hangs with encoding servers.
1454
1455 2016-07-14  Carl Hetherington  <cth@carlh.net>
1456
1457         * Version 2.9.3 released.
1458
1459 2016-07-14  Carl Hetherington  <cth@carlh.net>
1460
1461         * Use default configuration if the config.xml failed to load;
1462         may help with #917.
1463
1464 2016-07-12  Carl Hetherington  <cth@carlh.net>
1465
1466         * Version 2.9.2 released.
1467
1468 2016-07-12  Carl Hetherington  <cth@carlh.net>
1469
1470         * Updated zh_CN translation from Rov (若文).
1471
1472 2016-07-08  Carl Hetherington  <cth@carlh.net>
1473
1474         * Version 2.9.1 released.
1475
1476 2016-07-08  Carl Hetherington  <cth@carlh.net>
1477
1478         * Show hints before making DCP / sending to batch
1479         converter (#823).
1480
1481         * Allow import of some more types of DNxHR file.
1482
1483         * Support shadow in subtitles (#911).
1484
1485         * Version 2.9.0 released.
1486
1487 2016-07-07  Carl Hetherington  <cth@carlh.net>
1488
1489         * Updated fr_FR translation from Thierry Journet.
1490
1491         * Version 2.8.20 released.
1492
1493 2016-07-07  Carl Hetherington  <cth@carlh.net>
1494
1495         * Fix incorrect job running time reports (#912).
1496
1497 2016-07-06  Carl Hetherington  <cth@carlh.net>
1498
1499         * Version 2.8.19 released.
1500
1501 2016-07-05  Carl Hetherington  <cth@carlh.net>
1502
1503         * Fix stay-on-top behaviour of audio/video graphs
1504         to only stay on top of other DCP-o-matic windows (#909).
1505
1506 2016-07-04  Carl Hetherington  <cth@carlh.net>
1507
1508         * Version 2.8.18 released.
1509
1510 2016-07-04  Carl Hetherington  <cth@carlh.net>
1511
1512         * Fix several bugs with the sensitivity
1513         of controls in various circumstances.
1514
1515 2016-07-04  Carl Hetherington  <cth@carlh.net>
1516
1517         * Updated de_DE translation from Carsten Kurz.
1518
1519 2016-07-03  Carl Hetherington  <cth@carlh.net>
1520
1521         * Version 2.8.17 released.
1522
1523 2016-07-03  Carl Hetherington  <cth@carlh.net>
1524
1525         * Updated ru_RU translation from Igor Voytovich.
1526
1527         * Updated nl_NL translation from Rob van Nieuwkerk.
1528
1529         * Fix line spacing adjustment of SSA/ASS.
1530
1531         * Fix underline support in SSA/ASS.
1532
1533         * Updated nl_NL translation from Rob van Nieuwkerk.
1534
1535 2016-07-02  Carl Hetherington  <cth@carlh.net>
1536
1537         * Version 2.8.16 released.
1538
1539 2016-07-02  Carl Hetherington  <cth@carlh.net>
1540
1541         * Fix problems with markup in subrip/SSA/ASS.
1542
1543         * Updated ru_RU translation from Igor Voytovich.
1544
1545         * Updated uk_UA translation from Igor Voytovich.
1546
1547         * Version 2.8.15 released.
1548
1549 2016-07-01  Carl Hetherington  <cth@carlh.net>
1550
1551         * Add move-to-position dialogs when clicking on the preview timecode
1552         or frame number.
1553
1554 2016-06-29  Carl Hetherington  <cth@carlh.net>
1555
1556         * Updated nl_NL translation from Rob van Nieuwkerk.
1557
1558         * Increase frequency of progress reporting on long
1559         encodes (#900).
1560
1561         * Obey specified colour conversion when previewing
1562         RGB and XYZ JPEG2000 files.
1563
1564 2016-06-24  Carl Hetherington  <cth@carlh.net>
1565
1566         * Version 2.8.14 released.
1567
1568 2016-06-24  Carl Hetherington  <cth@carlh.net>
1569
1570         * Try again to make new file dialogue bigger on some platforms
1571         (#902).
1572
1573 2016-06-24  Carl Hetherington  <cth@carlh.net>
1574
1575         * Support underlined subtitles.
1576
1577 2016-06-22  Carl Hetherington  <cth@carlh.net>
1578
1579         * Version 2.8.13 released.
1580
1581 2016-06-21  Carl Hetherington  <cth@carlh.net>
1582
1583         * Make new file dialogue bigger on some platforms (#902).
1584
1585 2016-06-20  Carl Hetherington  <cth@carlh.net>
1586
1587         * Updated nl_NL translation from Rob van Nieuwkerk.
1588
1589         * Fix display of italic and bold font names in the fonts
1590         dialogue.
1591
1592         * Updated pt_BR translation from Max M. Fuhlendorf.
1593
1594         * Fix various strange crashes with encoding servers.
1595
1596 2016-06-19  Carl Hetherington  <cth@carlh.net>
1597
1598         * Version 2.8.12 released.
1599
1600 2016-06-19  Carl Hetherington  <cth@carlh.net>
1601
1602         * Fix preview of bold subtitles.
1603
1604         * Updated pt_BR translation from Max M. Fuhlendorf.
1605
1606         * Version 2.8.11 released.
1607
1608 2016-06-19  Carl Hetherington  <cth@carlh.net>
1609
1610         * Version 2.8.10 released.
1611
1612 2016-06-17  Carl Hetherington  <cth@carlh.net>
1613
1614         * Add configurable default for the number of DCP
1615         audio channels (#897).
1616
1617 2016-06-16  Carl Hetherington  <cth@carlh.net>
1618
1619         * Ignore any hidden files when looking for image files.
1620
1621         * Remove seconds from KDM time period specification (#819).
1622
1623 2016-06-14  Carl Hetherington  <cth@carlh.net>
1624
1625         * Basic guessing of audio channels from filenames (#393).
1626
1627         * Fix incorrectly-reported frame rate when importing
1628         3D DCPs.
1629
1630         * Select correct video frame type when importing DCPs (part of #806).
1631
1632 2016-06-13  Carl Hetherington  <cth@carlh.net>
1633
1634         * Give better error messages when subtitles fail to load.
1635
1636 2016-06-13  Carl Hetherington  <cth@carlh.net>
1637
1638         * Add 3D video frame type for 3D DCP inputs (#806).
1639
1640         * Add button to move things to the start of reels (#798).
1641
1642 2016-06-08  Carl Hetherington  <cth@carlh.net>
1643
1644         * Version 2.8.9 released.
1645
1646 2016-06-07  Carl Hetherington  <cth@carlh.net>
1647
1648         * Add tooltips over content channel names in the
1649         audio mapping view (#888).
1650
1651         * Re-add option to save DKDMs to a file.
1652
1653 2016-06-06  Carl Hetherington  <cth@carlh.net>
1654
1655         * Updated nl_NL translation from Rob van Nieuwkerk.
1656
1657 2016-06-05  Carl Hetherington  <cth@carlh.net>
1658
1659         * Updated fr_FR translation from Thierry Journet.
1660
1661 2016-06-04  Carl Hetherington  <cth@carlh.net>
1662
1663         * Updated nl_NL translation from Rob van Nieuwkerk.
1664
1665 2016-06-02  Carl Hetherington  <cth@carlh.net>
1666
1667         * Version 2.8.8 released.
1668
1669 2016-06-02  Carl Hetherington  <cth@carlh.net>
1670
1671         * Fix crash when loading projects from pre-2.8.5.
1672
1673         * Fix broken content properties under translation.
1674
1675         * Version 2.8.7 released.
1676
1677 2016-06-01  Carl Hetherington  <cth@carlh.net>
1678
1679         * Basics of better audio stream labelling in the audio
1680         mapping view (#849).
1681
1682 2016-06-01  Carl Hetherington  <cth@carlh.net>
1683
1684         * Updated cs_CZ translation from Tomáš Begeni.
1685
1686 2016-05-31  Carl Hetherington  <cth@carlh.net>
1687
1688         * Updated de_DE translation from Carsten Kurz.
1689
1690         * Version 2.8.6 released.
1691
1692 2016-05-31  Carl Hetherington  <cth@carlh.net>
1693
1694         * Fix some more incomplete strings in the properties dialogue (#874).
1695
1696         * Fix crash on opening properties for audio-only files (#881).
1697
1698         * Remove mention of finding subtitles when examining
1699         audio-only content (#882).
1700
1701 2016-05-30  Carl Hetherington  <cth@carlh.net>
1702
1703         * Version 2.8.5 released.
1704
1705 2016-05-30  Carl Hetherington  <cth@carlh.net>
1706
1707         * Keep audio dialogue always-on-top (#756).
1708
1709         * Add Cancel button to custom colour conversion
1710         dialogue (#880).
1711
1712         * Give the option to abort the operation when creating
1713         a new film or opening an existing one (#847).
1714
1715 2016-05-29  Carl Hetherington  <cth@carlh.net>
1716
1717         * Updated fr_FR translation from Thierry Journet.
1718
1719 2016-05-27  Carl Hetherington  <cth@carlh.net>
1720
1721         * Try to keep video waveform dialogue on top at all times (#820).
1722
1723         * Updated uk_UA translation from Igor Voytovich.
1724
1725         * Updated ru_RU translation from Igor Voytovich.
1726
1727 2016-05-25  Carl Hetherington  <cth@carlh.net>
1728
1729         * Add hint about excessive audio level (part of #822).
1730
1731         * Updated nl_NL translation from Rob van Nieuwkerk.
1732
1733 2016-05-25  Carl Hetherington  <cth@carlh.net>
1734
1735         * Treat video MXFs better by not transcoding
1736         them unless necessary (part of #803).
1737
1738 2016-05-24  Carl Hetherington  <cth@carlh.net>
1739
1740         * Add somewhat speculative Rec 1886 and Rec 2020
1741         colour conversion presets (#832).
1742
1743         * Disallow referencing of Interop DCPs in SMPTE
1744         films, and vice versa (#804).
1745
1746 2016-05-23  Carl Hetherington  <cth@carlh.net>
1747
1748         * Fix missing words in properties window (#874).
1749
1750 2016-05-23  Carl Hetherington  <cth@carlh.net>
1751
1752         * Version 2.8.4 released.
1753
1754 2016-05-17  Carl Hetherington  <cth@carlh.net>
1755
1756         * Version 2.8.3 released.
1757
1758 2016-05-16  Carl Hetherington  <cth@carlh.net>
1759
1760         * Use CPL title for KDM <AnnotationText> nodes.
1761
1762 2016-05-12  Carl Hetherington  <cth@carlh.net>
1763
1764         * Version 2.8.2 released.
1765
1766 2016-03-16  Carl Hetherington  <cth@carlh.net>
1767
1768         * Optimise image scaling for the preview.
1769
1770 2016-05-11  Carl Hetherington  <cth@carlh.net>
1771
1772         * Hopefully improve strange colour fringing on
1773         subtitles burnt into existing DCP sources (#752).
1774
1775 2016-04-29  Carl Hetherington  <cth@carlh.net>
1776
1777         * Version 2.8.1 released.
1778
1779 2016-04-29  Carl Hetherington  <cth@carlh.net>
1780
1781         * Fix incorrect date when using "copy as name" (#869).
1782
1783 2016-04-27  Carl Hetherington  <cth@carlh.net>
1784
1785         * Add free-text notes field to cinemas and screens.
1786
1787         * Request confirmation before resetting preferences (#867).
1788
1789 2016-04-29  Carl Hetherington  <cth@carlh.net>
1790
1791         * Version 2.8.0 released.
1792
1793 2016-04-28  Carl Hetherington  <cth@carlh.net>
1794
1795         * Version 2.7.20 released.
1796
1797 2016-04-28  Carl Hetherington  <cth@carlh.net>
1798
1799         * Updated fr_FR translation from Thierry Journet.
1800
1801 2016-04-27  Carl Hetherington  <cth@carlh.net>
1802
1803         * Version 2.7.19 released.
1804
1805 2016-04-27  Carl Hetherington  <cth@carlh.net>
1806
1807         * Updated nl_NL translation from Rob van Nieuwkerk.
1808
1809 2016-04-26  Carl Hetherington  <cth@carlh.net>
1810
1811         * Version 2.7.18 released.
1812
1813 2016-04-26  Carl Hetherington  <cth@carlh.net>
1814
1815         * Fix non-working delete key.
1816
1817         * Updated ru_RU and uk_UA translations from Igor Voytovich.
1818
1819         * Updated sv_SE translation from Adam Klotblixt.
1820
1821         * Updated de_DE translation from Carsten Kurz.
1822
1823         * Updated nl_NL translation from Rob van Nieuwkerk.
1824
1825         * Updated es_ES translation from Manuel AC.
1826
1827 2016-04-25  Carl Hetherington  <cth@carlh.net>
1828
1829         * Version 2.7.17 released.
1830
1831 2016-04-25  Carl Hetherington  <cth@carlh.net>
1832
1833         * Updated nl_NL translation from Rob van Nieuwkerk.
1834
1835         * Version 2.7.16 released.
1836
1837 2016-04-25  Carl Hetherington  <cth@carlh.net>
1838
1839         * Updated de_DE translation from Carsten Kurz.
1840
1841         * When making up the ISDCF name assume subtitles are burnt in unless
1842         we know otherwise.
1843
1844         * Fix saving of modified video frame rates for subtitle content.
1845
1846 2016-04-25  Carl Hetherington  <cth@carlh.net>
1847
1848         * Version 2.7.15 released.
1849
1850 2016-04-25  Carl Hetherington  <cth@carlh.net>
1851
1852         * Add cancel option to confirmation dialogue when closing
1853         the program (#847).
1854
1855         * Move the reel markers to the top of the timeline (#846).
1856
1857 2016-04-22  Carl Hetherington  <cth@carlh.net>
1858
1859         * Arrange buttons to consume less vertical space in the
1860         KDM creator (#833).
1861
1862         * Select active channels on opening audio analysis (#802).
1863
1864         * Disallow KDM until times from being before from times (#821).
1865
1866         * Warn when loading certificates from files that have
1867         other stuff after the certificate (#805).
1868
1869         * Separate left-only and right-only video content
1870         in the timeline (#845).
1871
1872 2016-04-21  Carl Hetherington  <cth@carlh.net>
1873
1874         * Updated nl_NL translation from Rob van Nieuwkerk.
1875
1876 2016-04-19  Carl Hetherington  <cth@carlh.net>
1877
1878         * Updated cs_CZ translation from Tomáš Begeni.
1879
1880 2016-04-18  Carl Hetherington  <cth@carlh.net>
1881
1882         * Version 2.7.14 released.
1883
1884 2016-04-18  Carl Hetherington  <cth@carlh.net>
1885
1886         * Possibly fix strange paths when uploading DCPs using
1887         FTP/SCP.
1888
1889 2016-04-17  Carl Hetherington  <cth@carlh.net>
1890
1891         * Updated nl_NL translation from Rob van Nieuwkerk.
1892
1893 2016-04-15  Carl Hetherington  <cth@carlh.net>
1894
1895         * Updated de_DE translation from Carsten Kurz.
1896
1897         * Fix forcing of the "video frame rate" for audio content.
1898
1899         * Updated ru_RU and uk_UA translations from Igor Voytovich.
1900
1901 2016-04-14  Carl Hetherington  <cth@carlh.net>
1902
1903         * Version 2.7.13 released.
1904
1905 2016-04-14  Carl Hetherington  <cth@carlh.net>
1906
1907         * Updated de_DE translation from Carsten Kurz.
1908
1909         * Version 2.7.12 released.
1910
1911 2016-04-11  Carl Hetherington  <cth@carlh.net>
1912
1913         * Hopefully fix strange limits on x/y offset of subtitles.
1914
1915         * Add UTC-3:30 timezone to Cinema configuration (#831).
1916
1917         * Add option to preview left or right eye (#809).
1918
1919 2016-04-09  Carl Hetherington  <cth@carlh.net>
1920
1921         * Version 2.7.11 released.
1922
1923 2016-04-08  Carl Hetherington  <cth@carlh.net>
1924
1925         * Version 2.7.10 released.
1926
1927 2016-04-08  Carl Hetherington  <cth@carlh.net>
1928
1929         * Updated nl_NL translation from Rob van Nieuwkerk.
1930
1931 2016-04-07  Carl Hetherington  <cth@carlh.net>
1932
1933         * Updated de_DE translation from Carsten Kurz.
1934
1935         * Updated nl_NL translation from Rob van Nieuwkerk.
1936
1937 2016-04-06  Carl Hetherington  <cth@carlh.net>
1938
1939         * Version 2.7.9 released.
1940
1941 2016-04-05  Carl Hetherington  <cth@carlh.net>
1942
1943         * Support bold in DCP subtitles.
1944
1945 2016-04-04  Carl Hetherington  <cth@carlh.net>
1946
1947         * Fix failure to keep italic etc. going across
1948         multiple lines of a SubRip subtitle (#837).
1949
1950 2016-04-01  Carl Hetherington  <cth@carlh.net>
1951
1952         * Updated fr_FR translation from Thierry Journet.
1953
1954 2016-03-28  Carl Hetherington  <cth@carlh.net>
1955
1956         * Updated zh_CN translation from Rov (若文).
1957
1958 2016-03-22  Carl Hetherington  <cth@carlh.net>
1959
1960         * Version 2.7.8 released.
1961
1962 2016-03-21  Carl Hetherington  <cth@carlh.net
1963
1964         * Updated nl_NL translation from Rob van Nieuwkerk.
1965
1966         * New zh_CN translation from 若文.
1967
1968 2016-03-20  Carl Hetherington  <cth@carlh.net>
1969
1970         * Updated pt_PT translation from Tiago Casal Ribeiro.
1971
1972         * Version 2.7.7 released.
1973
1974 2016-03-18  Carl Hetherington  <cth@carlh.net>
1975
1976         * Version 2.7.6 released.
1977
1978 2016-03-18  Carl Hetherington  <cth@carlh.net>
1979
1980         * Add first part of pt_BR translation from Thiago Andre.
1981
1982 2016-03-16  Carl Hetherington  <cth@carlh.net>
1983
1984         * Version 2.7.5 released.
1985
1986 2016-03-15  Carl Hetherington  <cth@carlh.net>
1987
1988         * Updated cz_CZ translation from Tomáš Begeni.
1989
1990 2016-03-14  Carl Hetherington  <cth@carlh.net>
1991
1992         * Version 2.7.4 released.
1993
1994 2016-03-13  Carl Hetherington  <cth@carlh.net>
1995
1996         * Version 2.7.3 released.
1997
1998 2016-03-13  Carl Hetherington  <cth@carlh.net>
1999
2000         * Updated de_DE translation from Carsten Kurz.
2001
2002         * Ignore empty email addresses for KDMs (#818).
2003
2004         * Fix crash when using non-English decimal separators
2005         in the audio gain calculator dialogue (#824).
2006
2007 2016-03-12  Carl Hetherington  <cth@carlh.net>
2008
2009         * Add 2.35:1 ratio.
2010
2011         * Fix assertion failure on opening content properties (#816).
2012
2013 2016-03-10  Carl Hetherington  <cth@carlh.net>
2014
2015         * Version 2.7.2 released.
2016
2017 2016-03-10  Carl Hetherington  <cth@carlh.net>
2018
2019         * Updated it_IT translation from Fabio "Zak" Belli.
2020
2021 2016-03-08  Carl Hetherington  <cth@carlh.net>
2022
2023         * Store time zone with cinemas and use them to
2024         mark KDM start and end times correctly (#788).
2025
2026         * Bump ffmpeg to git master, somewhere post 3.0.
2027
2028 2016-03-08  Carl Hetherington  <cth@carlh.net>
2029
2030         * Fix occasional crash when opening the custom
2031         colour conversion editor.
2032
2033         * Version 2.7.0 released.
2034
2035 2016-03-08  Carl Hetherington  <cth@carlh.net>
2036
2037         * Version 2.6.39 released.
2038
2039 2016-03-08  Carl Hetherington  <cth@carlh.net>
2040
2041         * Updated ua_UK and ru_RU translations from Igor Voytovich.
2042
2043 2016-03-07  Carl Hetherington  <cth@carlh.net>
2044
2045         * Version 2.6.38 released.
2046
2047 2016-03-07  Carl Hetherington  <cth@carlh.net>
2048
2049         * Don't try to auto-analyse audio of non-audio content.
2050
2051         * Version 2.6.37 released.
2052
2053 2016-03-07  Carl Hetherington  <cth@carlh.net>
2054
2055         * Updated nl_NL translation from Rob van Nieuwkerk.
2056
2057 2016-03-07  Carl Hetherington  <cth@carlh.net>
2058
2059         * Version 2.6.36 released.
2060
2061 2016-03-07  Carl Hetherington  <cth@carlh.net>
2062
2063         * Updated de_DE translation from Carsten Kurz.
2064
2065         * Version 2.6.35 released.
2066
2067 2016-03-07  Carl Hetherington  <cth@carlh.net>
2068
2069         * Updated ua_UK and ru_RU translations from Igor Voytovich.
2070
2071         * Version 2.6.34 released.
2072
2073 2016-03-06  Carl Hetherington  <cth@carlh.net>
2074
2075         * Version 2.6.33 released.
2076
2077 2016-03-06  Carl Hetherington  <cth@carlh.net>
2078
2079         * Updated nl_NL translation from Rob van Nieuwkerk.
2080
2081 2016-03-05  Carl Hetherington  <cth@carlh.net>
2082
2083         * Version 2.6.32 released.
2084
2085 2016-03-05  Carl Hetherington  <cth@carlh.net>
2086
2087         * Try to fix slowdowns on Windows XP (#771).
2088
2089 2016-03-02  Carl Hetherington  <cth@carlh.net>
2090
2091         * Version 2.6.31 released.
2092
2093 2016-03-02  Carl Hetherington  <cth@carlh.net>
2094
2095         * New uk_UA translation from Igor Voytovich.
2096
2097         * Updated ru_RU translation from Igor Voytovich.
2098
2099         * Add configurable option to disable EBUR128
2100         analysis.
2101
2102 2016-03-01  Carl Hetherington  <cth@carlh.net>
2103
2104         * Version 2.6.30 released.
2105
2106 2016-03-01  Carl Hetherington  <cth@carlh.net>
2107
2108         * Fix failure to recognise image sequence directories
2109         in some cases.
2110
2111 2016-03-01  Carl Hetherington  <cth@carlh.net>
2112
2113         * Version 2.6.29 released.
2114
2115 2016-03-01  Carl Hetherington  <cth@carlh.net>
2116
2117         * Fix hang / slowdown when previewing subtitles in some
2118         cases (#812).
2119
2120 2016-02-29  Carl Hetherington  <cth@carlh.net>
2121
2122         * Updated fr_FR translation from Thierry Journet.
2123
2124         * Version 2.6.28 released.
2125
2126 2016-02-28  Carl Hetherington  <cth@carlh.net>
2127
2128         * Version 2.6.27 released.
2129
2130 2016-02-28  Carl Hetherington  <cth@carlh.net>
2131
2132         * Ignore subdirectories when deciding whether a folder
2133         contains an image sequence or a DCP.
2134
2135         * Updated nl_NL translation from Rob van Nieuwkerk.
2136
2137 2016-02-27  Carl Hetherington  <cth@carlh.net>
2138
2139         * Version 2.6.26 released.
2140
2141 2016-02-26  Carl Hetherington  <cth@carlh.net>
2142
2143         * Allow changes to colours of subtitles embedded
2144         into video files (#795).
2145
2146 2016-02-25  Carl Hetherington  <cth@carlh.net>
2147
2148         * Plot all video and subtitle content on single tracks
2149         with audio on the remainder.  Improve rendering quality
2150         of the timeline.
2151
2152 2016-02-24  Carl Hetherington  <cth@carlh.net>
2153
2154         * Version 2.6.25 released.
2155
2156 2016-02-24  Carl Hetherington  <cth@carlh.net>
2157
2158         * Various fixes to timeline behaviour.
2159
2160         * Fix download of certificates for CAT745 and CP850.
2161
2162 2016-02-21  Carl Hetherington  <cth@carlh.net>
2163
2164         * Version 2.6.24 released.
2165
2166 2016-02-21  Carl Hetherington  <cth@carlh.net>
2167
2168         * Version 2.6.23 released.
2169
2170 2016-02-21  Carl Hetherington  <cth@carlh.net>
2171
2172         * Fix duplicate <LoadFont> nodes in subtitle files.
2173
2174 2016-02-18  Carl Hetherington  <cth@carlh.net>
2175
2176         * Add some more information to the content properties
2177         dialogue (#791).
2178
2179 2016-02-17  Carl Hetherington  <cth@carlh.net>
2180
2181         * Store cinema / screen certificates in a separate
2182         file and allow configuration of its location (#796).
2183
2184 2016-02-16  Carl Hetherington  <cth@carlh.net>
2185
2186         * Add option to dcpomatic_cli to echo the
2187         created DCP's path to stdout (#794).
2188
2189         * Add option to auto-upload to TMS (#794).
2190
2191         * Version 2.6.22 released.
2192
2193 2016-02-16  Carl Hetherington  <cth@carlh.net>
2194
2195         * Version 2.6.21 released.
2196
2197 2016-02-15  Carl Hetherington  <cth@carlh.net>
2198
2199         * Fix exception when analysing audio of projects with more
2200         than 8 DCP channels.
2201
2202 2016-02-15  Carl Hetherington  <cth@carlh.net>
2203
2204         * Support SSA subtitles embedded within FFmpeg files.
2205
2206 2016-02-12  Carl Hetherington  <cth@carlh.net>
2207
2208         * Add basic support for SSA (SubStation Alpha) subtitles (#128).
2209
2210 2016-02-09  Carl Hetherington  <cth@carlh.net>
2211
2212         * Version 2.6.20 released.
2213
2214 2016-02-09  Carl Hetherington  <cth@carlh.net>
2215
2216         * Updated es_ES translation from Manuel AC.
2217
2218 2016-02-08  Carl Hetherington  <cth@carlh.net>
2219
2220         * Version 2.6.19 released.
2221
2222 2016-02-05  Carl Hetherington  <cth@carlh.net>
2223
2224         * New cs_CZ translation from Tomáš Begeni.
2225
2226 2016-02-04  Carl Hetherington  <cth@carlh.net>
2227
2228         * Updated de_DE translation from Carsten Kurz.
2229
2230 2016-02-02  Carl Hetherington  <cth@carlh.net>
2231
2232         * Version 2.6.18 released.
2233
2234 2016-02-02  Carl Hetherington  <cth@carlh.net>
2235
2236         * Add Delete-key shortcut to remove content.
2237
2238 2016-02-01  Carl Hetherington  <cth@carlh.net>
2239
2240         * Allow removal of multiple pieces of content in one click.
2241
2242         * Synchronise content list / timeline selection when
2243         the content list selection changes.
2244
2245         * Move the preview to the start of a piece of content
2246         when selecting it (suggested by Carsten Kurz).
2247
2248 2016-02-01  Carl Hetherington  <cth@carlh.net>
2249
2250         * Updated de_DE translation from Carsten Kurz.
2251
2252 2016-02-01  Carl Hetherington  <cth@carlh.net>
2253
2254         * Version 2.6.17 released.
2255
2256 2016-01-30  Carl Hetherington  <cth@carlh.net>
2257
2258         * Fix a collection of strange problems with the content list when
2259         dragging content around in the timeline.
2260
2261 2016-01-24  Carl Hetherington  <cth@carlh.net>
2262
2263         * Fix encodes getting stuck in some cases (#783).
2264
2265 2016-01-23  Carl Hetherington  <cth@carlh.net>
2266
2267         * Fix estimate of required disk space to take referencing
2268         of existing DCPs into account.
2269
2270 2016-01-14  Carl Hetherington  <cth@carlh.net>
2271
2272         * Add frames-per-second summary to log at the end of
2273         a transcode (#786).
2274
2275         * Allow multiple CC addresses for KDM emails (#785).
2276
2277 2016-01-13  Carl Hetherington  <cth@carlh.net>
2278
2279         * Version 2.6.16 released.
2280
2281 2016-01-13  Carl Hetherington  <cth@carlh.net>
2282
2283         * Fix incorrect fades when trim is being used.
2284
2285 2016-01-11  Carl Hetherington  <cth@carlh.net>
2286
2287         * Updated nl_NL translation from Rob van Nieuwkerk.
2288
2289 2016-01-10  Carl Hetherington  <cth@carlh.net>
2290
2291         * Sort "Add file(s)..." images case-insensitively.
2292
2293         * Version 2.6.15 released.
2294
2295 2016-01-09  Carl Hetherington  <cth@carlh.net>
2296
2297         * Fix file-not-found errors with dcpomatic_create on Windows
2298         in some situations.
2299
2300 2016-01-08  Carl Hetherington  <cth@carlh.net>
2301
2302         * Attempt to make subtitles view resizeable on all platforms (#781).
2303
2304         * Don't expand all cinemas on opening KDM dialogs (#779).
2305
2306 2016-01-07  Carl Hetherington  <cth@carlh.net>
2307
2308         * Version 2.6.14 released.
2309
2310 2016-01-07  Carl Hetherington  <cth@carlh.net>
2311
2312         * Sort image files added using "Add file(s)..." alphabetically
2313         rather than trying to find numbers in the filenames.
2314
2315 2016-01-07  Carl Hetherington  <cth@carlh.net>
2316
2317         * Version 2.6.13 released.
2318
2319 2016-01-07  Carl Hetherington  <cth@carlh.net>
2320
2321         * Version 2.6.12 released.
2322
2323 2016-01-06  Carl Hetherington  <cth@carlh.net>
2324
2325         * Updated ru_RU translation from Igor Voytovich.
2326
2327         * Version 2.6.11 released.
2328
2329 2016-01-06  Carl Hetherington  <cth@carlh.net>
2330
2331         * New sk_SK translation from Tomáš Hlaváč.
2332
2333 2015-12-23  Carl Hetherington  <cth@carlh.net>
2334
2335         * Add basic search function to KDM creator screens list (#739).
2336
2337         * Version 2.6.10 released.
2338
2339 2015-12-23  Carl Hetherington  <cth@carlh.net>
2340
2341         * Updated nl_NL translation from Rob van Nieuwkerk.
2342
2343         * Version 2.6.9 released.
2344
2345 2015-12-23  Carl Hetherington  <cth@carlh.net>
2346
2347         * Add stored list of DKDMs to KDM creator (#767).
2348
2349 2015-12-22  Carl Hetherington  <cth@carlh.net>
2350
2351         * Fix hang when removing screens in some cases.
2352
2353 2015-12-21  Carl Hetherington  <cth@carlh.net>
2354
2355         * Version 2.6.8 released.
2356
2357 2015-12-21  Carl Hetherington  <cth@carlh.net>
2358
2359         * Reduce frequency of temporary writes to disk (#748).
2360
2361         * Use new Dolby website for both Doremi and Dolby certificates (#775).
2362
2363 2015-12-18  Carl Hetherington  <cth@carlh.net>
2364
2365         * Fix double-calculation of DCP hashes.
2366
2367         * Add hint about making non-24/48 FPS Interop DCPs.
2368
2369 2015-12-15  Carl Hetherington  <cth@carlh.net>
2370
2371         * Updated de_DE translation from Carsten Kurz.
2372
2373         * Updated nl_NL translation from Rob van Niuewkerk.
2374
2375 2015-12-11  Carl Hetherington  <cth@carlh.net>
2376
2377         * Version 2.6.7 released.
2378
2379 2015-12-11  Carl Hetherington  <cth@carlh.net>
2380
2381         * Version 2.6.6 released.
2382
2383 2015-12-06  Carl Hetherington  <cth@carlh.net>
2384
2385         * Add menu option to send a project to the
2386         batch converter (#770).
2387
2388 2015-12-10  Carl Hetherington  <cth@carlh.net>
2389
2390         * Put ISDCF name subtitle language in lower case if all subs are
2391         burnt into the image.
2392
2393 2015-12-09  Carl Hetherington  <cth@carlh.net>
2394
2395         * Version 2.6.5 released.
2396
2397 2015-12-08  Carl Hetherington  <cth@carlh.net>
2398
2399         * Version 2.6.4 released.
2400
2401 2015-11-30  Carl Hetherington  <cth@carlh.net>
2402
2403         * Port to OpenJPEG version 2.1.
2404
2405 2015-12-04  Carl Hetherington  <cth@carlh.net>
2406
2407         * Version 2.6.3 released.
2408
2409 2015-12-04  Carl Hetherington  <cth@carlh.net>
2410
2411         * Fix non-functional send-problem-report.
2412
2413 2015-12-03  Carl Hetherington  <cth@carlh.net>
2414
2415         * Version 2.6.2 released.
2416
2417 2015-12-03  Carl Hetherington  <cth@carlh.net>
2418
2419         * Fix crash on startup of server GUI in some cases.
2420
2421 2015-12-03  Carl Hetherington  <cth@carlh.net>
2422
2423         * Version 2.6.1 released.
2424
2425 2015-12-03  Carl Hetherington  <cth@carlh.net>
2426
2427         * Fix crash on uploading to TMS via FTP.
2428
2429 2015-12-02  Carl Hetherington  <cth@carlh.net>
2430
2431         * Version 2.6.0 released.
2432
2433 2015-12-02  Carl Hetherington  <cth@carlh.net>
2434
2435         * Version 2.5.15 released.
2436
2437 2015-12-02  Carl Hetherington  <cth@carlh.net>
2438
2439         * Version 2.5.14 released.
2440
2441 2015-12-02  Carl Hetherington  <cth@carlh.net>
2442
2443         * Various fixes to certificate downloading.
2444
2445         * Version 2.5.13 released.
2446
2447 2015-12-02  Carl Hetherington  <cth@carlh.net>
2448
2449         * Remove insistence on 6-character Doremi serials (#768).
2450
2451 2015-12-01  Carl Hetherington  <cth@carlh.net>
2452
2453         * Updated ru_RU translation from Igor Voytovich.
2454
2455 2015-11-30  Carl Hetherington  <cth@carlh.net>
2456
2457         * Updated nl_NL translation from Rob van Nieuwkerk.
2458
2459 2015-11-29  Carl Hetherington  <cth@carlh.net>
2460
2461         * Version 2.5.12 released.
2462
2463 2015-11-29  Carl Hetherington  <cth@carlh.net>
2464
2465         * Possibly fix large memory use with burnt-in subtitles (#766).
2466
2467 2015-11-28  Carl Hetherington  <cth@carlh.net>
2468
2469         * Version 2.5.11 released.
2470
2471 2015-11-28  Carl Hetherington  <cth@carlh.net>
2472
2473         * Updated nl_NL translation from Rob van Nieuwkerk.
2474
2475         * Fix various problems with specification of install directory
2476         on Windows (#643, #705).
2477
2478 2015-11-27  Carl Hetherington  <cth@carlh.net>
2479
2480         * Add config and server list to the batch converter's menus (#765).
2481
2482         * Fix incorrect subtitle timings with multi-reel (#760).
2483
2484         * Version 2.5.10 released.
2485
2486 2015-11-27  Carl Hetherington  <cth@carlh.net>
2487
2488         * Fix download of some Doremi certificates (#763).
2489
2490 2015-11-27  Carl Hetherington  <cth@carlh.net>
2491
2492         * Updated de_DE translation from Carsten Kurz.
2493
2494         * Hopefully fix truncated text in the colour conversion dialog
2495         on OS X.
2496
2497 2015-11-26  Carl Hetherington  <cth@carlh.net>
2498
2499         * Version 2.5.9 released.
2500
2501 2015-11-26  Carl Hetherington  <cth@carlh.net>
2502
2503         * Updated de_DE translation from Carsten Kurz.
2504
2505 2015-11-24  Carl Hetherington  <cth@carlh.net>
2506
2507         * Version 2.5.8 released.
2508
2509 2015-11-24  Carl Hetherington  <cth@carlh.net>
2510
2511         * Version 2.5.7 released.
2512
2513 2015-11-20  Carl Hetherington  <cth@carlh.net>
2514
2515         * Lower default position of SubRip subtitles a bit.
2516
2517 2015-11-19  Carl Hetherington  <cth@carlh.net>
2518
2519         * Adjust preview subtitle position to better match reality
2520         in some cases.
2521
2522 2015-11-19  Carl Hetherington  <cth@carlh.net>
2523
2524         * Add menu option to make a DKDM for DCP-o-matic (#755).
2525
2526 2015-11-18  Carl Hetherington  <cth@carlh.net>
2527
2528         * Version 2.5.6 released.
2529
2530 2015-11-18  Carl Hetherington  <cth@carlh.net>
2531
2532         * Add LUFS / LRA analysis using FFmpeg's ebur128 filter (#368).
2533
2534 2015-11-17  Carl Hetherington  <cth@carlh.net>
2535
2536         * Bump libdcp for fix to encoded date header in MXF files when
2537         encoding on Windows (#754).
2538
2539         * Version 2.5.5 released.
2540
2541 2015-11-17  Carl Hetherington  <cth@carlh.net>
2542
2543         * Updated nl_NL translation from Rob van Nieuwkerk.
2544
2545         * Fix crash when previewing MXFs in some cases.
2546
2547 2015-11-16  Carl Hetherington  <cth@carlh.net>
2548
2549         * Updated nl_NL translation from Rob van Nieuwkerk.
2550
2551 2015-11-15  Carl Hetherington  <cth@carlh.net>
2552
2553         * Version 2.5.4 released.
2554
2555 2015-11-15  Carl Hetherington  <cth@carlh.net>
2556
2557         * Updated ru_RU translation from Igor Voytovich.
2558
2559         * Basic support for trusted device lists in KDMs (#750).
2560
2561 2015-11-14  Carl Hetherington  <cth@carlh.net>
2562
2563         * Updated nl_NL translation from Rob van Nieuwkerk.
2564
2565         * Fix various misbehaviours with update checking (#749).
2566
2567         * Updated fr_FR translation from Thierry Journet.
2568
2569 2015-11-13  Carl Hetherington  <cth@carlh.net>
2570
2571         * Version 2.5.3 released.
2572
2573 2015-11-13  Carl Hetherington  <cth@carlh.net>
2574
2575         * Vertically align SubRip subtitles with reference to the bottom
2576         of the screen (#744).
2577
2578         * Disable YUV->RGB conversion controls with non-YUV sources (#649).
2579
2580         * Allow multiple recipients of KDM emails (#745).
2581
2582 2015-11-12  Carl Hetherington  <cth@carlh.net>
2583
2584         * Version 2.5.2 released.
2585
2586 2015-11-12  Carl Hetherington  <cth@carlh.net>
2587
2588         * Extend maximum audio channels to 16 for an experiment.
2589
2590 2015-11-12  Carl Hetherington  <cth@carlh.net>
2591
2592         * Updated ru_RU translation from Igor Voytovich.
2593
2594 2015-11-12  Carl Hetherington  <cth@carlh.net>
2595
2596         * Updated nl_NL translation from Rob van Nieuwkerk.
2597
2598 2015-11-11  Carl Hetherington  <cth@carlh.net>
2599
2600         * Updated pt_PT translation from Tiago Casal Ribeiro.
2601
2602         * Updated sv_SE translation from Adam Klotblixt.
2603
2604 2015-11-10  Carl Hetherington  <cth@carlh.net>
2605
2606         * Further adjustments to playhead behaviour during trim (#737).
2607
2608         * Version 2.5.1 released.
2609
2610 2015-11-10  Carl Hetherington  <cth@carlh.net>
2611
2612         * Updated fr_FR translation from Thierry Journet.
2613
2614 2015-11-09  Carl Hetherington  <cth@carlh.net>
2615
2616         * Correct a number of float/double mismatches; should fix #742.
2617
2618         * Desensitise trim-playhead buttons as appropriate (#737).
2619
2620         * Keep same frame visible after trimming content start (#737).
2621
2622         * Trim frames after the current one with "trim after current", leaving
2623         the current frame in (#737).
2624
2625 2015-11-08  Carl Hetherington  <cth@carlh.net>
2626
2627         * Fix bad layout in the audio tab (#738).
2628
2629         * Allow configuration of SubRip subtitle colour and outlines.
2630
2631 2015-11-06  Carl Hetherington  <cth@carlh.net>
2632
2633         * Sort cinemas in KDM dialog and standalone creator (#726).
2634
2635 2015-11-06  Carl Hetherington  <cth@carlh.net>
2636
2637         * Updated ru_RU translation from Igor Voytovich.
2638
2639 2015-11-06  Carl Hetherington  <cth@carlh.net>
2640
2641         * Make single-frame image sources adjust their notional
2642         frame rate to that of the DCP (#714).
2643
2644 2015-11-05  Carl Hetherington  <cth@carlh.net>
2645
2646         * Correct time display when previewing multi-reel DCP content.
2647
2648 2015-11-05  Carl Hetherington  <cth@carlh.net>
2649
2650         * Updated nl_NL translation from Rob van Nieuwkerk.
2651
2652 2015-11-05  Carl Hetherington  <cth@carlh.net>
2653
2654         * Version 2.5.0 released.
2655
2656 2015-11-05  Carl Hetherington  <cth@carlh.net>
2657
2658         * Version 2.4.18 released.
2659
2660 2015-11-04  Carl Hetherington  <cth@carlh.net>
2661
2662         * Updated nl_NL translation from Rob van Nieuwkerk.
2663
2664         * Version 2.4.17 released.
2665
2666 2015-11-04  Carl Hetherington  <cth@carlh.net>
2667
2668         * Version 2.4.16 released.
2669
2670 2015-11-03  Carl Hetherington  <cth@carlh.net>
2671
2672         * Fix error when previewing DCP content with added subtitles (#736).
2673
2674         * Fix crash with multi-reel DCP content.
2675
2676         * Updated fr_FR translation from Thierry Journet.
2677
2678         * Updated ru_RU translation from Igor Voytovich.
2679
2680         * Updated nl_NL translation from Rob van Nieuwkerk.
2681
2682 2015-11-02  Carl Hetherington  <cth@carlh.net>
2683
2684         * Updated nl_NL translation from Rob van Nieuwkerk.
2685
2686         * Fix incorrect preview rendering of italic subtitles (#728).
2687
2688 2015-10-30  Carl Hetherington  <cth@carlh.net>
2689
2690         * Updated ru_RU translation from Igor Voytovich.
2691
2692         * Fix non-update of timeline when reels setup changes (#735).
2693
2694 2015-10-29  Carl Hetherington  <cth@carlh.net>
2695
2696         * Version 2.4.15 released.
2697
2698 2015-10-29  Carl Hetherington  <cth@carlh.net>
2699
2700         * Fix incorrect colours following re-scale of existing
2701         DCP content (#730).
2702
2703         * Updated nl_NL translation from Rob van Nieuwkerk.
2704
2705         * Updated pt_PT translation from Tiago Casal Ribeiro.
2706
2707 2015-10-28  Carl Hetherington  <cth@carlh.net>
2708
2709         * New pt_PT translation from Tiago Casal Ribeiro.
2710
2711         * Version 2.4.14 released.
2712
2713 2015-10-28  Carl Hetherington  <cth@carlh.net>
2714
2715         * Version 2.4.13 released.
2716
2717 2015-10-28  Carl Hetherington  <cth@carlh.net>
2718
2719         * Fix ordering of filename in image sets in some cases
2720         (e.g. foo_01042015_00000, foo_01042015_00001...)
2721
2722         * Updated da_DK translation from Anders Uhl Pedersen.
2723
2724         * Fix erroneous addition of referenced assets to PKLs (#723).
2725
2726 2015-10-19  Carl Hetherington  <cth@carlh.net>
2727
2728         * Draw reels in the timeline.
2729
2730         * Fix by-video-content reel split when there is stuff
2731         after the last piece of video content.
2732
2733         * Add button to export leaf private key from the config.
2734
2735 2015-10-17  Carl Hetherington  <cth@carlh.net>
2736
2737         * Version 2.4.12 released.
2738
2739 2015-10-15  Carl Hetherington  <cth@carlh.net>
2740
2741         * Fix out-of-range Interop subtitle timing in some cases (#717).
2742
2743 2015-10-14  Carl Hetherington  <cth@carlh.net>
2744
2745         * Only show existing DCP channels in the audio dialog (#715).
2746
2747         * Various optimizations to the upmixer filters; drop order of
2748         Upmixer A Lfe/C and Upmixer B Lfe filters to speed them up.
2749
2750 2015-10-13  Carl Hetherington  <cth@carlh.net>
2751
2752         * Version 2.4.11 released.
2753
2754 2015-10-13  Carl Hetherington  <cth@carlh.net>
2755
2756         * Add basic support for multi-reel.
2757
2758         * Fix referencing of multi-reel DCPs.
2759
2760 2015-10-12  Carl Hetherington  <cth@carlh.net>
2761
2762         * Version 2.4.10 released.
2763
2764 2015-10-12  Carl Hetherington  <cth@carlh.net>
2765
2766         * Updated nl_NL translation from Rob van Nieuwkerk.
2767
2768 2015-10-11  Carl Hetherington  <cth@carlh.net>
2769
2770         * Add option to log SMTP session transcripts
2771         for debugging failures to send email.
2772
2773         * Version 2.4.9 released.
2774
2775 2015-10-11  Carl Hetherington  <cth@carlh.net>
2776
2777         * Provide progress indication when finding
2778         subtitles (#711).
2779
2780         * Updated ru_RU translation from Igor Voytovich.
2781
2782         * Updated pl_PL translation from Marek Skrzelowski.
2783
2784 2015-10-10  Carl Hetherington  <cth@carlh.net>
2785
2786         * Version 2.4.8 released.
2787
2788 2015-10-10  Carl Hetherington  <cth@carlh.net>
2789
2790         * Version 2.4.7 released.
2791
2792 2015-10-10  Carl Hetherington  <cth@carlh.net>
2793
2794         * Updated nl_NL translation from
2795         Rob van Nieuwkerk.
2796
2797 2015-10-09  Carl Hetherington  <cth@carlh.net>
2798
2799         * Version 2.4.6 released.
2800
2801 2015-10-09  Carl Hetherington  <cth@carlh.net>
2802
2803         * Create certificate chains with nicer default
2804         organizational unit etc.
2805
2806         * Various improvements to server GUI.
2807
2808         * Package main DCP-o-matic, server and batch
2809         converter on all platforms.
2810
2811         * Add KDM creator application which can
2812         make new KDMs given a DKDM.
2813
2814 2015-10-08  Carl Hetherington  <cth@carlh.net>
2815
2816         * Update to fr_FR translation from Thierry Journet.
2817
2818 2015-10-07  Carl Hetherington  <cth@carlh.net>
2819
2820         * Version 2.4.5 released.
2821
2822 2015-10-07  Carl Hetherington  <cth@carlh.net>
2823
2824         * Fix job description layout on OS X.
2825
2826 2015-10-06  Carl Hetherington  <cth@carlh.net>
2827
2828         * Version 2.4.4 released.
2829
2830 2015-10-06  Carl Hetherington  <cth@carlh.net>
2831
2832         * Version 2.4.3 released.
2833
2834 2015-10-06  Carl Hetherington  <cth@carlh.net>
2835
2836         * Version 2.4.2 released.
2837
2838 2015-10-06  Carl Hetherington  <cth@carlh.net>
2839
2840         * Fix subtitle timing when the DCP rate
2841         is different to their native rate.
2842
2843         * Fix invalid SMPTE subtitle output
2844         in some cases.
2845
2846         * Version 2.4.1 released.
2847
2848 2015-10-06  Carl Hetherington  <cth@carlh.net>
2849
2850         * Speculative support for multi-part
2851         bitmap subtitles (#709).
2852
2853 2015-10-05  Carl Hetherington  <cth@carlh.net>
2854
2855         * Version 2.4.0 released.
2856
2857 2015-10-05  Carl Hetherington  <cth@carlh.net>
2858
2859         * Version 2.3.14 released.
2860
2861 2015-10-04  Carl Hetherington  <cth@carlh.net>
2862
2863         * Fix subtitle timing under trim.
2864
2865 2015-10-02  Carl Hetherington  <cth@carlh.net>
2866
2867         * Version 2.3.13 released.
2868
2869 2015-10-01  Carl Hetherington  <cth@carlh.net>
2870
2871         * Version 2.3.12 released.
2872
2873 2015-09-30  Carl Hetherington  <cth@carlh.net>
2874
2875         * Fix broken video frame rate override control.
2876
2877 2015-09-30  Carl Hetherington  <cth@carlh.net>
2878
2879         * Version 2.3.11 released.
2880
2881 2015-09-30  Carl Hetherington  <cth@carlh.net>
2882
2883         * Fix various confusions with subtitles and
2884         changing video frame rates.
2885
2886 2015-09-29  Carl Hetherington  <cth@carlh.net>
2887
2888         * Version 2.3.10 released.
2889
2890 2015-09-29  Carl Hetherington  <cth@carlh.net>
2891
2892         * Improve fix for failure to analyse some audio.
2893
2894 2015-09-28  Carl Hetherington  <cth@carlh.net>
2895
2896         * Version 2.3.9 released.
2897
2898 2015-09-28  Carl Hetherington  <cth@carlh.net>
2899
2900         * Fix update of display when changing DCP video rate (#699).
2901
2902 2015-09-28  Carl Hetherington  <cth@carlh.net>
2903
2904         * Version 2.3.8 released.
2905
2906 2015-09-28  Carl Hetherington  <cth@carlh.net>
2907
2908         * Fix problems with audio analysis of some combined
2909         video/audio files.
2910
2911         * Fix mis-identification of a folder of images
2912         as a DCP in some cases.
2913
2914 2015-09-27  Carl Hetherington  <cth@carlh.net>
2915
2916         * Version 2.3.7 released.
2917
2918 2015-09-26  Carl Hetherington  <cth@carlh.net>
2919
2920         * Fix crash with embedded subtitles with some
2921         video files.
2922
2923         * Version 2.3.6 released.
2924
2925 2015-09-25  Carl Hetherington  <cth@carlh.net>
2926
2927         * Fix assertion failure when loading .MTS files (#702).
2928
2929         * Fix incorrect hint about 3D content in a 2D DCP.
2930
2931         * Detect and convert from non-UTF-8
2932         subtitle encodings.
2933
2934 2015-09-21  Carl Hetherington  <cth@carlh.net>
2935
2936         * Version 2.3.5 released.
2937
2938 2015-09-20  Carl Hetherington  <cth@carlh.net>
2939
2940         * Fix setting of frame rate when loading
2941         image folders.
2942
2943 2015-09-18  Carl Hetherington  <cth@carlh.net>
2944
2945         * Add another upmixer which is a simpler
2946         matrix-type thing with no filtering
2947         (apart from Lfe).
2948
2949 2015-09-17  Carl Hetherington  <cth@carlh.net>
2950
2951         * Version 2.3.4 released.
2952
2953 2015-09-17  Carl Hetherington  <cth@carlh.net>
2954
2955         * Version 2.3.3 released.
2956
2957 2015-09-16  Carl Hetherington  <cth@carlh.net>
2958
2959         * Fix exception on adding an empty folder
2960         as content (#691).
2961
2962         * Add config option for default standard
2963         (SMPTE / Interop).
2964
2965 2015-09-16  Carl Hetherington  <cth@carlh.net>
2966
2967         * Allow imported DCPs to be referenced rather
2968         than re-wrapped (i.e. creation of VF DCPs).
2969
2970 2015-09-15  Carl Hetherington  <cth@carlh.net>
2971
2972         * Fix crash on re-making certificate chains
2973         after removing all existing certificates (#690).
2974
2975 2015-09-15  Carl Hetherington  <cth@carlh.net>
2976
2977         * Fix failure to display audio analysis
2978         in some cases.
2979
2980 2015-09-15  Carl Hetherington  <cth@carlh.net>
2981
2982         * Version 2.3.2 released.
2983
2984 2015-09-14  Carl Hetherington  <cth@carlh.net>
2985
2986         * Fix Windows short-cut to encode server.
2987
2988         * Version 2.3.1 released.
2989
2990 2015-09-14  Carl Hetherington  <cth@carlh.net>
2991
2992         * Version 2.2.1 released.
2993
2994 2015-09-03  Carl Hetherington  <cth@carlh.net>
2995
2996         * Quicker, though slightly less safe,
2997         check for existing picture data; go back
2998         from the last frame written until we
2999         find a good one rather than going
3000         through from the beginning until we find
3001         a bad one (#519, #504).
3002
3003         * Add frame counter to progress
3004         when transcoding (#111).
3005
3006         * Add button to export certificates
3007         from the configuration (#668).
3008
3009         * Add option to always analyse audio
3010         and put the peak value into the audio
3011         tab so it's easy to see (#673).
3012
3013 2015-09-14  Carl Hetherington  <cth@carlh.net>
3014
3015         * Version 2.2.0 released.
3016
3017 2015-09-14  Carl Hetherington  <cth@carlh.net>
3018
3019         * Version 2.1.65 released.
3020
3021 2015-09-12  Carl Hetherington  <cth@carlh.net>
3022
3023         * Version 2.1.64 released.
3024
3025 2015-09-12  Carl Hetherington  <cth@carlh.net>
3026
3027         * Several fixes to SMPTE subtitle syntax.
3028
3029         * Version 2.1.63 released.
3030
3031 2015-09-11  Carl Hetherington  <cth@carlh.net>
3032
3033         * Fix assertion failure when creating 6-channel DCPs
3034         using the mid-side processor.
3035
3036 2015-09-10  Carl Hetherington  <cth@carlh.net>
3037
3038         * Version 2.1.62 released.
3039
3040 2015-09-10  Carl Hetherington  <cth@carlh.net>
3041
3042         * Version 2.1.61 released.
3043
3044 2015-09-09  Carl Hetherington  <cth@carlh.net>
3045
3046         * Version 2.1.60 released.
3047
3048 2015-09-09  Carl Hetherington  <cth@carlh.net>
3049
3050         * Updated fr_FR translation from Thierry Journet.
3051
3052         * Version 2.1.59 released.
3053
3054 2015-09-09  Carl Hetherington  <cth@carlh.net>
3055
3056         * Version 2.1.59 released.
3057
3058 2015-09-09  Carl Hetherington  <cth@carlh.net>
3059
3060         * Use SRC_LINEAR when resampling for
3061         audio analysis to speed things up (#685).
3062
3063 2015-09-09  Carl Hetherington  <cth@carlh.net>
3064
3065         * Version 2.1.58 released.
3066
3067 2015-09-09  Carl Hetherington  <cth@carlh.net>
3068
3069         * Actually fix missing libsamplerate
3070         dylib for OS X.
3071
3072 2015-09-08  Carl Hetherington  <cth@carlh.net>
3073
3074         * Version 2.1.57 released.
3075
3076 2015-09-08  Carl Hetherington  <cth@carlh.net>
3077
3078         * Missing libsamplerate dylib for OS X.
3079
3080 2015-09-06  Carl Hetherington  <cth@carlh.net>
3081
3082         * Version 2.1.56 released.
3083
3084 2015-09-06  Carl Hetherington  <cth@carlh.net>
3085
3086         * Version 2.1.55 released.
3087
3088 2015-09-05  Carl Hetherington  <cth@carlh.net>
3089
3090         * Version 2.1.54 released.
3091
3092 2015-09-05  Carl Hetherington  <cth@carlh.net>
3093
3094         * Version 2.1.53 released.
3095
3096 2015-09-04  Carl Hetherington  <cth@carlh.net>
3097
3098         * Use libsamplerate for resampling instead
3099         of FFmpeg / libsoxr.
3100
3101         * Fix audio mapping view changing size
3102         on first click.
3103
3104         * Version 2.1.52 released.
3105
3106 2015-09-03  Carl Hetherington  <cth@carlh.net>
3107
3108         * Version 2.1.51 released.
3109
3110 2015-09-02  Carl Hetherington  <cth@carlh.net>
3111
3112         * Switch to soxr resampler as it seems
3113         to have fewer artefacts in some cases (#682, possibly #493).
3114
3115 2015-09-02  Carl Hetherington  <cth@carlh.net>
3116
3117         * Fix problems when changing the number
3118         of encoding servers / threads during an
3119         encode (#683).
3120
3121 2015-09-02  Carl Hetherington  <cth@carlh.net>
3122
3123         * Version 2.1.50 released.
3124
3125 2015-09-01  Carl Hetherington  <cth@carlh.net>
3126
3127         * Allow cancellation of transcodes during the
3128         checking of existing frames (#679).
3129
3130         * Version 2.1.49 released.
3131
3132 2015-08-31  Carl Hetherington  <cth@carlh.net>
3133
3134         * Version 2.1.48 released.
3135
3136 2015-08-31  Carl Hetherington  <cth@carlh.net>
3137
3138         * Stop very long searches for subtitles where
3139         there are none.
3140
3141         * Updated es_ES translation from Manuel AC.
3142
3143 2015-08-30  Carl Hetherington  <cth@carlh.net>
3144
3145         * Updated ru_RU translation from Igor Voytovich.
3146
3147 2015-08-28  Carl Hetherington  <cth@carlh.net>
3148
3149         * Version 2.1.47 released.
3150
3151 2015-08-28  Carl Hetherington  <cth@carlh.net>
3152
3153         * Fix crash on adding a KDM to DCP content
3154         (hopefully fixing #645).
3155
3156 2015-08-27  Carl Hetherington  <cth@carlh.net>
3157
3158         * Tidy up DCP content colour conversion
3159         a bit.
3160
3161         * Fix creation of badly-named configuration
3162         directories in some circumstances (#654).
3163
3164 2015-08-26  Carl Hetherington  <cth@carlh.net>
3165
3166         * Version 2.1.46 released.
3167
3168 2015-08-25  Carl Hetherington  <cth@carlh.net>
3169
3170         * Version 2.1.45 released.
3171
3172 2015-08-25  Carl Hetherington  <cth@carlh.net>
3173
3174         * Add video waveform viewer.
3175
3176 2015-08-23  Carl Hetherington  <cth@carlh.net>
3177
3178         * Use correct fonts to render subtitles in preview (#663).
3179
3180 2015-08-22  Carl Hetherington  <cth@carlh.net>
3181
3182         * Version 2.1.44 released.
3183
3184 2015-08-20  Carl Hetherington  <cth@carlh.net>
3185
3186         * Version 2.1.43 released.
3187
3188 2015-08-20  Carl Hetherington  <cth@carlh.net>
3189
3190         * Fix assertion failure with overlapping video content (#666).
3191
3192 2015-08-19  Carl Hetherington  <cth@carlh.net>
3193
3194         * Version 2.1.42 released.
3195
3196 2015-08-18  Carl Hetherington  <cth@carlh.net>
3197
3198         * Add custom dialog to select system fonts on Windows
3199         (#491).
3200
3201         * Version 2.1.41 released.
3202
3203 2015-08-18  Carl Hetherington  <cth@carlh.net>
3204
3205         * Add configuration for DCP creator metadata.
3206
3207         * Version 2.1.40 released.
3208
3209 2015-08-18  Carl Hetherington  <cth@carlh.net>
3210
3211         * Fix various problems when creating
3212         subtitled Interop DCPs on Windows.
3213
3214 2015-08-17  Carl Hetherington  <cth@carlh.net>
3215
3216         * Version 2.1.39 released.
3217
3218 2015-08-17  Carl Hetherington  <cth@carlh.net>
3219
3220         * Fix problems when encoding 3D from separate
3221         L/R sources.
3222
3223         * Version 2.1.38 released.
3224
3225 2015-08-17  Carl Hetherington  <cth@carlh.net>
3226
3227         * Fix crop of some YUV content.
3228
3229 2015-08-11  Carl Hetherington  <cth@carlh.net>
3230
3231         * Prevent multiple creation of certificate chains
3232         on startup (part of #651).
3233
3234 2015-08-10  Carl Hetherington  <cth@carlh.net>
3235
3236         * Fix erroneous folder creation on Windows (#654).
3237
3238         * Fix incorrect layout on Windows (#653).
3239
3240 2015-08-09  Carl Hetherington  <cth@carlh.net>
3241
3242         * Version 2.1.37 released.
3243
3244 2015-08-09  Carl Hetherington  <cth@carlh.net>
3245
3246         * Fix various incorrect behaviours with 96kHz
3247         audio sources.
3248
3249 2015-08-06  Carl Hetherington  <cth@carlh.net>
3250
3251         * Version 2.1.36 released.
3252
3253 2015-08-06  Carl Hetherington  <cth@carlh.net>
3254
3255         * Make dcpomatic_create assign a default name if none
3256         is specified.  Fix dcpomatic_create help.
3257
3258         * Add --no-sign and --no-use-isdcf-name to dcpomatic_create.
3259
3260 2015-08-05  Carl Hetherington  <cth@carlh.net>
3261
3262         * Version 2.1.35 released.
3263
3264 2015-08-05  Carl Hetherington  <cth@carlh.net>
3265
3266         * Version 2.1.34 released.
3267
3268 2015-08-05  Carl Hetherington  <cth@carlh.net>
3269
3270         * Version 2.1.33 released.
3271
3272 2015-08-04  Carl Hetherington  <cth@carlh.net>
3273
3274         * Version 2.1.32 released.
3275
3276 2015-08-04  Carl Hetherington  <cth@carlh.net>
3277
3278         * Add --standard option to dcpomatic_create.
3279
3280         * Disable "2D version of 3D content" ISDCF metadata
3281         checkbutton with 3D content (part of #652).
3282
3283 2015-07-30  Carl Hetherington  <cth@carlh.net>
3284
3285         * Allow recreation of the certificate chain and key
3286         used for KDM decryption (#644).
3287
3288 2015-07-29  Carl Hetherington  <cth@carlh.net>
3289
3290         * Version 2.1.31 released.
3291
3292 2015-07-29  Carl Hetherington  <cth@carlh.net>
3293
3294         * Fix "find missing" with DCP folders (#646).
3295
3296         * Fix garbled audio from DCP sources when running
3297         on Windows.
3298
3299 2015-07-28  Carl Hetherington  <cth@carlh.net>
3300
3301         * Stop forward-frame button going off the end of the film.
3302
3303         * Notice when content is modified and offer to save the project
3304         on closing DCP-o-matic.
3305
3306         * Recognise .w64 and .flac as audio files.
3307
3308 2015-07-27  Carl Hetherington  <cth@carlh.net>
3309
3310         * Version 2.1.30 released.
3311
3312 2015-07-27  Carl Hetherington  <cth@carlh.net>
3313
3314         * Updated ru_RU translation from Igor Voytovich.
3315
3316         * Version 2.1.29 released.
3317
3318 2015-07-27  Carl Hetherington  <cth@carlh.net>
3319
3320         * Fix i18n for some messages.
3321
3322 2015-07-25  Carl Hetherington  <cth@carlh.net>
3323
3324         * Version 2.1.28 released.
3325
3326 2015-07-24  Carl Hetherington  <cth@carlh.net>
3327
3328         * Fix problems when using large start trims relative
3329         to content length.
3330
3331 2015-07-22  Carl Hetherington  <cth@carlh.net>
3332
3333         * Use NR for rating an in ISDCF name if none is specified.
3334
3335 2015-07-21  Carl Hetherington  <cth@carlh.net>
3336
3337         * Version 2.1.27 released.
3338
3339 2015-07-21  Carl Hetherington  <cth@carlh.net>
3340
3341         * Fix incorrect conversion of audio from DCP sources (#642).
3342
3343 2015-07-20  Carl Hetherington  <cth@carlh.net>
3344
3345         * Version 2.1.26 released.
3346
3347 2015-07-20  Carl Hetherington  <cth@carlh.net>
3348
3349         * Fix missing second lines of subtitles in
3350         some cases (#641).
3351
3352 2015-07-19  Carl Hetherington  <cth@carlh.net>
3353
3354         * Fix some missing set-to-defaults (#640).
3355
3356         * Version 2.1.25 released.
3357
3358 2015-07-17  Carl Hetherington  <cth@carlh.net>
3359
3360         * Version 2.1.24 released.
3361
3362 2015-07-17  Carl Hetherington  <cth@carlh.net>
3363
3364         * Support FTP upload to TMS (#639).
3365
3366         * Fix bad behaviour of timeline snap.
3367
3368 2015-07-17  Carl Hetherington  <cth@carlh.net>
3369
3370         * Version 2.1.23 released.
3371
3372 2015-07-17  Carl Hetherington  <cth@carlh.net>
3373
3374         * Improve still-image filename sorting.
3375
3376 2015-07-16  Carl Hetherington  <cth@carlh.net>
3377
3378         * Updated ru_RU translation from Igor Voytovich.
3379
3380         * Version 2.1.22 released.
3381
3382 2015-07-16  Carl Hetherington  <cth@carlh.net>
3383
3384         * Updated ru_RU translation from Igor Voytovich.
3385
3386 2015-07-14  Carl Hetherington  <cth@carlh.net>
3387
3388         * Updated fr_FR translation from Thierry Journet.
3389
3390         * Fix trim point movement when changing DCP frame rate (#637).
3391
3392 2015-07-14  Carl Hetherington  <cth@carlh.net>
3393
3394         * Version 2.1.21 released.
3395
3396 2015-07-14  Carl Hetherington  <cth@carlh.net>
3397
3398         * Fix occasional strange failure to allow content
3399         selection (#636).
3400
3401         * Fix failure to encode 3D from separate content
3402         in some cases (from 1.x) (#634).
3403
3404         * Fix non-working 3D DCP creation when using separate
3405         pieces of content for each eye (#635).
3406
3407 2015-07-12  Carl Hetherington  <cth@carlh.net>
3408
3409         * Enforce restrictions on SSL certificate properties.
3410
3411 2015-07-09  Carl Hetherington  <cth@carlh.net>
3412
3413         * Improve 'best' frame rate guess in some cases (#633).
3414
3415         * Version 2.1.20 released.
3416
3417 2015-07-09  Carl Hetherington  <cth@carlh.net>
3418
3419         * Fix error when using DCP content with no audio channels.
3420
3421         * Stop Ctrl+A working when the content tab is not visible (#577).
3422
3423 2015-07-08  Carl Hetherington  <cth@carlh.net>
3424
3425         * Remove the (I suspect) rarely used and very limited
3426         'properties' dialogue.
3427
3428         * Stop V2 recognising V1 servers and vice versa (#510).
3429
3430 2015-07-07  Carl Hetherington  <cth@carlh.net>
3431
3432         * Version 2.1.19 released.
3433
3434 2015-07-06  Carl Hetherington  <cth@carlh.net>
3435
3436         * Copy pl_PL translation from 1.x.
3437
3438 2015-07-06  Carl Hetherington  <cth@carlh.net>
3439
3440         * Version 2.1.18 released.
3441
3442 2015-07-06  Carl Hetherington  <cth@carlh.net>
3443
3444         * Fix incorrectly formatted KDM emails (#630).
3445
3446 2015-07-03  Carl Hetherington  <cth@carlh.net>
3447
3448         * Version 2.1.17 released.
3449
3450 2015-07-03  Carl Hetherington  <cth@carlh.net>
3451
3452         * Version 2.1.16 released.
3453
3454 2015-07-02  Carl Hetherington  <cth@carlh.net>
3455
3456         * Version 2.1.15 released.
3457
3458 2015-07-02  Carl Hetherington  <cth@carlh.net>
3459
3460         * Support <font color="#abcdef"> tags in SubRip files.
3461
3462         * Fix failure to burn subs over existing DCP sources.
3463
3464         * Remove output gamma configuration option.
3465
3466 2015-07-02  Carl Hetherington  <cth@carlh.net>
3467
3468         * Version 2.1.14 released.
3469
3470 2015-07-02  Carl Hetherington  <cth@carlh.net>
3471
3472         * Version 2.1.13 released.
3473
3474 2015-07-02  Carl Hetherington  <cth@carlh.net>
3475
3476         * Restore audio analysis button for individual
3477         sources (#607 and #622).
3478
3479 2015-06-30  Carl Hetherington  <cth@carlh.net>
3480
3481         * Write FFmpeg messages of AV_LOG_WARNING and
3482         below to the project's log file.
3483
3484 2015-06-29  Carl Hetherington  <cth@carlh.net>
3485
3486         * Version 2.1.12 released.
3487
3488 2015-06-25  Carl Hetherington  <cth@carlh.net>
3489
3490         * Disallow impossible burn settings by manipulating
3491         the controls in the subtitle panel (#625).
3492
3493 2015-06-26  Carl Hetherington  <cth@carlh.net>
3494
3495         * Version 2.1.11 released.
3496
3497 2015-06-26  Carl Hetherington  <cth@carlh.net>
3498
3499         * Fix missing subtitles in some cases.
3500
3501         * Fix no-rebuild of DCP after subtitle burn is turned off/on.
3502
3503 2015-06-25  Carl Hetherington  <cth@carlh.net>
3504
3505         * Version 2.1.10 released.
3506
3507 2015-06-25  Carl Hetherington  <cth@carlh.net>
3508
3509         * Add decode debugging option.
3510
3511 2015-06-25  Carl Hetherington  <cth@carlh.net>
3512
3513         * Version 2.1.9 released.
3514
3515 2015-06-24  Carl Hetherington  <cth@carlh.net>
3516
3517         * Version 2.1.8 released.
3518
3519 2015-06-24  Carl Hetherington  <cth@carlh.net>
3520
3521         * Bump libdcp for probable fix to various font ID problems (#620).
3522
3523 2015-06-23  Carl Hetherington  <cth@carlh.net>
3524
3525         * Fix incorrect saving of colour conversion settings (#618).
3526
3527 2015-06-21  Carl Hetherington  <cth@carlh.net>
3528
3529         * Add some more video properties to the content properties
3530         dialogue.
3531
3532         * Version 2.1.7 released.
3533
3534 2015-06-21  Carl Hetherington  <cth@carlh.net>
3535
3536         * Prevent DCP creation if the project is set up to request
3537         non-burnt-in subtitles with text-subtitle content (#606).
3538
3539         * Fix status message appearance on OS X (#615).
3540
3541 2015-06-19  Carl Hetherington  <cth@carlh.net>
3542
3543         * Fix non-working audio analysis dialogue.
3544
3545         * Version 2.1.6 released.
3546
3547 2015-06-18  Carl Hetherington  <cth@carlh.net>
3548
3549         * Version 2.1.5 released.
3550
3551 2015-06-18  Carl Hetherington  <cth@carlh.net>
3552
3553         * Fix error when copying fonts into subtitles
3554         on Windows (#612).
3555
3556         * Split job status onto two lines (#610).
3557
3558         * Fix audio channel counts in DCP names when
3559         processors are in use (#609).
3560
3561 2015-06-18  Carl Hetherington  <cth@carlh.net>
3562
3563         * Version 2.1.4 released.
3564
3565 2015-06-18  Carl Hetherington  <cth@carlh.net>
3566
3567         * Fixes to Linux .desktop files.
3568
3569         * Stop playback when we reach the end of the film.
3570
3571 2015-06-16  Carl Hetherington  <cth@carlh.net>
3572
3573         * Prevent selection of fewer DCP channels than
3574         are present in the output of an active processor (#611).
3575
3576 2015-06-15  Carl Hetherington  <cth@carlh.net>
3577
3578         * Select newly-added content (#455).
3579
3580 2015-06-14  Carl Hetherington  <cth@carlh.net>
3581
3582         * Version 2.1.3 released.
3583
3584 2015-06-14  Carl Hetherington  <cth@carlh.net>
3585
3586         * Fix parsing of .srt files with a Unicode
3587         byte-order-mark.
3588
3589         * Add buttons to set trim from current `playhead'
3590         position (#372).
3591
3592 2015-06-13  Carl Hetherington  <cth@carlh.net>
3593
3594         * Version 2.1.2 released.
3595
3596 2015-06-13  Carl Hetherington  <cth@carlh.net>
3597
3598         * Fix i18n.
3599
3600         * Version 2.1.1 released.
3601
3602 2015-06-13  Carl Hetherington  <cth@carlh.net>
3603
3604         * Version 2.1.0 released.
3605
3606 2015-06-13  Carl Hetherington  <cth@carlh.net>
3607
3608         * Make ru_RU translation actually work.
3609
3610         * Update progress bar (sort-of) when finding subtitles (#603).
3611
3612         * Make sure audio mapping view is scrollable when necessary (#597).
3613
3614 2015-06-12  Carl Hetherington  <cth@carlh.net>
3615
3616         * Add a close button to the audio plot on Linux (#602).
3617
3618         * Version 2.0.51 released.
3619
3620 2015-06-12  Carl Hetherington  <cth@carlh.net>
3621
3622         * New ru_RU translation from Igor Voytovich.
3623
3624 2015-06-12  Carl Hetherington  <cth@carlh.net>
3625
3626         * Fix for every audio stream being mapped to the DCP when loading
3627         old films.
3628
3629 2015-06-11  Carl Hetherington  <cth@carlh.net>
3630
3631         * Fix massive slowdown of direct J2K->DCP encodes (#599).
3632
3633         * Fix hang on audio analysis in some cases (#598).
3634
3635         * Fix never-ending encode when XYZ values are clamped (#600).
3636
3637 2015-06-10  Carl Hetherington  <cth@carlh.net>
3638
3639         * Version 2.0.50 released.
3640
3641 2015-06-10  Carl Hetherington  <cth@carlh.net>
3642
3643         * Skip audio analysis when there is no audio content (#596).
3644
3645 2015-06-09  Carl Hetherington  <cth@carlh.net>
3646
3647         * Version 2.0.49 released.
3648
3649 2015-06-04  Carl Hetherington  <cth@carlh.net>
3650
3651         * Version 2.0.48 released.
3652
3653 2015-06-03  Carl Hetherington  <cth@carlh.net>
3654
3655         * Various fixes to subtitle rendering, including independent
3656         x and y scale of text subs (#489).
3657
3658 2015-06-02  Carl Hetherington  <cth@carlh.net>
3659
3660         * Allow use of all content audio streams, not just
3661         the selected one.
3662
3663         * Tweak colour conversion controls so that it's easier
3664         to use a preset without seeing the details.
3665
3666 2015-05-25  Carl Hetherington  <cth@carlh.net>
3667
3668         * Block all but alphanumeric characters with a few bits
3669         of punctuation from DCP names.
3670
3671         * Improve view of jobs in various ways.
3672
3673         * Increase the number of images that DCP-o-matic will
3674         keep around in memory before resorting to pushing them
3675         to disk.
3676
3677         * Display DCP container size beside the choice
3678         in the DCP tab.
3679
3680         * Try to set up useful default colour conversions
3681         depending on the type and resolution of content (#565).
3682
3683 2015-05-23  Carl Hetherington  <cth@carlh.net>
3684
3685         * Fix failure to import some video MXFs (#566).
3686
3687 2015-05-17  Carl Hetherington  <cth@carlh.net>
3688
3689         * Update DCP name on changing DCP standard (#570).
3690
3691 2015-05-14  Carl Hetherington  <cth@carlh.net>
3692
3693         * Version 2.0.47 released.
3694
3695 2015-05-13  Carl Hetherington  <cth@carlh.net>
3696
3697         * Various fixes to embedded image subtitle
3698         handling.
3699
3700 2015-05-10  Carl Hetherington  <cth@carlh.net>
3701
3702         * Version 2.0.46 released.
3703
3704 2015-05-10  Carl Hetherington  <cth@carlh.net>
3705
3706         * Version 2.0.45 released.
3707
3708 2015-05-10  Carl Hetherington  <cth@carlh.net>
3709
3710         * Version 2.0.44 released.
3711
3712 2015-05-10  Carl Hetherington  <cth@carlh.net>
3713
3714         * Fix sometimes-missing channel labels on OS X audio analysis.
3715
3716 2015-05-09  Carl Hetherington  <cth@carlh.net>
3717
3718         * Efficiency fix for cases where there is a lot of processing
3719         power.
3720
3721         * Add UTF-8 content type to KDM emails to try to fix #549.
3722
3723         * Disable OK until a download succeeds in the certificate
3724         downloader (#404).
3725
3726 2015-05-07  Carl Hetherington  <cth@carlh.net>
3727
3728         * Version 2.0.43 released.
3729
3730 2015-05-07  Carl Hetherington  <cth@carlh.net>
3731
3732         * A few small but possibly sigificant correctness fixes
3733         for subtitles (thanks to dcp_inspect).
3734
3735 2015-05-04  Carl Hetherington  <cth@carlh.net>
3736
3737         * Version 2.0.42 released.
3738
3739 2015-05-04  Carl Hetherington  <cth@carlh.net>
3740
3741         * Move restore-default-prefs option (#537).
3742
3743         * Don't try to update config dialog when its window has been
3744         destroyed.  Fixes various crashes on Windows (from master).
3745
3746         * Add a simple content properties dialog (#554).
3747
3748 2015-05-01  carl  <cth@carlh.net>
3749
3750         * Don't load image files whose names start with ._ as they
3751         are probably OS X resource files (from master).
3752
3753 2015-04-30  Carl Hetherington  <cth@carlh.net>
3754
3755         * Copy subtitle fonts to the DCP, and provide
3756         LiberationSans-Regular as a default Arial equivalent.
3757
3758 2015-04-29  Carl Hetherington  <cth@carlh.net>
3759
3760         * Make disk space check take account of whether hard links
3761         are supported by the target filesystem (#511).
3762
3763         * Allow configuration of the encryption key (from master).
3764
3765         * Various fixes to bad timeline drag behaviour when
3766         snapping (from master).
3767
3768 2015-04-29  Carl Hetherington  <cth@carlh.net>
3769
3770         * Hand-apply 291179175729b62e17a9c322cd27ae134d1310d9,
3771         8d92cce7d2885afa13ee4cb6f546dbf43942124b and
3772         c994839239e84a1f62865ed82fdc090900a66b03 from master;
3773         stop flickering when dragging in the timeline on OS X.
3774
3775 2015-04-22  Carl Hetherington  <cth@carlh.net>
3776
3777         * Add P3 colour conversion preset.
3778
3779         * Hand-apply all changes relating to colour specification
3780         as chromaticity.
3781
3782 2015-04-20  Carl Hetherington  <cth@carlh.net>
3783
3784         * Hand-apply 47770097cf6a5d7dbbdded8977da5f3de53dfd33;
3785         single-file hashes.
3786
3787         * Hand-apply e1d0d24146592e311d46781a1961fe080f6357cf;
3788         attempt to fix confusion with the JPEG2000 bandwidth
3789         control when a user enters a value directly rather than
3790         using the spin arrows.
3791
3792 2015-04-16  Carl Hetherington  <cth@carlh.net>
3793
3794         * Fix potential OS X crashes due to another incarnation
3795         of the bizarre multi-thread stringstream bug.
3796
3797 2015-04-15  Carl Hetherington  <cth@carlh.net>
3798
3799         * Hand-apply 94998e12d117f3f1781dfb1318939debfbf34546 from master;
3800         add option to restore the default configuration.
3801
3802 2015-04-12  Carl Hetherington  <cth@carlh.net>
3803
3804         * Hand-apply 69866d9ba972d21375081c313ac245535ac55be9 from master;
3805         handle removed ratio if it occurs in old files.
3806
3807         * Hand-apply c0e0b90d987af2586323d4a67bd67330256da51d from master;
3808         remove 1.37 ratio and set Academy to 1.375.
3809
3810         * Hand-apply 83f1ea8eacb4d56860ccdb9db5acdf12c6e71dfb from master;
3811         ellipsize filters strings if it is long.
3812
3813         * Hand-apply 24ae3a8f0a68529b50c34079e643caf6b9327523 from master;
3814         use the number of mapped audio channels for the DCP name, not the
3815         number of DCP channels (#479).
3816
3817 2015-03-25  Carl Hetherington  <cth@carlh.net>
3818
3819         * Remove scaler settings and just uses SWS_BICUBIC all round.
3820
3821         * Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow
3822         even DCP audio channel counts between 2 and 16 inclusive.
3823
3824         * Hand-apply 3e3d3e46a74af7b3e6431033c7c80bd058c02cf6update;
3825         full/play length in the timing panel when the DCP frame rate is
3826         changed.
3827
3828 2015-03-24  Carl Hetherington  <cth@carlh.net>
3829
3830         * Hand-apply 31eafa8a121b8d341d198e4fe426ee843cc70167; add a note
3831         to the timing panel to try to stop people changing the video frame
3832         rate in the wrong circumstances.
3833
3834         * Hand-apply e30fd8d; resurrect JSON server code.
3835
3836         * Hand-apply 7ba9dcdbfe8f0d94ad9887843995c152c45dfe9e from master;
3837         allow "deletion" of the audio part of a FFmpeg file from the
3838         timeline; delete unmaps the audio (#316).
3839
3840 2015-02-25  Carl Hetherington  <cth@carlh.net>
3841
3842         * Version 2.0.41 released.
3843
3844 2015-02-10  Carl Hetherington  <cth@carlh.net>
3845
3846         * Default to no colour conversion for
3847         JPEG2000 and DCP content (#445).
3848
3849 2015-02-06  Carl Hetherington  <cth@carlh.net>
3850
3851         * Version 2.0.40 released.
3852
3853 2015-02-06  Carl Hetherington  <cth@carlh.net>
3854
3855         * Version 2.0.39 released.
3856
3857 2015-01-31  Carl Hetherington  <cth@carlh.net>
3858
3859         * Fix error when using audio delay.
3860
3861 2015-01-30  Carl Hetherington  <cth@carlh.net>
3862
3863         * Fix update of preview when video fade changes.
3864
3865         * Hopefully fix black borders round the preview in
3866         some cases.
3867
3868 2015-01-24  Carl Hetherington  <cth@carlh.net>
3869
3870         * Version 2.0.38 released.
3871
3872 2015-01-23  Carl Hetherington  <cth@carlh.net>
3873
3874         * Fix update checker.
3875
3876         * Scan a whole FFmpeg file if no duration is given
3877         in its header.
3878
3879         * Fix flicker of SubRip subtitles in some cases.
3880
3881         * Version 2.0.37 released.
3882
3883 2015-01-21  Carl Hetherington  <cth@carlh.net>
3884
3885         * Version 2.0.36 released.
3886
3887 2015-01-21  Carl Hetherington  <cth@carlh.net>
3888
3889         * Fix differentiation between MXF-wrapped subtitles
3890         and video/audio content.
3891
3892 2015-01-20  Carl Hetherington  <cth@carlh.net>
3893
3894         * Version 2.0.35 released.
3895
3896 2015-01-20  Carl Hetherington  <cth@carlh.net>
3897
3898         * More informative error when failing to decode
3899         JPEG2000 files.
3900
3901 2015-01-15  Carl Hetherington  <cth@carlh.net>
3902
3903         * Version 2.0.34 released.
3904
3905 2015-01-15  Carl Hetherington  <cth@carlh.net>
3906
3907         * Version 2.0.33 released.
3908
3909 2015-01-15  Carl Hetherington  <cth@carlh.net>
3910
3911         * Version 2.0.32 released.
3912
3913 2015-01-15  Carl Hetherington  <cth@carlh.net>
3914
3915         * Version 2.0.31 released.
3916
3917 2015-01-15  Carl Hetherington  <cth@carlh.net>
3918
3919         * Version 2.0.30 released.
3920
3921 2015-01-11  Carl Hetherington  <cth@carlh.net>
3922
3923         * Version 2.0.29 released.
3924
3925 2015-01-11  Carl Hetherington  <cth@carlh.net>
3926
3927         * Version 2.0.28 released.
3928
3929 2015-01-07  Carl Hetherington  <cth@carlh.net>
3930
3931         * Version 2.0.27 released.
3932
3933 2015-01-07  Carl Hetherington  <cth@carlh.net>
3934
3935         * Version 2.0.26 released.
3936
3937 2015-01-04  Carl Hetherington  <cth@carlh.net>
3938
3939         * Fix loading of SMPTE XML subtitles which
3940         are not MXF-wrapped.
3941
3942 2014-12-14  Carl Hetherington  <cth@carlh.net>
3943
3944         * Version 2.0.25 released.
3945
3946 2014-12-11  Carl Hetherington  <cth@carlh.net>
3947
3948         * Version 2.0.24 released.
3949
3950 2014-12-11  Carl Hetherington  <cth@carlh.net>
3951
3952         * Version 2.0.23 released.
3953
3954 2014-12-11  Carl Hetherington  <cth@carlh.net>
3955
3956         * Add a language property to subtitle content and use it
3957         for the DCP subtitle's language specification.
3958
3959 2014-11-24  Carl Hetherington  <cth@carlh.net>
3960
3961         * Version 2.0.22 released.
3962
3963 2014-11-24  Carl Hetherington  <cth@carlh.net>
3964
3965         * Allow import of J2K image sequences.
3966
3967 2014-11-12  Carl Hetherington  <cth@carlh.net>
3968
3969         * Version 2.0.21 released.
3970
3971 2014-11-12  Carl Hetherington  <cth@carlh.net>
3972
3973         * Version 2.0.20 released.
3974
3975 2014-11-10  Carl Hetherington  <cth@carlh.net>
3976
3977         * Guess initial scale from the size of video
3978         content images, taking pixel aspect ratio into
3979         account where possible.
3980
3981 2014-11-07  Carl Hetherington  <cth@carlh.net>
3982
3983         * Add a hint if there is 3D content in a proposed 2D DCP.
3984
3985 2014-11-06  Carl Hetherington  <cth@carlh.net>
3986
3987         * Basic support for emailing a report of
3988         a problem (#43).
3989
3990 2014-11-05  Carl Hetherington  <cth@carlh.net>
3991
3992         * Add a few more hints.
3993
3994 2014-10-30  Carl Hetherington  <cth@carlh.net>
3995
3996         * Version 2.0.19 released.
3997
3998 2014-10-30  Carl Hetherington  <cth@carlh.net>
3999
4000         * Fix mis-merge causing complete breakage
4001         of the main window.
4002
4003 2014-10-28  Carl Hetherington  <cth@carlh.net>
4004
4005         * Version 2.0.18 released.
4006
4007 2014-10-26  Carl Hetherington  <cth@carlh.net>
4008
4009         * Version 2.0.17 released.
4010
4011 2014-11-02  Carl Hetherington  <cth@carlh.net>
4012
4013         * Be more tolerant of some FFmpeg audio decoding errors;
4014         should fix #352.
4015
4016 2014-10-26  Carl Hetherington  <cth@carlh.net>
4017
4018         * Version 2.0.16 released.
4019
4020 2014-10-24  Carl Hetherington  <cth@carlh.net>
4021
4022         * Add a pause button for jobs.
4023
4024         * Experimental support for bypassing colourspace conversion (#266).
4025
4026         * Version 1.76.6 released.
4027
4028 2014-10-23  Carl Hetherington  <cth@carlh.net>
4029
4030         * Version 1.76.5 released.
4031
4032 2014-10-23  Carl Hetherington  <cth@carlh.net>
4033
4034         * Version 1.76.4 released.
4035
4036 2014-10-23  Carl Hetherington  <cth@carlh.net>
4037
4038         * Rename 'Add folder' to 'Add image sequence'
4039         and add some tooltips.
4040
4041         * Move the "keep video in sequence" button into
4042         the timeline dialogue.
4043
4044         * Fix mix-placement of content when using the "Down"
4045         button to move it.
4046
4047 2014-10-22  Carl Hetherington  <cth@carlh.net>
4048
4049         * Version 2.0.15 released.
4050
4051 2014-10-22  Carl Hetherington  <cth@carlh.net>
4052
4053         * Version 1.76.3 released.
4054
4055 2014-10-22  Carl Hetherington  <cth@carlh.net>
4056
4057         * Fix bug where some files from iTunes would
4058         be read as being at 90,000fps.
4059
4060 2014-10-20  Carl Hetherington  <cth@carlh.net>
4061
4062         * Version 1.76.2 released.
4063
4064 2014-10-19  Carl Hetherington  <cth@carlh.net>
4065
4066         * Add simple note of what audio resampling
4067         will be done to the audio panel.
4068
4069 2014-10-16  Carl Hetherington  <cth@carlh.net>
4070
4071         * Version 1.75.2 released.
4072
4073 2014-10-16  Carl Hetherington  <cth@carlh.net>
4074
4075         * Version 1.75.1 released.
4076
4077 2014-10-16  Carl Hetherington  <cth@carlh.net>
4078
4079         * Version 1.75.0 released.
4080
4081 2014-10-14  Carl Hetherington  <cth@carlh.net>
4082
4083         * Version 1.74.3 released.
4084
4085 2014-10-08  Carl Hetherington  <cth@carlh.net>
4086
4087         * Make server finding more reliable when
4088         there are more than a few servers.
4089
4090 2014-10-05  Carl Hetherington  <cth@carlh.net>
4091
4092         * Use a more sensible default position and size for
4093         .srt subs.
4094
4095 2014-10-03  Carl Hetherington  <cth@carlh.net>
4096
4097         * Version 2.0.14 released.
4098
4099 2014-10-01  Carl Hetherington  <cth@carlh.net>
4100
4101         * Version 2.0.13 released.
4102
4103 2014-09-30  Carl Hetherington  <cth@carlh.net>
4104
4105         * Version 2.0.12 released.
4106
4107 2014-09-30  Carl Hetherington  <cth@carlh.net>
4108
4109         * Add basic video fade in/out.
4110
4111 2014-09-22  Carl Hetherington  <cth@carlh.net>
4112
4113         * Version 2.0.11 released.
4114
4115 2014-09-18  Carl Hetherington  <cth@carlh.net>
4116
4117         * Version 2.0.10 released.
4118
4119 2014-10-08  Carl Hetherington  <cth@carlh.net>
4120
4121         * Version 1.74.2 released.
4122
4123 2014-10-08  Carl Hetherington  <cth@carlh.net>
4124
4125         * Version 1.74.1 released.
4126
4127 2014-10-05  Carl Hetherington  <cth@carlh.net>
4128
4129         * Bump ffmpeg version.
4130
4131 2014-10-06  Carl Hetherington  <cth@carlh.net>
4132
4133         * Version 1.74.0 released.
4134
4135 2014-10-06  Carl Hetherington  <cth@carlh.net>
4136
4137         * Version 1.73.9 released.
4138
4139 2014-09-28  Carl Hetherington  <cth@carlh.net>
4140
4141         * Version 1.73.8 released.
4142
4143 2014-09-28  Carl Hetherington  <cth@carlh.net>
4144
4145         * Add a few key shortcuts.
4146
4147 2014-09-16  Carl Hetherington  <cth@carlh.net>
4148
4149         * Version 1.73.7 released.
4150
4151 2014-09-16  Carl Hetherington  <cth@carlh.net>
4152
4153         * Fix non-update of audio gain when changing selected content.
4154
4155 2014-09-14  Carl Hetherington  <cth@carlh.net>
4156
4157         * Version 1.73.6 released.
4158
4159 2014-09-14  Carl Hetherington  <cth@carlh.net>
4160
4161         * Version 1.73.5 released.
4162
4163 2014-09-14  Carl Hetherington  <cth@carlh.net>
4164
4165         * Update to nl_NL translation from Cherif Ben Brahim.
4166
4167 2014-09-12  Carl Hetherington  <cth@carlh.net>
4168
4169         * Version 2.0.9 released.
4170
4171 2014-09-12  Carl Hetherington  <cth@carlh.net>
4172
4173         * Add "re-examine" option to content context menu (#339).
4174
4175 2014-09-11  Carl Hetherington  <cth@carlh.net>
4176
4177         * Restore encoding optimisations for still-image sources.
4178
4179         * Add option to re-make signing chain with specified organisation,
4180         common names etc. (#354)
4181
4182         * Allow separate X and Y scale for subtitles (#337).
4183
4184 2014-09-10  Carl Hetherington  <cth@carlh.net>
4185
4186         * Allow DCP names to be created using the ISDCF template and then
4187         edited afterwards (#401).
4188
4189         * Fix hidden advanced preferences button in some locales.
4190
4191         * Version 2.0.8 released.
4192
4193 2014-09-10  Carl Hetherington  <cth@carlh.net>
4194
4195         * Fix loading of 1.x films.
4196
4197         * Fix crash on audio analysis in some cases.
4198
4199 2014-09-09  Carl Hetherington  <cth@carlh.net>
4200
4201         * Version 2.0.7 released.
4202
4203 2014-09-09  Carl Hetherington  <cth@carlh.net>
4204
4205         * Version 2.0.6 released.
4206
4207 2014-09-09  Carl Hetherington  <cth@carlh.net>
4208
4209         * Fix missing OS X dependencies.
4210
4211         * Use a different directory for DCP-o-matic 2
4212         configuration (not the same as 1.x).
4213
4214 2014-09-08  Carl Hetherington  <cth@carlh.net>
4215
4216         * Version 2.0.5 released.
4217
4218         * Fix hidden advanced preferences button in some locales.
4219
4220 2014-09-08  Carl Hetherington  <cth@carlh.net>
4221
4222         * Fix failure to load Targa files.
4223
4224 2014-09-07  Carl Hetherington  <cth@carlh.net>
4225
4226         * Put no stretch / no scale in the set of choices for default
4227         scale to.
4228
4229         * Fix a few bad fuzzy translations from the preferences dialog.
4230
4231 2014-09-03  Carl Hetherington  <cth@carlh.net>
4232
4233         * Fix server certificate downloads on OS X (#376).
4234
4235 2014-09-02  Carl Hetherington  <cth@carlh.net>
4236
4237         * Improve behaviour of batch converter window when it is shrunk (#338).
4238
4239 2014-09-01  Carl Hetherington  <cth@carlh.net>
4240
4241         * Version 1.73.1 released.
4242
4243 2014-08-31  Carl Hetherington  <cth@carlh.net>
4244
4245         * Remove configurable CPL <Creator> and use "DCP-o-matic (version) (git)"
4246         instead.
4247
4248         * Fix lack of i18n of strings from src/lib/po on OS X.
4249
4250         * Give a hint when content and container aspect ratios are not
4251         the same (#392).
4252
4253         * Add "copy" button to colour conversion presets editor (#399).
4254
4255         * Allow drag-and-drop of files onto the content list (#395).
4256
4257 2014-08-29  Carl Hetherington  <cth@carlh.net>
4258
4259         * Version 2.0.4 released.
4260
4261 2014-08-24  Carl Hetherington  <cth@carlh.net>
4262
4263         * Version 2.0.3 released.
4264
4265 2014-08-24  Carl Hetherington  <cth@carlh.net>
4266
4267         * Version 2.0.2 released.
4268
4269 2014-08-06  Carl Hetherington  <cth@carlh.net>
4270
4271         * Version 2.0.1 released.
4272
4273 2014-07-15  Carl Hetherington  <cth@carlh.net>
4274
4275         * A variety of changes were made on the 2.0 branch
4276         but not documented in the ChangeLog.  Most sigificantly:
4277
4278         - DCP import
4279         - Creation of DCPs with proper XML subtitles
4280         - Import of .srt and .xml subtitles
4281         - Audio processing framework (with some basic processors).
4282
4283 2014-03-07  Carl Hetherington  <cth@carlh.net>
4284
4285         * Add subtitle view.
4286         * Some improvements to the manual.
4287
4288 2014-08-26  Carl Hetherington  <cth@carlh.net>
4289
4290         * Version 1.73.0 released.
4291
4292 2014-08-25  Carl Hetherington  <cth@carlh.net>
4293
4294         * Basic recent files list in the File menu.
4295
4296 2014-08-23  Carl Hetherington  <cth@carlh.net>
4297
4298         * Version 1.72.12 released.
4299
4300 2014-08-23  Carl Hetherington  <cth@carlh.net>
4301
4302         * Revert previous use of AVFormatContext::start_time when
4303         computing the length of video.  I think this is wrong, and
4304         causes bits to be missed off the end of videos (and other
4305         problems).
4306
4307 2014-08-20  Carl Hetherington  <cth@carlh.net>
4308
4309         * Version 1.72.11 released.
4310
4311 2014-08-19  Carl Hetherington  <cth@carlh.net>
4312
4313         * Attempt to fix random crashes on OS X (especially during encodes)
4314         thought to be caused by multiple threads using (different) stringstreams
4315         at the same time; see src/lib/safe_stringstream.
4316
4317 2014-08-09  Carl Hetherington  <cth@carlh.net>
4318
4319         * Version 1.72.10 released.
4320
4321 2014-08-09  Carl Hetherington  <cth@carlh.net>
4322
4323         * Version 1.72.8 released.
4324
4325 2014-08-08  Carl Hetherington  <cth@carlh.net>
4326
4327         * Approximate support for changing timing details of multiple
4328         bits of content at the same time.
4329
4330         * Allow removal of multiple bits of content at the same time.
4331
4332         * Version 1.72.7 released.
4333
4334 2014-08-04  Carl Hetherington  <cth@carlh.net>
4335
4336         * Add BCC option for KDM emails.
4337
4338 2014-07-29  Carl Hetherington  <cth@carlh.net>
4339
4340         * Version 1.72.5 released.
4341
4342 2014-07-17  Carl Hetherington  <cth@carlh.net>
4343
4344         * Fix corrupted text in job descriptions in some cases.
4345
4346         * Speculative fix for failure to keep Windows
4347         machines awake during encodes.
4348
4349 2014-07-16  Carl Hetherington  <cth@carlh.net>
4350
4351         * Version 1.72.4 released.
4352
4353 2014-07-16  Carl Hetherington  <cth@carlh.net>
4354
4355         * Add default scaling setting to preferences (#384).
4356
4357         * Version 1.72.3 released.
4358
4359 2014-07-16  Carl Hetherington  <cth@carlh.net>
4360
4361         * Improve approximate time reports a bit.
4362
4363         * Make KDM email subject configurable.
4364
4365         * Updates to de_DE from Carsten Kurz.
4366
4367         * Limit allowed KDM types based on Interop/SMPTE setting
4368         of DCP (#385).
4369
4370         * Updates to fr_FR from Grégoire Ausina.
4371
4372 2014-07-14  Carl Hetherington  <cth@carlh.net>
4373
4374         * Bump libdcp to get a new version which writes
4375         <Hash> values to CPLs.
4376
4377 2014-07-10  Carl Hetherington  <cth@carlh.net>
4378
4379         * Version 1.72.2 released.
4380 >>>>>>> origin/master
4381
4382 2014-07-10  Carl Hetherington  <cth@carlh.net>
4383
4384         * Try to fix corruption of KDM email setting in
4385         some cases.
4386
4387         * Version 1.72.1 released.
4388
4389 2014-07-08  Carl Hetherington  <cth@carlh.net>
4390
4391         * Fix various problems with seek and content
4392         being trimmed when its video frame rate is
4393         overridden.
4394
4395 2014-07-02  Carl Hetherington  <cth@carlh.net>
4396
4397         * Updated de_DE translation from Carsten Kurz.
4398
4399 2014-06-30  Carl Hetherington  <cth@carlh.net>
4400
4401         * Version 1.72.0 released.
4402
4403 2014-06-28  Carl Hetherington  <cth@carlh.net>
4404
4405         * Version 1.71.2 released.
4406
4407 2014-06-28  Carl Hetherington  <cth@carlh.net>
4408
4409         * Version 1.71.1 released.
4410
4411 2014-06-28  Carl Hetherington  <cth@carlh.net>
4412
4413         * Fix crash on analysing audio (and possibly DCP creation) with
4414         resampled content.
4415
4416 2014-06-27  Carl Hetherington  <cth@carlh.net>
4417
4418         * Version 1.71.0 released.
4419
4420 2014-06-27  Carl Hetherington  <cth@carlh.net>
4421
4422         * Fix up/down buttons in content list.
4423
4424 2014-06-26  Carl Hetherington  <cth@carlh.net>
4425
4426         * Version 1.70.1 released.
4427
4428 2014-06-26  Carl Hetherington  <cth@carlh.net>
4429
4430         * Support different KDM formulations.
4431
4432         * Allow override of detected video frame rates.
4433
4434         * Optimisation of uncertain effect to encoder and server
4435         thread handling.
4436
4437         * Version 1.70.0 released.
4438
4439 2014-06-25  Carl Hetherington  <cth@carlh.net>
4440
4441         * Version 1.69.37 released.
4442
4443 2014-06-25  Carl Hetherington  <cth@carlh.net>
4444
4445         * Version 1.69.36 released.
4446
4447 2014-06-25  Carl Hetherington  <cth@carlh.net>
4448
4449         * Support pixel format 46 in make_black().
4450
4451 2014-06-24  Carl Hetherington  <cth@carlh.net>
4452
4453         * Re-assign timeline tracks when things are
4454         moved about.
4455
4456 2014-06-23  Carl Hetherington  <cth@carlh.net>
4457
4458         * Try harder to cope with DCP names specified
4459         already in CamelCase.
4460
4461         * Add option to CC a KDM email, and add
4462         $SCREENS and $CINEMA_NAME as variables
4463         in the email.
4464
4465 2014-06-22  Carl Hetherington  <cth@carlh.net>
4466
4467         * Reset-to-default button for KDM email text.
4468
4469         * Version 1.69.35 released.
4470
4471 2014-06-22  Carl Hetherington  <cth@carlh.net>
4472
4473         * Fix large memory leak with image sources.
4474
4475 2014-06-21  Carl Hetherington  <cth@carlh.net>
4476
4477         * Move email config into the KDM email page.
4478
4479         * Version 1.69.34 released.
4480
4481 2014-06-21  Carl Hetherington  <cth@carlh.net>
4482
4483         * Version 1.69.33 released.
4484
4485 2014-06-21  Carl Hetherington  <cth@carlh.net>
4486
4487         * Version 1.69.32 released.
4488
4489 2014-06-21  Carl Hetherington  <cth@carlh.net>
4490
4491         * Version 1.69.31 released.
4492
4493 2014-06-20  Carl Hetherington  <cth@carlh.net>
4494
4495         * Version 1.69.30 released.
4496
4497 2014-06-20  Carl Hetherington  <cth@carlh.net>
4498
4499         * Updates to de_DE translation from Carsten Kurz.
4500
4501 2014-06-18  Carl Hetherington  <cth@carlh.net>
4502
4503         * Version 1.69.29 released.
4504
4505 2014-06-18  Carl Hetherington  <cth@carlh.net>
4506
4507         * Fix thinko causing incorrect audio sample rates in some cases.
4508
4509 2014-06-15  Carl Hetherington  <cth@carlh.net>
4510
4511         * Version 1.69.28 released.
4512
4513 2014-06-12  Carl Hetherington  <cth@carlh.net>
4514
4515         * Version 1.69.27 released.
4516
4517 2014-06-12  Carl Hetherington  <cth@carlh.net>
4518
4519         * Add Content menu with "scale to fit width" and "scale
4520         to fit height" options.
4521
4522         * Version 1.69.26 released.
4523
4524 2014-06-12  Carl Hetherington  <cth@carlh.net>
4525
4526         * Fix bug where DCP-o-matic does not recreate video after
4527         subtitles are turned on or off.
4528
4529 2014-06-10  Carl Hetherington  <cth@carlh.net>
4530
4531         * Support ISDCF naming convention version 9 (#257).
4532
4533         * Rename DCI to ISDCF when talking about the digital cinema
4534         naming convention (#362).
4535
4536         * Fix crash when opening the timeline with no content (#369).
4537
4538 2014-06-09  Carl Hetherington  <cth@carlh.net>
4539
4540         * Fix server/client with non-RGB24 sources.
4541
4542         * Version 1.69.25 released.
4543
4544 2014-06-09  Carl Hetherington  <cth@carlh.net>
4545
4546         * Make audio gain a floating-point value in the UI (#367).
4547
4548         * Work-around out-of-memory crashes with large start trims (#252).
4549
4550         * Version 1.69.24 released.
4551
4552 2014-06-06  Carl Hetherington  <cth@carlh.net>
4553
4554         * Version 1.69.23 released.
4555
4556 2014-06-05  Carl Hetherington  <cth@carlh.net>
4557
4558         * Version 1.69.22 released.
4559
4560 2014-06-05  Carl Hetherington  <cth@carlh.net>
4561
4562         * Large speed-up to multi-image source file decoding.
4563
4564         * Back-port changes from v2 which work out how separate
4565         audio files should be resampled by looking at the video
4566         files which are present at the same time.
4567
4568 2014-06-03  Carl Hetherington  <cth@carlh.net>
4569
4570         * Version 1.69.21 released.
4571
4572 2014-06-03  Carl Hetherington  <cth@carlh.net>
4573
4574         * Fix bad resampling of separate sound file sources that
4575         have specified video frame rates.
4576
4577         * Version 1.69.20 released.
4578
4579 2014-06-03  Carl Hetherington  <cth@carlh.net>
4580
4581         * Re-calculate and update audio plots when the mapping is changed.
4582
4583         * Change the -3dB preset to -6dB since we are talking about
4584         amplitude, not power.
4585
4586         * Version 1.69.19 released.
4587
4588 2014-06-02  Carl Hetherington  <cth@carlh.net>
4589
4590         * Empirical hack to prevent over-read of array
4591         by libswscale; may fix crashes at the start of
4592         DCP encodes.
4593
4594 2014-05-29  Carl Hetherington  <cth@carlh.net>
4595
4596         * Version 1.69.18 released.
4597
4598 2014-05-28  Carl Hetherington  <cth@carlh.net>
4599
4600         * Version 1.69.17 released.
4601
4602 2014-05-28  Carl Hetherington  <cth@carlh.net>
4603
4604         * Version 1.69.16 released.
4605
4606 2014-05-28  Carl Hetherington  <cth@carlh.net>
4607
4608         * Rework KDM generation to be about CPLs rather than DCPs,
4609         and allow specification of any CPL to generate KDMs for.
4610
4611         Requested-by: Richard Turner
4612
4613 2014-05-27  Carl Hetherington  <cth@carlh.net>
4614
4615         * Version 1.69.15 released.
4616
4617 2014-05-26  Carl Hetherington  <cth@carlh.net>
4618
4619         * Version 1.69.14 released.
4620
4621 2014-05-26  Carl Hetherington  <cth@carlh.net>
4622
4623         * Fix problems with non-zero FFmpeg content start times.
4624
4625 2014-05-24  Carl Hetherington  <cth@carlh.net>
4626
4627         * Version 1.69.13 released.
4628
4629 2014-05-24  Carl Hetherington  <cth@carlh.net>
4630
4631         * Fix problems with log setup from config.
4632
4633 2014-05-23  Carl Hetherington  <cth@carlh.net>
4634
4635         * Version 1.69.12 released.
4636
4637 2014-05-22  Carl Hetherington  <cth@carlh.net>
4638
4639         * Version 1.69.11 released.
4640
4641 2014-05-21  Carl Hetherington  <cth@carlh.net>
4642
4643         * Version 1.69.10 released.
4644
4645 2014-05-21  Carl Hetherington  <cth@carlh.net>
4646
4647         * Tidy up logging a bit and make it configurable from the GUI
4648         (moving a few things into an Advanced preferences tab at
4649         the same time).
4650
4651 2014-05-19  Carl Hetherington  <cth@carlh.net>
4652
4653         * Version 1.69.9 released.
4654
4655 2014-05-19  Carl Hetherington  <cth@carlh.net>
4656
4657         * Decode image sources in the multi-threaded part
4658         of the transcoder, rather than the single-threaded.
4659
4660 2014-05-16  Carl Hetherington  <cth@carlh.net>
4661
4662         * Version 1.69.8 released.
4663
4664 2014-05-16  Carl Hetherington  <cth@carlh.net>
4665
4666         * Fix various confusions in translations of abbreviated
4667         channel names (Lc, Rc etc.)
4668
4669 2014-05-14  Carl Hetherington  <cth@carlh.net>
4670
4671         * Version 1.69.7 released.
4672
4673 2014-05-14  Carl Hetherington  <cth@carlh.net>
4674
4675         * Bump libdcp to remove checks on PCM MXF edit rates,
4676         so we can generate strange ones in DCP-o-matic.
4677
4678 2014-05-13  Carl Hetherington  <cth@carlh.net>
4679
4680         * Version 1.69.6 released.
4681
4682 2014-05-13  Carl Hetherington  <cth@carlh.net>
4683
4684         * Remove artificial 100fps limit when using
4685         "any" DCP frame rate.
4686
4687 2014-05-12  Carl Hetherington  <cth@carlh.net>
4688
4689         * Version 1.69.5 released.
4690
4691 2014-05-12  Carl Hetherington  <cth@carlh.net>
4692
4693         * Add option to use any DCP frame rate, rather than just
4694         the "allowed" set.
4695
4696         * Version 1.69.4 released.
4697
4698 2014-05-12  Carl Hetherington  <cth@carlh.net>
4699
4700         * Version 1.69.3 released.
4701
4702 2014-05-12  Carl Hetherington  <cth@carlh.net>
4703
4704         * Use libdcp::raw_convert instead of boost::lexical_cast and
4705         LocaleGuard, hopefully to fix large numbers being written with
4706         thousands separators on some locales.
4707
4708 2014-05-10  Carl Hetherington  <cth@carlh.net>
4709
4710         * Version 1.69.2 released.
4711
4712 2014-05-10  Carl Hetherington  <cth@carlh.net>
4713
4714         * Fix setup of the libswresample context to work with high channel counts.
4715
4716 2014-05-09  Carl Hetherington  <cth@carlh.net>
4717
4718         * Version 1.69.1 released.
4719
4720 2014-05-09  Carl Hetherington  <cth@carlh.net>
4721
4722         * Fix crash on using content with more than 12 audio channels.
4723
4724         * Re-introduce ffprobe call when adding content.
4725
4726 2014-05-05  Carl Hetherington  <cth@carlh.net>
4727
4728         * Version 1.69.0 released.
4729
4730 2014-05-02  Carl Hetherington  <cth@carlh.net>
4731
4732         * Version 1.68.0 released.
4733
4734 2014-04-29  Carl Hetherington  <cth@carlh.net>
4735
4736         * Version 1.67.1 released.
4737
4738 2014-04-29  Carl Hetherington  <cth@carlh.net>
4739
4740         * Version 1.67.0 released.
4741
4742 2014-04-27  Carl Hetherington  <cth@carlh.net>
4743
4744         * Version 1.66.16 released.
4745
4746 2014-04-27  Carl Hetherington  <cth@carlh.net>
4747
4748         * Add .dpx to the list of acceptable image files.
4749
4750         * Slightly better handling of uncaught exceptions.
4751
4752         * Use our own directory picker on 14.04 (as well as 13.04 and 13.10) as
4753         it appears that the same bug remains.
4754
4755 2014-04-25  Carl Hetherington  <cth@carlh.net>
4756
4757         * Version 1.66.15 released.
4758
4759 2014-04-25  Carl Hetherington  <cth@carlh.net>
4760
4761         * Fix subtitle display when the next subtitle is decoded before the previous
4762         one has finished.
4763
4764 2014-04-24  Carl Hetherington  <cth@carlh.net>
4765
4766         * Version 1.66.14 released.
4767
4768 2014-04-23  Carl Hetherington  <cth@carlh.net>
4769
4770         * Version 1.66.13 released.
4771
4772 2014-04-21  Carl Hetherington  <cth@carlh.net>
4773
4774         * Update to es_ES translation from Manuel AC.
4775
4776         * Update to fr_FR translation from Thierry Journet.
4777
4778 2014-04-17  Carl Hetherington  <cth@carlh.net>
4779
4780         * Fix update of the gain control when using the gain calculator
4781         dialog.
4782
4783         * Version 1.66.12 released.
4784
4785 2014-04-07  Carl Hetherington  <cth@carlh.net>
4786
4787         * Version 1.66.11 released.
4788
4789 2014-04-07  Carl Hetherington  <cth@carlh.net>
4790
4791         * Updated fr_FR translation from Thierry Journet.
4792
4793 2014-04-02  Carl Hetherington  <cth@carlh.net>
4794
4795         * Version 1.66.10 released.
4796
4797 2014-04-01  Carl Hetherington  <cth@carlh.net>
4798
4799         * Basic support for separate left/right-eye files or directories
4800         for 3D.
4801
4802 2014-03-30  Carl Hetherington  <cth@carlh.net>
4803
4804         * Version 1.66.9 released.
4805
4806 2014-03-30  Carl Hetherington  <cth@carlh.net>
4807
4808         * Version 1.66.8 released.
4809
4810         * nl_NL translation from Theo Kooijmans.
4811
4812 2014-03-27  Carl Hetherington  <cth@carlh.net>
4813
4814         * Auto-save film metadata before starting DCP encode.
4815
4816 2014-03-25  Carl Hetherington  <cth@carlh.net>
4817
4818         * Add support for downloading Doremi server certificates.
4819
4820 2014-03-24  Carl Hetherington  <cth@carlh.net>
4821
4822         * Version 1.66.7 released.
4823
4824 2014-03-24  Carl Hetherington  <cth@carlh.net>
4825
4826         * Fix error on creating DCPs without audio.
4827
4828 2014-03-23  Carl Hetherington  <cth@carlh.net>
4829
4830         * Version 1.66.6 released.
4831
4832 2014-03-23  Carl Hetherington  <cth@carlh.net>
4833
4834         * Attempt to fix format string specifier error on Windows.
4835
4836         * Version 1.66.5 released.
4837
4838 2014-03-22  Carl Hetherington  <cth@carlh.net>
4839
4840         * Version 1.66.4 released.
4841
4842 2014-03-22  Carl Hetherington  <cth@carlh.net>
4843
4844         * Allow specification of the video frame rate that a sound file
4845         was prepared for.
4846
4847         * Another attempt to fix colour conversion dialog strange behaviour
4848         on OS X.
4849
4850 2014-03-18  Carl Hetherington  <cth@carlh.net>
4851
4852         * Version 1.66.3 released.
4853
4854 2014-03-18  Carl Hetherington  <cth@carlh.net>
4855
4856         * Fix bad rounding of timecodes.
4857
4858         * Tentative support for 3D from alternate frames of the source.
4859
4860 2014-03-17  Carl Hetherington  <cth@carlh.net>
4861
4862         * Improve behaviour of the position slider at the end of films.
4863
4864         * Version 1.66.2 released.
4865
4866 2014-03-17  Carl Hetherington  <cth@carlh.net>
4867
4868         * Improve appearance of config dialog on OS X.
4869
4870 2014-03-15  Carl Hetherington  <cth@carlh.net>
4871
4872         * Improve appearance of new film and KDM dialogs on OS X.
4873
4874         * Fix KDM dialog to predictably set up its initial range to
4875         a week from now.
4876
4877         * Remove support for FFmpeg post-processing filters as they apparently
4878         do not support > 8bpp.  I don't think they are worth the pain of
4879         quantizing and then telling the user what has happened.
4880
4881 2014-03-12  Carl Hetherington  <cth@carlh.net>
4882
4883         * Version 1.66.1 released.
4884
4885 2014-03-12  Carl Hetherington  <cth@carlh.net>
4886
4887         * Hopefully fix i18n on OS X (#324).
4888
4889 2014-03-10  Carl Hetherington  <cth@carlh.net>
4890
4891         * Version 1.66.0 released.
4892
4893 2014-03-09  Carl Hetherington  <cth@carlh.net>
4894
4895         * Version 1.65.2 released.
4896
4897 2014-03-09  Carl Hetherington  <cth@carlh.net>
4898
4899         * Restore old behaviour of "no-stretch" mode with crop.
4900
4901         * Fix display of no-scale display mode in the player.
4902
4903 2014-03-08  Carl Hetherington  <cth@carlh.net>
4904
4905         * Version 1.65.1 released.
4906
4907 2014-03-08  Carl Hetherington  <cth@carlh.net>
4908
4909         * Fix incorrect audio analyses on multiple-stream content.
4910
4911         * Support for unsigned 8-bit audio (hmm!).
4912
4913 2014-03-06  Carl Hetherington  <cth@carlh.net>
4914
4915         * Version 1.65.0 released.
4916
4917 2014-03-05  Carl Hetherington  <cth@carlh.net>
4918
4919         * Version 1.64.19 released.
4920
4921 2014-03-05  Carl Hetherington  <cth@carlh.net>
4922
4923         * Bump maximum audio channels to 12 so that we can
4924         (crudely at least) get BsL/BsR.
4925
4926 2014-03-04  Carl Hetherington  <cth@carlh.net>
4927
4928         * Version 1.64.18 released.
4929
4930 2014-03-04  Carl Hetherington  <cth@carlh.net>
4931
4932         * Add option to disable all scaling of the input video.
4933
4934 2014-03-03  Carl Hetherington  <cth@carlh.net>
4935
4936         * Fix rounding of timecodes in at least some cases (#323).
4937
4938         * Try to prevent OS X from sleeping during DCP encode.
4939
4940 2014-02-26  Carl Hetherington  <cth@carlh.net>
4941
4942         * Version 1.64.17 released.
4943
4944 2014-02-26  Carl Hetherington  <cth@carlh.net>
4945
4946         * Fix missing RMS audio analysis plots in some cases.
4947
4948         * Fix failure to load sound files with
4949         non-ASCII paths.
4950
4951 2014-02-23  Carl Hetherington  <cth@carlh.net>
4952
4953         * Version 1.64.16 released.
4954
4955 2014-02-23  Carl Hetherington  <cth@carlh.net>
4956
4957         * Bump ffmpeg library to git head to fix problems with
4958         misrecognised frame rates in some MOV files.
4959
4960 2014-02-20  Carl Hetherington  <cth@carlh.net>
4961
4962         * Version 1.64.15 released.
4963
4964 2014-02-20  Carl Hetherington  <cth@carlh.net>
4965
4966         * Basic support for 7.1 / HI/VI audio tracks.
4967
4968 2014-02-19  Carl Hetherington  <cth@carlh.net>
4969
4970         * Add some basic JSON stuff.
4971
4972 2014-02-18  Carl Hetherington  <cth@carlh.net>
4973
4974         * Version 1.64.14 released.
4975
4976 2014-02-18  Carl Hetherington  <cth@carlh.net>
4977
4978         * Version 1.64.13 released.
4979
4980 2014-02-12  Carl Hetherington  <cth@carlh.net>
4981
4982         * Make the batch converter remember its last directory
4983         for the film picker (#318).
4984
4985         * Add dcpomatic_batch to OS X .app.
4986
4987 2014-02-11  Carl Hetherington  <cth@carlh.net>
4988
4989         * Version 1.64.12 released.
4990
4991 2014-02-11  Carl Hetherington  <cth@carlh.net>
4992
4993         * Be more careful when catching exceptions from KDM creation.
4994
4995 2014-02-10  Carl Hetherington  <cth@carlh.net>
4996
4997         * Version 1.64.11 released.
4998
4999 2014-02-10  Carl Hetherington  <cth@carlh.net>
5000
5001         * Version 1.64.10 released.
5002
5003 2014-02-10  Carl Hetherington  <cth@carlh.net>
5004
5005         * Try to fix Centos RPM dependencies.
5006
5007         * Version 1.64.9 released.
5008
5009 2014-02-10  Carl Hetherington  <cth@carlh.net>
5010
5011         * Version 1.64.8 released.
5012
5013 2014-02-09  Carl Hetherington  <cth@carlh.net>
5014
5015         * Build with a more careful version of libopenjpeg that handles
5016         out-of-memory conditions slightly better.
5017
5018         * Possibly fix repeated no route to host errors in some cases.
5019
5020         * Some small bits of increased low-memory stability.
5021
5022         * Version 1.64.7 released.
5023
5024 2014-02-08  Carl Hetherington  <cth@carlh.net>
5025
5026         * Fix exception when seeking with missing content (part of #317).
5027
5028         * Version 1.64.6 released.
5029
5030 2014-02-08  Carl Hetherington  <cth@carlh.net>
5031
5032         * Version 1.64.5 released.
5033
5034 2014-02-08  Carl Hetherington  <cth@carlh.net>
5035
5036         * Version 1.64.4 released.
5037
5038 2014-02-08  Carl Hetherington  <cth@carlh.net>
5039
5040         * Version 1.64.3 released.
5041
5042 2014-02-08  Carl Hetherington  <cth@carlh.net>
5043
5044         * Bump libdcp version to get some fixes for Interop XML.
5045
5046 2014-02-07  Carl Hetherington  <cth@carlh.net>
5047
5048         * Add basic stuff to build RPMs for Centos.
5049
5050 2014-02-05  Carl Hetherington  <cth@carlh.net>
5051
5052         * Version 1.64.2 released.
5053
5054 2014-02-05  Carl Hetherington  <cth@carlh.net>
5055
5056         * A variety of fixes to small problems found by Coverity.
5057
5058 2014-02-05  Carl Hetherington  <cth@carlh.net>
5059
5060         * Version 1.64.1 released.
5061
5062 2014-02-05  Carl Hetherington  <cth@carlh.net>
5063
5064         * Updates to it_IT translation from William Fanelli.
5065
5066 2014-02-02  Carl Hetherington  <cth@carlh.net>
5067
5068         * Version 1.64.0 released.
5069
5070 2014-01-29  Carl Hetherington  <cth@carlh.net>
5071
5072         * Version 1.63.8 released.
5073
5074 2014-01-29  Carl Hetherington  <cth@carlh.net>
5075
5076         * Add subtitle X offset option.
5077
5078         * Fix missing subtitles when subtitled content is at a non-zero position.
5079
5080 2014-01-28  Carl Hetherington  <cth@carlh.net>
5081
5082         * Use Mbit/s instead of the incorrect MBps.
5083
5084         * Version 1.63.7 released.
5085
5086 2014-01-28  Carl Hetherington  <cth@carlh.net>
5087
5088         * Try to prevent Windows machines going to sleep during encodes.
5089
5090         * Add option to not install main program / server on Windows.
5091
5092 2014-01-26  Carl Hetherington  <cth@carlh.net>
5093
5094         * Change default JPEG2000 bandwith to 100MBps.
5095
5096         * Updated fr_FR translation from Theirry Journet.
5097
5098 2014-01-24  Carl Hetherington  <cth@carlh.net>
5099
5100         * Try to fix repeatedly-reported exceptions.
5101
5102 2014-01-23  Carl Hetherington  <cth@carlh.net>
5103
5104         * Version 1.63.6 released.
5105
5106 2014-01-23  Carl Hetherington  <cth@carlh.net>
5107
5108         * Fix recovery of DCP encoding after a crash with a 3D DCP.
5109
5110 2014-01-21  Carl Hetherington  <cth@carlh.net>
5111
5112         * Version 1.63.5 released.
5113
5114 2014-01-21  Carl Hetherington  <cth@carlh.net>
5115
5116         * Potentially major fix for bad A/V sync.
5117
5118 2014-01-19  Carl Hetherington  <cth@carlh.net>
5119
5120         * Version 1.63.4 released.
5121
5122 2014-01-19  Carl Hetherington  <cth@carlh.net>
5123
5124         * Updated sv_SE translation from Adam Klotblixt.
5125
5126 2014-01-15  Carl Hetherington  <cth@carlh.net>
5127
5128         * Version 1.63.3 released.
5129
5130 2014-01-15  Carl Hetherington  <cth@carlh.net>
5131
5132         * Hopefully fix badly-labelled MXFs when in Interop mode.
5133
5134 2014-01-14  Carl Hetherington  <cth@carlh.net>
5135
5136         * Version 1.63.2 released.
5137
5138 2014-01-14  Carl Hetherington  <cth@carlh.net>
5139
5140         * Fix problems with adding new soundtracks to FFmpeg content with
5141         no audio track.
5142
5143         * Updated de_DE translation from Markus Raab.
5144
5145         * Version 1.63.1 released.
5146
5147 2014-01-14  Carl Hetherington  <cth@carlh.net>
5148
5149         * Try to fix subtitle problems when the video frame rate is being changed
5150         from content to DCP.
5151
5152 2014-01-13  Carl Hetherington  <cth@carlh.net>
5153
5154         * Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and
5155         also tweak 1.19:1 (#306).
5156
5157         * Version 1.63.0 released.
5158
5159 2014-01-12  Carl Hetherington  <cth@carlh.net>
5160
5161         * Fix crashes when using -3dB options in locales with a , decimal separator.
5162
5163         * Version 1.62.3 released.
5164
5165 2014-01-11  Carl Hetherington  <cth@carlh.net>
5166
5167         * Hopefully fix error on restarting a cancelled transcode job
5168         on Windows.
5169
5170 2014-01-10  Carl Hetherington  <cth@carlh.net>
5171
5172         * Version 1.62.2 released.
5173
5174 2014-01-10  Carl Hetherington  <cth@carlh.net>
5175
5176         * Version 1.62.1 released.
5177
5178 2014-01-10  Carl Hetherington  <cth@carlh.net>
5179
5180         * Version 1.62.0 released.
5181
5182 2014-01-10  Carl Hetherington  <cth@carlh.net>
5183
5184         * Try to stop the queue of things to write filling up excessively
5185         on fast CPUs.
5186
5187         * Try to fix double "are you sure" prompt on quitting with active jobs.
5188
5189         * Version 1.61.2 released.
5190
5191 2014-01-09  Carl Hetherington  <cth@carlh.net>
5192
5193         * Version 1.61.1 released.
5194
5195 2014-01-09  Carl Hetherington  <cth@carlh.net>
5196
5197         * Version 1.61.0 released.
5198
5199 2014-01-09  Carl Hetherington  <cth@carlh.net>
5200
5201         * Hopefully fix somewhat inexplicable inability of Windows to open
5202         new files on top of old ones in some circumstances (with audio
5203         MXFs).
5204
5205         * Version 1.60 released.
5206
5207 2014-01-09  Carl Hetherington  <cth@carlh.net>
5208
5209         * More fixes for slow-downs on fast computers.
5210
5211 2014-01-08  Carl Hetherington  <cth@carlh.net>
5212
5213         * Version 1.59 released.
5214
5215 2014-01-07  Carl Hetherington  <cth@carlh.net>
5216
5217         * Version 1.58 released.
5218
5219 2014-01-07  Carl Hetherington  <cth@carlh.net>
5220
5221         * Fix Windows build of FFmpeg to link against zlib, which fixes parsing
5222         of some .mov files.
5223
5224         * Very primitive check-for-updates feature added.
5225
5226         * Allow still-moving-image sources to have their frame rate specified.
5227
5228 2014-01-06  Carl Hetherington  <cth@carlh.net>
5229
5230         * Basics of per-channel audio gain (#247).
5231
5232         * Give a warning on make DCP if it seems unlikely that the disk
5233         will have enough space to store the finished DCP (#92).
5234
5235         * Make sure forced languages override the environment for gettext()
5236         as well as wxWidgets' i18n code (#108).
5237
5238         * Bump libdcp version to get a fix for VOLINDEX/ASSETMAP file extensions
5239         with interop (#206).
5240
5241         * Fix subtitle colouring (#152).
5242
5243         * Fix mis-timed subtitles when there is a non-zero video PTS offset.
5244
5245         * Remove seemingly unnecessary checks on image directories.
5246
5247         * Leave DCP directory creation until the last minute to help
5248         avoid half-eaten directories being left around (#174).
5249
5250 2014-01-05  Carl Hetherington  <cth@carlh.net>
5251
5252         * Version 1.57 released.
5253
5254 2014-01-05  Carl Hetherington  <cth@carlh.net>
5255
5256         * Use _fseeki64 on Windows when reading content files.
5257
5258         * Various small fixes to i18n.
5259
5260 2014-01-03  Carl Hetherington  <cth@carlh.net>
5261
5262         * Version 1.56 released.
5263
5264 2014-01-03  Carl Hetherington  <cth@carlh.net>
5265
5266         * Version 1.55 released.
5267
5268 2014-01-03  Carl Hetherington  <cth@carlh.net>
5269
5270         * New de_DE translation from Markus Raab.
5271
5272         * Work-around mysterious call of pure virtual method inside boost.
5273
5274 2014-01-01  Carl Hetherington  <cth@carlh.net>
5275
5276         * Bump ffmpeg version.
5277
5278 2013-12-30  Carl Hetherington  <cth@carlh.net>
5279
5280         * Version 1.54 released.
5281
5282 2013-12-30  Carl Hetherington  <cth@carlh.net>
5283
5284         * Put catches around a few threads which could have uncaught exceptions.
5285
5286         * Add nascent dcpomatic_create command-line program to create films.
5287
5288 2013-12-29  Carl Hetherington  <cth@carlh.net>
5289
5290         * Version 1.53 released.
5291
5292 2013-12-29  Carl Hetherington  <cth@carlh.net>
5293
5294         * Fix failure to load content from directories with non-Latin names.
5295
5296 2013-12-28  Carl Hetherington  <cth@carlh.net>
5297
5298         * Speculative fix for "find missing" not working on OS X (#255).
5299
5300         * Fix failure to load films with missing still image content (#300).
5301
5302 2013-12-27  Carl Hetherington  <cth@carlh.net>
5303
5304         * Fix non-update of video information on changing DCP resolution (#299).
5305
5306         * Version 1.52 released.
5307
5308 2013-12-27  Carl Hetherington  <cth@carlh.net>
5309
5310         * More speculative fixes for 4K.
5311
5312 2013-12-23  Carl Hetherington  <cth@carlh.net>
5313
5314         * Version 1.51 released.
5315
5316 2013-12-23  Carl Hetherington  <cth@carlh.net>
5317
5318         * A couple of potential fixes for 4K.
5319
5320         * Version 1.50 released.
5321
5322 2013-12-23  Carl Hetherington  <cth@carlh.net>
5323
5324         * Version 1.49 released.
5325
5326 2013-12-23  Carl Hetherington  <cth@carlh.net>
5327
5328         * Version 1.48 released.
5329
5330 2013-12-23  Carl Hetherington  <cth@carlh.net>
5331
5332         * Add TLS/SSL support to KDM email sending.
5333
5334 2013-12-23  Carl Hetherington  <cth@carlh.net>
5335
5336         * Version 1.47 released.
5337
5338 2013-12-23  Carl Hetherington  <cth@carlh.net>
5339
5340         * Add $START_TIME and $END_TIME as variables for the KDM email.
5341
5342         * Add top/bottom option for 3D frames.
5343
5344 2013-12-20  Carl Hetherington  <cth@carlh.net>
5345
5346         * Add configuration option for default audio delay (#276).
5347
5348         * Version 1.46 released.
5349
5350 2013-12-19  Carl Hetherington  <cth@carlh.net>
5351
5352         * Version 1.45 released.
5353
5354 2013-12-19  Carl Hetherington  <cth@carlh.net>
5355
5356         * Bump libdcp version again for a crash fix for 32-bit Windows,
5357         and also for problems generating certificate chains.
5358
5359 2013-12-18  Carl Hetherington  <cth@carlh.net>
5360
5361         * Version 1.44 released.
5362
5363 2013-12-18  Carl Hetherington  <cth@carlh.net>
5364
5365         * Bump libdcp version again for a fix to XML validity for 3D.
5366
5367         * Version 1.43 released.
5368
5369 2013-12-18  Carl Hetherington  <cth@carlh.net>
5370
5371         * Update libdcp version to get fix for 3D IntrinsicDuration.
5372
5373         * Fix progress reporting when making 3D DCPs.
5374
5375         * Fix non-update of display when changing video frame type (2D,
5376         3D left/right etc.)
5377
5378         * Restore video information in video tab when using still images.
5379
5380         * Hopefully fix exception on new film in some strange cases.
5381
5382 2013-12-09  Carl Hetherington  <cth@carlh.net>
5383
5384         * Version 1.42 released.
5385
5386 2013-12-09  Carl Hetherington  <cth@carlh.net>
5387
5388         * Fix make_black for pixel format 7 (#288).
5389
5390 2013-12-08  Carl Hetherington  <cth@carlh.net>
5391
5392         * Fix display update when removing content (#281).
5393
5394 2013-12-07  Carl Hetherington  <cth@carlh.net>
5395
5396         * Version 1.41 released.
5397
5398 2013-12-05  Carl Hetherington  <cth@carlh.net>
5399
5400         * Improve the correctness of lengths reported by sound files to fix
5401         short DCPs when using non-DCI-rate sound files with stills.
5402
5403 2013-12-04  Carl Hetherington  <cth@carlh.net>
5404
5405         * Make signatures optional (#273).
5406
5407         * Only do scale/crop/window/subtitle overlay if a frame is going
5408         to be encoded for the DCP.
5409
5410         * Several optimisations to video processing, which should
5411         speed up the player a bit.
5412
5413 2013-12-03  Carl Hetherington  <cth@carlh.net>
5414
5415         * Add "play length" control to avoid having to do arithmetic to
5416         get end-trims right in some cases (#261).
5417
5418 2013-12-02  Carl Hetherington  <cth@carlh.net>
5419
5420         * Fix breakage to adding multiple files at the same time.
5421
5422         * Fix crash on double-click of "show audio" button (#278).
5423
5424         * Version 1.40 released.
5425
5426 2013-12-02  Carl Hetherington  <cth@carlh.net>
5427
5428         * Fix problems with FFmpeg files that have all-zero stream IDs.
5429
5430         * Fix crash on checking non-existing frame info
5431         files.
5432
5433         * Fix erroneous disabling of timing panel with
5434         audio-only sources.
5435
5436 2013-11-30  Carl Hetherington  <cth@carlh.net>
5437
5438         * Version 1.39 released.
5439
5440 2013-11-30  Carl Hetherington  <cth@carlh.net>
5441
5442         * Fix windows build.
5443
5444 2013-11-29  Carl Hetherington  <cth@carlh.net>
5445
5446         * Version 1.38 released.
5447
5448 2013-11-29  Carl Hetherington  <cth@carlh.net>
5449
5450         * Add option to join input files together
5451         to help with multiple VOB files from DVDs.
5452
5453         * Fix build for 32-bit versions of OS X.
5454
5455 2013-11-27  Carl Hetherington  <cth@carlh.net>
5456
5457         * Version 1.37 released.
5458
5459 2013-11-27  Carl Hetherington  <cth@carlh.net>
5460
5461         * Version 1.36 released.
5462
5463 2013-11-27  Carl Hetherington  <cth@carlh.net>
5464
5465         * Version 1.35 released.
5466
5467 2013-11-26  Carl Hetherington  <cth@carlh.net>
5468
5469         * Updated fr_FR translation from Lilian Lefranc.
5470
5471         * A whole load of fixes for lots of bugs when handling filenames
5472         using non-Latin characters on Windows.
5473
5474 2013-11-22  Carl Hetherington  <cth@carlh.net>
5475
5476         * Version 1.34 released.
5477
5478 2013-11-22  Carl Hetherington  <cth@carlh.net>
5479
5480         * Fix both OS X and Windows installers.
5481
5482 2013-11-21  Carl Hetherington  <cth@carlh.net>
5483
5484         * Version 1.33 released.
5485
5486 2013-11-21  Carl Hetherington  <cth@carlh.net>
5487
5488         * Fix Ubuntu 13.04 build.
5489
5490 2013-11-20  Carl Hetherington  <cth@carlh.net>
5491
5492         * Version 1.32 released.
5493
5494 2013-11-20  Carl Hetherington  <cth@carlh.net>
5495
5496         * Version 1.31 released.
5497
5498 2013-11-20  Carl Hetherington  <cth@carlh.net>
5499
5500         * Add primitive hints dialogue box.
5501
5502 2013-11-17  Carl Hetherington  <cth@carlh.net>
5503
5504         * Fix specified-server discovery.
5505
5506         * Version 1.30 released.
5507
5508 2013-11-17  Carl Hetherington  <cth@carlh.net>
5509
5510         * Speculative fix for servers crashing with different
5511         locales to clients.
5512
5513 2013-11-16  Carl Hetherington  <cth@carlh.net>
5514
5515         * Bump bundled FFmpeg version to current git master.
5516
5517         * Fix erroneous reset of visible channels in audio
5518         level dialog when changing gain.
5519
5520 2013-11-15  Carl Hetherington  <cth@carlh.net>
5521
5522         * Use 2 decimal places for gamma controls instead
5523         of 1.
5524
5525 2013-11-14  Carl Hetherington  <cth@carlh.net>
5526
5527         * Support modification of certain properties when
5528         there are several selected pieces of content.
5529
5530         * Add server configuration back in.
5531
5532 2013-11-12  Carl Hetherington  <cth@carlh.net>
5533
5534         * Version 1.29 released.
5535
5536 2013-11-12  Carl Hetherington  <cth@carlh.net>
5537
5538         * Fix bad_alloc exception on audio analysis (and
5539         probably elsewhere).
5540
5541 2013-11-11  Carl Hetherington  <cth@carlh.net>
5542
5543         * Version 1.28 released.
5544
5545 2013-11-11  Carl Hetherington  <cth@carlh.net>
5546
5547         * Somewhat speculative fix for slow-downs and
5548         large memory consumption with multi-content playlists.
5549
5550 2013-11-10  Carl Hetherington  <cth@carlh.net>
5551
5552         * Hopefully get rid of spurious black lines around
5553         preview.
5554
5555 2013-11-08  Carl Hetherington  <carl@ubuntu>
5556
5557         * Fix strange behaviour of J2K bandwidth control
5558         on 32-bit Linux.
5559
5560 2013-11-07  Carl Hetherington  <cth@carlh.net>
5561
5562         * Open file dialog starts in the configured DCP directory,
5563         if one exists (#70).
5564
5565 2013-11-06  Carl Hetherington  <cth@carlh.net>
5566
5567         * Support pixel format 30 (#254).
5568
5569 2013-11-06  Carl Hetherington  <cth@carlh.net>
5570
5571         * Version 1.27 released.
5572
5573 2013-11-06  Carl Hetherington  <cth@carlh.net>
5574
5575         * Various server-related tidying up; servers are
5576         now auto-detected only (the configuration for
5577         them has been removed).
5578
5579 2013-11-06  Carl Hetherington  <cth@carlh.net>
5580
5581         * Version 1.26 released.
5582
5583 2013-11-05  Carl Hetherington  <cth@carlh.net>
5584
5585         * Auto-detect encoding servers on the local
5586         subnet(s).
5587
5588         * Tweak verbosity of command-line encoding servers.
5589
5590 2013-11-04  Carl Hetherington  <cth@carlh.net>
5591
5592         * Version 1.25 released.
5593
5594 2013-10-29  Carl Hetherington  <cth@carlh.net>
5595
5596         * Improve performance when start-trimming
5597         large files.
5598
5599         * Fix audio problems when start-trimming.
5600
5601 2013-10-28  Carl Hetherington  <cth@carlh.net>
5602
5603         * Version 1.24 released.
5604
5605 2013-10-28  Carl Hetherington  <cth@carlh.net>
5606
5607         * Fix failure to reload configuration on
5608         some non-English locales.
5609
5610 2013-10-26  Carl Hetherington  <cth@carlh.net>
5611
5612         * Version 1.23 released.
5613
5614 2013-10-25  Carl Hetherington  <cth@carlh.net>
5615
5616         * Version 1.22 released.
5617
5618 2013-10-24  Carl Hetherington  <cth@carlh.net>
5619
5620         * Support sources that require repeat of more than
5621         1 extra frame.
5622
5623 2013-10-23  Carl Hetherington  <cth@carlh.net>
5624
5625         * Version 1.21 released.
5626
5627 2013-10-23  Carl Hetherington  <cth@carlh.net>
5628
5629         * Use our own directory picker on Ubuntu 13.10 as well
5630         as Ubuntu 13.04 as it seems similarly broken.
5631
5632 2013-10-22  Carl Hetherington  <cth@carlh.net>
5633
5634         * Version 1.20 released.
5635
5636 2013-10-22  Carl Hetherington  <cth@carlh.net>
5637
5638         * Allow films to be loaded when content is missing,
5639         and then that content can be re-found.
5640
5641 2013-10-21  Carl Hetherington  <cth@carlh.net>
5642
5643         * Version 1.19 released.
5644
5645 2013-10-21  Carl Hetherington  <cth@carlh.net>
5646
5647         * Fix Rec. 709 gammas (from Lilian Lefranc)
5648
5649 2013-10-20  Carl Hetherington  <cth@carlh.net>
5650
5651         * Allow specification of subtitle language even if DVD-o-matic
5652         isn't providing the subtitles.
5653
5654 2013-10-20  Carl Hetherington  <cth@carlh.net>
5655
5656         * Version 1.18 released.
5657
5658 2013-10-19  Carl Hetherington  <cth@carlh.net>
5659
5660         * Fix non-saving of colour transform presets.
5661
5662         * Some improvements in progress reporting, especially
5663         for long encodes.
5664
5665 2013-10-18  Carl Hetherington  <cth@carlh.net>
5666
5667         * Fix bug with incorrect validity times given to KDMs.
5668
5669 2013-10-17  Carl Hetherington  <cth@carlh.net>
5670
5671         * Fix Make DCP menu option sensitivity (#230).
5672
5673         * Forward-port fix from master; use 1000000 rather
5674         than 1e6 for J2K bandwidth arithmetic to ensure
5675         that it's done with integers.
5676
5677 2013-10-16  Carl Hetherington  <cth@carlh.net>
5678
5679         * Version 1.17 released.
5680
5681 2013-10-16  Carl Hetherington  <cth@carlh.net>
5682
5683         * Hopefully fix crash on closing preferences window
5684         when ~/.config/dcpomatic does not exist.
5685
5686         * Allow specification of the DCP to make KDMs for,
5687         in case there is more than one.
5688
5689         * Speed up response to some settings changes
5690         (e.g. crop) (#196).
5691
5692 2013-10-15  Carl Hetherington  <cth@carlh.net>
5693
5694         * Version 1.16 released.
5695
5696 2013-10-15  Carl Hetherington  <cth@carlh.net>
5697
5698         * Restore up/down buttons for simple content time
5699         movements.
5700
5701         * Include film title in KDM filenames.
5702
5703         * Allow no-stretch scaling like in DVD-o-matic.
5704
5705 2013-10-14  Carl Hetherington  <cth@carlh.net>
5706
5707         * Add Rec. 709 colour conversion preset using
5708         Wolfgang Woehl's matrix.
5709
5710 2013-10-14  Carl Hetherington  <cth@carlh.net>
5711
5712         * Version 1.15 released.
5713
5714 2013-10-14  Carl Hetherington  <cth@carlh.net>
5715
5716         * Fix some crashes in the KDM dialogue when coming
5717         out of the add screen without giving a certificate.
5718
5719         * Really fix libltdl search path on OS X.
5720
5721 2013-10-13  Carl Hetherington  <cth@carlh.net>
5722
5723         * Version 1.14 released.
5724
5725 2013-10-12  Carl Hetherington  <cth@carlh.net>
5726
5727         * Add some missing libraries to the OS X build.
5728
5729         * Fix libltdl search path on OS X.
5730
5731 2013-10-12  Carl Hetherington  <cth@carlh.net>
5732
5733         * Version 1.13 released.
5734
5735 2013-10-12  Carl Hetherington  <cth@carlh.net>
5736
5737         * Fix linux static build.
5738
5739 2013-10-11  Carl Hetherington  <cth@carlh.net>
5740
5741         * Version 1.12 released.
5742
5743 2013-10-11  Carl Hetherington  <cth@carlh.net>
5744
5745         * Fix failure to create signer certificates
5746         on Windows.
5747
5748 2013-10-10  Carl Hetherington  <cth@carlh.net>
5749
5750         * Basic snapping in the timeline.
5751
5752         * Various improvements to dcpomatic_kdm.
5753
5754 2013-10-10  Carl Hetherington  <cth@carlh.net>
5755
5756         * Version 1.11 released.
5757
5758 2013-10-10  Carl Hetherington  <cth@carlh.net>
5759
5760         * libdcp fix to incorrect signature digests.
5761
5762 2013-10-09  Carl Hetherington  <cth@carlh.net>
5763
5764         * Version 1.10 released.
5765
5766 2013-10-09  Carl Hetherington  <cth@carlh.net>
5767
5768         * Add some missing Windows dependencies.
5769
5770 2013-10-09  Carl Hetherington  <cth@carlh.net>
5771
5772         * Version 1.09 released.
5773
5774 2013-10-09  Carl Hetherington  <cth@carlh.net>
5775
5776         * Bump libdcp version to pull in speculative fix
5777         for AuthorizedDeviceList thumbprints in KDMs.
5778
5779 2013-10-09  Carl Hetherington  <cth@carlh.net>
5780
5781         * Version 1.08 released.
5782
5783 2013-10-09  Carl Hetherington  <cth@carlh.net>
5784
5785         * Fix problems with crypto stuff on Windows.
5786
5787 2013-10-08  Carl Hetherington  <cth@carlh.net>
5788
5789         * Version 1.07 released.
5790
5791 2013-10-01  Carl Hetherington  <cth@carlh.net>
5792
5793         * Version 1.06 released.
5794
5795 2013-09-19  Carl Hetherington  <cth@carlh.net>
5796
5797         * Version 1.05 released.
5798
5799 2013-09-17  Carl Hetherington  <cth@carlh.net>
5800
5801         * Version 1.04 released.
5802
5803 2013-09-09  Carl Hetherington  <cth@carlh.net>
5804
5805         * Version 1.03 released.
5806
5807 2013-09-02  Carl Hetherington  <cth@carlh.net>
5808
5809         * Add missing boost datetime dependency
5810         to debian control files.
5811
5812 2013-08-30  Carl Hetherington  <cth@carlh.net>
5813
5814         * Version 1.02 released.
5815
5816 2013-08-29  Carl Hetherington  <cth@carlh.net>
5817
5818         * Version 1.01 released.
5819
5820 2013-08-29  Carl Hetherington  <cth@carlh.net>
5821
5822         * Restore server/client operation (#202).
5823
5824         * Fix strange rounding of still image durations (#204).
5825
5826         * Remove limitation to numbers and periods in the
5827         server host name dialogue box.
5828
5829         * Fix stuck-at-99% progress meters (#184).
5830
5831         * Version 1.01beta1 released.
5832
5833 2013-08-29  Carl Hetherington  <cth@carlh.net>
5834
5835         * Fix emissions of large chunks of silence when
5836         analysing audio in some cases.
5837
5838         * Use my @dcpomatic.com email address for now,
5839         rather than a non-existant mailing list.
5840
5841 2013-08-28  Carl Hetherington  <cth@carlh.net>
5842
5843         * Initial DCP-o-matic release.