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