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