Merge master.
[dcpomatic.git] / ChangeLog
1 2014-09-22  Carl Hetherington  <cth@carlh.net>
2
3         * Version 2.0.11 released.
4
5 2014-09-18  Carl Hetherington  <cth@carlh.net>
6
7         * Version 2.0.10 released.
8
9 2014-09-28  Carl Hetherington  <cth@carlh.net>
10
11         * Version 1.73.8 released.
12
13 2014-09-28  Carl Hetherington  <cth@carlh.net>
14
15         * Add a few key shortcuts.
16
17 2014-09-16  Carl Hetherington  <cth@carlh.net>
18
19         * Version 1.73.7 released.
20
21 2014-09-16  Carl Hetherington  <cth@carlh.net>
22
23         * Fix non-update of audio gain when changing selected content.
24
25 2014-09-14  Carl Hetherington  <cth@carlh.net>
26
27         * Version 1.73.6 released.
28
29 2014-09-14  Carl Hetherington  <cth@carlh.net>
30
31         * Version 1.73.5 released.
32
33 2014-09-14  Carl Hetherington  <cth@carlh.net>
34
35         * Update to nl_NL translation from Cherif Ben Brahim.
36
37 2014-09-12  Carl Hetherington  <cth@carlh.net>
38
39         * Version 2.0.9 released.
40
41 2014-09-12  Carl Hetherington  <cth@carlh.net>
42
43         * Add "re-examine" option to content context menu (#339).
44
45 2014-09-11  Carl Hetherington  <cth@carlh.net>
46
47         * Restore encoding optimisations for still-image sources.
48
49         * Add option to re-make signing chain with specified organisation,
50         common names etc. (#354)
51
52         * Allow separate X and Y scale for subtitles (#337).
53
54 2014-09-10  Carl Hetherington  <cth@carlh.net>
55
56         * Allow DCP names to be created using the ISDCF template and then
57         edited afterwards (#401).
58
59         * Fix hidden advanced preferences button in some locales.
60
61         * Version 2.0.8 released.
62
63 2014-09-10  Carl Hetherington  <cth@carlh.net>
64
65         * Fix loading of 1.x films.
66
67         * Fix crash on audio analysis in some cases.
68
69 2014-09-09  Carl Hetherington  <cth@carlh.net>
70
71         * Version 2.0.7 released.
72
73 2014-09-09  Carl Hetherington  <cth@carlh.net>
74
75         * Version 2.0.6 released.
76
77 2014-09-09  Carl Hetherington  <cth@carlh.net>
78
79         * Fix missing OS X dependencies.
80
81         * Use a different directory for DCP-o-matic 2
82         configuration (not the same as 1.x).
83
84 2014-09-08  Carl Hetherington  <cth@carlh.net>
85
86         * Version 2.0.5 released.
87
88         * Fix hidden advanced preferences button in some locales.
89
90 2014-09-08  Carl Hetherington  <cth@carlh.net>
91
92         * Fix failure to load Targa files.
93
94 2014-09-07  Carl Hetherington  <cth@carlh.net>
95
96         * Put no stretch / no scale in the set of choices for default
97         scale to.
98
99         * Fix a few bad fuzzy translations from the preferences dialog.
100
101 2014-09-03  Carl Hetherington  <cth@carlh.net>
102
103         * Fix server certificate downloads on OS X (#376).
104
105 2014-09-02  Carl Hetherington  <cth@carlh.net>
106
107         * Improve behaviour of batch converter window when it is shrunk (#338).
108
109 2014-09-01  Carl Hetherington  <cth@carlh.net>
110
111         * Version 1.73.1 released.
112
113 2014-08-31  Carl Hetherington  <cth@carlh.net>
114
115         * Remove configurable CPL <Creator> and use "DCP-o-matic (version) (git)"
116         instead.
117
118         * Fix lack of i18n of strings from src/lib/po on OS X.
119
120         * Give a hint when content and container aspect ratios are not
121         the same (#392).
122
123         * Add "copy" button to colour conversion presets editor (#399).
124
125         * Allow drag-and-drop of files onto the content list (#395).
126
127 2014-08-29  Carl Hetherington  <cth@carlh.net>
128
129         * Version 2.0.4 released.
130
131 2014-08-24  Carl Hetherington  <cth@carlh.net>
132
133         * Version 2.0.3 released.
134
135 2014-08-24  Carl Hetherington  <cth@carlh.net>
136
137         * Version 2.0.2 released.
138
139 2014-08-06  Carl Hetherington  <cth@carlh.net>
140
141         * Version 2.0.1 released.
142
143 2014-07-15  Carl Hetherington  <cth@carlh.net>
144
145         * A variety of changes were made on the 2.0 branch
146         but not documented in the ChangeLog.  Most sigificantly:
147
148         - DCP import
149         - Creation of DCPs with proper XML subtitles
150         - Import of .srt and .xml subtitles
151         - Audio processing framework (with some basic processors).
152
153 2014-03-07  Carl Hetherington  <cth@carlh.net>
154
155         * Add subtitle view.
156         * Some improvements to the manual.
157
158 2014-08-26  Carl Hetherington  <cth@carlh.net>
159
160         * Version 1.73.0 released.
161
162 2014-08-25  Carl Hetherington  <cth@carlh.net>
163
164         * Basic recent files list in the File menu.
165
166 2014-08-23  Carl Hetherington  <cth@carlh.net>
167
168         * Version 1.72.12 released.
169
170 2014-08-23  Carl Hetherington  <cth@carlh.net>
171
172         * Revert previous use of AVFormatContext::start_time when
173         computing the length of video.  I think this is wrong, and
174         causes bits to be missed off the end of videos (and other
175         problems).
176
177 2014-08-20  Carl Hetherington  <cth@carlh.net>
178
179         * Version 1.72.11 released.
180
181 2014-08-19  Carl Hetherington  <cth@carlh.net>
182
183         * Attempt to fix random crashes on OS X (especially during encodes)
184         thought to be caused by multiple threads using (different) stringstreams
185         at the same time; see src/lib/safe_stringstream.
186 >>>>>>> origin/master
187
188 2014-08-09  Carl Hetherington  <cth@carlh.net>
189
190         * Version 1.72.10 released.
191
192 2014-08-09  Carl Hetherington  <cth@carlh.net>
193
194         * Version 1.72.8 released.
195
196 2014-08-08  Carl Hetherington  <cth@carlh.net>
197
198         * Approximate support for changing timing details of multiple
199         bits of content at the same time.
200
201         * Allow removal of multiple bits of content at the same time.
202
203         * Version 1.72.7 released.
204
205 2014-08-04  Carl Hetherington  <cth@carlh.net>
206
207         * Add BCC option for KDM emails.
208
209 2014-07-29  Carl Hetherington  <cth@carlh.net>
210
211         * Version 1.72.5 released.
212
213 2014-07-17  Carl Hetherington  <cth@carlh.net>
214
215         * Fix corrupted text in job descriptions in some cases.
216
217         * Speculative fix for failure to keep Windows
218         machines awake during encodes.
219
220 2014-07-16  Carl Hetherington  <cth@carlh.net>
221
222         * Version 1.72.4 released.
223
224 2014-07-16  Carl Hetherington  <cth@carlh.net>
225
226         * Add default scaling setting to preferences (#384).
227
228         * Version 1.72.3 released.
229
230 2014-07-16  Carl Hetherington  <cth@carlh.net>
231
232         * Improve approximate time reports a bit.
233
234         * Make KDM email subject configurable.
235
236         * Updates to de_DE from Carsten Kurz.
237
238         * Limit allowed KDM types based on Interop/SMPTE setting
239         of DCP (#385).
240
241         * Updates to fr_FR from Grégoire Ausina.
242
243 2014-07-14  Carl Hetherington  <cth@carlh.net>
244
245         * Bump libdcp to get a new version which writes
246         <Hash> values to CPLs.
247
248 2014-07-10  Carl Hetherington  <cth@carlh.net>
249
250         * Version 1.72.2 released.
251 >>>>>>> origin/master
252
253 2014-07-10  Carl Hetherington  <cth@carlh.net>
254
255         * Try to fix corruption of KDM email setting in
256         some cases.
257
258         * Version 1.72.1 released.
259
260 2014-07-08  Carl Hetherington  <cth@carlh.net>
261
262         * Fix various problems with seek and content
263         being trimmed when its video frame rate is
264         overridden.
265
266 2014-07-02  Carl Hetherington  <cth@carlh.net>
267
268         * Updated de_DE translation from Carsten Kurz.
269
270 2014-06-30  Carl Hetherington  <cth@carlh.net>
271
272         * Version 1.72.0 released.
273
274 2014-06-28  Carl Hetherington  <cth@carlh.net>
275
276         * Version 1.71.2 released.
277
278 2014-06-28  Carl Hetherington  <cth@carlh.net>
279
280         * Version 1.71.1 released.
281
282 2014-06-28  Carl Hetherington  <cth@carlh.net>
283
284         * Fix crash on analysing audio (and possibly DCP creation) with
285         resampled content.
286
287 2014-06-27  Carl Hetherington  <cth@carlh.net>
288
289         * Version 1.71.0 released.
290
291 2014-06-27  Carl Hetherington  <cth@carlh.net>
292
293         * Fix up/down buttons in content list.
294
295 2014-06-26  Carl Hetherington  <cth@carlh.net>
296
297         * Version 1.70.1 released.
298
299 2014-06-26  Carl Hetherington  <cth@carlh.net>
300
301         * Support different KDM formulations.
302
303         * Allow override of detected video frame rates.
304
305         * Optimisation of uncertain effect to encoder and server
306         thread handling.
307
308         * Version 1.70.0 released.
309
310 2014-06-25  Carl Hetherington  <cth@carlh.net>
311
312         * Version 1.69.37 released.
313
314 2014-06-25  Carl Hetherington  <cth@carlh.net>
315
316         * Version 1.69.36 released.
317
318 2014-06-25  Carl Hetherington  <cth@carlh.net>
319
320         * Support pixel format 46 in make_black().
321
322 2014-06-24  Carl Hetherington  <cth@carlh.net>
323
324         * Re-assign timeline tracks when things are
325         moved about.
326
327 2014-06-23  Carl Hetherington  <cth@carlh.net>
328
329         * Try harder to cope with DCP names specified
330         already in CamelCase.
331
332         * Add option to CC a KDM email, and add
333         $SCREENS and $CINEMA_NAME as variables
334         in the email.
335
336 2014-06-22  Carl Hetherington  <cth@carlh.net>
337
338         * Reset-to-default button for KDM email text.
339
340         * Version 1.69.35 released.
341
342 2014-06-22  Carl Hetherington  <cth@carlh.net>
343
344         * Fix large memory leak with image sources.
345
346 2014-06-21  Carl Hetherington  <cth@carlh.net>
347
348         * Move email config into the KDM email page.
349
350         * Version 1.69.34 released.
351
352 2014-06-21  Carl Hetherington  <cth@carlh.net>
353
354         * Version 1.69.33 released.
355
356 2014-06-21  Carl Hetherington  <cth@carlh.net>
357
358         * Version 1.69.32 released.
359
360 2014-06-21  Carl Hetherington  <cth@carlh.net>
361
362         * Version 1.69.31 released.
363
364 2014-06-20  Carl Hetherington  <cth@carlh.net>
365
366         * Version 1.69.30 released.
367
368 2014-06-20  Carl Hetherington  <cth@carlh.net>
369
370         * Updates to de_DE translation from Carsten Kurz.
371
372 2014-06-18  Carl Hetherington  <cth@carlh.net>
373
374         * Version 1.69.29 released.
375
376 2014-06-18  Carl Hetherington  <cth@carlh.net>
377
378         * Fix thinko causing incorrect audio sample rates in some cases.
379
380 2014-06-15  Carl Hetherington  <cth@carlh.net>
381
382         * Version 1.69.28 released.
383
384 2014-06-12  Carl Hetherington  <cth@carlh.net>
385
386         * Version 1.69.27 released.
387
388 2014-06-12  Carl Hetherington  <cth@carlh.net>
389
390         * Add Content menu with "scale to fit width" and "scale
391         to fit height" options.
392
393         * Version 1.69.26 released.
394
395 2014-06-12  Carl Hetherington  <cth@carlh.net>
396
397         * Fix bug where DCP-o-matic does not recreate video after
398         subtitles are turned on or off.
399
400 2014-06-10  Carl Hetherington  <cth@carlh.net>
401
402         * Support ISDCF naming convention version 9 (#257).
403
404         * Rename DCI to ISDCF when talking about the digital cinema
405         naming convention (#362).
406
407         * Fix crash when opening the timeline with no content (#369).
408
409 2014-06-09  Carl Hetherington  <cth@carlh.net>
410
411         * Fix server/client with non-RGB24 sources.
412
413         * Version 1.69.25 released.
414
415 2014-06-09  Carl Hetherington  <cth@carlh.net>
416
417         * Make audio gain a floating-point value in the UI (#367).
418
419         * Work-around out-of-memory crashes with large start trims (#252).
420
421         * Version 1.69.24 released.
422
423 2014-06-06  Carl Hetherington  <cth@carlh.net>
424
425         * Version 1.69.23 released.
426
427 2014-06-05  Carl Hetherington  <cth@carlh.net>
428
429         * Version 1.69.22 released.
430
431 2014-06-05  Carl Hetherington  <cth@carlh.net>
432
433         * Large speed-up to multi-image source file decoding.
434
435         * Back-port changes from v2 which work out how separate
436         audio files should be resampled by looking at the video
437         files which are present at the same time.
438
439 2014-06-03  Carl Hetherington  <cth@carlh.net>
440
441         * Version 1.69.21 released.
442
443 2014-06-03  Carl Hetherington  <cth@carlh.net>
444
445         * Fix bad resampling of separate sound file sources that
446         have specified video frame rates.
447
448         * Version 1.69.20 released.
449
450 2014-06-03  Carl Hetherington  <cth@carlh.net>
451
452         * Re-calculate and update audio plots when the mapping is changed.
453
454         * Change the -3dB preset to -6dB since we are talking about
455         amplitude, not power.
456
457         * Version 1.69.19 released.
458
459 2014-06-02  Carl Hetherington  <cth@carlh.net>
460
461         * Empirical hack to prevent over-read of array
462         by libswscale; may fix crashes at the start of
463         DCP encodes.
464
465 2014-05-29  Carl Hetherington  <cth@carlh.net>
466
467         * Version 1.69.18 released.
468
469 2014-05-28  Carl Hetherington  <cth@carlh.net>
470
471         * Version 1.69.17 released.
472
473 2014-05-28  Carl Hetherington  <cth@carlh.net>
474
475         * Version 1.69.16 released.
476
477 2014-05-28  Carl Hetherington  <cth@carlh.net>
478
479         * Rework KDM generation to be about CPLs rather than DCPs,
480         and allow specification of any CPL to generate KDMs for.
481
482         Requested-by: Richard Turner
483
484 2014-05-27  Carl Hetherington  <cth@carlh.net>
485
486         * Version 1.69.15 released.
487
488 2014-05-26  Carl Hetherington  <cth@carlh.net>
489
490         * Version 1.69.14 released.
491
492 2014-05-26  Carl Hetherington  <cth@carlh.net>
493
494         * Fix problems with non-zero FFmpeg content start times.
495
496 2014-05-24  Carl Hetherington  <cth@carlh.net>
497
498         * Version 1.69.13 released.
499
500 2014-05-24  Carl Hetherington  <cth@carlh.net>
501
502         * Fix problems with log setup from config.
503
504 2014-05-23  Carl Hetherington  <cth@carlh.net>
505
506         * Version 1.69.12 released.
507
508 2014-05-22  Carl Hetherington  <cth@carlh.net>
509
510         * Version 1.69.11 released.
511
512 2014-05-21  Carl Hetherington  <cth@carlh.net>
513
514         * Version 1.69.10 released.
515
516 2014-05-21  Carl Hetherington  <cth@carlh.net>
517
518         * Tidy up logging a bit and make it configurable from the GUI
519         (moving a few things into an Advanced preferences tab at
520         the same time).
521
522 2014-05-19  Carl Hetherington  <cth@carlh.net>
523
524         * Version 1.69.9 released.
525
526 2014-05-19  Carl Hetherington  <cth@carlh.net>
527
528         * Decode image sources in the multi-threaded part
529         of the transcoder, rather than the single-threaded.
530
531 2014-05-16  Carl Hetherington  <cth@carlh.net>
532
533         * Version 1.69.8 released.
534
535 2014-05-16  Carl Hetherington  <cth@carlh.net>
536
537         * Fix various confusions in translations of abbreviated
538         channel names (Lc, Rc etc.)
539
540 2014-05-14  Carl Hetherington  <cth@carlh.net>
541
542         * Version 1.69.7 released.
543
544 2014-05-14  Carl Hetherington  <cth@carlh.net>
545
546         * Bump libdcp to remove checks on PCM MXF edit rates,
547         so we can generate strange ones in DCP-o-matic.
548
549 2014-05-13  Carl Hetherington  <cth@carlh.net>
550
551         * Version 1.69.6 released.
552
553 2014-05-13  Carl Hetherington  <cth@carlh.net>
554
555         * Remove artificial 100fps limit when using
556         "any" DCP frame rate.
557
558 2014-05-12  Carl Hetherington  <cth@carlh.net>
559
560         * Version 1.69.5 released.
561
562 2014-05-12  Carl Hetherington  <cth@carlh.net>
563
564         * Add option to use any DCP frame rate, rather than just
565         the "allowed" set.
566
567         * Version 1.69.4 released.
568
569 2014-05-12  Carl Hetherington  <cth@carlh.net>
570
571         * Version 1.69.3 released.
572
573 2014-05-12  Carl Hetherington  <cth@carlh.net>
574
575         * Use libdcp::raw_convert instead of boost::lexical_cast and
576         LocaleGuard, hopefully to fix large numbers being written with
577         thousands separators on some locales.
578
579 2014-05-10  Carl Hetherington  <cth@carlh.net>
580
581         * Version 1.69.2 released.
582
583 2014-05-10  Carl Hetherington  <cth@carlh.net>
584
585         * Fix setup of the libswresample context to work with high channel counts.
586
587 2014-05-09  Carl Hetherington  <cth@carlh.net>
588
589         * Version 1.69.1 released.
590
591 2014-05-09  Carl Hetherington  <cth@carlh.net>
592
593         * Fix crash on using content with more than 12 audio channels.
594
595         * Re-introduce ffprobe call when adding content.
596
597 2014-05-05  Carl Hetherington  <cth@carlh.net>
598
599         * Version 1.69.0 released.
600
601 2014-05-02  Carl Hetherington  <cth@carlh.net>
602
603         * Version 1.68.0 released.
604
605 2014-04-29  Carl Hetherington  <cth@carlh.net>
606
607         * Version 1.67.1 released.
608
609 2014-04-29  Carl Hetherington  <cth@carlh.net>
610
611         * Version 1.67.0 released.
612
613 2014-04-27  Carl Hetherington  <cth@carlh.net>
614
615         * Version 1.66.16 released.
616
617 2014-04-27  Carl Hetherington  <cth@carlh.net>
618
619         * Add .dpx to the list of acceptable image files.
620
621         * Slightly better handling of uncaught exceptions.
622
623         * Use our own directory picker on 14.04 (as well as 13.04 and 13.10) as
624         it appears that the same bug remains.
625
626 2014-04-25  Carl Hetherington  <cth@carlh.net>
627
628         * Version 1.66.15 released.
629
630 2014-04-25  Carl Hetherington  <cth@carlh.net>
631
632         * Fix subtitle display when the next subtitle is decoded before the previous
633         one has finished.
634
635 2014-04-24  Carl Hetherington  <cth@carlh.net>
636
637         * Version 1.66.14 released.
638
639 2014-04-23  Carl Hetherington  <cth@carlh.net>
640
641         * Version 1.66.13 released.
642
643 2014-04-21  Carl Hetherington  <cth@carlh.net>
644
645         * Update to es_ES translation from Manuel AC.
646
647         * Update to fr_FR translation from Thierry Journet.
648
649 2014-04-17  Carl Hetherington  <cth@carlh.net>
650
651         * Fix update of the gain control when using the gain calculator
652         dialog.
653
654         * Version 1.66.12 released.
655
656 2014-04-07  Carl Hetherington  <cth@carlh.net>
657
658         * Version 1.66.11 released.
659
660 2014-04-07  Carl Hetherington  <cth@carlh.net>
661
662         * Updated fr_FR translation from Thierry Journet. 
663
664 2014-04-02  Carl Hetherington  <cth@carlh.net>
665
666         * Version 1.66.10 released.
667
668 2014-04-01  Carl Hetherington  <cth@carlh.net>
669
670         * Basic support for separate left/right-eye files or directories
671         for 3D.
672
673 2014-03-30  Carl Hetherington  <cth@carlh.net>
674
675         * Version 1.66.9 released.
676
677 2014-03-30  Carl Hetherington  <cth@carlh.net>
678
679         * Version 1.66.8 released.
680
681         * nl_NL translation from Theo Kooijmans.
682
683 2014-03-27  Carl Hetherington  <cth@carlh.net>
684
685         * Auto-save film metadata before starting DCP encode.
686
687 2014-03-25  Carl Hetherington  <cth@carlh.net>
688
689         * Add support for downloading Doremi server certificates.
690
691 2014-03-24  Carl Hetherington  <cth@carlh.net>
692
693         * Version 1.66.7 released.
694
695 2014-03-24  Carl Hetherington  <cth@carlh.net>
696
697         * Fix error on creating DCPs without audio.
698
699 2014-03-23  Carl Hetherington  <cth@carlh.net>
700
701         * Version 1.66.6 released.
702
703 2014-03-23  Carl Hetherington  <cth@carlh.net>
704
705         * Attempt to fix format string specifier error on Windows.
706
707         * Version 1.66.5 released.
708
709 2014-03-22  Carl Hetherington  <cth@carlh.net>
710
711         * Version 1.66.4 released.
712
713 2014-03-22  Carl Hetherington  <cth@carlh.net>
714
715         * Allow specification of the video frame rate that a sound file
716         was prepared for.
717
718         * Another attempt to fix colour conversion dialog strange behaviour
719         on OS X.
720
721 2014-03-18  Carl Hetherington  <cth@carlh.net>
722
723         * Version 1.66.3 released.
724
725 2014-03-18  Carl Hetherington  <cth@carlh.net>
726
727         * Fix bad rounding of timecodes.
728
729         * Tentative support for 3D from alternate frames of the source.
730
731 2014-03-17  Carl Hetherington  <cth@carlh.net>
732
733         * Improve behaviour of the position slider at the end of films.
734
735         * Version 1.66.2 released.
736
737 2014-03-17  Carl Hetherington  <cth@carlh.net>
738
739         * Improve appearance of config dialog on OS X.
740
741 2014-03-15  Carl Hetherington  <cth@carlh.net>
742
743         * Improve appearance of new film and KDM dialogs on OS X.
744
745         * Fix KDM dialog to predictably set up its initial range to
746         a week from now.
747
748         * Remove support for FFmpeg post-processing filters as they apparently
749         do not support > 8bpp.  I don't think they are worth the pain of
750         quantizing and then telling the user what has happened.
751
752 2014-03-12  Carl Hetherington  <cth@carlh.net>
753
754         * Version 1.66.1 released.
755
756 2014-03-12  Carl Hetherington  <cth@carlh.net>
757
758         * Hopefully fix i18n on OS X (#324).
759
760 2014-03-10  Carl Hetherington  <cth@carlh.net>
761
762         * Version 1.66.0 released.
763
764 2014-03-09  Carl Hetherington  <cth@carlh.net>
765
766         * Version 1.65.2 released.
767
768 2014-03-09  Carl Hetherington  <cth@carlh.net>
769
770         * Restore old behaviour of "no-stretch" mode with crop.
771
772         * Fix display of no-scale display mode in the player.
773
774 2014-03-08  Carl Hetherington  <cth@carlh.net>
775
776         * Version 1.65.1 released.
777
778 2014-03-08  Carl Hetherington  <cth@carlh.net>
779
780         * Fix incorrect audio analyses on multiple-stream content.
781
782         * Support for unsigned 8-bit audio (hmm!).
783
784 2014-03-06  Carl Hetherington  <cth@carlh.net>
785
786         * Version 1.65.0 released.
787
788 2014-03-05  Carl Hetherington  <cth@carlh.net>
789
790         * Version 1.64.19 released.
791
792 2014-03-05  Carl Hetherington  <cth@carlh.net>
793
794         * Bump maximum audio channels to 12 so that we can
795         (crudely at least) get BsL/BsR.
796
797 2014-03-04  Carl Hetherington  <cth@carlh.net>
798
799         * Version 1.64.18 released.
800
801 2014-03-04  Carl Hetherington  <cth@carlh.net>
802
803         * Add option to disable all scaling of the input video.
804
805 2014-03-03  Carl Hetherington  <cth@carlh.net>
806
807         * Fix rounding of timecodes in at least some cases (#323).
808
809         * Try to prevent OS X from sleeping during DCP encode.
810
811 2014-02-26  Carl Hetherington  <cth@carlh.net>
812
813         * Version 1.64.17 released.
814
815 2014-02-26  Carl Hetherington  <cth@carlh.net>
816
817         * Fix missing RMS audio analysis plots in some cases.
818
819         * Fix failure to load sound files with
820         non-ASCII paths.
821
822 2014-02-23  Carl Hetherington  <cth@carlh.net>
823
824         * Version 1.64.16 released.
825
826 2014-02-23  Carl Hetherington  <cth@carlh.net>
827
828         * Bump ffmpeg library to git head to fix problems with
829         misrecognised frame rates in some MOV files.
830
831 2014-02-20  Carl Hetherington  <cth@carlh.net>
832
833         * Version 1.64.15 released.
834
835 2014-02-20  Carl Hetherington  <cth@carlh.net>
836
837         * Basic support for 7.1 / HI/VI audio tracks.
838
839 2014-02-19  Carl Hetherington  <cth@carlh.net>
840
841         * Add some basic JSON stuff.
842
843 2014-02-18  Carl Hetherington  <cth@carlh.net>
844
845         * Version 1.64.14 released.
846
847 2014-02-18  Carl Hetherington  <cth@carlh.net>
848
849         * Version 1.64.13 released.
850
851 2014-02-12  Carl Hetherington  <cth@carlh.net>
852
853         * Make the batch converter remember its last directory
854         for the film picker (#318).
855
856         * Add dcpomatic_batch to OS X .app.
857
858 2014-02-11  Carl Hetherington  <cth@carlh.net>
859
860         * Version 1.64.12 released.
861
862 2014-02-11  Carl Hetherington  <cth@carlh.net>
863
864         * Be more careful when catching exceptions from KDM creation.
865
866 2014-02-10  Carl Hetherington  <cth@carlh.net>
867
868         * Version 1.64.11 released.
869
870 2014-02-10  Carl Hetherington  <cth@carlh.net>
871
872         * Version 1.64.10 released.
873
874 2014-02-10  Carl Hetherington  <cth@carlh.net>
875
876         * Try to fix Centos RPM dependencies.
877
878         * Version 1.64.9 released.
879
880 2014-02-10  Carl Hetherington  <cth@carlh.net>
881
882         * Version 1.64.8 released.
883
884 2014-02-09  Carl Hetherington  <cth@carlh.net>
885
886         * Build with a more careful version of libopenjpeg that handles
887         out-of-memory conditions slightly better.
888
889         * Possibly fix repeated no route to host errors in some cases.
890
891         * Some small bits of increased low-memory stability.
892
893         * Version 1.64.7 released.
894
895 2014-02-08  Carl Hetherington  <cth@carlh.net>
896
897         * Fix exception when seeking with missing content (part of #317).
898
899         * Version 1.64.6 released.
900
901 2014-02-08  Carl Hetherington  <cth@carlh.net>
902
903         * Version 1.64.5 released.
904
905 2014-02-08  Carl Hetherington  <cth@carlh.net>
906
907         * Version 1.64.4 released.
908
909 2014-02-08  Carl Hetherington  <cth@carlh.net>
910
911         * Version 1.64.3 released.
912
913 2014-02-08  Carl Hetherington  <cth@carlh.net>
914
915         * Bump libdcp version to get some fixes for Interop XML.
916
917 2014-02-07  Carl Hetherington  <cth@carlh.net>
918
919         * Add basic stuff to build RPMs for Centos.
920
921 2014-02-05  Carl Hetherington  <cth@carlh.net>
922
923         * Version 1.64.2 released.
924
925 2014-02-05  Carl Hetherington  <cth@carlh.net>
926
927         * A variety of fixes to small problems found by Coverity.
928
929 2014-02-05  Carl Hetherington  <cth@carlh.net>
930
931         * Version 1.64.1 released.
932
933 2014-02-05  Carl Hetherington  <cth@carlh.net>
934
935         * Updates to it_IT translation from William Fanelli.
936
937 2014-02-02  Carl Hetherington  <cth@carlh.net>
938
939         * Version 1.64.0 released.
940
941 2014-01-29  Carl Hetherington  <cth@carlh.net>
942
943         * Version 1.63.8 released.
944
945 2014-01-29  Carl Hetherington  <cth@carlh.net>
946
947         * Add subtitle X offset option.
948
949         * Fix missing subtitles when subtitled content is at a non-zero position.
950
951 2014-01-28  Carl Hetherington  <cth@carlh.net>
952
953         * Use Mbit/s instead of the incorrect MBps.
954
955         * Version 1.63.7 released.
956
957 2014-01-28  Carl Hetherington  <cth@carlh.net>
958
959         * Try to prevent Windows machines going to sleep during encodes.
960
961         * Add option to not install main program / server on Windows.
962
963 2014-01-26  Carl Hetherington  <cth@carlh.net>
964
965         * Change default JPEG2000 bandwith to 100MBps.
966
967         * Updated fr_FR translation from Theirry Journet.
968
969 2014-01-24  Carl Hetherington  <cth@carlh.net>
970
971         * Try to fix repeatedly-reported exceptions.
972
973 2014-01-23  Carl Hetherington  <cth@carlh.net>
974
975         * Version 1.63.6 released.
976
977 2014-01-23  Carl Hetherington  <cth@carlh.net>
978
979         * Fix recovery of DCP encoding after a crash with a 3D DCP.
980
981 2014-01-21  Carl Hetherington  <cth@carlh.net>
982
983         * Version 1.63.5 released.
984
985 2014-01-21  Carl Hetherington  <cth@carlh.net>
986
987         * Potentially major fix for bad A/V sync.
988
989 2014-01-19  Carl Hetherington  <cth@carlh.net>
990
991         * Version 1.63.4 released.
992
993 2014-01-19  Carl Hetherington  <cth@carlh.net>
994
995         * Updated sv_SE translation from Adam Klotblixt.
996
997 2014-01-15  Carl Hetherington  <cth@carlh.net>
998
999         * Version 1.63.3 released.
1000
1001 2014-01-15  Carl Hetherington  <cth@carlh.net>
1002
1003         * Hopefully fix badly-labelled MXFs when in Interop mode.
1004
1005 2014-01-14  Carl Hetherington  <cth@carlh.net>
1006
1007         * Version 1.63.2 released.
1008
1009 2014-01-14  Carl Hetherington  <cth@carlh.net>
1010
1011         * Fix problems with adding new soundtracks to FFmpeg content with
1012         no audio track.
1013
1014         * Updated de_DE translation from Markus Raab.
1015
1016         * Version 1.63.1 released.
1017
1018 2014-01-14  Carl Hetherington  <cth@carlh.net>
1019
1020         * Try to fix subtitle problems when the video frame rate is being changed
1021         from content to DCP.
1022
1023 2014-01-13  Carl Hetherington  <cth@carlh.net>
1024
1025         * Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and
1026         also tweak 1.19:1 (#306).
1027
1028         * Version 1.63.0 released.
1029
1030 2014-01-12  Carl Hetherington  <cth@carlh.net>
1031
1032         * Fix crashes when using -3dB options in locales with a , decimal separator.
1033
1034         * Version 1.62.3 released.
1035
1036 2014-01-11  Carl Hetherington  <cth@carlh.net>
1037
1038         * Hopefully fix error on restarting a cancelled transcode job
1039         on Windows.
1040
1041 2014-01-10  Carl Hetherington  <cth@carlh.net>
1042
1043         * Version 1.62.2 released.
1044
1045 2014-01-10  Carl Hetherington  <cth@carlh.net>
1046
1047         * Version 1.62.1 released.
1048
1049 2014-01-10  Carl Hetherington  <cth@carlh.net>
1050
1051         * Version 1.62.0 released.
1052
1053 2014-01-10  Carl Hetherington  <cth@carlh.net>
1054
1055         * Try to stop the queue of things to write filling up excessively
1056         on fast CPUs.
1057
1058         * Try to fix double "are you sure" prompt on quitting with active jobs.
1059
1060         * Version 1.61.2 released.
1061
1062 2014-01-09  Carl Hetherington  <cth@carlh.net>
1063
1064         * Version 1.61.1 released.
1065
1066 2014-01-09  Carl Hetherington  <cth@carlh.net>
1067
1068         * Version 1.61.0 released.
1069
1070 2014-01-09  Carl Hetherington  <cth@carlh.net>
1071
1072         * Hopefully fix somewhat inexplicable inability of Windows to open
1073         new files on top of old ones in some circumstances (with audio
1074         MXFs).
1075
1076         * Version 1.60 released.
1077
1078 2014-01-09  Carl Hetherington  <cth@carlh.net>
1079
1080         * More fixes for slow-downs on fast computers.
1081
1082 2014-01-08  Carl Hetherington  <cth@carlh.net>
1083
1084         * Version 1.59 released.
1085
1086 2014-01-07  Carl Hetherington  <cth@carlh.net>
1087
1088         * Version 1.58 released.
1089
1090 2014-01-07  Carl Hetherington  <cth@carlh.net>
1091
1092         * Fix Windows build of FFmpeg to link against zlib, which fixes parsing
1093         of some .mov files.
1094
1095         * Very primitive check-for-updates feature added.
1096
1097         * Allow still-moving-image sources to have their frame rate specified.
1098
1099 2014-01-06  Carl Hetherington  <cth@carlh.net>
1100
1101         * Basics of per-channel audio gain (#247).
1102
1103         * Give a warning on make DCP if it seems unlikely that the disk
1104         will have enough space to store the finished DCP (#92).
1105
1106         * Make sure forced languages override the environment for gettext()
1107         as well as wxWidgets' i18n code (#108).
1108
1109         * Bump libdcp version to get a fix for VOLINDEX/ASSETMAP file extensions
1110         with interop (#206).
1111
1112         * Fix subtitle colouring (#152).
1113
1114         * Fix mis-timed subtitles when there is a non-zero video PTS offset.
1115
1116         * Remove seemingly unnecessary checks on image directories.
1117
1118         * Leave DCP directory creation until the last minute to help
1119         avoid half-eaten directories being left around (#174).
1120
1121 2014-01-05  Carl Hetherington  <cth@carlh.net>
1122
1123         * Version 1.57 released.
1124
1125 2014-01-05  Carl Hetherington  <cth@carlh.net>
1126
1127         * Use _fseeki64 on Windows when reading content files.
1128
1129         * Various small fixes to i18n.
1130
1131 2014-01-03  Carl Hetherington  <cth@carlh.net>
1132
1133         * Version 1.56 released.
1134
1135 2014-01-03  Carl Hetherington  <cth@carlh.net>
1136
1137         * Version 1.55 released.
1138
1139 2014-01-03  Carl Hetherington  <cth@carlh.net>
1140
1141         * New de_DE translation from Markus Raab.
1142
1143         * Work-around mysterious call of pure virtual method inside boost.
1144
1145 2014-01-01  Carl Hetherington  <cth@carlh.net>
1146
1147         * Bump ffmpeg version.
1148
1149 2013-12-30  Carl Hetherington  <cth@carlh.net>
1150
1151         * Version 1.54 released.
1152
1153 2013-12-30  Carl Hetherington  <cth@carlh.net>
1154
1155         * Put catches around a few threads which could have uncaught exceptions.
1156
1157         * Add nascent dcpomatic_create command-line program to create films.
1158
1159 2013-12-29  Carl Hetherington  <cth@carlh.net>
1160
1161         * Version 1.53 released.
1162
1163 2013-12-29  Carl Hetherington  <cth@carlh.net>
1164
1165         * Fix failure to load content from directories with non-Latin names.
1166
1167 2013-12-28  Carl Hetherington  <cth@carlh.net>
1168
1169         * Speculative fix for "find missing" not working on OS X (#255).
1170
1171         * Fix failure to load films with missing still image content (#300).
1172
1173 2013-12-27  Carl Hetherington  <cth@carlh.net>
1174
1175         * Fix non-update of video information on changing DCP resolution (#299).
1176
1177         * Version 1.52 released.
1178
1179 2013-12-27  Carl Hetherington  <cth@carlh.net>
1180
1181         * More speculative fixes for 4K.
1182
1183 2013-12-23  Carl Hetherington  <cth@carlh.net>
1184
1185         * Version 1.51 released.
1186
1187 2013-12-23  Carl Hetherington  <cth@carlh.net>
1188
1189         * A couple of potential fixes for 4K.
1190
1191         * Version 1.50 released.
1192
1193 2013-12-23  Carl Hetherington  <cth@carlh.net>
1194
1195         * Version 1.49 released.
1196
1197 2013-12-23  Carl Hetherington  <cth@carlh.net>
1198
1199         * Version 1.48 released.
1200
1201 2013-12-23  Carl Hetherington  <cth@carlh.net>
1202
1203         * Add TLS/SSL support to KDM email sending.
1204
1205 2013-12-23  Carl Hetherington  <cth@carlh.net>
1206
1207         * Version 1.47 released.
1208
1209 2013-12-23  Carl Hetherington  <cth@carlh.net>
1210
1211         * Add $START_TIME and $END_TIME as variables for the KDM email.
1212
1213         * Add top/bottom option for 3D frames.
1214
1215 2013-12-20  Carl Hetherington  <cth@carlh.net>
1216
1217         * Add configuration option for default audio delay (#276).
1218
1219         * Version 1.46 released.
1220
1221 2013-12-19  Carl Hetherington  <cth@carlh.net>
1222
1223         * Version 1.45 released.
1224
1225 2013-12-19  Carl Hetherington  <cth@carlh.net>
1226
1227         * Bump libdcp version again for a crash fix for 32-bit Windows,
1228         and also for problems generating certificate chains.
1229
1230 2013-12-18  Carl Hetherington  <cth@carlh.net>
1231
1232         * Version 1.44 released.
1233
1234 2013-12-18  Carl Hetherington  <cth@carlh.net>
1235
1236         * Bump libdcp version again for a fix to XML validity for 3D.
1237
1238         * Version 1.43 released.
1239
1240 2013-12-18  Carl Hetherington  <cth@carlh.net>
1241
1242         * Update libdcp version to get fix for 3D IntrinsicDuration.
1243
1244         * Fix progress reporting when making 3D DCPs.
1245
1246         * Fix non-update of display when changing video frame type (2D,
1247         3D left/right etc.)
1248
1249         * Restore video information in video tab when using still images.
1250
1251         * Hopefully fix exception on new film in some strange cases.
1252
1253 2013-12-09  Carl Hetherington  <cth@carlh.net>
1254
1255         * Version 1.42 released.
1256
1257 2013-12-09  Carl Hetherington  <cth@carlh.net>
1258
1259         * Fix make_black for pixel format 7 (#288).
1260
1261 2013-12-08  Carl Hetherington  <cth@carlh.net>
1262
1263         * Fix display update when removing content (#281).
1264
1265 2013-12-07  Carl Hetherington  <cth@carlh.net>
1266
1267         * Version 1.41 released.
1268
1269 2013-12-05  Carl Hetherington  <cth@carlh.net>
1270
1271         * Improve the correctness of lengths reported by sound files to fix
1272         short DCPs when using non-DCI-rate sound files with stills.
1273
1274 2013-12-04  Carl Hetherington  <cth@carlh.net>
1275
1276         * Make signatures optional (#273).
1277
1278         * Only do scale/crop/window/subtitle overlay if a frame is going
1279         to be encoded for the DCP.
1280
1281         * Several optimisations to video processing, which should
1282         speed up the player a bit.
1283
1284 2013-12-03  Carl Hetherington  <cth@carlh.net>
1285
1286         * Add "play length" control to avoid having to do arithmetic to
1287         get end-trims right in some cases (#261).
1288
1289 2013-12-02  Carl Hetherington  <cth@carlh.net>
1290
1291         * Fix breakage to adding multiple files at the same time.
1292
1293         * Fix crash on double-click of "show audio" button (#278).
1294
1295         * Version 1.40 released.
1296
1297 2013-12-02  Carl Hetherington  <cth@carlh.net>
1298
1299         * Fix problems with FFmpeg files that have all-zero stream IDs.
1300
1301         * Fix crash on checking non-existing frame info
1302         files.
1303
1304         * Fix erroneous disabling of timing panel with
1305         audio-only sources.
1306
1307 2013-11-30  Carl Hetherington  <cth@carlh.net>
1308
1309         * Version 1.39 released.
1310
1311 2013-11-30  Carl Hetherington  <cth@carlh.net>
1312
1313         * Fix windows build.
1314
1315 2013-11-29  Carl Hetherington  <cth@carlh.net>
1316
1317         * Version 1.38 released.
1318
1319 2013-11-29  Carl Hetherington  <cth@carlh.net>
1320
1321         * Add option to join input files together
1322         to help with multiple VOB files from DVDs.
1323
1324         * Fix build for 32-bit versions of OS X.
1325
1326 2013-11-27  Carl Hetherington  <cth@carlh.net>
1327
1328         * Version 1.37 released.
1329
1330 2013-11-27  Carl Hetherington  <cth@carlh.net>
1331
1332         * Version 1.36 released.
1333
1334 2013-11-27  Carl Hetherington  <cth@carlh.net>
1335
1336         * Version 1.35 released.
1337
1338 2013-11-26  Carl Hetherington  <cth@carlh.net>
1339
1340         * Updated fr_FR translation from Lilian Lefranc.
1341
1342         * A whole load of fixes for lots of bugs when handling filenames
1343         using non-Latin characters on Windows.
1344
1345 2013-11-22  Carl Hetherington  <cth@carlh.net>
1346
1347         * Version 1.34 released.
1348
1349 2013-11-22  Carl Hetherington  <cth@carlh.net>
1350
1351         * Fix both OS X and Windows installers.
1352
1353 2013-11-21  Carl Hetherington  <cth@carlh.net>
1354
1355         * Version 1.33 released.
1356
1357 2013-11-21  Carl Hetherington  <cth@carlh.net>
1358
1359         * Fix Ubuntu 13.04 build.
1360
1361 2013-11-20  Carl Hetherington  <cth@carlh.net>
1362
1363         * Version 1.32 released.
1364
1365 2013-11-20  Carl Hetherington  <cth@carlh.net>
1366
1367         * Version 1.31 released.
1368
1369 2013-11-20  Carl Hetherington  <cth@carlh.net>
1370
1371         * Add primitive hints dialogue box.
1372
1373 2013-11-17  Carl Hetherington  <cth@carlh.net>
1374
1375         * Fix specified-server discovery.
1376
1377         * Version 1.30 released.
1378
1379 2013-11-17  Carl Hetherington  <cth@carlh.net>
1380
1381         * Speculative fix for servers crashing with different
1382         locales to clients.
1383
1384 2013-11-16  Carl Hetherington  <cth@carlh.net>
1385
1386         * Bump bundled FFmpeg version to current git master.
1387
1388         * Fix erroneous reset of visible channels in audio
1389         level dialog when changing gain.
1390
1391 2013-11-15  Carl Hetherington  <cth@carlh.net>
1392
1393         * Use 2 decimal places for gamma controls instead
1394         of 1.
1395
1396 2013-11-14  Carl Hetherington  <cth@carlh.net>
1397
1398         * Support modification of certain properties when
1399         there are several selected pieces of content.
1400
1401         * Add server configuration back in.
1402
1403 2013-11-12  Carl Hetherington  <cth@carlh.net>
1404
1405         * Version 1.29 released.
1406
1407 2013-11-12  Carl Hetherington  <cth@carlh.net>
1408
1409         * Fix bad_alloc exception on audio analysis (and
1410         probably elsewhere).
1411
1412 2013-11-11  Carl Hetherington  <cth@carlh.net>
1413
1414         * Version 1.28 released.
1415
1416 2013-11-11  Carl Hetherington  <cth@carlh.net>
1417
1418         * Somewhat speculative fix for slow-downs and
1419         large memory consumption with multi-content playlists.
1420
1421 2013-11-10  Carl Hetherington  <cth@carlh.net>
1422
1423         * Hopefully get rid of spurious black lines around
1424         preview.
1425
1426 2013-11-08  Carl Hetherington  <carl@ubuntu>
1427
1428         * Fix strange behaviour of J2K bandwidth control
1429         on 32-bit Linux.
1430
1431 2013-11-07  Carl Hetherington  <cth@carlh.net>
1432
1433         * Open file dialog starts in the configured DCP directory,
1434         if one exists (#70).
1435
1436 2013-11-06  Carl Hetherington  <cth@carlh.net>
1437
1438         * Support pixel format 30 (#254).
1439
1440 2013-11-06  Carl Hetherington  <cth@carlh.net>
1441
1442         * Version 1.27 released.
1443
1444 2013-11-06  Carl Hetherington  <cth@carlh.net>
1445
1446         * Various server-related tidying up; servers are
1447         now auto-detected only (the configuration for
1448         them has been removed).
1449
1450 2013-11-06  Carl Hetherington  <cth@carlh.net>
1451
1452         * Version 1.26 released.
1453
1454 2013-11-05  Carl Hetherington  <cth@carlh.net>
1455
1456         * Auto-detect encoding servers on the local
1457         subnet(s).
1458
1459         * Tweak verbosity of command-line encoding servers.
1460
1461 2013-11-04  Carl Hetherington  <cth@carlh.net>
1462
1463         * Version 1.25 released.
1464
1465 2013-10-29  Carl Hetherington  <cth@carlh.net>
1466
1467         * Improve performance when start-trimming
1468         large files.
1469
1470         * Fix audio problems when start-trimming.
1471
1472 2013-10-28  Carl Hetherington  <cth@carlh.net>
1473
1474         * Version 1.24 released.
1475
1476 2013-10-28  Carl Hetherington  <cth@carlh.net>
1477
1478         * Fix failure to reload configuration on
1479         some non-English locales.
1480
1481 2013-10-26  Carl Hetherington  <cth@carlh.net>
1482
1483         * Version 1.23 released.
1484
1485 2013-10-25  Carl Hetherington  <cth@carlh.net>
1486
1487         * Version 1.22 released.
1488
1489 2013-10-24  Carl Hetherington  <cth@carlh.net>
1490
1491         * Support sources that require repeat of more than
1492         1 extra frame.
1493
1494 2013-10-23  Carl Hetherington  <cth@carlh.net>
1495
1496         * Version 1.21 released.
1497
1498 2013-10-23  Carl Hetherington  <cth@carlh.net>
1499
1500         * Use our own directory picker on Ubuntu 13.10 as well
1501         as Ubuntu 13.04 as it seems similarly broken.
1502
1503 2013-10-22  Carl Hetherington  <cth@carlh.net>
1504
1505         * Version 1.20 released.
1506
1507 2013-10-22  Carl Hetherington  <cth@carlh.net>
1508
1509         * Allow films to be loaded when content is missing,
1510         and then that content can be re-found.
1511
1512 2013-10-21  Carl Hetherington  <cth@carlh.net>
1513
1514         * Version 1.19 released.
1515
1516 2013-10-21  Carl Hetherington  <cth@carlh.net>
1517
1518         * Fix Rec. 709 gammas (from Lilian Lefranc)
1519
1520 2013-10-20  Carl Hetherington  <cth@carlh.net>
1521
1522         * Allow specification of subtitle language even if DVD-o-matic
1523         isn't providing the subtitles.
1524
1525 2013-10-20  Carl Hetherington  <cth@carlh.net>
1526
1527         * Version 1.18 released.
1528
1529 2013-10-19  Carl Hetherington  <cth@carlh.net>
1530
1531         * Fix non-saving of colour transform presets.
1532
1533         * Some improvements in progress reporting, especially
1534         for long encodes.
1535
1536 2013-10-18  Carl Hetherington  <cth@carlh.net>
1537
1538         * Fix bug with incorrect validity times given to KDMs.
1539
1540 2013-10-17  Carl Hetherington  <cth@carlh.net>
1541
1542         * Fix Make DCP menu option sensitivity (#230).
1543
1544         * Forward-port fix from master; use 1000000 rather
1545         than 1e6 for J2K bandwidth arithmetic to ensure
1546         that it's done with integers.
1547
1548 2013-10-16  Carl Hetherington  <cth@carlh.net>
1549
1550         * Version 1.17 released.
1551
1552 2013-10-16  Carl Hetherington  <cth@carlh.net>
1553
1554         * Hopefully fix crash on closing preferences window
1555         when ~/.config/dcpomatic does not exist.
1556
1557         * Allow specification of the DCP to make KDMs for,
1558         in case there is more than one.
1559
1560         * Speed up response to some settings changes
1561         (e.g. crop) (#196).
1562
1563 2013-10-15  Carl Hetherington  <cth@carlh.net>
1564
1565         * Version 1.16 released.
1566
1567 2013-10-15  Carl Hetherington  <cth@carlh.net>
1568
1569         * Restore up/down buttons for simple content time
1570         movements.
1571
1572         * Include film title in KDM filenames.
1573
1574         * Allow no-stretch scaling like in DVD-o-matic.
1575
1576 2013-10-14  Carl Hetherington  <cth@carlh.net>
1577
1578         * Add Rec. 709 colour conversion preset using
1579         Wolfgang Woehl's matrix.
1580
1581 2013-10-14  Carl Hetherington  <cth@carlh.net>
1582
1583         * Version 1.15 released.
1584
1585 2013-10-14  Carl Hetherington  <cth@carlh.net>
1586
1587         * Fix some crashes in the KDM dialogue when coming
1588         out of the add screen without giving a certificate.
1589
1590         * Really fix libltdl search path on OS X.
1591
1592 2013-10-13  Carl Hetherington  <cth@carlh.net>
1593
1594         * Version 1.14 released.
1595
1596 2013-10-12  Carl Hetherington  <cth@carlh.net>
1597
1598         * Add some missing libraries to the OS X build.
1599
1600         * Fix libltdl search path on OS X.
1601
1602 2013-10-12  Carl Hetherington  <cth@carlh.net>
1603
1604         * Version 1.13 released.
1605
1606 2013-10-12  Carl Hetherington  <cth@carlh.net>
1607
1608         * Fix linux static build.
1609
1610 2013-10-11  Carl Hetherington  <cth@carlh.net>
1611
1612         * Version 1.12 released.
1613
1614 2013-10-11  Carl Hetherington  <cth@carlh.net>
1615
1616         * Fix failure to create signer certificates
1617         on Windows.
1618
1619 2013-10-10  Carl Hetherington  <cth@carlh.net>
1620
1621         * Basic snapping in the timeline.
1622
1623         * Various improvements to dcpomatic_kdm.
1624
1625 2013-10-10  Carl Hetherington  <cth@carlh.net>
1626
1627         * Version 1.11 released.
1628
1629 2013-10-10  Carl Hetherington  <cth@carlh.net>
1630
1631         * libdcp fix to incorrect signature digests.
1632
1633 2013-10-09  Carl Hetherington  <cth@carlh.net>
1634
1635         * Version 1.10 released.
1636
1637 2013-10-09  Carl Hetherington  <cth@carlh.net>
1638
1639         * Add some missing Windows dependencies.
1640
1641 2013-10-09  Carl Hetherington  <cth@carlh.net>
1642
1643         * Version 1.09 released.
1644
1645 2013-10-09  Carl Hetherington  <cth@carlh.net>
1646
1647         * Bump libdcp version to pull in speculative fix
1648         for AuthorizedDeviceList thumbprints in KDMs.
1649
1650 2013-10-09  Carl Hetherington  <cth@carlh.net>
1651
1652         * Version 1.08 released.
1653
1654 2013-10-09  Carl Hetherington  <cth@carlh.net>
1655
1656         * Fix problems with crypto stuff on Windows.
1657
1658 2013-10-08  Carl Hetherington  <cth@carlh.net>
1659
1660         * Version 1.07 released.
1661
1662 2013-10-01  Carl Hetherington  <cth@carlh.net>
1663
1664         * Version 1.06 released.
1665
1666 2013-09-19  Carl Hetherington  <cth@carlh.net>
1667
1668         * Version 1.05 released.
1669
1670 2013-09-17  Carl Hetherington  <cth@carlh.net>
1671
1672         * Version 1.04 released.
1673
1674 2013-09-09  Carl Hetherington  <cth@carlh.net>
1675
1676         * Version 1.03 released.
1677
1678 2013-09-02  Carl Hetherington  <cth@carlh.net>
1679
1680         * Add missing boost datetime dependency
1681         to debian control files.
1682
1683 2013-08-30  Carl Hetherington  <cth@carlh.net>
1684
1685         * Version 1.02 released.
1686
1687 2013-08-29  Carl Hetherington  <cth@carlh.net>
1688
1689         * Version 1.01 released.
1690
1691 2013-08-29  Carl Hetherington  <cth@carlh.net>
1692
1693         * Restore server/client operation (#202).
1694
1695         * Fix strange rounding of still image durations (#204).
1696
1697         * Remove limitation to numbers and periods in the
1698         server host name dialogue box.
1699
1700         * Fix stuck-at-99% progress meters (#184).
1701
1702         * Version 1.01beta1 released.
1703
1704 2013-08-29  Carl Hetherington  <cth@carlh.net>
1705
1706         * Fix emissions of large chunks of silence when
1707         analysing audio in some cases.
1708
1709         * Use my @dcpomatic.com email address for now,
1710         rather than a non-existant mailing list.
1711
1712 2013-08-28  Carl Hetherington  <cth@carlh.net>
1713
1714         * Initial DCP-o-matic release.
1715