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