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