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