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