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