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