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