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