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