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