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