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