a9af721ebc65f1a6a8099d61e0c5b5a9b0da9136
[dcpomatic.git] / ChangeLog
1 2015-09-26  Carl Hetherington  <cth@carlh.net>
2
3         * Version 2.3.6 released.
4
5 2015-09-25  Carl Hetherington  <cth@carlh.net>
6
7         * Fix assertion failure when loading .MTS files (#702).
8
9         * Fix incorrect hint about 3D content in a 2D DCP.
10
11         * Detect and convert from non-UTF-8
12         subtitle encodings.
13
14 2015-09-21  Carl Hetherington  <cth@carlh.net>
15
16         * Version 2.3.5 released.
17
18 2015-09-20  Carl Hetherington  <cth@carlh.net>
19
20         * Fix setting of frame rate when loading
21         image folders.
22
23 2015-09-18  Carl Hetherington  <cth@carlh.net>
24
25         * Add another upmixer which is a simpler
26         matrix-type thing with no filtering
27         (apart from Lfe).
28
29 2015-09-17  Carl Hetherington  <cth@carlh.net>
30
31         * Version 2.3.4 released.
32
33 2015-09-17  Carl Hetherington  <cth@carlh.net>
34
35         * Version 2.3.3 released.
36
37 2015-09-16  Carl Hetherington  <cth@carlh.net>
38
39         * Fix exception on adding an empty folder
40         as content (#691).
41
42         * Add config option for default standard
43         (SMPTE / Interop).
44
45 2015-09-16  c.hetherington  <cth@carlh.net>
46
47         * Allow imported DCPs to be referenced rather
48         than re-wrapped (i.e. creation of VF DCPs).
49
50 2015-09-15  Carl Hetherington  <cth@carlh.net>
51
52         * Fix crash on re-making certificate chains
53         after removing all existing certificates (#690).
54
55 2015-09-15  c.hetherington  <cth@carlh.net>
56
57         * Fix failure to display audio analysis
58         in some cases.
59
60 2015-09-15  Carl Hetherington  <cth@carlh.net>
61
62         * Version 2.3.2 released.
63
64 2015-09-14  Carl Hetherington  <cth@carlh.net>
65
66         * Fix Windows short-cut to encode server.
67
68         * Version 2.3.1 released.
69
70 2015-09-14  Carl Hetherington  <cth@carlh.net>
71
72         * Version 2.2.1 released.
73
74 2015-09-03  c.hetherington  <cth@carlh.net>
75
76         * Quicker, though slightly less safe,
77         check for existing picture data; go back
78         from the last frame written until we
79         find a good one rather than going
80         through from the beginning until we find
81         a bad one (#519, #504).
82
83         * Add frame counter to progress
84         when transcoding (#111).
85
86         * Add button to export certificates
87         from the configuration (#668).
88
89         * Add option to always analyse audio
90         and put the peak value into the audio
91         tab so it's easy to see (#673).
92
93 2015-09-14  Carl Hetherington  <cth@carlh.net>
94
95         * Version 2.2.0 released.
96
97 2015-09-14  Carl Hetherington  <cth@carlh.net>
98
99         * Version 2.1.65 released.
100
101 2015-09-12  Carl Hetherington  <cth@carlh.net>
102
103         * Version 2.1.64 released.
104
105 2015-09-12  Carl Hetherington  <cth@carlh.net>
106
107         * Several fixes to SMPTE subtitle syntax.
108
109         * Version 2.1.63 released.
110
111 2015-09-11  Carl Hetherington  <cth@carlh.net>
112
113         * Fix assertion failure when creating 6-channel DCPs
114         using the mid-side processor.
115
116 2015-09-10  Carl Hetherington  <cth@carlh.net>
117
118         * Version 2.1.62 released.
119
120 2015-09-10  Carl Hetherington  <cth@carlh.net>
121
122         * Version 2.1.61 released.
123
124 2015-09-09  Carl Hetherington  <cth@carlh.net>
125
126         * Version 2.1.60 released.
127
128 2015-09-09  Carl Hetherington  <cth@carlh.net>
129
130         * Updated fr_FR translation from Thierry Journet.
131
132         * Version 2.1.59 released.
133
134 2015-09-09  Carl Hetherington  <cth@carlh.net>
135
136         * Version 2.1.59 released.
137
138 2015-09-09  c.hetherington  <cth@carlh.net>
139
140         * Use SRC_LINEAR when resampling for
141         audio analysis to speed things up (#685).
142
143 2015-09-09  Carl Hetherington  <cth@carlh.net>
144
145         * Version 2.1.58 released.
146
147 2015-09-09  Carl Hetherington  <cth@carlh.net>
148
149         * Actually fix missing libsamplerate
150         dylib for OS X.
151
152 2015-09-08  Carl Hetherington  <cth@carlh.net>
153
154         * Version 2.1.57 released.
155
156 2015-09-08  c.hetherington  <cth@carlh.net>
157
158         * Missing libsamplerate dylib for OS X.
159
160 2015-09-06  Carl Hetherington  <cth@carlh.net>
161
162         * Version 2.1.56 released.
163
164 2015-09-06  Carl Hetherington  <cth@carlh.net>
165
166         * Version 2.1.55 released.
167
168 2015-09-05  Carl Hetherington  <cth@carlh.net>
169
170         * Version 2.1.54 released.
171
172 2015-09-05  Carl Hetherington  <cth@carlh.net>
173
174         * Version 2.1.53 released.
175
176 2015-09-04  Carl Hetherington  <cth@carlh.net>
177
178         * Use libsamplerate for resampling instead
179         of FFmpeg / libsoxr.
180
181         * Fix audio mapping view changing size
182         on first click.
183
184         * Version 2.1.52 released.
185
186 2015-09-03  Carl Hetherington  <cth@carlh.net>
187
188         * Version 2.1.51 released.
189
190 2015-09-02  Carl Hetherington  <cth@carlh.net>
191
192         * Switch to soxr resampler as it seems
193         to have fewer artefacts in some cases (#682, possibly #493).
194
195 2015-09-02  c.hetherington  <cth@carlh.net>
196
197         * Fix problems when changing the number
198         of encoding servers / threads during an
199         encode (#683).
200
201 2015-09-02  Carl Hetherington  <cth@carlh.net>
202
203         * Version 2.1.50 released.
204
205 2015-09-01  Carl Hetherington  <cth@carlh.net>
206
207         * Allow cancellation of transcodes during the
208         checking of existing frames (#679).
209
210         * Version 2.1.49 released.
211
212 2015-08-31  Carl Hetherington  <cth@carlh.net>
213
214         * Version 2.1.48 released.
215
216 2015-08-31  Carl Hetherington  <cth@carlh.net>
217
218         * Stop very long searches for subtitles where
219         there are none.
220
221         * Updated es_ES translation from Manuel AC.
222
223 2015-08-30  Carl Hetherington  <cth@carlh.net>
224
225         * Updated ru_RU translation from Igor Voytovich.
226
227 2015-08-28  Carl Hetherington  <cth@carlh.net>
228
229         * Version 2.1.47 released.
230
231 2015-08-28  c.hetherington  <cth@carlh.net>
232
233         * Fix crash on adding a KDM to DCP content
234         (hopefully fixing #645).
235
236 2015-08-27  Carl Hetherington  <cth@carlh.net>
237
238         * Tidy up DCP content colour conversion
239         a bit.
240
241         * Fix creation of badly-named configuration
242         directories in some circumstances (#654).
243
244 2015-08-26  Carl Hetherington  <cth@carlh.net>
245
246         * Version 2.1.46 released.
247
248 2015-08-25  Carl Hetherington  <cth@carlh.net>
249
250         * Version 2.1.45 released.
251
252 2015-08-25  Carl Hetherington  <cth@carlh.net>
253
254         * Add video waveform viewer.
255
256 2015-08-23  Carl Hetherington  <cth@carlh.net>
257
258         * Use correct fonts to render subtitles in preview (#663).
259
260 2015-08-22  Carl Hetherington  <cth@carlh.net>
261
262         * Version 2.1.44 released.
263
264 2015-08-20  Carl Hetherington  <cth@carlh.net>
265
266         * Version 2.1.43 released.
267
268 2015-08-20  Carl Hetherington  <cth@carlh.net>
269
270         * Fix assertion failure with overlapping video content (#666).
271
272 2015-08-19  Carl Hetherington  <cth@carlh.net>
273
274         * Version 2.1.42 released.
275
276 2015-08-18  Carl Hetherington  <cth@carlh.net>
277
278         * Add custom dialog to select system fonts on Windows
279         (#491).
280
281         * Version 2.1.41 released.
282
283 2015-08-18  Carl Hetherington  <cth@carlh.net>
284
285         * Add configuration for DCP creator metadata.
286
287         * Version 2.1.40 released.
288
289 2015-08-18  Carl Hetherington  <cth@carlh.net>
290
291         * Fix various problems when creating
292         subtitled Interop DCPs on Windows.
293
294 2015-08-17  Carl Hetherington  <cth@carlh.net>
295
296         * Version 2.1.39 released.
297
298 2015-08-17  Carl Hetherington  <cth@carlh.net>
299
300         * Fix problems when encoding 3D from separate
301         L/R sources.
302
303         * Version 2.1.38 released.
304
305 2015-08-17  Carl Hetherington  <cth@carlh.net>
306
307         * Fix crop of some YUV content.
308
309 2015-08-11  Carl Hetherington  <cth@carlh.net>
310
311         * Prevent multiple creation of certificate chains
312         on startup (part of #651).
313
314 2015-08-10  Carl Hetherington  <cth@carlh.net>
315
316         * Fix erroneous folder creation on Windows (#654).
317
318         * Fix incorrect layout on Windows (#653).
319
320 2015-08-09  Carl Hetherington  <cth@carlh.net>
321
322         * Version 2.1.37 released.
323
324 2015-08-09  Carl Hetherington  <cth@carlh.net>
325
326         * Fix various incorrect behaviours with 96kHz
327         audio sources.
328
329 2015-08-06  Carl Hetherington  <cth@carlh.net>
330
331         * Version 2.1.36 released.
332
333 2015-08-06  Carl Hetherington  <cth@carlh.net>
334
335         * Make dcpomatic_create assign a default name if none
336         is specified.  Fix dcpomatic_create help.
337
338         * Add --no-sign and --no-use-isdcf-name to dcpomatic_create.
339
340 2015-08-05  Carl Hetherington  <cth@carlh.net>
341
342         * Version 2.1.35 released.
343
344 2015-08-05  Carl Hetherington  <cth@carlh.net>
345
346         * Version 2.1.34 released.
347
348 2015-08-05  Carl Hetherington  <cth@carlh.net>
349
350         * Version 2.1.33 released.
351
352 2015-08-04  Carl Hetherington  <cth@carlh.net>
353
354         * Version 2.1.32 released.
355
356 2015-08-04  Carl Hetherington  <cth@carlh.net>
357
358         * Add --standard option to dcpomatic_create.
359
360         * Disable "2D version of 3D content" ISDCF metadata
361         checkbutton with 3D content (part of #652).
362
363 2015-07-30  c.hetherington  <cth@carlh.net>
364
365         * Allow recreation of the certificate chain and key
366         used for KDM decryption (#644).
367
368 2015-07-29  Carl Hetherington  <cth@carlh.net>
369
370         * Version 2.1.31 released.
371
372 2015-07-29  Carl Hetherington  <cth@carlh.net>
373
374         * Fix "find missing" with DCP folders (#646).
375
376         * Fix garbled audio from DCP sources when running
377         on Windows.
378
379 2015-07-28  c.hetherington  <cth@carlh.net>
380
381         * Stop forward-frame button going off the end of the film.
382
383         * Notice when content is modified and offer to save the project
384         on closing DCP-o-matic.
385
386         * Recognise .w64 and .flac as audio files.
387
388 2015-07-27  Carl Hetherington  <cth@carlh.net>
389
390         * Version 2.1.30 released.
391
392 2015-07-27  Carl Hetherington  <cth@carlh.net>
393
394         * Updated ru_RU translation from Igor Voytovich.
395
396         * Version 2.1.29 released.
397
398 2015-07-27  Carl Hetherington  <cth@carlh.net>
399
400         * Fix i18n for some messages.
401
402 2015-07-25  Carl Hetherington  <cth@carlh.net>
403
404         * Version 2.1.28 released.
405
406 2015-07-24  Carl Hetherington  <cth@carlh.net>
407
408         * Fix problems when using large start trims relative
409         to content length.
410
411 2015-07-22  Carl Hetherington  <cth@carlh.net>
412
413         * Use NR for rating an in ISDCF name if none is specified.
414
415 2015-07-21  Carl Hetherington  <cth@carlh.net>
416
417         * Version 2.1.27 released.
418
419 2015-07-21  Carl Hetherington  <cth@carlh.net>
420
421         * Fix incorrect conversion of audio from DCP sources (#642).
422
423 2015-07-20  Carl Hetherington  <cth@carlh.net>
424
425         * Version 2.1.26 released.
426
427 2015-07-20  Carl Hetherington  <cth@carlh.net>
428
429         * Fix missing second lines of subtitles in
430         some cases (#641).
431
432 2015-07-19  Carl Hetherington  <cth@carlh.net>
433
434         * Fix some missing set-to-defaults (#640).
435
436         * Version 2.1.25 released.
437
438 2015-07-17  Carl Hetherington  <cth@carlh.net>
439
440         * Version 2.1.24 released.
441
442 2015-07-17  c.hetherington  <cth@carlh.net>
443
444         * Support FTP upload to TMS (#639).
445
446         * Fix bad behaviour of timeline snap.
447
448 2015-07-17  Carl Hetherington  <cth@carlh.net>
449
450         * Version 2.1.23 released.
451
452 2015-07-17  Carl Hetherington  <cth@carlh.net>
453
454         * Improve still-image filename sorting.
455
456 2015-07-16  Carl Hetherington  <cth@carlh.net>
457
458         * Updated ru_RU translation from Igor Voytovich.
459
460         * Version 2.1.22 released.
461
462 2015-07-16  c.hetherington  <cth@carlh.net>
463
464         * Updated ru_RU translation from Igor Voytovich.
465
466 2015-07-14  c.hetherington  <cth@carlh.net>
467
468         * Updated fr_FR translation from Thierry Journet.
469
470         * Fix trim point movement when changing DCP frame rate (#637).
471
472 2015-07-14  Carl Hetherington  <cth@carlh.net>
473
474         * Version 2.1.21 released.
475
476 2015-07-14  Carl Hetherington  <cth@carlh.net>
477
478         * Fix occasional strange failure to allow content
479         selection (#636).
480
481         * Fix failure to encode 3D from separate content
482         in some cases (from 1.x) (#634).
483
484         * Fix non-working 3D DCP creation when using separate
485         pieces of content for each eye (#635).
486
487 2015-07-12  Carl Hetherington  <cth@carlh.net>
488
489         * Enforce restrictions on SSL certificate properties.
490
491 2015-07-09  Carl Hetherington  <cth@carlh.net>
492
493         * Improve 'best' frame rate guess in some cases (#633).
494
495         * Version 2.1.20 released.
496
497 2015-07-09  c.hetherington  <cth@carlh.net>
498
499         * Fix error when using DCP content with no audio channels.
500
501         * Stop Ctrl+A working when the content tab is not visible (#577).
502
503 2015-07-08  c.hetherington  <cth@carlh.net>
504
505         * Remove the (I suspect) rarely used and very limited
506         'properties' dialogue.
507
508         * Stop V2 recognising V1 servers and vice versa (#510).
509
510 2015-07-07  Carl Hetherington  <cth@carlh.net>
511
512         * Version 2.1.19 released.
513
514 2015-07-06  c.hetherington  <cth@carlh.net>
515
516         * Copy pl_PL translation from 1.x.
517
518 2015-07-06  Carl Hetherington  <cth@carlh.net>
519
520         * Version 2.1.18 released.
521
522 2015-07-06  c.hetherington  <cth@carlh.net>
523
524         * Fix incorrectly formatted KDM emails (#630).
525
526 2015-07-03  Carl Hetherington  <cth@carlh.net>
527
528         * Version 2.1.17 released.
529
530 2015-07-03  Carl Hetherington  <cth@carlh.net>
531
532         * Version 2.1.16 released.
533
534 2015-07-02  Carl Hetherington  <cth@carlh.net>
535
536         * Version 2.1.15 released.
537
538 2015-07-02  c.hetherington  <cth@carlh.net>
539
540         * Support <font color="#abcdef"> tags in SubRip files.
541
542         * Fix failure to burn subs over existing DCP sources.
543
544         * Remove output gamma configuration option.
545
546 2015-07-02  Carl Hetherington  <cth@carlh.net>
547
548         * Version 2.1.14 released.
549
550 2015-07-02  Carl Hetherington  <cth@carlh.net>
551
552         * Version 2.1.13 released.
553
554 2015-07-02  Carl Hetherington  <cth@carlh.net>
555
556         * Restore audio analysis button for individual
557         sources (#607 and #622).
558
559 2015-06-30  c.hetherington  <cth@carlh.net>
560
561         * Write FFmpeg messages of AV_LOG_WARNING and
562         below to the project's log file.
563
564 2015-06-29  Carl Hetherington  <cth@carlh.net>
565
566         * Version 2.1.12 released.
567
568 2015-06-25  c.hetherington  <cth@carlh.net>
569
570         * Disallow impossible burn settings by manipulating
571         the controls in the subtitle panel (#625).
572
573 2015-06-26  Carl Hetherington  <cth@carlh.net>
574
575         * Version 2.1.11 released.
576
577 2015-06-26  Carl Hetherington  <cth@carlh.net>
578
579         * Fix missing subtitles in some cases.
580
581         * Fix no-rebuild of DCP after subtitle burn is turned off/on.
582
583 2015-06-25  Carl Hetherington  <cth@carlh.net>
584
585         * Version 2.1.10 released.
586
587 2015-06-25  c.hetherington  <cth@carlh.net>
588
589         * Add decode debugging option.
590
591 2015-06-25  Carl Hetherington  <cth@carlh.net>
592
593         * Version 2.1.9 released.
594
595 2015-06-24  Carl Hetherington  <cth@carlh.net>
596
597         * Version 2.1.8 released.
598
599 2015-06-24  c.hetherington  <cth@carlh.net>
600
601         * Bump libdcp for probable fix to various font ID problems (#620).
602
603 2015-06-23  Carl Hetherington  <cth@carlh.net>
604
605         * Fix incorrect saving of colour conversion settings (#618).
606
607 2015-06-21  Carl Hetherington  <cth@carlh.net>
608
609         * Add some more video properties to the content properties
610         dialogue.
611
612         * Version 2.1.7 released.
613
614 2015-06-21  Carl Hetherington  <cth@carlh.net>
615
616         * Prevent DCP creation if the project is set up to request
617         non-burnt-in subtitles with text-subtitle content (#606).
618
619         * Fix status message appearance on OS X (#615).
620
621 2015-06-19  Carl Hetherington  <cth@carlh.net>
622
623         * Fix non-working audio analysis dialogue.
624
625         * Version 2.1.6 released.
626
627 2015-06-18  Carl Hetherington  <cth@carlh.net>
628
629         * Version 2.1.5 released.
630
631 2015-06-18  c.hetherington  <cth@carlh.net>
632
633         * Fix error when copying fonts into subtitles
634         on Windows (#612).
635
636         * Split job status onto two lines (#610).
637
638         * Fix audio channel counts in DCP names when
639         processors are in use (#609).
640
641 2015-06-18  Carl Hetherington  <cth@carlh.net>
642
643         * Version 2.1.4 released.
644
645 2015-06-18  Carl Hetherington  <cth@carlh.net>
646
647         * Fixes to Linux .desktop files.
648
649         * Stop playback when we reach the end of the film.
650
651 2015-06-16  c.hetherington  <cth@carlh.net>
652
653         * Prevent selection of fewer DCP channels than
654         are present in the output of an active processor (#611).
655
656 2015-06-15  Carl Hetherington  <cth@carlh.net>
657
658         * Select newly-added content (#455).
659
660 2015-06-14  Carl Hetherington  <cth@carlh.net>
661
662         * Version 2.1.3 released.
663
664 2015-06-14  Carl Hetherington  <cth@carlh.net>
665
666         * Fix parsing of .srt files with a Unicode
667         byte-order-mark.
668
669         * Add buttons to set trim from current `playhead'
670         position (#372).
671
672 2015-06-13  Carl Hetherington  <cth@carlh.net>
673
674         * Version 2.1.2 released.
675
676 2015-06-13  Carl Hetherington  <cth@carlh.net>
677
678         * Fix i18n.
679
680         * Version 2.1.1 released.
681
682 2015-06-13  Carl Hetherington  <cth@carlh.net>
683
684         * Version 2.1.0 released.
685
686 2015-06-13  Carl Hetherington  <cth@carlh.net>
687
688         * Make ru_RU translation actually work.
689
690         * Update progress bar (sort-of) when finding subtitles (#603).
691
692         * Make sure audio mapping view is scrollable when necessary (#597).
693
694 2015-06-12  Carl Hetherington  <cth@carlh.net>
695
696         * Add a close button to the audio plot on Linux (#602).
697
698         * Version 2.0.51 released.
699
700 2015-06-12  Carl Hetherington  <cth@carlh.net>
701
702         * New ru_RU translation from Igor Voytovich.
703
704 2015-06-12  c.hetherington  <cth@carlh.net>
705
706         * Fix for every audio stream being mapped to the DCP when loading
707         old films.
708
709 2015-06-11  c.hetherington  <cth@carlh.net>
710
711         * Fix massive slowdown of direct J2K->DCP encodes (#599).
712
713         * Fix hang on audio analysis in some cases (#598).
714
715         * Fix never-ending encode when XYZ values are clamped (#600).
716
717 2015-06-10  Carl Hetherington  <cth@carlh.net>
718
719         * Version 2.0.50 released.
720
721 2015-06-10  c.hetherington  <cth@carlh.net>
722
723         * Skip audio analysis when there is no audio content (#596).
724
725 2015-06-09  Carl Hetherington  <cth@carlh.net>
726
727         * Version 2.0.49 released.
728
729 2015-06-04  Carl Hetherington  <cth@carlh.net>
730
731         * Version 2.0.48 released.
732
733 2015-06-03  Carl Hetherington  <cth@carlh.net>
734
735         * Various fixes to subtitle rendering, including independent
736         x and y scale of text subs (#489).
737
738 2015-06-02  c.hetherington  <cth@carlh.net>
739
740         * Allow use of all content audio streams, not just
741         the selected one.
742
743         * Tweak colour conversion controls so that it's easier
744         to use a preset without seeing the details.
745
746 2015-05-25  Carl Hetherington  <cth@carlh.net>
747
748         * Block all but alphanumeric characters with a few bits
749         of punctuation from DCP names.
750
751         * Improve view of jobs in various ways.
752
753         * Increase the number of images that DCP-o-matic will
754         keep around in memory before resorting to pushing them
755         to disk.
756
757         * Display DCP container size beside the choice
758         in the DCP tab.
759
760         * Try to set up useful default colour conversions
761         depending on the type and resolution of content (#565).
762
763 2015-05-23  Carl Hetherington  <cth@carlh.net>
764
765         * Fix failure to import some video MXFs (#566).
766
767 2015-05-17  Carl Hetherington  <cth@carlh.net>
768
769         * Update DCP name on changing DCP standard (#570).
770
771 2015-05-14  Carl Hetherington  <cth@carlh.net>
772
773         * Version 2.0.47 released.
774
775 2015-05-13  c.hetherington  <cth@carlh.net>
776
777         * Various fixes to embedded image subtitle
778         handling.
779
780 2015-05-10  Carl Hetherington  <cth@carlh.net>
781
782         * Version 2.0.46 released.
783
784 2015-05-10  Carl Hetherington  <cth@carlh.net>
785
786         * Version 2.0.45 released.
787
788 2015-05-10  Carl Hetherington  <cth@carlh.net>
789
790         * Version 2.0.44 released.
791
792 2015-05-10  Carl Hetherington  <cth@carlh.net>
793
794         * Fix sometimes-missing channel labels on OS X audio analysis.
795
796 2015-05-09  Carl Hetherington  <cth@carlh.net>
797
798         * Efficiency fix for cases where there is a lot of processing
799         power.
800
801         * Add UTF-8 content type to KDM emails to try to fix #549.
802
803         * Disable OK until a download succeeds in the certificate
804         downloader (#404).
805
806 2015-05-07  Carl Hetherington  <cth@carlh.net>
807
808         * Version 2.0.43 released.
809
810 2015-05-07  Carl Hetherington  <cth@carlh.net>
811
812         * A few small but possibly sigificant correctness fixes
813         for subtitles (thanks to dcp_inspect).
814
815 2015-05-04  Carl Hetherington  <cth@carlh.net>
816
817         * Version 2.0.42 released.
818
819 2015-05-04  Carl Hetherington  <cth@carlh.net>
820
821         * Move restore-default-prefs option (#537).
822
823         * Don't try to update config dialog when its window has been
824         destroyed.  Fixes various crashes on Windows (from master).
825
826         * Add a simple content properties dialog (#554).
827
828 2015-05-01  carl  <cth@carlh.net>
829
830         * Don't load image files whose names start with ._ as they
831         are probably OS X resource files (from master).
832
833 2015-04-30  Carl Hetherington  <cth@carlh.net>
834
835         * Copy subtitle fonts to the DCP, and provide
836         LiberationSans-Regular as a default Arial equivalent.
837
838 2015-04-29  Carl Hetherington  <cth@carlh.net>
839
840         * Make disk space check take account of whether hard links
841         are supported by the target filesystem (#511).
842
843         * Allow configuration of the encryption key (from master).
844
845         * Various fixes to bad timeline drag behaviour when
846         snapping (from master).
847
848 2015-04-29  c.hetherington  <cth@carlh.net>
849
850         * Hand-apply 291179175729b62e17a9c322cd27ae134d1310d9,
851         8d92cce7d2885afa13ee4cb6f546dbf43942124b and
852         c994839239e84a1f62865ed82fdc090900a66b03 from master;
853         stop flickering when dragging in the timeline on OS X.
854
855 2015-04-22  c.hetherington  <cth@carlh.net>
856
857         * Add P3 colour conversion preset.
858
859         * Hand-apply all changes relating to colour specification
860         as chromaticity.
861
862 2015-04-20  Carl Hetherington  <cth@carlh.net>
863
864         * Hand-apply 47770097cf6a5d7dbbdded8977da5f3de53dfd33;
865         single-file hashes.
866
867         * Hand-apply e1d0d24146592e311d46781a1961fe080f6357cf;
868         attempt to fix confusion with the JPEG2000 bandwidth
869         control when a user enters a value directly rather than
870         using the spin arrows.
871
872 2015-04-16  Carl Hetherington  <cth@carlh.net>
873
874         * Fix potential OS X crashes due to another incarnation
875         of the bizarre multi-thread stringstream bug.
876
877 2015-04-15  c.hetherington  <cth@carlh.net>
878
879         * Hand-apply 94998e12d117f3f1781dfb1318939debfbf34546 from master;
880         add option to restore the default configuration.
881
882 2015-04-12  Carl Hetherington  <cth@carlh.net>
883
884         * Hand-apply 69866d9ba972d21375081c313ac245535ac55be9 from master;
885         handle removed ratio if it occurs in old files.
886
887         * Hand-apply c0e0b90d987af2586323d4a67bd67330256da51d from master;
888         remove 1.37 ratio and set Academy to 1.375.
889
890         * Hand-apply 83f1ea8eacb4d56860ccdb9db5acdf12c6e71dfb from master;
891         ellipsize filters strings if it is long.
892
893         * Hand-apply 24ae3a8f0a68529b50c34079e643caf6b9327523 from master;
894         use the number of mapped audio channels for the DCP name, not the
895         number of DCP channels (#479).
896
897 2015-03-25  Carl Hetherington  <cth@carlh.net>
898
899         * Remove scaler settings and just uses SWS_BICUBIC all round.
900
901         * Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow
902         even DCP audio channel counts between 2 and 16 inclusive.
903
904         * Hand-apply 3e3d3e46a74af7b3e6431033c7c80bd058c02cf6update;
905         full/play length in the timing panel when the DCP frame rate is
906         changed.
907
908 2015-03-24  Carl Hetherington  <cth@carlh.net>
909
910         * Hand-apply 31eafa8a121b8d341d198e4fe426ee843cc70167; add a note
911         to the timing panel to try to stop people changing the video frame
912         rate in the wrong circumstances.
913
914         * Hand-apply e30fd8d; resurrect JSON server code.
915
916         * Hand-apply 7ba9dcdbfe8f0d94ad9887843995c152c45dfe9e from master;
917         allow "deletion" of the audio part of a FFmpeg file from the
918         timeline; delete unmaps the audio (#316).
919
920 2015-02-25  Carl Hetherington  <cth@carlh.net>
921
922         * Version 2.0.41 released.
923
924 2015-02-10  c.hetherington  <cth@carlh.net>
925
926         * Default to no colour conversion for
927         JPEG2000 and DCP content (#445).
928
929 2015-02-06  Carl Hetherington  <cth@carlh.net>
930
931         * Version 2.0.40 released.
932
933 2015-02-06  Carl Hetherington  <cth@carlh.net>
934
935         * Version 2.0.39 released.
936
937 2015-01-31  Carl Hetherington  <cth@carlh.net>
938
939         * Fix error when using audio delay.
940
941 2015-01-30  Carl Hetherington  <cth@carlh.net>
942
943         * Fix update of preview when video fade changes.
944
945         * Hopefully fix black borders round the preview in
946         some cases.
947
948 2015-01-24  Carl Hetherington  <cth@carlh.net>
949
950         * Version 2.0.38 released.
951
952 2015-01-23  Carl Hetherington  <cth@carlh.net>
953
954         * Fix update checker.
955
956         * Scan a whole FFmpeg file if no duration is given
957         in its header.
958
959         * Fix flicker of SubRip subtitles in some cases.
960
961         * Version 2.0.37 released.
962
963 2015-01-21  Carl Hetherington  <cth@carlh.net>
964
965         * Version 2.0.36 released.
966
967 2015-01-21  Carl Hetherington  <cth@carlh.net>
968
969         * Fix differentiation between MXF-wrapped subtitles
970         and video/audio content.
971
972 2015-01-20  Carl Hetherington  <cth@carlh.net>
973
974         * Version 2.0.35 released.
975
976 2015-01-20  c.hetherington  <cth@carlh.net>
977
978         * More informative error when failing to decode
979         JPEG2000 files.
980
981 2015-01-15  Carl Hetherington  <cth@carlh.net>
982
983         * Version 2.0.34 released.
984
985 2015-01-15  Carl Hetherington  <cth@carlh.net>
986
987         * Version 2.0.33 released.
988
989 2015-01-15  Carl Hetherington  <cth@carlh.net>
990
991         * Version 2.0.32 released.
992
993 2015-01-15  Carl Hetherington  <cth@carlh.net>
994
995         * Version 2.0.31 released.
996
997 2015-01-15  Carl Hetherington  <cth@carlh.net>
998
999         * Version 2.0.30 released.
1000
1001 2015-01-11  Carl Hetherington  <cth@carlh.net>
1002
1003         * Version 2.0.29 released.
1004
1005 2015-01-11  Carl Hetherington  <cth@carlh.net>
1006
1007         * Version 2.0.28 released.
1008
1009 2015-01-07  Carl Hetherington  <cth@carlh.net>
1010
1011         * Version 2.0.27 released.
1012
1013 2015-01-07  Carl Hetherington  <cth@carlh.net>
1014
1015         * Version 2.0.26 released.
1016
1017 2015-01-04  Carl Hetherington  <cth@carlh.net>
1018
1019         * Fix loading of SMPTE XML subtitles which
1020         are not MXF-wrapped.
1021
1022 2014-12-14  Carl Hetherington  <cth@carlh.net>
1023
1024         * Version 2.0.25 released.
1025
1026 2014-12-11  Carl Hetherington  <cth@carlh.net>
1027
1028         * Version 2.0.24 released.
1029
1030 2014-12-11  Carl Hetherington  <cth@carlh.net>
1031
1032         * Version 2.0.23 released.
1033
1034 2014-12-11  Carl Hetherington  <cth@carlh.net>
1035
1036         * Add a language property to subtitle content and use it
1037         for the DCP subtitle's language specification.
1038
1039 2014-11-24  Carl Hetherington  <cth@carlh.net>
1040
1041         * Version 2.0.22 released.
1042
1043 2014-11-24  Carl Hetherington  <cth@carlh.net>
1044
1045         * Allow import of J2K image sequences.
1046
1047 2014-11-12  Carl Hetherington  <cth@carlh.net>
1048
1049         * Version 2.0.21 released.
1050
1051 2014-11-12  Carl Hetherington  <cth@carlh.net>
1052
1053         * Version 2.0.20 released.
1054
1055 2014-11-10  Carl Hetherington  <cth@carlh.net>
1056
1057         * Guess initial scale from the size of video
1058         content images, taking pixel aspect ratio into
1059         account where possible.
1060
1061 2014-11-07  c.hetherington  <cth@carlh.net>
1062
1063         * Add a hint if there is 3D content in a proposed 2D DCP.
1064
1065 2014-11-06  Carl Hetherington  <cth@carlh.net>
1066
1067         * Basic support for emailing a report of
1068         a problem (#43).
1069
1070 2014-11-05  c.hetherington  <cth@carlh.net>
1071
1072         * Add a few more hints.
1073
1074 2014-10-30  Carl Hetherington  <cth@carlh.net>
1075
1076         * Version 2.0.19 released.
1077
1078 2014-10-30  Carl Hetherington  <cth@carlh.net>
1079
1080         * Fix mis-merge causing complete breakage
1081         of the main window.
1082
1083 2014-10-28  Carl Hetherington  <cth@carlh.net>
1084
1085         * Version 2.0.18 released.
1086
1087 2014-10-26  Carl Hetherington  <cth@carlh.net>
1088
1089         * Version 2.0.17 released.
1090
1091 2014-11-02  Carl Hetherington  <cth@carlh.net>
1092
1093         * Be more tolerant of some FFmpeg audio decoding errors;
1094         should fix #352.
1095
1096 2014-10-26  Carl Hetherington  <cth@carlh.net>
1097
1098         * Version 2.0.16 released.
1099
1100 2014-10-24  Carl Hetherington  <cth@carlh.net>
1101
1102         * Add a pause button for jobs.
1103
1104         * Experimental support for bypassing colourspace conversion (#266).
1105
1106         * Version 1.76.6 released.
1107
1108 2014-10-23  Carl Hetherington  <cth@carlh.net>
1109
1110         * Version 1.76.5 released.
1111
1112 2014-10-23  Carl Hetherington  <cth@carlh.net>
1113
1114         * Version 1.76.4 released.
1115
1116 2014-10-23  Carl Hetherington  <cth@carlh.net>
1117
1118         * Rename 'Add folder' to 'Add image sequence'
1119         and add some tooltips.
1120
1121         * Move the "keep video in sequence" button into
1122         the timeline dialogue.
1123
1124         * Fix mix-placement of content when using the "Down"
1125         button to move it.
1126
1127 2014-10-22  Carl Hetherington  <cth@carlh.net>
1128
1129         * Version 2.0.15 released.
1130
1131 2014-10-22  Carl Hetherington  <cth@carlh.net>
1132
1133         * Version 1.76.3 released.
1134
1135 2014-10-22  Carl Hetherington  <cth@carlh.net>
1136
1137         * Fix bug where some files from iTunes would
1138         be read as being at 90,000fps.
1139
1140 2014-10-20  Carl Hetherington  <cth@carlh.net>
1141
1142         * Version 1.76.2 released.
1143
1144 2014-10-19  Carl Hetherington  <cth@carlh.net>
1145
1146         * Add simple note of what audio resampling
1147         will be done to the audio panel.
1148
1149 2014-10-16  Carl Hetherington  <cth@carlh.net>
1150
1151         * Version 1.75.2 released.
1152
1153 2014-10-16  Carl Hetherington  <cth@carlh.net>
1154
1155         * Version 1.75.1 released.
1156
1157 2014-10-16  Carl Hetherington  <cth@carlh.net>
1158
1159         * Version 1.75.0 released.
1160
1161 2014-10-14  Carl Hetherington  <cth@carlh.net>
1162
1163         * Version 1.74.3 released.
1164
1165 2014-10-08  c.hetherington  <cth@carlh.net>
1166
1167         * Make server finding more reliable when
1168         there are more than a few servers.
1169
1170 2014-10-05  Carl Hetherington  <cth@carlh.net>
1171
1172         * Use a more sensible default position and size for
1173         .srt subs.
1174
1175 2014-10-03  Carl Hetherington  <cth@carlh.net>
1176
1177         * Version 2.0.14 released.
1178
1179 2014-10-01  Carl Hetherington  <cth@carlh.net>
1180
1181         * Version 2.0.13 released.
1182
1183 2014-09-30  Carl Hetherington  <cth@carlh.net>
1184
1185         * Version 2.0.12 released.
1186
1187 2014-09-30  Carl Hetherington  <cth@carlh.net>
1188
1189         * Add basic video fade in/out.
1190
1191 2014-09-22  Carl Hetherington  <cth@carlh.net>
1192
1193         * Version 2.0.11 released.
1194
1195 2014-09-18  Carl Hetherington  <cth@carlh.net>
1196
1197         * Version 2.0.10 released.
1198
1199 2014-10-08  Carl Hetherington  <cth@carlh.net>
1200
1201         * Version 1.74.2 released.
1202
1203 2014-10-08  Carl Hetherington  <cth@carlh.net>
1204
1205         * Version 1.74.1 released.
1206
1207 2014-10-05  Carl Hetherington  <cth@carlh.net>
1208
1209         * Bump ffmpeg version.
1210
1211 2014-10-06  Carl Hetherington  <cth@carlh.net>
1212
1213         * Version 1.74.0 released.
1214
1215 2014-10-06  Carl Hetherington  <cth@carlh.net>
1216
1217         * Version 1.73.9 released.
1218
1219 2014-09-28  Carl Hetherington  <cth@carlh.net>
1220
1221         * Version 1.73.8 released.
1222
1223 2014-09-28  Carl Hetherington  <cth@carlh.net>
1224
1225         * Add a few key shortcuts.
1226
1227 2014-09-16  Carl Hetherington  <cth@carlh.net>
1228
1229         * Version 1.73.7 released.
1230
1231 2014-09-16  Carl Hetherington  <cth@carlh.net>
1232
1233         * Fix non-update of audio gain when changing selected content.
1234
1235 2014-09-14  Carl Hetherington  <cth@carlh.net>
1236
1237         * Version 1.73.6 released.
1238
1239 2014-09-14  Carl Hetherington  <cth@carlh.net>
1240
1241         * Version 1.73.5 released.
1242
1243 2014-09-14  Carl Hetherington  <cth@carlh.net>
1244
1245         * Update to nl_NL translation from Cherif Ben Brahim.
1246
1247 2014-09-12  Carl Hetherington  <cth@carlh.net>
1248
1249         * Version 2.0.9 released.
1250
1251 2014-09-12  Carl Hetherington  <cth@carlh.net>
1252
1253         * Add "re-examine" option to content context menu (#339).
1254
1255 2014-09-11  Carl Hetherington  <cth@carlh.net>
1256
1257         * Restore encoding optimisations for still-image sources.
1258
1259         * Add option to re-make signing chain with specified organisation,
1260         common names etc. (#354)
1261
1262         * Allow separate X and Y scale for subtitles (#337).
1263
1264 2014-09-10  Carl Hetherington  <cth@carlh.net>
1265
1266         * Allow DCP names to be created using the ISDCF template and then
1267         edited afterwards (#401).
1268
1269         * Fix hidden advanced preferences button in some locales.
1270
1271         * Version 2.0.8 released.
1272
1273 2014-09-10  Carl Hetherington  <cth@carlh.net>
1274
1275         * Fix loading of 1.x films.
1276
1277         * Fix crash on audio analysis in some cases.
1278
1279 2014-09-09  Carl Hetherington  <cth@carlh.net>
1280
1281         * Version 2.0.7 released.
1282
1283 2014-09-09  Carl Hetherington  <cth@carlh.net>
1284
1285         * Version 2.0.6 released.
1286
1287 2014-09-09  Carl Hetherington  <cth@carlh.net>
1288
1289         * Fix missing OS X dependencies.
1290
1291         * Use a different directory for DCP-o-matic 2
1292         configuration (not the same as 1.x).
1293
1294 2014-09-08  Carl Hetherington  <cth@carlh.net>
1295
1296         * Version 2.0.5 released.
1297
1298         * Fix hidden advanced preferences button in some locales.
1299
1300 2014-09-08  Carl Hetherington  <cth@carlh.net>
1301
1302         * Fix failure to load Targa files.
1303
1304 2014-09-07  Carl Hetherington  <cth@carlh.net>
1305
1306         * Put no stretch / no scale in the set of choices for default
1307         scale to.
1308
1309         * Fix a few bad fuzzy translations from the preferences dialog.
1310
1311 2014-09-03  Carl Hetherington  <cth@carlh.net>
1312
1313         * Fix server certificate downloads on OS X (#376).
1314
1315 2014-09-02  Carl Hetherington  <cth@carlh.net>
1316
1317         * Improve behaviour of batch converter window when it is shrunk (#338).
1318
1319 2014-09-01  Carl Hetherington  <cth@carlh.net>
1320
1321         * Version 1.73.1 released.
1322
1323 2014-08-31  Carl Hetherington  <cth@carlh.net>
1324
1325         * Remove configurable CPL <Creator> and use "DCP-o-matic (version) (git)"
1326         instead.
1327
1328         * Fix lack of i18n of strings from src/lib/po on OS X.
1329
1330         * Give a hint when content and container aspect ratios are not
1331         the same (#392).
1332
1333         * Add "copy" button to colour conversion presets editor (#399).
1334
1335         * Allow drag-and-drop of files onto the content list (#395).
1336
1337 2014-08-29  Carl Hetherington  <cth@carlh.net>
1338
1339         * Version 2.0.4 released.
1340
1341 2014-08-24  Carl Hetherington  <cth@carlh.net>
1342
1343         * Version 2.0.3 released.
1344
1345 2014-08-24  Carl Hetherington  <cth@carlh.net>
1346
1347         * Version 2.0.2 released.
1348
1349 2014-08-06  Carl Hetherington  <cth@carlh.net>
1350
1351         * Version 2.0.1 released.
1352
1353 2014-07-15  Carl Hetherington  <cth@carlh.net>
1354
1355         * A variety of changes were made on the 2.0 branch
1356         but not documented in the ChangeLog.  Most sigificantly:
1357
1358         - DCP import
1359         - Creation of DCPs with proper XML subtitles
1360         - Import of .srt and .xml subtitles
1361         - Audio processing framework (with some basic processors).
1362
1363 2014-03-07  Carl Hetherington  <cth@carlh.net>
1364
1365         * Add subtitle view.
1366         * Some improvements to the manual.
1367
1368 2014-08-26  Carl Hetherington  <cth@carlh.net>
1369
1370         * Version 1.73.0 released.
1371
1372 2014-08-25  Carl Hetherington  <cth@carlh.net>
1373
1374         * Basic recent files list in the File menu.
1375
1376 2014-08-23  Carl Hetherington  <cth@carlh.net>
1377
1378         * Version 1.72.12 released.
1379
1380 2014-08-23  Carl Hetherington  <cth@carlh.net>
1381
1382         * Revert previous use of AVFormatContext::start_time when
1383         computing the length of video.  I think this is wrong, and
1384         causes bits to be missed off the end of videos (and other
1385         problems).
1386
1387 2014-08-20  Carl Hetherington  <cth@carlh.net>
1388
1389         * Version 1.72.11 released.
1390
1391 2014-08-19  Carl Hetherington  <cth@carlh.net>
1392
1393         * Attempt to fix random crashes on OS X (especially during encodes)
1394         thought to be caused by multiple threads using (different) stringstreams
1395         at the same time; see src/lib/safe_stringstream.
1396 >>>>>>> origin/master
1397
1398 2014-08-09  Carl Hetherington  <cth@carlh.net>
1399
1400         * Version 1.72.10 released.
1401
1402 2014-08-09  Carl Hetherington  <cth@carlh.net>
1403
1404         * Version 1.72.8 released.
1405
1406 2014-08-08  Carl Hetherington  <cth@carlh.net>
1407
1408         * Approximate support for changing timing details of multiple
1409         bits of content at the same time.
1410
1411         * Allow removal of multiple bits of content at the same time.
1412
1413         * Version 1.72.7 released.
1414
1415 2014-08-04  Carl Hetherington  <cth@carlh.net>
1416
1417         * Add BCC option for KDM emails.
1418
1419 2014-07-29  Carl Hetherington  <cth@carlh.net>
1420
1421         * Version 1.72.5 released.
1422
1423 2014-07-17  Carl Hetherington  <cth@carlh.net>
1424
1425         * Fix corrupted text in job descriptions in some cases.
1426
1427         * Speculative fix for failure to keep Windows
1428         machines awake during encodes.
1429
1430 2014-07-16  Carl Hetherington  <cth@carlh.net>
1431
1432         * Version 1.72.4 released.
1433
1434 2014-07-16  Carl Hetherington  <cth@carlh.net>
1435
1436         * Add default scaling setting to preferences (#384).
1437
1438         * Version 1.72.3 released.
1439
1440 2014-07-16  Carl Hetherington  <cth@carlh.net>
1441
1442         * Improve approximate time reports a bit.
1443
1444         * Make KDM email subject configurable.
1445
1446         * Updates to de_DE from Carsten Kurz.
1447
1448         * Limit allowed KDM types based on Interop/SMPTE setting
1449         of DCP (#385).
1450
1451         * Updates to fr_FR from Grégoire Ausina.
1452
1453 2014-07-14  Carl Hetherington  <cth@carlh.net>
1454
1455         * Bump libdcp to get a new version which writes
1456         <Hash> values to CPLs.
1457
1458 2014-07-10  Carl Hetherington  <cth@carlh.net>
1459
1460         * Version 1.72.2 released.
1461 >>>>>>> origin/master
1462
1463 2014-07-10  Carl Hetherington  <cth@carlh.net>
1464
1465         * Try to fix corruption of KDM email setting in
1466         some cases.
1467
1468         * Version 1.72.1 released.
1469
1470 2014-07-08  Carl Hetherington  <cth@carlh.net>
1471
1472         * Fix various problems with seek and content
1473         being trimmed when its video frame rate is
1474         overridden.
1475
1476 2014-07-02  Carl Hetherington  <cth@carlh.net>
1477
1478         * Updated de_DE translation from Carsten Kurz.
1479
1480 2014-06-30  Carl Hetherington  <cth@carlh.net>
1481
1482         * Version 1.72.0 released.
1483
1484 2014-06-28  Carl Hetherington  <cth@carlh.net>
1485
1486         * Version 1.71.2 released.
1487
1488 2014-06-28  Carl Hetherington  <cth@carlh.net>
1489
1490         * Version 1.71.1 released.
1491
1492 2014-06-28  Carl Hetherington  <cth@carlh.net>
1493
1494         * Fix crash on analysing audio (and possibly DCP creation) with
1495         resampled content.
1496
1497 2014-06-27  Carl Hetherington  <cth@carlh.net>
1498
1499         * Version 1.71.0 released.
1500
1501 2014-06-27  Carl Hetherington  <cth@carlh.net>
1502
1503         * Fix up/down buttons in content list.
1504
1505 2014-06-26  Carl Hetherington  <cth@carlh.net>
1506
1507         * Version 1.70.1 released.
1508
1509 2014-06-26  Carl Hetherington  <cth@carlh.net>
1510
1511         * Support different KDM formulations.
1512
1513         * Allow override of detected video frame rates.
1514
1515         * Optimisation of uncertain effect to encoder and server
1516         thread handling.
1517
1518         * Version 1.70.0 released.
1519
1520 2014-06-25  Carl Hetherington  <cth@carlh.net>
1521
1522         * Version 1.69.37 released.
1523
1524 2014-06-25  Carl Hetherington  <cth@carlh.net>
1525
1526         * Version 1.69.36 released.
1527
1528 2014-06-25  Carl Hetherington  <cth@carlh.net>
1529
1530         * Support pixel format 46 in make_black().
1531
1532 2014-06-24  Carl Hetherington  <cth@carlh.net>
1533
1534         * Re-assign timeline tracks when things are
1535         moved about.
1536
1537 2014-06-23  Carl Hetherington  <cth@carlh.net>
1538
1539         * Try harder to cope with DCP names specified
1540         already in CamelCase.
1541
1542         * Add option to CC a KDM email, and add
1543         $SCREENS and $CINEMA_NAME as variables
1544         in the email.
1545
1546 2014-06-22  Carl Hetherington  <cth@carlh.net>
1547
1548         * Reset-to-default button for KDM email text.
1549
1550         * Version 1.69.35 released.
1551
1552 2014-06-22  Carl Hetherington  <cth@carlh.net>
1553
1554         * Fix large memory leak with image sources.
1555
1556 2014-06-21  Carl Hetherington  <cth@carlh.net>
1557
1558         * Move email config into the KDM email page.
1559
1560         * Version 1.69.34 released.
1561
1562 2014-06-21  Carl Hetherington  <cth@carlh.net>
1563
1564         * Version 1.69.33 released.
1565
1566 2014-06-21  Carl Hetherington  <cth@carlh.net>
1567
1568         * Version 1.69.32 released.
1569
1570 2014-06-21  Carl Hetherington  <cth@carlh.net>
1571
1572         * Version 1.69.31 released.
1573
1574 2014-06-20  Carl Hetherington  <cth@carlh.net>
1575
1576         * Version 1.69.30 released.
1577
1578 2014-06-20  Carl Hetherington  <cth@carlh.net>
1579
1580         * Updates to de_DE translation from Carsten Kurz.
1581
1582 2014-06-18  Carl Hetherington  <cth@carlh.net>
1583
1584         * Version 1.69.29 released.
1585
1586 2014-06-18  Carl Hetherington  <cth@carlh.net>
1587
1588         * Fix thinko causing incorrect audio sample rates in some cases.
1589
1590 2014-06-15  Carl Hetherington  <cth@carlh.net>
1591
1592         * Version 1.69.28 released.
1593
1594 2014-06-12  Carl Hetherington  <cth@carlh.net>
1595
1596         * Version 1.69.27 released.
1597
1598 2014-06-12  Carl Hetherington  <cth@carlh.net>
1599
1600         * Add Content menu with "scale to fit width" and "scale
1601         to fit height" options.
1602
1603         * Version 1.69.26 released.
1604
1605 2014-06-12  Carl Hetherington  <cth@carlh.net>
1606
1607         * Fix bug where DCP-o-matic does not recreate video after
1608         subtitles are turned on or off.
1609
1610 2014-06-10  Carl Hetherington  <cth@carlh.net>
1611
1612         * Support ISDCF naming convention version 9 (#257).
1613
1614         * Rename DCI to ISDCF when talking about the digital cinema
1615         naming convention (#362).
1616
1617         * Fix crash when opening the timeline with no content (#369).
1618
1619 2014-06-09  Carl Hetherington  <cth@carlh.net>
1620
1621         * Fix server/client with non-RGB24 sources.
1622
1623         * Version 1.69.25 released.
1624
1625 2014-06-09  Carl Hetherington  <cth@carlh.net>
1626
1627         * Make audio gain a floating-point value in the UI (#367).
1628
1629         * Work-around out-of-memory crashes with large start trims (#252).
1630
1631         * Version 1.69.24 released.
1632
1633 2014-06-06  Carl Hetherington  <cth@carlh.net>
1634
1635         * Version 1.69.23 released.
1636
1637 2014-06-05  Carl Hetherington  <cth@carlh.net>
1638
1639         * Version 1.69.22 released.
1640
1641 2014-06-05  Carl Hetherington  <cth@carlh.net>
1642
1643         * Large speed-up to multi-image source file decoding.
1644
1645         * Back-port changes from v2 which work out how separate
1646         audio files should be resampled by looking at the video
1647         files which are present at the same time.
1648
1649 2014-06-03  Carl Hetherington  <cth@carlh.net>
1650
1651         * Version 1.69.21 released.
1652
1653 2014-06-03  Carl Hetherington  <cth@carlh.net>
1654
1655         * Fix bad resampling of separate sound file sources that
1656         have specified video frame rates.
1657
1658         * Version 1.69.20 released.
1659
1660 2014-06-03  Carl Hetherington  <cth@carlh.net>
1661
1662         * Re-calculate and update audio plots when the mapping is changed.
1663
1664         * Change the -3dB preset to -6dB since we are talking about
1665         amplitude, not power.
1666
1667         * Version 1.69.19 released.
1668
1669 2014-06-02  Carl Hetherington  <cth@carlh.net>
1670
1671         * Empirical hack to prevent over-read of array
1672         by libswscale; may fix crashes at the start of
1673         DCP encodes.
1674
1675 2014-05-29  Carl Hetherington  <cth@carlh.net>
1676
1677         * Version 1.69.18 released.
1678
1679 2014-05-28  Carl Hetherington  <cth@carlh.net>
1680
1681         * Version 1.69.17 released.
1682
1683 2014-05-28  Carl Hetherington  <cth@carlh.net>
1684
1685         * Version 1.69.16 released.
1686
1687 2014-05-28  Carl Hetherington  <cth@carlh.net>
1688
1689         * Rework KDM generation to be about CPLs rather than DCPs,
1690         and allow specification of any CPL to generate KDMs for.
1691
1692         Requested-by: Richard Turner
1693
1694 2014-05-27  Carl Hetherington  <cth@carlh.net>
1695
1696         * Version 1.69.15 released.
1697
1698 2014-05-26  Carl Hetherington  <cth@carlh.net>
1699
1700         * Version 1.69.14 released.
1701
1702 2014-05-26  Carl Hetherington  <cth@carlh.net>
1703
1704         * Fix problems with non-zero FFmpeg content start times.
1705
1706 2014-05-24  Carl Hetherington  <cth@carlh.net>
1707
1708         * Version 1.69.13 released.
1709
1710 2014-05-24  Carl Hetherington  <cth@carlh.net>
1711
1712         * Fix problems with log setup from config.
1713
1714 2014-05-23  Carl Hetherington  <cth@carlh.net>
1715
1716         * Version 1.69.12 released.
1717
1718 2014-05-22  Carl Hetherington  <cth@carlh.net>
1719
1720         * Version 1.69.11 released.
1721
1722 2014-05-21  Carl Hetherington  <cth@carlh.net>
1723
1724         * Version 1.69.10 released.
1725
1726 2014-05-21  Carl Hetherington  <cth@carlh.net>
1727
1728         * Tidy up logging a bit and make it configurable from the GUI
1729         (moving a few things into an Advanced preferences tab at
1730         the same time).
1731
1732 2014-05-19  Carl Hetherington  <cth@carlh.net>
1733
1734         * Version 1.69.9 released.
1735
1736 2014-05-19  Carl Hetherington  <cth@carlh.net>
1737
1738         * Decode image sources in the multi-threaded part
1739         of the transcoder, rather than the single-threaded.
1740
1741 2014-05-16  Carl Hetherington  <cth@carlh.net>
1742
1743         * Version 1.69.8 released.
1744
1745 2014-05-16  Carl Hetherington  <cth@carlh.net>
1746
1747         * Fix various confusions in translations of abbreviated
1748         channel names (Lc, Rc etc.)
1749
1750 2014-05-14  Carl Hetherington  <cth@carlh.net>
1751
1752         * Version 1.69.7 released.
1753
1754 2014-05-14  Carl Hetherington  <cth@carlh.net>
1755
1756         * Bump libdcp to remove checks on PCM MXF edit rates,
1757         so we can generate strange ones in DCP-o-matic.
1758
1759 2014-05-13  Carl Hetherington  <cth@carlh.net>
1760
1761         * Version 1.69.6 released.
1762
1763 2014-05-13  Carl Hetherington  <cth@carlh.net>
1764
1765         * Remove artificial 100fps limit when using
1766         "any" DCP frame rate.
1767
1768 2014-05-12  Carl Hetherington  <cth@carlh.net>
1769
1770         * Version 1.69.5 released.
1771
1772 2014-05-12  Carl Hetherington  <cth@carlh.net>
1773
1774         * Add option to use any DCP frame rate, rather than just
1775         the "allowed" set.
1776
1777         * Version 1.69.4 released.
1778
1779 2014-05-12  Carl Hetherington  <cth@carlh.net>
1780
1781         * Version 1.69.3 released.
1782
1783 2014-05-12  Carl Hetherington  <cth@carlh.net>
1784
1785         * Use libdcp::raw_convert instead of boost::lexical_cast and
1786         LocaleGuard, hopefully to fix large numbers being written with
1787         thousands separators on some locales.
1788
1789 2014-05-10  Carl Hetherington  <cth@carlh.net>
1790
1791         * Version 1.69.2 released.
1792
1793 2014-05-10  Carl Hetherington  <cth@carlh.net>
1794
1795         * Fix setup of the libswresample context to work with high channel counts.
1796
1797 2014-05-09  Carl Hetherington  <cth@carlh.net>
1798
1799         * Version 1.69.1 released.
1800
1801 2014-05-09  Carl Hetherington  <cth@carlh.net>
1802
1803         * Fix crash on using content with more than 12 audio channels.
1804
1805         * Re-introduce ffprobe call when adding content.
1806
1807 2014-05-05  Carl Hetherington  <cth@carlh.net>
1808
1809         * Version 1.69.0 released.
1810
1811 2014-05-02  Carl Hetherington  <cth@carlh.net>
1812
1813         * Version 1.68.0 released.
1814
1815 2014-04-29  Carl Hetherington  <cth@carlh.net>
1816
1817         * Version 1.67.1 released.
1818
1819 2014-04-29  Carl Hetherington  <cth@carlh.net>
1820
1821         * Version 1.67.0 released.
1822
1823 2014-04-27  Carl Hetherington  <cth@carlh.net>
1824
1825         * Version 1.66.16 released.
1826
1827 2014-04-27  Carl Hetherington  <cth@carlh.net>
1828
1829         * Add .dpx to the list of acceptable image files.
1830
1831         * Slightly better handling of uncaught exceptions.
1832
1833         * Use our own directory picker on 14.04 (as well as 13.04 and 13.10) as
1834         it appears that the same bug remains.
1835
1836 2014-04-25  Carl Hetherington  <cth@carlh.net>
1837
1838         * Version 1.66.15 released.
1839
1840 2014-04-25  Carl Hetherington  <cth@carlh.net>
1841
1842         * Fix subtitle display when the next subtitle is decoded before the previous
1843         one has finished.
1844
1845 2014-04-24  Carl Hetherington  <cth@carlh.net>
1846
1847         * Version 1.66.14 released.
1848
1849 2014-04-23  Carl Hetherington  <cth@carlh.net>
1850
1851         * Version 1.66.13 released.
1852
1853 2014-04-21  Carl Hetherington  <cth@carlh.net>
1854
1855         * Update to es_ES translation from Manuel AC.
1856
1857         * Update to fr_FR translation from Thierry Journet.
1858
1859 2014-04-17  Carl Hetherington  <cth@carlh.net>
1860
1861         * Fix update of the gain control when using the gain calculator
1862         dialog.
1863
1864         * Version 1.66.12 released.
1865
1866 2014-04-07  Carl Hetherington  <cth@carlh.net>
1867
1868         * Version 1.66.11 released.
1869
1870 2014-04-07  Carl Hetherington  <cth@carlh.net>
1871
1872         * Updated fr_FR translation from Thierry Journet.
1873
1874 2014-04-02  Carl Hetherington  <cth@carlh.net>
1875
1876         * Version 1.66.10 released.
1877
1878 2014-04-01  Carl Hetherington  <cth@carlh.net>
1879
1880         * Basic support for separate left/right-eye files or directories
1881         for 3D.
1882
1883 2014-03-30  Carl Hetherington  <cth@carlh.net>
1884
1885         * Version 1.66.9 released.
1886
1887 2014-03-30  Carl Hetherington  <cth@carlh.net>
1888
1889         * Version 1.66.8 released.
1890
1891         * nl_NL translation from Theo Kooijmans.
1892
1893 2014-03-27  Carl Hetherington  <cth@carlh.net>
1894
1895         * Auto-save film metadata before starting DCP encode.
1896
1897 2014-03-25  Carl Hetherington  <cth@carlh.net>
1898
1899         * Add support for downloading Doremi server certificates.
1900
1901 2014-03-24  Carl Hetherington  <cth@carlh.net>
1902
1903         * Version 1.66.7 released.
1904
1905 2014-03-24  Carl Hetherington  <cth@carlh.net>
1906
1907         * Fix error on creating DCPs without audio.
1908
1909 2014-03-23  Carl Hetherington  <cth@carlh.net>
1910
1911         * Version 1.66.6 released.
1912
1913 2014-03-23  Carl Hetherington  <cth@carlh.net>
1914
1915         * Attempt to fix format string specifier error on Windows.
1916
1917         * Version 1.66.5 released.
1918
1919 2014-03-22  Carl Hetherington  <cth@carlh.net>
1920
1921         * Version 1.66.4 released.
1922
1923 2014-03-22  Carl Hetherington  <cth@carlh.net>
1924
1925         * Allow specification of the video frame rate that a sound file
1926         was prepared for.
1927
1928         * Another attempt to fix colour conversion dialog strange behaviour
1929         on OS X.
1930
1931 2014-03-18  Carl Hetherington  <cth@carlh.net>
1932
1933         * Version 1.66.3 released.
1934
1935 2014-03-18  Carl Hetherington  <cth@carlh.net>
1936
1937         * Fix bad rounding of timecodes.
1938
1939         * Tentative support for 3D from alternate frames of the source.
1940
1941 2014-03-17  Carl Hetherington  <cth@carlh.net>
1942
1943         * Improve behaviour of the position slider at the end of films.
1944
1945         * Version 1.66.2 released.
1946
1947 2014-03-17  Carl Hetherington  <cth@carlh.net>
1948
1949         * Improve appearance of config dialog on OS X.
1950
1951 2014-03-15  Carl Hetherington  <cth@carlh.net>
1952
1953         * Improve appearance of new film and KDM dialogs on OS X.
1954
1955         * Fix KDM dialog to predictably set up its initial range to
1956         a week from now.
1957
1958         * Remove support for FFmpeg post-processing filters as they apparently
1959         do not support > 8bpp.  I don't think they are worth the pain of
1960         quantizing and then telling the user what has happened.
1961
1962 2014-03-12  Carl Hetherington  <cth@carlh.net>
1963
1964         * Version 1.66.1 released.
1965
1966 2014-03-12  Carl Hetherington  <cth@carlh.net>
1967
1968         * Hopefully fix i18n on OS X (#324).
1969
1970 2014-03-10  Carl Hetherington  <cth@carlh.net>
1971
1972         * Version 1.66.0 released.
1973
1974 2014-03-09  Carl Hetherington  <cth@carlh.net>
1975
1976         * Version 1.65.2 released.
1977
1978 2014-03-09  Carl Hetherington  <cth@carlh.net>
1979
1980         * Restore old behaviour of "no-stretch" mode with crop.
1981
1982         * Fix display of no-scale display mode in the player.
1983
1984 2014-03-08  Carl Hetherington  <cth@carlh.net>
1985
1986         * Version 1.65.1 released.
1987
1988 2014-03-08  Carl Hetherington  <cth@carlh.net>
1989
1990         * Fix incorrect audio analyses on multiple-stream content.
1991
1992         * Support for unsigned 8-bit audio (hmm!).
1993
1994 2014-03-06  Carl Hetherington  <cth@carlh.net>
1995
1996         * Version 1.65.0 released.
1997
1998 2014-03-05  Carl Hetherington  <cth@carlh.net>
1999
2000         * Version 1.64.19 released.
2001
2002 2014-03-05  Carl Hetherington  <cth@carlh.net>
2003
2004         * Bump maximum audio channels to 12 so that we can
2005         (crudely at least) get BsL/BsR.
2006
2007 2014-03-04  Carl Hetherington  <cth@carlh.net>
2008
2009         * Version 1.64.18 released.
2010
2011 2014-03-04  Carl Hetherington  <cth@carlh.net>
2012
2013         * Add option to disable all scaling of the input video.
2014
2015 2014-03-03  Carl Hetherington  <cth@carlh.net>
2016
2017         * Fix rounding of timecodes in at least some cases (#323).
2018
2019         * Try to prevent OS X from sleeping during DCP encode.
2020
2021 2014-02-26  Carl Hetherington  <cth@carlh.net>
2022
2023         * Version 1.64.17 released.
2024
2025 2014-02-26  Carl Hetherington  <cth@carlh.net>
2026
2027         * Fix missing RMS audio analysis plots in some cases.
2028
2029         * Fix failure to load sound files with
2030         non-ASCII paths.
2031
2032 2014-02-23  Carl Hetherington  <cth@carlh.net>
2033
2034         * Version 1.64.16 released.
2035
2036 2014-02-23  Carl Hetherington  <cth@carlh.net>
2037
2038         * Bump ffmpeg library to git head to fix problems with
2039         misrecognised frame rates in some MOV files.
2040
2041 2014-02-20  Carl Hetherington  <cth@carlh.net>
2042
2043         * Version 1.64.15 released.
2044
2045 2014-02-20  Carl Hetherington  <cth@carlh.net>
2046
2047         * Basic support for 7.1 / HI/VI audio tracks.
2048
2049 2014-02-19  Carl Hetherington  <cth@carlh.net>
2050
2051         * Add some basic JSON stuff.
2052
2053 2014-02-18  Carl Hetherington  <cth@carlh.net>
2054
2055         * Version 1.64.14 released.
2056
2057 2014-02-18  Carl Hetherington  <cth@carlh.net>
2058
2059         * Version 1.64.13 released.
2060
2061 2014-02-12  Carl Hetherington  <cth@carlh.net>
2062
2063         * Make the batch converter remember its last directory
2064         for the film picker (#318).
2065
2066         * Add dcpomatic_batch to OS X .app.
2067
2068 2014-02-11  Carl Hetherington  <cth@carlh.net>
2069
2070         * Version 1.64.12 released.
2071
2072 2014-02-11  Carl Hetherington  <cth@carlh.net>
2073
2074         * Be more careful when catching exceptions from KDM creation.
2075
2076 2014-02-10  Carl Hetherington  <cth@carlh.net>
2077
2078         * Version 1.64.11 released.
2079
2080 2014-02-10  Carl Hetherington  <cth@carlh.net>
2081
2082         * Version 1.64.10 released.
2083
2084 2014-02-10  Carl Hetherington  <cth@carlh.net>
2085
2086         * Try to fix Centos RPM dependencies.
2087
2088         * Version 1.64.9 released.
2089
2090 2014-02-10  Carl Hetherington  <cth@carlh.net>
2091
2092         * Version 1.64.8 released.
2093
2094 2014-02-09  Carl Hetherington  <cth@carlh.net>
2095
2096         * Build with a more careful version of libopenjpeg that handles
2097         out-of-memory conditions slightly better.
2098
2099         * Possibly fix repeated no route to host errors in some cases.
2100
2101         * Some small bits of increased low-memory stability.
2102
2103         * Version 1.64.7 released.
2104
2105 2014-02-08  Carl Hetherington  <cth@carlh.net>
2106
2107         * Fix exception when seeking with missing content (part of #317).
2108
2109         * Version 1.64.6 released.
2110
2111 2014-02-08  Carl Hetherington  <cth@carlh.net>
2112
2113         * Version 1.64.5 released.
2114
2115 2014-02-08  Carl Hetherington  <cth@carlh.net>
2116
2117         * Version 1.64.4 released.
2118
2119 2014-02-08  Carl Hetherington  <cth@carlh.net>
2120
2121         * Version 1.64.3 released.
2122
2123 2014-02-08  Carl Hetherington  <cth@carlh.net>
2124
2125         * Bump libdcp version to get some fixes for Interop XML.
2126
2127 2014-02-07  Carl Hetherington  <cth@carlh.net>
2128
2129         * Add basic stuff to build RPMs for Centos.
2130
2131 2014-02-05  Carl Hetherington  <cth@carlh.net>
2132
2133         * Version 1.64.2 released.
2134
2135 2014-02-05  Carl Hetherington  <cth@carlh.net>
2136
2137         * A variety of fixes to small problems found by Coverity.
2138
2139 2014-02-05  Carl Hetherington  <cth@carlh.net>
2140
2141         * Version 1.64.1 released.
2142
2143 2014-02-05  Carl Hetherington  <cth@carlh.net>
2144
2145         * Updates to it_IT translation from William Fanelli.
2146
2147 2014-02-02  Carl Hetherington  <cth@carlh.net>
2148
2149         * Version 1.64.0 released.
2150
2151 2014-01-29  Carl Hetherington  <cth@carlh.net>
2152
2153         * Version 1.63.8 released.
2154
2155 2014-01-29  Carl Hetherington  <cth@carlh.net>
2156
2157         * Add subtitle X offset option.
2158
2159         * Fix missing subtitles when subtitled content is at a non-zero position.
2160
2161 2014-01-28  Carl Hetherington  <cth@carlh.net>
2162
2163         * Use Mbit/s instead of the incorrect MBps.
2164
2165         * Version 1.63.7 released.
2166
2167 2014-01-28  Carl Hetherington  <cth@carlh.net>
2168
2169         * Try to prevent Windows machines going to sleep during encodes.
2170
2171         * Add option to not install main program / server on Windows.
2172
2173 2014-01-26  Carl Hetherington  <cth@carlh.net>
2174
2175         * Change default JPEG2000 bandwith to 100MBps.
2176
2177         * Updated fr_FR translation from Theirry Journet.
2178
2179 2014-01-24  Carl Hetherington  <cth@carlh.net>
2180
2181         * Try to fix repeatedly-reported exceptions.
2182
2183 2014-01-23  Carl Hetherington  <cth@carlh.net>
2184
2185         * Version 1.63.6 released.
2186
2187 2014-01-23  Carl Hetherington  <cth@carlh.net>
2188
2189         * Fix recovery of DCP encoding after a crash with a 3D DCP.
2190
2191 2014-01-21  Carl Hetherington  <cth@carlh.net>
2192
2193         * Version 1.63.5 released.
2194
2195 2014-01-21  Carl Hetherington  <cth@carlh.net>
2196
2197         * Potentially major fix for bad A/V sync.
2198
2199 2014-01-19  Carl Hetherington  <cth@carlh.net>
2200
2201         * Version 1.63.4 released.
2202
2203 2014-01-19  Carl Hetherington  <cth@carlh.net>
2204
2205         * Updated sv_SE translation from Adam Klotblixt.
2206
2207 2014-01-15  Carl Hetherington  <cth@carlh.net>
2208
2209         * Version 1.63.3 released.
2210
2211 2014-01-15  Carl Hetherington  <cth@carlh.net>
2212
2213         * Hopefully fix badly-labelled MXFs when in Interop mode.
2214
2215 2014-01-14  Carl Hetherington  <cth@carlh.net>
2216
2217         * Version 1.63.2 released.
2218
2219 2014-01-14  Carl Hetherington  <cth@carlh.net>
2220
2221         * Fix problems with adding new soundtracks to FFmpeg content with
2222         no audio track.
2223
2224         * Updated de_DE translation from Markus Raab.
2225
2226         * Version 1.63.1 released.
2227
2228 2014-01-14  Carl Hetherington  <cth@carlh.net>
2229
2230         * Try to fix subtitle problems when the video frame rate is being changed
2231         from content to DCP.
2232
2233 2014-01-13  Carl Hetherington  <cth@carlh.net>
2234
2235         * Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and
2236         also tweak 1.19:1 (#306).
2237
2238         * Version 1.63.0 released.
2239
2240 2014-01-12  Carl Hetherington  <cth@carlh.net>
2241
2242         * Fix crashes when using -3dB options in locales with a , decimal separator.
2243
2244         * Version 1.62.3 released.
2245
2246 2014-01-11  Carl Hetherington  <cth@carlh.net>
2247
2248         * Hopefully fix error on restarting a cancelled transcode job
2249         on Windows.
2250
2251 2014-01-10  Carl Hetherington  <cth@carlh.net>
2252
2253         * Version 1.62.2 released.
2254
2255 2014-01-10  Carl Hetherington  <cth@carlh.net>
2256
2257         * Version 1.62.1 released.
2258
2259 2014-01-10  Carl Hetherington  <cth@carlh.net>
2260
2261         * Version 1.62.0 released.
2262
2263 2014-01-10  Carl Hetherington  <cth@carlh.net>
2264
2265         * Try to stop the queue of things to write filling up excessively
2266         on fast CPUs.
2267
2268         * Try to fix double "are you sure" prompt on quitting with active jobs.
2269
2270         * Version 1.61.2 released.
2271
2272 2014-01-09  Carl Hetherington  <cth@carlh.net>
2273
2274         * Version 1.61.1 released.
2275
2276 2014-01-09  Carl Hetherington  <cth@carlh.net>
2277
2278         * Version 1.61.0 released.
2279
2280 2014-01-09  Carl Hetherington  <cth@carlh.net>
2281
2282         * Hopefully fix somewhat inexplicable inability of Windows to open
2283         new files on top of old ones in some circumstances (with audio
2284         MXFs).
2285
2286         * Version 1.60 released.
2287
2288 2014-01-09  Carl Hetherington  <cth@carlh.net>
2289
2290         * More fixes for slow-downs on fast computers.
2291
2292 2014-01-08  Carl Hetherington  <cth@carlh.net>
2293
2294         * Version 1.59 released.
2295
2296 2014-01-07  Carl Hetherington  <cth@carlh.net>
2297
2298         * Version 1.58 released.
2299
2300 2014-01-07  Carl Hetherington  <cth@carlh.net>
2301
2302         * Fix Windows build of FFmpeg to link against zlib, which fixes parsing
2303         of some .mov files.
2304
2305         * Very primitive check-for-updates feature added.
2306
2307         * Allow still-moving-image sources to have their frame rate specified.
2308
2309 2014-01-06  Carl Hetherington  <cth@carlh.net>
2310
2311         * Basics of per-channel audio gain (#247).
2312
2313         * Give a warning on make DCP if it seems unlikely that the disk
2314         will have enough space to store the finished DCP (#92).
2315
2316         * Make sure forced languages override the environment for gettext()
2317         as well as wxWidgets' i18n code (#108).
2318
2319         * Bump libdcp version to get a fix for VOLINDEX/ASSETMAP file extensions
2320         with interop (#206).
2321
2322         * Fix subtitle colouring (#152).
2323
2324         * Fix mis-timed subtitles when there is a non-zero video PTS offset.
2325
2326         * Remove seemingly unnecessary checks on image directories.
2327
2328         * Leave DCP directory creation until the last minute to help
2329         avoid half-eaten directories being left around (#174).
2330
2331 2014-01-05  Carl Hetherington  <cth@carlh.net>
2332
2333         * Version 1.57 released.
2334
2335 2014-01-05  Carl Hetherington  <cth@carlh.net>
2336
2337         * Use _fseeki64 on Windows when reading content files.
2338
2339         * Various small fixes to i18n.
2340
2341 2014-01-03  Carl Hetherington  <cth@carlh.net>
2342
2343         * Version 1.56 released.
2344
2345 2014-01-03  Carl Hetherington  <cth@carlh.net>
2346
2347         * Version 1.55 released.
2348
2349 2014-01-03  Carl Hetherington  <cth@carlh.net>
2350
2351         * New de_DE translation from Markus Raab.
2352
2353         * Work-around mysterious call of pure virtual method inside boost.
2354
2355 2014-01-01  Carl Hetherington  <cth@carlh.net>
2356
2357         * Bump ffmpeg version.
2358
2359 2013-12-30  Carl Hetherington  <cth@carlh.net>
2360
2361         * Version 1.54 released.
2362
2363 2013-12-30  Carl Hetherington  <cth@carlh.net>
2364
2365         * Put catches around a few threads which could have uncaught exceptions.
2366
2367         * Add nascent dcpomatic_create command-line program to create films.
2368
2369 2013-12-29  Carl Hetherington  <cth@carlh.net>
2370
2371         * Version 1.53 released.
2372
2373 2013-12-29  Carl Hetherington  <cth@carlh.net>
2374
2375         * Fix failure to load content from directories with non-Latin names.
2376
2377 2013-12-28  Carl Hetherington  <cth@carlh.net>
2378
2379         * Speculative fix for "find missing" not working on OS X (#255).
2380
2381         * Fix failure to load films with missing still image content (#300).
2382
2383 2013-12-27  Carl Hetherington  <cth@carlh.net>
2384
2385         * Fix non-update of video information on changing DCP resolution (#299).
2386
2387         * Version 1.52 released.
2388
2389 2013-12-27  Carl Hetherington  <cth@carlh.net>
2390
2391         * More speculative fixes for 4K.
2392
2393 2013-12-23  Carl Hetherington  <cth@carlh.net>
2394
2395         * Version 1.51 released.
2396
2397 2013-12-23  Carl Hetherington  <cth@carlh.net>
2398
2399         * A couple of potential fixes for 4K.
2400
2401         * Version 1.50 released.
2402
2403 2013-12-23  Carl Hetherington  <cth@carlh.net>
2404
2405         * Version 1.49 released.
2406
2407 2013-12-23  Carl Hetherington  <cth@carlh.net>
2408
2409         * Version 1.48 released.
2410
2411 2013-12-23  Carl Hetherington  <cth@carlh.net>
2412
2413         * Add TLS/SSL support to KDM email sending.
2414
2415 2013-12-23  Carl Hetherington  <cth@carlh.net>
2416
2417         * Version 1.47 released.
2418
2419 2013-12-23  Carl Hetherington  <cth@carlh.net>
2420
2421         * Add $START_TIME and $END_TIME as variables for the KDM email.
2422
2423         * Add top/bottom option for 3D frames.
2424
2425 2013-12-20  Carl Hetherington  <cth@carlh.net>
2426
2427         * Add configuration option for default audio delay (#276).
2428
2429         * Version 1.46 released.
2430
2431 2013-12-19  Carl Hetherington  <cth@carlh.net>
2432
2433         * Version 1.45 released.
2434
2435 2013-12-19  Carl Hetherington  <cth@carlh.net>
2436
2437         * Bump libdcp version again for a crash fix for 32-bit Windows,
2438         and also for problems generating certificate chains.
2439
2440 2013-12-18  Carl Hetherington  <cth@carlh.net>
2441
2442         * Version 1.44 released.
2443
2444 2013-12-18  Carl Hetherington  <cth@carlh.net>
2445
2446         * Bump libdcp version again for a fix to XML validity for 3D.
2447
2448         * Version 1.43 released.
2449
2450 2013-12-18  Carl Hetherington  <cth@carlh.net>
2451
2452         * Update libdcp version to get fix for 3D IntrinsicDuration.
2453
2454         * Fix progress reporting when making 3D DCPs.
2455
2456         * Fix non-update of display when changing video frame type (2D,
2457         3D left/right etc.)
2458
2459         * Restore video information in video tab when using still images.
2460
2461         * Hopefully fix exception on new film in some strange cases.
2462
2463 2013-12-09  Carl Hetherington  <cth@carlh.net>
2464
2465         * Version 1.42 released.
2466
2467 2013-12-09  Carl Hetherington  <cth@carlh.net>
2468
2469         * Fix make_black for pixel format 7 (#288).
2470
2471 2013-12-08  Carl Hetherington  <cth@carlh.net>
2472
2473         * Fix display update when removing content (#281).
2474
2475 2013-12-07  Carl Hetherington  <cth@carlh.net>
2476
2477         * Version 1.41 released.
2478
2479 2013-12-05  Carl Hetherington  <cth@carlh.net>
2480
2481         * Improve the correctness of lengths reported by sound files to fix
2482         short DCPs when using non-DCI-rate sound files with stills.
2483
2484 2013-12-04  Carl Hetherington  <cth@carlh.net>
2485
2486         * Make signatures optional (#273).
2487
2488         * Only do scale/crop/window/subtitle overlay if a frame is going
2489         to be encoded for the DCP.
2490
2491         * Several optimisations to video processing, which should
2492         speed up the player a bit.
2493
2494 2013-12-03  Carl Hetherington  <cth@carlh.net>
2495
2496         * Add "play length" control to avoid having to do arithmetic to
2497         get end-trims right in some cases (#261).
2498
2499 2013-12-02  Carl Hetherington  <cth@carlh.net>
2500
2501         * Fix breakage to adding multiple files at the same time.
2502
2503         * Fix crash on double-click of "show audio" button (#278).
2504
2505         * Version 1.40 released.
2506
2507 2013-12-02  Carl Hetherington  <cth@carlh.net>
2508
2509         * Fix problems with FFmpeg files that have all-zero stream IDs.
2510
2511         * Fix crash on checking non-existing frame info
2512         files.
2513
2514         * Fix erroneous disabling of timing panel with
2515         audio-only sources.
2516
2517 2013-11-30  Carl Hetherington  <cth@carlh.net>
2518
2519         * Version 1.39 released.
2520
2521 2013-11-30  Carl Hetherington  <cth@carlh.net>
2522
2523         * Fix windows build.
2524
2525 2013-11-29  Carl Hetherington  <cth@carlh.net>
2526
2527         * Version 1.38 released.
2528
2529 2013-11-29  Carl Hetherington  <cth@carlh.net>
2530
2531         * Add option to join input files together
2532         to help with multiple VOB files from DVDs.
2533
2534         * Fix build for 32-bit versions of OS X.
2535
2536 2013-11-27  Carl Hetherington  <cth@carlh.net>
2537
2538         * Version 1.37 released.
2539
2540 2013-11-27  Carl Hetherington  <cth@carlh.net>
2541
2542         * Version 1.36 released.
2543
2544 2013-11-27  Carl Hetherington  <cth@carlh.net>
2545
2546         * Version 1.35 released.
2547
2548 2013-11-26  Carl Hetherington  <cth@carlh.net>
2549
2550         * Updated fr_FR translation from Lilian Lefranc.
2551
2552         * A whole load of fixes for lots of bugs when handling filenames
2553         using non-Latin characters on Windows.
2554
2555 2013-11-22  Carl Hetherington  <cth@carlh.net>
2556
2557         * Version 1.34 released.
2558
2559 2013-11-22  Carl Hetherington  <cth@carlh.net>
2560
2561         * Fix both OS X and Windows installers.
2562
2563 2013-11-21  Carl Hetherington  <cth@carlh.net>
2564
2565         * Version 1.33 released.
2566
2567 2013-11-21  Carl Hetherington  <cth@carlh.net>
2568
2569         * Fix Ubuntu 13.04 build.
2570
2571 2013-11-20  Carl Hetherington  <cth@carlh.net>
2572
2573         * Version 1.32 released.
2574
2575 2013-11-20  Carl Hetherington  <cth@carlh.net>
2576
2577         * Version 1.31 released.
2578
2579 2013-11-20  Carl Hetherington  <cth@carlh.net>
2580
2581         * Add primitive hints dialogue box.
2582
2583 2013-11-17  Carl Hetherington  <cth@carlh.net>
2584
2585         * Fix specified-server discovery.
2586
2587         * Version 1.30 released.
2588
2589 2013-11-17  Carl Hetherington  <cth@carlh.net>
2590
2591         * Speculative fix for servers crashing with different
2592         locales to clients.
2593
2594 2013-11-16  Carl Hetherington  <cth@carlh.net>
2595
2596         * Bump bundled FFmpeg version to current git master.
2597
2598         * Fix erroneous reset of visible channels in audio
2599         level dialog when changing gain.
2600
2601 2013-11-15  Carl Hetherington  <cth@carlh.net>
2602
2603         * Use 2 decimal places for gamma controls instead
2604         of 1.
2605
2606 2013-11-14  Carl Hetherington  <cth@carlh.net>
2607
2608         * Support modification of certain properties when
2609         there are several selected pieces of content.
2610
2611         * Add server configuration back in.
2612
2613 2013-11-12  Carl Hetherington  <cth@carlh.net>
2614
2615         * Version 1.29 released.
2616
2617 2013-11-12  Carl Hetherington  <cth@carlh.net>
2618
2619         * Fix bad_alloc exception on audio analysis (and
2620         probably elsewhere).
2621
2622 2013-11-11  Carl Hetherington  <cth@carlh.net>
2623
2624         * Version 1.28 released.
2625
2626 2013-11-11  Carl Hetherington  <cth@carlh.net>
2627
2628         * Somewhat speculative fix for slow-downs and
2629         large memory consumption with multi-content playlists.
2630
2631 2013-11-10  Carl Hetherington  <cth@carlh.net>
2632
2633         * Hopefully get rid of spurious black lines around
2634         preview.
2635
2636 2013-11-08  Carl Hetherington  <carl@ubuntu>
2637
2638         * Fix strange behaviour of J2K bandwidth control
2639         on 32-bit Linux.
2640
2641 2013-11-07  Carl Hetherington  <cth@carlh.net>
2642
2643         * Open file dialog starts in the configured DCP directory,
2644         if one exists (#70).
2645
2646 2013-11-06  Carl Hetherington  <cth@carlh.net>
2647
2648         * Support pixel format 30 (#254).
2649
2650 2013-11-06  Carl Hetherington  <cth@carlh.net>
2651
2652         * Version 1.27 released.
2653
2654 2013-11-06  Carl Hetherington  <cth@carlh.net>
2655
2656         * Various server-related tidying up; servers are
2657         now auto-detected only (the configuration for
2658         them has been removed).
2659
2660 2013-11-06  Carl Hetherington  <cth@carlh.net>
2661
2662         * Version 1.26 released.
2663
2664 2013-11-05  Carl Hetherington  <cth@carlh.net>
2665
2666         * Auto-detect encoding servers on the local
2667         subnet(s).
2668
2669         * Tweak verbosity of command-line encoding servers.
2670
2671 2013-11-04  Carl Hetherington  <cth@carlh.net>
2672
2673         * Version 1.25 released.
2674
2675 2013-10-29  Carl Hetherington  <cth@carlh.net>
2676
2677         * Improve performance when start-trimming
2678         large files.
2679
2680         * Fix audio problems when start-trimming.
2681
2682 2013-10-28  Carl Hetherington  <cth@carlh.net>
2683
2684         * Version 1.24 released.
2685
2686 2013-10-28  Carl Hetherington  <cth@carlh.net>
2687
2688         * Fix failure to reload configuration on
2689         some non-English locales.
2690
2691 2013-10-26  Carl Hetherington  <cth@carlh.net>
2692
2693         * Version 1.23 released.
2694
2695 2013-10-25  Carl Hetherington  <cth@carlh.net>
2696
2697         * Version 1.22 released.
2698
2699 2013-10-24  Carl Hetherington  <cth@carlh.net>
2700
2701         * Support sources that require repeat of more than
2702         1 extra frame.
2703
2704 2013-10-23  Carl Hetherington  <cth@carlh.net>
2705
2706         * Version 1.21 released.
2707
2708 2013-10-23  Carl Hetherington  <cth@carlh.net>
2709
2710         * Use our own directory picker on Ubuntu 13.10 as well
2711         as Ubuntu 13.04 as it seems similarly broken.
2712
2713 2013-10-22  Carl Hetherington  <cth@carlh.net>
2714
2715         * Version 1.20 released.
2716
2717 2013-10-22  Carl Hetherington  <cth@carlh.net>
2718
2719         * Allow films to be loaded when content is missing,
2720         and then that content can be re-found.
2721
2722 2013-10-21  Carl Hetherington  <cth@carlh.net>
2723
2724         * Version 1.19 released.
2725
2726 2013-10-21  Carl Hetherington  <cth@carlh.net>
2727
2728         * Fix Rec. 709 gammas (from Lilian Lefranc)
2729
2730 2013-10-20  Carl Hetherington  <cth@carlh.net>
2731
2732         * Allow specification of subtitle language even if DVD-o-matic
2733         isn't providing the subtitles.
2734
2735 2013-10-20  Carl Hetherington  <cth@carlh.net>
2736
2737         * Version 1.18 released.
2738
2739 2013-10-19  Carl Hetherington  <cth@carlh.net>
2740
2741         * Fix non-saving of colour transform presets.
2742
2743         * Some improvements in progress reporting, especially
2744         for long encodes.
2745
2746 2013-10-18  Carl Hetherington  <cth@carlh.net>
2747
2748         * Fix bug with incorrect validity times given to KDMs.
2749
2750 2013-10-17  Carl Hetherington  <cth@carlh.net>
2751
2752         * Fix Make DCP menu option sensitivity (#230).
2753
2754         * Forward-port fix from master; use 1000000 rather
2755         than 1e6 for J2K bandwidth arithmetic to ensure
2756         that it's done with integers.
2757
2758 2013-10-16  Carl Hetherington  <cth@carlh.net>
2759
2760         * Version 1.17 released.
2761
2762 2013-10-16  Carl Hetherington  <cth@carlh.net>
2763
2764         * Hopefully fix crash on closing preferences window
2765         when ~/.config/dcpomatic does not exist.
2766
2767         * Allow specification of the DCP to make KDMs for,
2768         in case there is more than one.
2769
2770         * Speed up response to some settings changes
2771         (e.g. crop) (#196).
2772
2773 2013-10-15  Carl Hetherington  <cth@carlh.net>
2774
2775         * Version 1.16 released.
2776
2777 2013-10-15  Carl Hetherington  <cth@carlh.net>
2778
2779         * Restore up/down buttons for simple content time
2780         movements.
2781
2782         * Include film title in KDM filenames.
2783
2784         * Allow no-stretch scaling like in DVD-o-matic.
2785
2786 2013-10-14  Carl Hetherington  <cth@carlh.net>
2787
2788         * Add Rec. 709 colour conversion preset using
2789         Wolfgang Woehl's matrix.
2790
2791 2013-10-14  Carl Hetherington  <cth@carlh.net>
2792
2793         * Version 1.15 released.
2794
2795 2013-10-14  Carl Hetherington  <cth@carlh.net>
2796
2797         * Fix some crashes in the KDM dialogue when coming
2798         out of the add screen without giving a certificate.
2799
2800         * Really fix libltdl search path on OS X.
2801
2802 2013-10-13  Carl Hetherington  <cth@carlh.net>
2803
2804         * Version 1.14 released.
2805
2806 2013-10-12  Carl Hetherington  <cth@carlh.net>
2807
2808         * Add some missing libraries to the OS X build.
2809
2810         * Fix libltdl search path on OS X.
2811
2812 2013-10-12  Carl Hetherington  <cth@carlh.net>
2813
2814         * Version 1.13 released.
2815
2816 2013-10-12  Carl Hetherington  <cth@carlh.net>
2817
2818         * Fix linux static build.
2819
2820 2013-10-11  Carl Hetherington  <cth@carlh.net>
2821
2822         * Version 1.12 released.
2823
2824 2013-10-11  Carl Hetherington  <cth@carlh.net>
2825
2826         * Fix failure to create signer certificates
2827         on Windows.
2828
2829 2013-10-10  Carl Hetherington  <cth@carlh.net>
2830
2831         * Basic snapping in the timeline.
2832
2833         * Various improvements to dcpomatic_kdm.
2834
2835 2013-10-10  Carl Hetherington  <cth@carlh.net>
2836
2837         * Version 1.11 released.
2838
2839 2013-10-10  Carl Hetherington  <cth@carlh.net>
2840
2841         * libdcp fix to incorrect signature digests.
2842
2843 2013-10-09  Carl Hetherington  <cth@carlh.net>
2844
2845         * Version 1.10 released.
2846
2847 2013-10-09  Carl Hetherington  <cth@carlh.net>
2848
2849         * Add some missing Windows dependencies.
2850
2851 2013-10-09  Carl Hetherington  <cth@carlh.net>
2852
2853         * Version 1.09 released.
2854
2855 2013-10-09  Carl Hetherington  <cth@carlh.net>
2856
2857         * Bump libdcp version to pull in speculative fix
2858         for AuthorizedDeviceList thumbprints in KDMs.
2859
2860 2013-10-09  Carl Hetherington  <cth@carlh.net>
2861
2862         * Version 1.08 released.
2863
2864 2013-10-09  Carl Hetherington  <cth@carlh.net>
2865
2866         * Fix problems with crypto stuff on Windows.
2867
2868 2013-10-08  Carl Hetherington  <cth@carlh.net>
2869
2870         * Version 1.07 released.
2871
2872 2013-10-01  Carl Hetherington  <cth@carlh.net>
2873
2874         * Version 1.06 released.
2875
2876 2013-09-19  Carl Hetherington  <cth@carlh.net>
2877
2878         * Version 1.05 released.
2879
2880 2013-09-17  Carl Hetherington  <cth@carlh.net>
2881
2882         * Version 1.04 released.
2883
2884 2013-09-09  Carl Hetherington  <cth@carlh.net>
2885
2886         * Version 1.03 released.
2887
2888 2013-09-02  Carl Hetherington  <cth@carlh.net>
2889
2890         * Add missing boost datetime dependency
2891         to debian control files.
2892
2893 2013-08-30  Carl Hetherington  <cth@carlh.net>
2894
2895         * Version 1.02 released.
2896
2897 2013-08-29  Carl Hetherington  <cth@carlh.net>
2898
2899         * Version 1.01 released.
2900
2901 2013-08-29  Carl Hetherington  <cth@carlh.net>
2902
2903         * Restore server/client operation (#202).
2904
2905         * Fix strange rounding of still image durations (#204).
2906
2907         * Remove limitation to numbers and periods in the
2908         server host name dialogue box.
2909
2910         * Fix stuck-at-99% progress meters (#184).
2911
2912         * Version 1.01beta1 released.
2913
2914 2013-08-29  Carl Hetherington  <cth@carlh.net>
2915
2916         * Fix emissions of large chunks of silence when
2917         analysing audio in some cases.
2918
2919         * Use my @dcpomatic.com email address for now,
2920         rather than a non-existant mailing list.
2921
2922 2013-08-28  Carl Hetherington  <cth@carlh.net>
2923
2924         * Initial DCP-o-matic release.