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