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