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